diff options
author | volzhs <volzhs@gmail.com> | 2016-04-19 11:10:55 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-04-19 11:10:55 +0900 |
commit | e94e710893960d9b6581c0c669a436173185d596 (patch) | |
tree | 6868e2a3a94576f256b721c3569c450bd39c92f4 /platform/android/java/res/values | |
parent | df13fdf0e93b1ef3ce4e12dfca0fcd38086eb0ed (diff) |
remove unused resources and add korean locale for android
- remove unused resources in platform/android/java/res/values/strings.xml
- add korean language resource for apk expansion download screen
Diffstat (limited to 'platform/android/java/res/values')
-rw-r--r-- | platform/android/java/res/values/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/java/res/values/strings.xml b/platform/android/java/res/values/strings.xml index e1dbdfc062..f0ea56148f 100644 --- a/platform/android/java/res/values/strings.xml +++ b/platform/android/java/res/values/strings.xml @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="godot_project_name_string">godot-project-name</string> - <string name="testuf8">元気です</string> - <string name="testuf2">元気です元気です元気です</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> @@ -32,7 +30,7 @@ <string name="notification_download_failed">Download unsuccessful</string> - <string name="state_unknown">Starting..."</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> |