diff options
Diffstat (limited to 'platform/android/java/res')
50 files changed, 0 insertions, 579 deletions
diff --git a/platform/android/java/res/drawable-hdpi/notify_panel_notification_icon_bg.png b/platform/android/java/res/drawable-hdpi/notify_panel_notification_icon_bg.png Binary files differdeleted file mode 100644 index 2c246b04a4..0000000000 --- a/platform/android/java/res/drawable-hdpi/notify_panel_notification_icon_bg.png +++ /dev/null diff --git a/platform/android/java/res/drawable-mdpi/notify_panel_notification_icon_bg.png b/platform/android/java/res/drawable-mdpi/notify_panel_notification_icon_bg.png Binary files differdeleted file mode 100644 index 8bcd464bed..0000000000 --- a/platform/android/java/res/drawable-mdpi/notify_panel_notification_icon_bg.png +++ /dev/null diff --git a/platform/android/java/res/drawable-nodpi/icon.png b/platform/android/java/res/drawable-nodpi/icon.png Binary files differdeleted file mode 100644 index 6ad9b43117..0000000000 --- a/platform/android/java/res/drawable-nodpi/icon.png +++ /dev/null diff --git a/platform/android/java/res/drawable-xhdpi/notify_panel_notification_icon_bg.png b/platform/android/java/res/drawable-xhdpi/notify_panel_notification_icon_bg.png Binary files differdeleted file mode 100644 index 372b763ec5..0000000000 --- a/platform/android/java/res/drawable-xhdpi/notify_panel_notification_icon_bg.png +++ /dev/null diff --git a/platform/android/java/res/drawable-xxhdpi/notify_panel_notification_icon_bg.png b/platform/android/java/res/drawable-xxhdpi/notify_panel_notification_icon_bg.png Binary files differdeleted file mode 100644 index b458ff3057..0000000000 --- a/platform/android/java/res/drawable-xxhdpi/notify_panel_notification_icon_bg.png +++ /dev/null diff --git a/platform/android/java/res/layout/downloading_expansion.xml b/platform/android/java/res/layout/downloading_expansion.xml deleted file mode 100644 index 4a9700965f..0000000000 --- a/platform/android/java/res/layout/downloading_expansion.xml +++ /dev/null @@ -1,165 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical" > - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_weight="0" - android:orientation="vertical" > - - <TextView - android:id="@+id/statusText" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginBottom="10dp" - android:layout_marginStart="5dp" - android:layout_marginTop="10dp" - android:textStyle="bold" /> - - <LinearLayout - android:id="@+id/downloaderDashboard" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="vertical" > - - <RelativeLayout - android:layout_width="match_parent" - android:layout_height="0dp" - android:layout_weight="1" > - - <TextView - android:id="@+id/progressAsFraction" - style="@android:style/TextAppearance.Small" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:layout_marginStart="5dp" /> - - <TextView - android:id="@+id/progressAsPercentage" - style="@android:style/TextAppearance.Small" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignEnd="@+id/progressBar" /> - - <ProgressBar - android:id="@+id/progressBar" - style="?android:attr/progressBarStyleHorizontal" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@+id/progressAsFraction" - android:layout_marginBottom="10dp" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" - android:layout_marginTop="10dp" /> - - <TextView - android:id="@+id/progressAverageSpeed" - style="@android:style/TextAppearance.Small" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:layout_below="@+id/progressBar" - android:layout_marginStart="5dp" /> - - <TextView - android:id="@+id/progressTimeRemaining" - style="@android:style/TextAppearance.Small" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignEnd="@+id/progressBar" - android:layout_below="@+id/progressBar" /> - </RelativeLayout> - - <LinearLayout - android:id="@+id/downloadButton" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" > - - <Button - android:id="@+id/cancelButton" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginBottom="10dp" - android:layout_marginLeft="5dp" - android:layout_marginRight="5dp" - android:layout_marginTop="10dp" - android:layout_weight="0" - android:minHeight="40dp" - android:minWidth="94dp" - android:text="@string/text_button_cancel" - android:visibility="gone" - style="?android:attr/buttonBarButtonStyle" /> - - <Button - android:id="@+id/pauseButton" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginBottom="10dp" - android:layout_marginStart="10dp" - android:layout_marginEnd="5dp" - android:layout_marginTop="10dp" - android:layout_weight="0" - android:minHeight="40dp" - android:minWidth="94dp" - android:text="@string/text_button_pause" - style="?android:attr/buttonBarButtonStyle" /> - </LinearLayout> - </LinearLayout> - </LinearLayout> - - <LinearLayout - android:id="@+id/approveCellular" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_weight="1" - android:orientation="vertical" - android:visibility="gone" > - - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_margin="10dp" - android:id="@+id/textPausedParagraph1" - android:text="@string/text_paused_cellular" /> - - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_margin="10dp" - android:id="@+id/textPausedParagraph2" - android:text="@string/text_paused_cellular_2" /> - - <LinearLayout - android:id="@+id/buttonRow" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" > - - <Button - android:id="@+id/resumeOverCellular" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_margin="10dp" - android:text="@string/text_button_resume_cellular" - style="?android:attr/buttonBarButtonStyle" /> - - <Button - android:id="@+id/wifiSettingsButton" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_margin="10dp" - android:text="@string/text_button_wifi_settings" - style="?android:attr/buttonBarButtonStyle" /> - </LinearLayout> - </LinearLayout> - -</LinearLayout>
\ No newline at end of file diff --git a/platform/android/java/res/layout/status_bar_ongoing_event_progress_bar.xml b/platform/android/java/res/layout/status_bar_ongoing_event_progress_bar.xml deleted file mode 100644 index fae1faeb60..0000000000 --- a/platform/android/java/res/layout/status_bar_ongoing_event_progress_bar.xml +++ /dev/null @@ -1,108 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2008, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<LinearLayout xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:baselineAligned="false" - android:orientation="horizontal" android:id="@+id/notificationLayout" xmlns:android="http://schemas.android.com/apk/res/android"> - - <RelativeLayout - android:layout_width="35dp" - android:layout_height="fill_parent" - android:paddingTop="10dp" - android:paddingBottom="8dp" > - - <ImageView - android:id="@+id/appIcon" - android:layout_width="fill_parent" - android:layout_height="25dp" - android:scaleType="centerInside" - android:layout_alignParentStart="true" - android:layout_alignParentTop="true" - android:src="@android:drawable/stat_sys_download" - android:contentDescription="@string/godot_project_name_string" /> - - <TextView - android:id="@+id/progress_text" - style="@style/NotificationText" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:layout_alignParentBottom="true" - android:layout_gravity="center_horizontal" - android:singleLine="true" - android:gravity="center" /> - </RelativeLayout> - - <RelativeLayout - android:layout_width="0dip" - android:layout_height="match_parent" - android:layout_weight="1.0" - android:clickable="true" - android:focusable="true" - android:paddingTop="10dp" - android:paddingEnd="8dp" - android:paddingBottom="8dp" - tools:ignore="RtlSymmetry"> - - <TextView - android:id="@+id/title" - style="@style/NotificationTitle" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:singleLine="true"/> - - <TextView - android:id="@+id/time_remaining" - style="@style/NotificationText" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentEnd="true" - android:singleLine="true" - tools:ignore="RelativeOverlap" /> - <!-- Only one of progress_bar and paused_text will be visible. --> - - <FrameLayout - android:id="@+id/progress_bar_frame" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_alignParentBottom="true" > - - <ProgressBar - android:id="@+id/progress_bar" - style="?android:attr/progressBarStyleHorizontal" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:paddingEnd="25dp" /> - - <TextView - android:id="@+id/description" - style="@style/NotificationTextShadow" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:paddingEnd="25dp" - android:singleLine="true" /> - </FrameLayout> - - </RelativeLayout> - -</LinearLayout>
\ No newline at end of file diff --git a/platform/android/java/res/values-ar/strings.xml b/platform/android/java/res/values-ar/strings.xml deleted file mode 100644 index 9f3dc6d6ac..0000000000 --- a/platform/android/java/res/values-ar/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ar</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-bg/strings.xml b/platform/android/java/res/values-bg/strings.xml deleted file mode 100644 index bd8109277e..0000000000 --- a/platform/android/java/res/values-bg/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-bg</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-ca/strings.xml b/platform/android/java/res/values-ca/strings.xml deleted file mode 100644 index 494cb88468..0000000000 --- a/platform/android/java/res/values-ca/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ca</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-cs/strings.xml b/platform/android/java/res/values-cs/strings.xml deleted file mode 100644 index 30ce00f895..0000000000 --- a/platform/android/java/res/values-cs/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-cs</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-da/strings.xml b/platform/android/java/res/values-da/strings.xml deleted file mode 100644 index 4c2a1cf0f4..0000000000 --- a/platform/android/java/res/values-da/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-da</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-de/strings.xml b/platform/android/java/res/values-de/strings.xml deleted file mode 100644 index 52946d4cce..0000000000 --- a/platform/android/java/res/values-de/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-de</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-el/strings.xml b/platform/android/java/res/values-el/strings.xml deleted file mode 100644 index 181dc51762..0000000000 --- a/platform/android/java/res/values-el/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-el</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-en/strings.xml b/platform/android/java/res/values-en/strings.xml deleted file mode 100644 index 976a565013..0000000000 --- a/platform/android/java/res/values-en/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-en</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-es-rES/strings.xml b/platform/android/java/res/values-es-rES/strings.xml deleted file mode 100644 index 73f63a08f8..0000000000 --- a/platform/android/java/res/values-es-rES/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-es_ES</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-es/strings.xml b/platform/android/java/res/values-es/strings.xml deleted file mode 100644 index 07b718a641..0000000000 --- a/platform/android/java/res/values-es/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-es</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-fa/strings.xml b/platform/android/java/res/values-fa/strings.xml deleted file mode 100644 index f1e29013c4..0000000000 --- a/platform/android/java/res/values-fa/strings.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-fa</string> - <string name="text_paused_cellular">آیا می خواهید بر روی اتصال داده همراه دانلود را شروع کنید؟ بر اساس نوع سطح داده شما این ممکن است برای شما هزینه مالی داشته باشد.</string> - <string name="text_paused_cellular_2">اگر نمی خواهید بر روی اتصال داده همراه دانلود را شروع کنید ، دانلود به صورت خودکار در زمان دسترسی به وای-فای شروع می شود.</string> - <string name="text_button_resume_cellular">ادامه دانلود</string> - <string name="text_button_wifi_settings">تنظیمات وای-فای</string> - <string name="text_verifying_download">درحال تایید دانلود</string> - <string name="text_validation_complete">تایید فایل XAPK تکمیل شد. برای خروج تایید کنید.</string> - <string name="text_validation_failed">اعتبارسنجی فایل XAPK ناموق.</string> - <string name="text_button_pause">توقف دانلود</string> - <string name="text_button_resume">ادامه دانلود</string> - <string name="text_button_cancel">انصراف</string> - <string name="text_button_cancel_verify">انصراف از تایید شدن</string> -</resources> diff --git a/platform/android/java/res/values-fi/strings.xml b/platform/android/java/res/values-fi/strings.xml deleted file mode 100644 index 323d82aff1..0000000000 --- a/platform/android/java/res/values-fi/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-fi</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-fr/strings.xml b/platform/android/java/res/values-fr/strings.xml deleted file mode 100644 index 32bead2661..0000000000 --- a/platform/android/java/res/values-fr/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-fr</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-hi/strings.xml b/platform/android/java/res/values-hi/strings.xml deleted file mode 100644 index 8aab2a8c63..0000000000 --- a/platform/android/java/res/values-hi/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-hi</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-hr/strings.xml b/platform/android/java/res/values-hr/strings.xml deleted file mode 100644 index caf55e2241..0000000000 --- a/platform/android/java/res/values-hr/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-hr</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-hu/strings.xml b/platform/android/java/res/values-hu/strings.xml deleted file mode 100644 index e7f9e51226..0000000000 --- a/platform/android/java/res/values-hu/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-hu</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-in/strings.xml b/platform/android/java/res/values-in/strings.xml deleted file mode 100644 index 9e9a8b0c03..0000000000 --- a/platform/android/java/res/values-in/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-id</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-it/strings.xml b/platform/android/java/res/values-it/strings.xml deleted file mode 100644 index 1f5e5a049e..0000000000 --- a/platform/android/java/res/values-it/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-it</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-iw/strings.xml b/platform/android/java/res/values-iw/strings.xml deleted file mode 100644 index f52ede2085..0000000000 --- a/platform/android/java/res/values-iw/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-he</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-ja/strings.xml b/platform/android/java/res/values-ja/strings.xml deleted file mode 100644 index 7f85f57df7..0000000000 --- a/platform/android/java/res/values-ja/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ja</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-ko/strings.xml b/platform/android/java/res/values-ko/strings.xml deleted file mode 100644 index fab0bdd753..0000000000 --- a/platform/android/java/res/values-ko/strings.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ko</string> - <string name="text_paused_cellular">모바일 네트워크를 사용하여 다운로드 하시겠습니까? 남은 데이터 사용량에 따라, 요금이 부과될 수 있습니다.</string> - <string name="text_paused_cellular_2">모바일 네트워크를 사용하여 다운로드 하지 않을 경우, 와이파이 연결이 가능할 때 자동적으로 다운로드가 이루어집니다.</string> - <string name="text_button_resume_cellular">다운로드 계속하기</string> - <string name="text_button_wifi_settings">와이파이 설정</string> - <string name="text_verifying_download">다운로드 확인중</string> - <string name="text_validation_complete">추가 파일 확인이 완료되었습니다. 확인을 눌러 진행하세요.</string> - <string name="text_validation_failed">추가 파일 확인에 실패하였습니다.</string> - <string name="text_button_pause">다운로드 일시정지</string> - <string name="text_button_resume">다운로드 계속하기</string> - <string name="text_button_cancel">취소</string> - <string name="text_button_cancel_verify">파일 확인 취소</string> - - <!-- APK Expansion Strings --> - - <!-- When a download completes, a notification is displayed, and this - string is used to indicate that the download successfully completed. - Note that such a download could have been initiated by a variety of - applications, including (but not limited to) the browser, an email - application, a content marketplace. --> - <string name="notification_download_complete">다운로드 완료</string> - - <!-- When a download completes, a notification is displayed, and this - string is used to indicate that the download failed. - Note that such a download could have been initiated by a variety of - applications, including (but not limited to) the browser, an email - application, a content marketplace. --> - <string name="notification_download_failed">다운로드 실패</string> - - - <string name="state_unknown">시작중…</string> - <string name="state_idle">다운로드 시작을 기다리는 중</string> - <string name="state_fetching_url">다운로드할 항목을 찾는 중</string> - <string name="state_connecting">다운로드 서버에 연결 중</string> - <string name="state_downloading">다운로드 중</string> - <string name="state_completed">다운로드 종료</string> - <string name="state_paused_network_unavailable">와이파이를 찾을 수 없어 다운로드가 일시정지 되었습니다.</string> - <string name="state_paused_network_setup_failure">다운로드가 일시정지 되었습니다. 네트워크 연결 상태를 확인하세요.</string> - <string name="state_paused_by_request">다운로드 일시정지</string> - <string name="state_paused_wifi_unavailable">와이파이가 사용하능하지 않아 다운로드가 일시정지 되었습니다.</string> - <string name="state_paused_wifi_disabled">와이파이가 비활성화 되어 다운로드가 일시정지 되었습니다.</string> - <string name="state_paused_roaming">로밍 상태이어서 다운로드가 일시정지 되었습니다.</string> - <string name="state_paused_sdcard_unavailable">외부 저장소를 사용할 수 없어 다운로드가 일시정지 되었습니다.</string> - <string name="state_failed_unlicensed">이 앱을 구매하지 않아 다운로드가 정지 되었습니다.</string> - <string name="state_failed_fetching_url">다운로드 항목을 찾을 수 없어 다운로드가 정지 되었습니다.</string> - <string name="state_failed_sdcard_full">외부 저장소가 가득차서 다운로드가 실패하였습니다.</string> - <string name="state_failed_cancelled">다운로드 취소</string> - <string name="state_failed">다운로드 실패</string> - - <string name="kilobytes_per_second">%1$s KB/s</string> - <string name="time_remaining">남은 시간: %1$s</string> - <string name="time_remaining_notification">%1$s 남음</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-lt/strings.xml b/platform/android/java/res/values-lt/strings.xml deleted file mode 100644 index 6e3677fde7..0000000000 --- a/platform/android/java/res/values-lt/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-lt</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-lv/strings.xml b/platform/android/java/res/values-lv/strings.xml deleted file mode 100644 index 701fc271ac..0000000000 --- a/platform/android/java/res/values-lv/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-lv</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-nb/strings.xml b/platform/android/java/res/values-nb/strings.xml deleted file mode 100644 index 73147ca1af..0000000000 --- a/platform/android/java/res/values-nb/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-nb</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-nl/strings.xml b/platform/android/java/res/values-nl/strings.xml deleted file mode 100644 index e501928a35..0000000000 --- a/platform/android/java/res/values-nl/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-nl</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-pl/strings.xml b/platform/android/java/res/values-pl/strings.xml deleted file mode 100644 index ea5da73b6f..0000000000 --- a/platform/android/java/res/values-pl/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-pl</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-pt/strings.xml b/platform/android/java/res/values-pt/strings.xml deleted file mode 100644 index bdda7cd2c7..0000000000 --- a/platform/android/java/res/values-pt/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-pt</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-ro/strings.xml b/platform/android/java/res/values-ro/strings.xml deleted file mode 100644 index 3686da4c19..0000000000 --- a/platform/android/java/res/values-ro/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ro</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-ru/strings.xml b/platform/android/java/res/values-ru/strings.xml deleted file mode 100644 index 954067658b..0000000000 --- a/platform/android/java/res/values-ru/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-ru</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-sk/strings.xml b/platform/android/java/res/values-sk/strings.xml deleted file mode 100644 index 37d1283124..0000000000 --- a/platform/android/java/res/values-sk/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-sk</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-sl/strings.xml b/platform/android/java/res/values-sl/strings.xml deleted file mode 100644 index 0bb249c375..0000000000 --- a/platform/android/java/res/values-sl/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-sl</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-sr/strings.xml b/platform/android/java/res/values-sr/strings.xml deleted file mode 100644 index 0e83cab1a1..0000000000 --- a/platform/android/java/res/values-sr/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-sr</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-sv/strings.xml b/platform/android/java/res/values-sv/strings.xml deleted file mode 100644 index e3a04ac2ec..0000000000 --- a/platform/android/java/res/values-sv/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-sv</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-th/strings.xml b/platform/android/java/res/values-th/strings.xml deleted file mode 100644 index 0aa893b8bf..0000000000 --- a/platform/android/java/res/values-th/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-th</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-tl/strings.xml b/platform/android/java/res/values-tl/strings.xml deleted file mode 100644 index e7e2af4909..0000000000 --- a/platform/android/java/res/values-tl/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-tl</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-tr/strings.xml b/platform/android/java/res/values-tr/strings.xml deleted file mode 100644 index 97af1243a6..0000000000 --- a/platform/android/java/res/values-tr/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-tr</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-uk/strings.xml b/platform/android/java/res/values-uk/strings.xml deleted file mode 100644 index 3dea6908a9..0000000000 --- a/platform/android/java/res/values-uk/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-uk</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-vi/strings.xml b/platform/android/java/res/values-vi/strings.xml deleted file mode 100644 index a6552130b0..0000000000 --- a/platform/android/java/res/values-vi/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-vi</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values-zh-rCN/strings.xml b/platform/android/java/res/values-zh-rCN/strings.xml deleted file mode 100644 index 6668c56bd9..0000000000 --- a/platform/android/java/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-zh</string> -</resources> diff --git a/platform/android/java/res/values-zh-rHK/strings.xml b/platform/android/java/res/values-zh-rHK/strings.xml deleted file mode 100644 index 8a6269da0f..0000000000 --- a/platform/android/java/res/values-zh-rHK/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-zh_HK</string> -</resources> diff --git a/platform/android/java/res/values-zh-rTW/strings.xml b/platform/android/java/res/values-zh-rTW/strings.xml deleted file mode 100644 index b1bb39d5d6..0000000000 --- a/platform/android/java/res/values-zh-rTW/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name-zh_TW</string> -</resources> diff --git a/platform/android/java/res/values/strings.xml b/platform/android/java/res/values/strings.xml deleted file mode 100644 index a1b81a6186..0000000000 --- a/platform/android/java/res/values/strings.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="godot_project_name_string">godot-project-name</string> - <string name="text_paused_cellular">Would you like to enable downloading over cellular connections? Depending on your data plan, this may cost you money.</string> - <string name="text_paused_cellular_2">If you choose not to enable downloading over cellular connections, the download will automatically resume when wi-fi is available.</string> - <string name="text_button_resume_cellular">Resume download</string> - <string name="text_button_wifi_settings">Wi-Fi settings</string> - <string name="text_verifying_download">Verifying Download</string> - <string name="text_validation_complete">XAPK File Validation Complete. Select OK to exit.</string> - <string name="text_validation_failed">XAPK File Validation Failed.</string> - <string name="text_button_pause">Pause Download</string> - <string name="text_button_resume">Resume Download</string> - <string name="text_button_cancel">Cancel</string> - <string name="text_button_cancel_verify">Cancel Verification</string> - - <!-- APK Expansion Strings --> - - <!-- When a download completes, a notification is displayed, and this - string is used to indicate that the download successfully completed. - Note that such a download could have been initiated by a variety of - applications, including (but not limited to) the browser, an email - application, a content marketplace. --> - <string name="notification_download_complete">Download complete</string> - - <!-- When a download completes, a notification is displayed, and this - string is used to indicate that the download failed. - Note that such a download could have been initiated by a variety of - applications, including (but not limited to) the browser, an email - application, a content marketplace. --> - <string name="notification_download_failed">Download unsuccessful</string> - - - <string name="state_unknown">Starting…</string> - <string name="state_idle">Waiting for download to start</string> - <string name="state_fetching_url">Looking for resources to download</string> - <string name="state_connecting">Connecting to the download server</string> - <string name="state_downloading">Downloading resources</string> - <string name="state_completed">Download finished</string> - <string name="state_paused_network_unavailable">Download paused because no network is available</string> - <string name="state_paused_network_setup_failure">Download paused. Test a website in browser</string> - <string name="state_paused_by_request">Download paused</string> - <string name="state_paused_wifi_unavailable">Download paused because wifi is unavailable</string> - <string name="state_paused_wifi_disabled">Download paused because wifi is disabled</string> - <string name="state_paused_roaming">Download paused because you are roaming</string> - <string name="state_paused_sdcard_unavailable">Download paused because the external storage is unavailable</string> - <string name="state_failed_unlicensed">Download failed because you may not have purchased this app</string> - <string name="state_failed_fetching_url">Download failed because the resources could not be found</string> - <string name="state_failed_sdcard_full">Download failed because the external storage is full</string> - <string name="state_failed_cancelled">Download cancelled</string> - <string name="state_failed">Download failed</string> - - <string name="kilobytes_per_second">%1$s KB/s</string> - <string name="time_remaining">Time remaining: %1$s</string> - <string name="time_remaining_notification">%1$s left</string> -</resources>
\ No newline at end of file diff --git a/platform/android/java/res/values/styles.xml b/platform/android/java/res/values/styles.xml deleted file mode 100644 index a442f61e7e..0000000000 --- a/platform/android/java/res/values/styles.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <style name="NotificationText"> - <item name="android:textColor">?android:attr/textColorPrimary</item> - </style> - - <style name="NotificationTextShadow" parent="NotificationText"> - <item name="android:textColor">?android:attr/textColorPrimary</item> - <item name="android:shadowColor">@android:color/background_dark</item> - <item name="android:shadowDx">1.0</item> - <item name="android:shadowDy">1.0</item> - <item name="android:shadowRadius">1</item> - </style> - - <style name="NotificationTitle"> - <item name="android:textColor">?android:attr/textColorPrimary</item> - <item name="android:textStyle">bold</item> - </style> - - <style name="ButtonBackground"> - <item name="android:background">@android:color/background_dark</item> - </style> - -</resources>
\ No newline at end of file |