From 7fabfd402f235ebcf64cfde3b399b8b62b969243 Mon Sep 17 00:00:00 2001 From: fhuya Date: Mon, 2 Sep 2019 17:31:51 -0700 Subject: Split the Android platform java logic into an Android library module (`lib`) and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip'). --- platform/android/java/lib/res/values/strings.xml | 55 ++++++++++++++++++++++++ platform/android/java/lib/res/values/styles.xml | 25 +++++++++++ 2 files changed, 80 insertions(+) create mode 100644 platform/android/java/lib/res/values/strings.xml create mode 100644 platform/android/java/lib/res/values/styles.xml (limited to 'platform/android/java/lib/res/values') diff --git a/platform/android/java/lib/res/values/strings.xml b/platform/android/java/lib/res/values/strings.xml new file mode 100644 index 0000000000..a1b81a6186 --- /dev/null +++ b/platform/android/java/lib/res/values/strings.xml @@ -0,0 +1,55 @@ + + + godot-project-name + Would you like to enable downloading over cellular connections? Depending on your data plan, this may cost you money. + If you choose not to enable downloading over cellular connections, the download will automatically resume when wi-fi is available. + Resume download + Wi-Fi settings + Verifying Download + XAPK File Validation Complete. Select OK to exit. + XAPK File Validation Failed. + Pause Download + Resume Download + Cancel + Cancel Verification + + + + + Download complete + + + Download unsuccessful + + + Starting… + Waiting for download to start + Looking for resources to download + Connecting to the download server + Downloading resources + Download finished + Download paused because no network is available + Download paused. Test a website in browser + Download paused + Download paused because wifi is unavailable + Download paused because wifi is disabled + Download paused because you are roaming + Download paused because the external storage is unavailable + Download failed because you may not have purchased this app + Download failed because the resources could not be found + Download failed because the external storage is full + Download cancelled + Download failed + + %1$s KB/s + Time remaining: %1$s + %1$s left + \ No newline at end of file diff --git a/platform/android/java/lib/res/values/styles.xml b/platform/android/java/lib/res/values/styles.xml new file mode 100644 index 0000000000..a442f61e7e --- /dev/null +++ b/platform/android/java/lib/res/values/styles.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3