1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-16 01:01:11 +01:00

Move untranslatable strings

This commit is contained in:
Gregor Santner 2017-07-29 21:20:39 +02:00
parent 99e369088a
commit 8324fe52ec
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009
7 changed files with 170 additions and 154 deletions

View file

@ -31,4 +31,31 @@
<item>Czech (Čeština)</item>
<item>Swedish (Svenska)</item>
</string-array>
<array name="pref_entries__font_size" translatable="false">
<item>@string/font_size_normal</item>
<item>@string/font_size_large</item>
<item>@string/font_size_huge</item>
</array>
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<array name="pref_entries_values__font_size" translatable="false">
<item>normal</item>
<item>large</item>
<item>huge</item>
</array>
<array name="pref_entries_values__screen_rotation" translatable="false">
<item>@string/rotation_val_system</item>
<item>@string/rotation_val_sensor</item>
<item>@string/rotation_val_portrait</item>
<item>@string/rotation_val_landscape</item>
</array>
<array name="pref_entries__screen_rotation" translatable="false">
<item>@string/rotation_system</item>
<item>@string/rotation_sensor</item>
<item>@string/rotation_portrait</item>
<item>@string/rotation_landscape</item>
</array>
</resources>