mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add different icon for mobile app
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9217a03ef3
commit
cbda93ce11
9 changed files with 266 additions and 1 deletions
8
android-mobile/res/values/strings.xml
Normal file
8
android-mobile/res/values/strings.xml
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue