diff --git a/AnkiDroid/src/main/res/values/02-strings.xml b/AnkiDroid/src/main/res/values/02-strings.xml index f3af99ec59..a1d5ab2fb4 100644 --- a/AnkiDroid/src/main/res/values/02-strings.xml +++ b/AnkiDroid/src/main/res/values/02-strings.xml @@ -18,6 +18,9 @@ ~ You should have received a copy of the GNU General Public License along with ~ this program. If not, see . --> + + XXX% + Open drawer Close drawer diff --git a/AnkiDroid/src/main/res/values/10-preferences.xml b/AnkiDroid/src/main/res/values/10-preferences.xml index 8e62e2a4a1..d7efc477cf 100644 --- a/AnkiDroid/src/main/res/values/10-preferences.xml +++ b/AnkiDroid/src/main/res/values/10-preferences.xml @@ -43,7 +43,6 @@ Stroke width - XXX Black strokes Uses less memory, unless in night mode Disable typing in answer @@ -51,21 +50,15 @@ Long press workaround Enable this if you are not able to select text with a long press Lookup dictionary - XXX Reset languages Reset language assignments (for text to speech and dictionaries) for all decks. Reset specific deck assignments on deck picker. Reset all language assignments? All states reset Card zoom - XXX% Image zoom - XXX% Answer button size - XXX% Card browser font scaling - XXX% Collection path - XXX Fullscreen mode Hide the system status bar Enable gestures @@ -84,7 +77,6 @@ Double scrolling Double the scroll gap with eReader Swipe sensitivity - XXX Text to speech Reads out question and answer if no sound file is included Fetch media on sync @@ -97,11 +89,8 @@ This setting bypasses the RTL algorithm of Android to show Hebrew text with vowels correctly.\n\nFor this to work, you need to download font Tohu.ttf and copy it manually to\n“%s/fonts/”\n\nYou won’t have to modify your cards. Download font Default font - XXX Default font applicability - XXX Language - XXX System language Notifications Notify when @@ -122,7 +111,6 @@ Center align Center the content of cards vertically Max number of backups - XXX Show button time Show next review time on answer buttons Show remaining @@ -204,7 +192,6 @@ Set for all subdecks Set current options group for all of this deck’s subdecks? Browser and editor font - XXX Filter Options Search diff --git a/AnkiDroid/src/main/res/values/constants.xml b/AnkiDroid/src/main/res/values/constants.xml index fe571ce54f..0d44ff5efb 100644 --- a/AnkiDroid/src/main/res/values/constants.xml +++ b/AnkiDroid/src/main/res/values/constants.xml @@ -21,6 +21,8 @@ --> AnkiDroid + + XXX None diff --git a/AnkiDroid/src/main/res/xml/preferences_advanced.xml b/AnkiDroid/src/main/res/xml/preferences_advanced.xml index 90ffbb84e7..65c75437a7 100644 --- a/AnkiDroid/src/main/res/xml/preferences_advanced.xml +++ b/AnkiDroid/src/main/res/xml/preferences_advanced.xml @@ -35,7 +35,7 @@ android:defaultValue="8" android:key="backupMax" android:max="10" - android:summary="@string/pref_backup_max_summ" + android:summary="@string/preference_summary_literal" android:text="" android:title="@string/pref_backup_max" app:interval="1" @@ -83,7 +83,7 @@ android:entries="@array/dictionary_labels" android:entryValues="@array/dictionary_values" android:key="dictionary" - android:summary="@string/dictionary_summ" + android:summary="@string/preference_summary_literal" android:title="@string/dictionary" />