diff options
| author | volzhs | 2016-04-19 11:10:55 +0900 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-27 19:42:22 +0200 |
| commit | 9f5c6cf950610fa8ab25bac537f8e4275384a2c5 (patch) | |
| tree | 50dc99ab376b2a767ce1e656483ac9c662c0daf1 /platform/android/java/res/values/strings.xml | |
| parent | 07fc330241bb762a0c9cdca254ea2fa7cc49261b (diff) | |
| download | godot-9f5c6cf950610fa8ab25bac537f8e4275384a2c5.tar.gz godot-9f5c6cf950610fa8ab25bac537f8e4275384a2c5.tar.zst godot-9f5c6cf950610fa8ab25bac537f8e4275384a2c5.zip | |
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
(cherry picked from commit e94e710893960d9b6581c0c669a436173185d596)
Diffstat (limited to 'platform/android/java/res/values/strings.xml')
| -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 e1dbdfc06..f0ea56148 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> |
