Browse Source

[android] Add translation files

pull/2465/head
Anders Jenbo 5 years ago
parent
commit
072a543a77
  1. 4
      android-project/app/src/main/res/values-bg/strings.xml
  2. 7
      android-project/app/src/main/res/values-da-rDK/strings.xml
  3. 4
      android-project/app/src/main/res/values-es/strings.xml
  4. 4
      android-project/app/src/main/res/values-fr/strings.xml
  5. 4
      android-project/app/src/main/res/values-hr/strings.xml
  6. 4
      android-project/app/src/main/res/values-it/strings.xml
  7. 4
      android-project/app/src/main/res/values-ko-rKR/strings.xml
  8. 4
      android-project/app/src/main/res/values-pt-rBR/strings.xml
  9. 4
      android-project/app/src/main/res/values-ru/strings.xml
  10. 4
      android-project/app/src/main/res/values-sv/strings.xml
  11. 4
      android-project/app/src/main/res/values-zh-rCN/strings.xml
  12. 6
      android-project/app/src/main/res/values/strings.xml

4
android-project/app/src/main/res/values-bg/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

7
android-project/app/src/main/res/values-da-rDK/strings.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
<string name="download_spawn">Download Shareware Data</string>
<string name="game_data_retry">Tjek igen</string>
<string name="title_activity_data">Spil data</string>
</resources>

4
android-project/app/src/main/res/values-es/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-fr/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-hr/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-it/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-ko-rKR/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-pt-rBR/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-ru/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-sv/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

4
android-project/app/src/main/res/values-zh-rCN/strings.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DevilutionX</string>
</resources>

6
android-project/app/src/main/res/values/strings.xml

@ -1,11 +1,11 @@
<resources>
<string name="app_name">DevilutionX</string>
<string name="title_activity_data">Game Data</string>
<string name="app_name" translatable="false">DevilutionX</string>
<!-- Strings used for fragments for navigation -->
<string name="download_spawn">Download Shareware Data</string>
<string name="guide_full_installation">To play the full version you must place DIABDAT.MPQ from the original game in Android/data/org.diasurgical.devilutionx/files.<br/>\n<br/>\nIf you don\'t have the original game then you can buy Diablo from <a href="https://www.gog.com/game/diablo">GOG.com.</a></string>
<string name="guide_shareware">Alternatively you can download the spawn version, to play the shareware portion of the game.</string>
<string name="faq_link">See the <a href="https://github.com/diasurgical/devilutionX/blob/master/docs/installing.md#installing">Installation Instructions</a> for more details.</string>
<string name="game_data_retry">Check again</string>
<string name="title_activity_data">Game Data</string>
<string name="download_spawn">Download Shareware Data</string>
</resources>

Loading…
Cancel
Save