diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-09 16:37:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-09 16:37:43 -0700 |
commit | cbda93ce11f14f853f6b618a347391da45dd5da1 (patch) | |
tree | 53dc6cff9f5f3f7ab9252a0c6d74bdb52ccd5e46 /android-mobile/res/values/strings.xml | |
parent | 9217a03ef3f6bd0e96b6ea4b5ae366c5b3f02379 (diff) | |
download | subsurface-cbda93ce11f14f853f6b618a347391da45dd5da1.tar.gz |
Add different icon for mobile app
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/res/values/strings.xml')
-rw-r--r-- | android-mobile/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android-mobile/res/values/strings.xml b/android-mobile/res/values/strings.xml new file mode 100644 index 000000000..9d8835ec7 --- /dev/null +++ b/android-mobile/res/values/strings.xml @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources> + <string name="app_name">Subsurface-Mobile</string> + + <string name="ministro_not_found_msg">Can\'t find Ministro service.\nThe application can\'t start.</string> + <string name="ministro_needed_msg">This application requires Ministro service. Would you like to install it?</string> + <string name="fatal_error_msg">Your application encountered a fatal error and cannot continue.</string> +</resources> |