-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy path10-preferences.xml
More file actions
392 lines (391 loc) · 34.6 KB
/
10-preferences.xml
File metadata and controls
392 lines (391 loc) · 34.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<?xml version="1.0" encoding="utf-8"?>
<!--
~ THIS IS AN AUTOMATICALLY GENERATED FILE. PLEASE DO NOT EDIT THIS FILE.
~ 1. If you would like to add/delete/modify the original translatable strings, follow instructions here: https://github.com/ankidroid/Anki-Android/wiki/Development-Guide#adding-translations
~ 2. If you would like to provide a translation of the original file, you may do so using Crowdin.
~ Instructions for this are available here: https://github.com/ankidroid/Anki-Android/wiki/Translating-AnkiDroid.
~ You may also find the documentation on contributing to Anki useful: https://github.com/ankidroid/Anki-Android/wiki/Contributing
~
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svaerd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbert.nagold@gmail.com>
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svärd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbert.nagold@gmail.com>
~
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- generic strings -->
<string name="disabled">Disabled</string>
<plurals name="pref_summ_minutes">
<item quantity="one">%d min</item>
<item quantity="other">%d minutter</item>
</plurals>
<string name="pref_milliseconds">%s ms</string>
<!-- TODO: move to 20-search-preference so we can contribute upstream (searchpreference_no_results)-->
<string name="pref_search_no_results">Ingen resultater</string>
<!-- preferences.xml categories-->
<string name="pref_cat_general" comment="name of the general preference category" maxLength="41">Generelt</string>
<string name="pref_cat_studying" maxLength="41">Studying</string>
<string name="pref_cat_system_wide" maxLength="41">System-wide</string>
<string name="pref_cat_reviewing" maxLength="41">Gennemgang</string>
<string name="pref_cat_sync" comment="title of the sync preferences category" maxLength="41">Sync</string>
<string name="pref_cat_scheduling" maxLength="41">Scheduling</string>
<string name="pref_cat_whiteboard" maxLength="41">Whiteboard</string>
<string name="pref_cat_appearance" maxLength="41">Appearance</string>
<string name="pref_cat_themes" maxLength="41">Themes</string>
<string name="pref_cat_gestures" maxLength="41">Gestures</string>
<string name="pref_cat_controls" maxLength="41">Controls</string>
<string name="pref_cat_advanced" maxLength="41">Advanced</string>
<string name="pref_cat_workarounds" maxLength="41">Workarounds</string>
<string name="pref_cat_plugins" maxLength="41">Plugins</string>
<string name="pref_cat_editing" maxLength="41">Editing</string>
<!-- preferences.xml entries-->
<string name="whiteboard_stroke_width" maxLength="41">Stroke width</string>
<string name="use_input_tag" maxLength="41">Type answer into the card</string>
<string name="use_input_tag_summ">Use a text input box inside the card to type in the answer</string>
<string name="reset_languages" maxLength="41">Reset languages</string>
<string name="reset_languages_summ">Reset language assignments (for text to speech and dictionaries) for all decks</string>
<string name="reset_languages_question">Reset all language assignments?</string>
<string name="reset_confirmation">All states reset</string>
<string name="card_zoom" maxLength="41">Card zoom</string>
<string name="image_zoom" maxLength="41">Image zoom</string>
<string name="button_size" maxLength="41">Answer button size</string>
<string name="card_browser_font_size" maxLength="41">Card browser font scaling</string>
<string name="card_browser_hide_media" maxLength="41">Display filenames in card browser</string>
<string name="card_browser_hide_media_summary">Display audio filenames in the card browser question/answer fields</string>
<string name="col_path" maxLength="41">AnkiDroid directory</string>
<string name="fullscreen_review" maxLength="41">Fullscreen mode</string>
<string name="full_screen_off">Off</string>
<string name="full_screen_system">Hide the system bars</string>
<string name="full_screen_complete">Hide the system bars and answer buttons</string>
<string name="answer_buttons_position" maxLength="41">Answer buttons position</string>
<string-array name="answer_buttons_position_labels">
<item>Top</item>
<item>Bottom</item>
<item>None</item>
</string-array>
<string name="gestures" maxLength="41">Enable gestures</string>
<string name="gestures_summ">Assign gestures to actions such as answering and editing cards.</string>
<string name="gestures_corner_touch" maxLength="41">9-point touch</string>
<string name="gestures_corner_touch_summary">Allow touch gestures in screen corners</string>
<string name="show_keyboard_shortcuts" maxLength="41">Show keyboard shortcuts</string>
<string name="gestures_full_screen_nav_drawer" maxLength="41">Full screen navigation drawer</string>
<string name="gestures_fullscreen_nav_drawer_summary">Open navigation drawer when swiped right from anywhere on the screen</string>
<string name="gestures_none" maxLength="41" comment="No gestures">None</string>
<string name="gestures_swipe_up" maxLength="41">Swipe up</string>
<string name="gestures_swipe_down" maxLength="41">Swipe down</string>
<string name="gestures_swipe_left" maxLength="41">Swipe left</string>
<string name="gestures_swipe_right" maxLength="41">Swipe right</string>
<string name="gestures_double_tap" maxLength="41">Double touch</string>
<string name="gestures_tap_top" maxLength="41">Touch top</string>
<string name="gestures_tap_left" maxLength="41">Touch left</string>
<string name="gestures_tap_right" maxLength="41">Touch right</string>
<string name="gestures_tap_bottom" maxLength="41">Touch bottom</string>
<string name="gestures_corner_tap_top_left" maxLength="41">Touch top left</string>
<string name="gestures_corner_tap_top_right" maxLength="41">Touch top right</string>
<string name="gestures_corner_tap_middle_center" maxLength="41">Touch middle center</string>
<string name="gestures_corner_tap_bottom_left" maxLength="41">Touch bottom left</string>
<string name="gestures_corner_tap_bottom_right" maxLength="41">Touch bottom right</string>
<string name="gestures_two_finger_tap" maxLength="41">Two-finger tap</string>
<string name="gestures_three_finger_tap" maxLength="41">Three-finger tap</string>
<string name="gestures_four_finger_tap" maxLength="41">Four-finger tap</string>
<string name="gestures_shake" maxLength="41">Shake device</string>
<string name="card_browser_enable_external_context_menu" maxLength="41">‘%s’ Menu</string>
<string name="card_browser_enable_external_context_menu_summary">Enables the ‘%s’ context menu globally</string>
<string name="double_scrolling_gap" maxLength="41">Double scrolling</string>
<string name="double_scrolling_gap_summ">Double the scroll gap with eReader</string>
<string name="swipe_sensitivity" maxLength="41">Swipe sensitivity</string>
<string name="tts" maxLength="41">Text to speech</string>
<string name="tts_summ">Reads out question and answer if no sound file is included</string>
<!-- Sync -->
<string name="sync_fetch_missing_media" maxLength="41">Fetch media on sync</string>
<string name="sync_account" maxLength="41">AnkiWeb account</string>
<string name="sync_account_summ_logged_out">Not logged in</string>
<string name="automatic_sync_choice" maxLength="41">Automatic synchronization</string>
<string name="automatic_sync_choice_summ">Sync automatically on app start/exit if the last sync was more than 10
minutes ago.</string>
<string name="sync_media_always" comment="Option to always fetch media when syncing">Always</string>
<string name="sync_media_only_unmetered">Only on unmetered connections</string>
<string name="sync_media_never">Never</string>
<string name="sync_status_badge" maxLength="41">Display synchronization status</string>
<string name="sync_status_badge_summ">Change the sync icon when changes can be uploaded</string>
<string name="metered_sync_title" maxLength="41">Allow sync on metered connections</string>
<string name="metered_sync_summary">If disabled, you will be warned if you try to sync on a metered connection</string>
<string name="backup_limits_frequency">Frequency</string>
<string name="backup_limits_lifetime">Lifetime</string>
<string name="app_theme" maxLength="41">Theme</string>
<string name="day_theme" maxLength="41">Day theme</string>
<string name="night_theme" maxLength="41">Night theme</string>
<string name="language" maxLength="41">Language</string>
<string name="language_system">System language</string>
<string name="notification_pref" maxLength="41">Notifikationer</string>
<string name="notification_pref_title" maxLength="41">Notify when</string>
<string name="never_notify">Never notify</string>
<string name="notify_when_pending">Pending messages available</string>
<string name="notification_minimum_cards_due" comment="Consider keeping the unbreakable space after the digit">More than %d cards due</string>
<string name="notification_minimum_cards_due_vibrate" maxLength="41">Vibrate</string>
<string name="notification_minimum_cards_due_blink" maxLength="41">Blink light</string>
<string name="select_locale_title">Select language</string>
<string name="software_render" maxLength="41">Disable card hardware render</string>
<string name="software_render_summ">Hardware render is faster but may have problems, specifically on Android 8/8.1. If you cannot see parts of the card review user interface, try this setting.</string>
<string name="safe_display" maxLength="41">Safe display mode</string>
<string name="safe_display_summ">Disable all animations and use safer method for drawing cards. E-ink devices may require this.</string>
<string name="disable_extended_text_ui" maxLength="41">Disable Single-Field Edit Mode</string>
<!--See: multimedia_editor_popup_cloze. We can\'t use format strings as this is auto-generated-->
<string name="disable_extended_text_ui_summ">Allows \'Cloze Deletion\' context menu when in landscape mode.</string>
<string name="vertical_centering" maxLength="41">Center align</string>
<string name="vertical_centering_summ">Center the content of cards vertically</string>
<string name="pref_double_tap_time_interval" maxLength="41">Double tap time interval</string>
<string name="pref_double_tap_time_interval_summary">A second tap of the answer buttons will be ignored if this time has not elapsed. This prevents accidental double taps</string>
<string name="pref_show_answer_long_press_time" maxLength="41">Show answer long-press time</string>
<string name="pref_show_answer_long_press_time_summary">Minimum pressing time before the show answer button registers a touch.</string>
<string name="show_estimates" maxLength="41">Show button time</string>
<string name="show_estimates_summ">Show next review time on answer buttons</string>
<string name="show_large_answer_buttons" maxLength="41">Show large answer buttons</string>
<string name="show_large_answer_buttons_summ">Show answer button in 2 rows</string>
<string name="show_top_bar" maxLength="41">Show top bar</string>
<string name="show_top_bar_summary">Show card counts, answer timer, flag and mark in top bar</string>
<string name="show_progress" maxLength="41">Show remaining</string>
<string name="show_progress_summ">Show remaining card count</string>
<string name="show_eta" maxLength="41">Show ETA</string>
<string name="show_eta_summ">Show remaining time</string>
<string name="use_current" maxLength="41">Deck for new cards</string>
<string name="learn_cutoff" maxLength="41">Learn ahead limit</string>
<string name="time_limit" maxLength="41">Timebox time limit</string>
<string name="day_offset_with_description" maxLength="41">Start of next day</string>
<plurals name="day_offset_summ" comment="%d is going to be replaced with the number of hours past midnight. It can be replaced if something else suits better the translation">
<item quantity="one" comment="Consider keeping the unbreakable space after the digit">%d hour past midnight</item>
<item quantity="other" comment="Consider keeping the unbreakable space after the digit">%d hours past midnight</item>
</plurals>
<string name="pref_keep_screen_on" maxLength="41">Keep screen on</string>
<string name="pref_keep_screen_on_summ">Disable screen timeout</string>
<string name="enable_api_title" maxLength="41">Enable AnkiDroid API</string>
<string name="enable_api_summary">Let other apps connect to AnkiDroid and read / write data without your intervention</string>
<string name="custom_buttons" maxLength="41">App bar buttons</string>
<string name="custom_buttons_summary">Customize which actions appear in the app bar</string>
<string name="custom_buttons_setting_always_show">Always show</string>
<string name="custom_buttons_setting_if_room">Show if room</string>
<string name="custom_buttons_setting_menu_only">Menu only</string>
<string name="reset_custom_buttons" maxLength="41">Reset to default</string>
<string name="reset_settings_to_default">Reset settings to default</string>
<string name="reset">Reset</string>
<string name="thirdparty_apps_title" maxLength="41">Third-party API apps</string>
<string name="thirdparty_apps_summary">See a list of applications which make use of the AnkiDroid API such as dictionaries, utilities.</string>
<string name="pref_controls_reviews_tab" maxLength="41" comment="Name of the tab to configure controls for the reviews screen">Reviews</string>
<string name="pref_controls_previews_tab" maxLength="41" comment="Name of the tab to configure controls for the previews screen">Previews</string>
<string name="toggle_backside_only" maxLength="41" comment="Control setting that toggles \'Backside only\' in the previews screen">Toggle backside only</string>
<!-- Appearance settings -->
<string name="pref_cat_reviewer" maxLength="41">Study Screen</string>
<string name="show_deck_title" maxLength="41">Show deck title</string>
<string name="accessibility" maxLength="41">Tilgængelighed</string>
<!-- Paste clipboard image as png option -->
<string name="paste_as_png" maxLength="41">Paste clipboard images as PNG</string>
<string name="exit_via_double_tap_back" maxLength="41">Press back twice to go back/exit</string>
<string name="exit_via_double_tap_back_summ">To avoid accidentally leaving the study screen or the app</string>
<!-- Allow all files in media imports -->
<string name="media_import_allow_all_files" maxLength="41">Allow all files in media imports</string>
<string name="media_import_allow_all_files_summ">If Android doesn’t recognize a media file</string>
<!-- Custom sync server settings -->
<string name="custom_sync_server_title" maxLength="41">Custom sync server</string>
<string name="custom_sync_server_summary_none_of_the_two_servers_used" comment="This summary is shown when neither of the two custom sync servers are used, which is the default.">Not used</string>
<string name="custom_sync_server_help2"><![CDATA[ As an alternative to synchronizing with AnkiWeb,
you may use your own server for synchronization.
If not set, the default AnkiWeb server will be used instead.
<a href="%s">Learn more</a>
]]></string>
<string name="custom_sync_server_base_url_title" maxLength="41">Sync url</string>
<string name="custom_sync_certificate_title" maxLength="41">Custom root certificate (PEM)</string>
<!-- Key Bindings -->
<string name="keyboard">Keyboard</string>
<string name="bluetooth">Bluetooth</string>
<string name="answer_buttons" maxLength="41">Answer buttons</string>
<string name="card" maxLength="41" comment="Generic term to refer to a card">Card</string>
<string name="note" maxLength="41">Note</string>
<string name="navigation" maxLength="41">Navigation</string>
<string name="media" maxLength="41">Media</string>
<string name="misc" maxLength="41">Misc</string>
<!-- Review reminders -->
<string name="add_reminder" comment="Label for the add reminder button in the screen for adding and editing review reminders">Add reminder</string>
<!-- studyoptions -->
<string name="studyoptions_limit_select_tags">Select tags</string>
<!-- Deck configurations -->
<string name="deck_conf_general" maxLength="41" comment="Label of the submenu for the general options of new deck">General</string>
<string name="deck_conf_reminders" maxLength="41">Reminders</string>
<string name="deck_conf_cram_filter" maxLength="41">Filter</string>
<string name="deck_conf_cram_search" maxLength="41" comment="Label of a text field that contains a search query.">Search</string>
<string name="deck_conf_cram_limit" maxLength="41">Limit to</string>
<string name="deck_conf_cram_order" maxLength="41">Cards selected by</string>
<string name="deck_conf_cram_reschedule" maxLength="41" comment="Title of the box labelled by deck_conf_cram_reschedule_summ">Reschedule</string>
<string name="deck_conf_cram_reschedule_summ">Reschedule cards based on my answers in this deck</string>
<string name="deck_conf_cram_filter_2_check">Enable second filter</string>
<string name="deck_conf_cram_steps_summ" maxLength="41">Define custom steps</string>
<string name="deck_conf_cram_preview_delays" maxLength="41">Preview delays</string>
<string name="deck_conf_cram_preview_delays_summ">Delays are in seconds. 0 returns card to original deck.</string>
<!-- analytics options -->
<string name="analytics_dialog_title">Help make AnkiDroid better!</string>
<string name="analytics_title" maxLength="41">Share feature usage</string>
<string name="analytics_summ">You can contribute to AnkiDroid by helping the development team see which features people use</string>
<string name="note_editor_replace_newlines" maxLength="41">Replace newlines with HTML</string>
<string name="note_editor_replace_newlines_summ">In the Note Editor, convert any instances of <br> to newlines when editing a card.</string>
<string name="type_in_answer_focus" maxLength="41">Focus ‘type in answer’</string>
<string name="type_in_answer_focus_summ">Automatically focus the ‘type in answer’ field in the study screen</string>
<!-- About -->
<string name="open_changelog">Open changelog</string>
<string name="pref_cat_about_title" maxLength="41">Om</string>
<string name="contributors_title">Contributors</string>
<string name="about_contributors_description"><![CDATA[Disse er vores fantastiske <a href=\"%1$s\">bidragsydere</a>. Du kan også hjælpe AnkiDroid ved at programmere, oversætte, donere og <a href=\"%2$s\">mere</a>!]]></string>
<string name="license">License</string>
<string name="license_description"><![CDATA[AnkiDroid er udgivet under <a href=\"%1$s\">GPL-3.0</a> og <a href=\"%2$s\">AGPL-3.0</a> licenser med kildekoden tilgængelig <a href=\"%3$s\">på GitHub</a>]]></string>
<string name="other_licenses"><![CDATA[AnkiDroid also uses third-party libraries and icons, which are licensed under various open source <a href=\"%1$s\">licenses</a>]]></string>
<string name="donate_description"><![CDATA[Du kan støtte AnkiDroid\'s udvikling ved at <a href=\"%1$s\">donere</a>. Ethvert bidrag er dybt værdsat.]]></string>
<!-- Controls -->
<string name="binding_add_gesture">Add gesture</string>
<string name="binding_add_key">Add key</string>
<string name="key_picker_default_press_key">Press a key</string>
<string name="binding_add_axis">Add joystick/motion controller</string>
<string name="axis_picker_move_joystick">Move a joystick/motion controller</string>
<string name="user_actions" maxLength="41">User actions</string>
<string name="user_actions_summary" maxLength="41">Trigger JavaScript from the study screen</string>
<string name="user_action_1" maxLength="28">User action 1</string>
<string name="user_action_2" maxLength="28">User action 2</string>
<string name="user_action_3" maxLength="28">User action 3</string>
<string name="user_action_4" maxLength="28">User action 4</string>
<string name="user_action_5" maxLength="28">User action 5</string>
<string name="user_action_6" maxLength="28">User action 6</string>
<string name="user_action_7" maxLength="28">User action 7</string>
<string name="user_action_8" maxLength="28">User action 8</string>
<string name="user_action_9" maxLength="28">User action 9</string>
<string name="toggle_auto_advance" maxLength="28">Toggle auto advance</string>
<!-- Select card side -->
<string name="card_side_selection_title">Select card side</string>
<string name="card_side_question">Question</string>
<string name="card_side_answer">Answer</string>
<string name="card_side_both" maxLength="28">Question & Answer</string>
<string name="display_binding_card_side_question" comment="When displaying a key bind on a preference this formatter is used if the bind only applies to the question">Q: %s</string>
<string name="display_binding_card_side_answer" comment="When displaying a key bind on a preference this formatter is used if the bind only applies to the answer">A: %s</string>
<!-- Binding Preference -->
<string name="binding_remove_binding" comment="The parameter is the name of the key/gesture. Keys cannot be translated yet.">Remove ‘%s’</string>
<string name="bindings_already_bound">Already bound to ‘%s’</string>
<!-- Advanced -->
<string name="pref_cat_experimental" maxLength="41" tools:ignore="UnusedResources">Experimental</string>
<string name="readtext_deprecation_warn">AnkiDroid has introduced a better TTS mechanism which is compatible with other Anki clients and includes more voices and improvements to language playback!\n\nPlease upgrade as soon as possible, as this setting will be removed soon</string>
<string name="readtext_reviewer_warn" tools:ignore="UnusedResources">Please upgrade to the new text to speech format</string>
<string name="pref_fixed_port_title" maxLength="41">localStorage in Study Screen</string>
<string name="pref_fixed_port_summary">Enables JavaScript localStorage by using a fixed server port in the Study Screen</string>
<!-- Developer options -->
<string name="pref_cat_dev_options" maxLength="41">Developer options</string>
<string name="dev_options_enabled_pref" maxLength="41">Enable developer options</string>
<string name="disable_dev_options">Disable developer options</string>
<string name="dev_options_warning">Please be sure before enabling developer options. These options are dangerous and could break the app or corrupt your collection.\n\nNote that these options are not suited for most users and therefore are not translated, so they are in English.</string>
<!-- #######################################################################################
#################################### Backup options ###################################
####################################################################################### -->
<string name="pref__backups_help__summary"><![CDATA[ AnkiDroid periodically backs up your collection.
After backups are more than two days old,
AnkiDroid will start removing some of them to free up disk space.
<br><br>
Note that media files are not backed up.
To be safe, please periodically synchronize your collection, or back up exports of it.
<br><br>
You can restore from a backup and export your collection in the deck list menu.
]]></string>
<string name="pref__minutes_between_automatic_backups__title" maxLength="41">Minutes between automatic backups</string>
<string name="pref__daily_backups_to_keep__title" maxLength="41">Daily backups to keep</string>
<string name="pref__weekly_backups_to_keep__title" maxLength="41">Weekly backups to keep</string>
<string name="pref__monthly_backups_to_keep__title" maxLength="41">Monthly backups to keep</string>
<!-- #######################################################################################
################################# Manage space activity ###############################
####################################################################################### -->
<string name="pref__manage_space__screen_title">Manage space</string>
<!-- TextWidgetPreference widget text -->
<string name="pref__widget_text__error" comment="Text in a small box on the end of a preference, indicating a generic error. Must be VERY short. Can be one or two lines.">Error</string>
<string name="pref__widget_text__calculating" comment="Text in a small box on the end of a preference, indicating that the value, such as folder size on disk, is being calculated. Must be VERY short. Can be one or two lines.">Calcu-\nlating…</string>
<plurals name="pref__widget_text__n_files_n_bytes" comment="Text in a small box on the end of a preference, showing some statistics about a folder on disk if a form of “12 files\n26 MB”. Must be VERY short. Can be one or two lines.">
<item quantity="one">%1$d file\n%2$s</item>
<item quantity="other">%1$d files\n%2$s</item>
</plurals>
<!-- Delete unused media -->
<string name="pref__delete_unused_media_files__title" maxLength="41" comment="Preference title">Delete unused media files</string>
<string name="pref__delete_unused_media_files__summary">Delete images and other media that are not prefixed with _ and are not referenced by any notes</string>
<string name="dialog__delete_unused_media_files__title" comment="Title for a dialog where you can select unused media files to delete">Delete unused media files</string>
<!-- Delete backups -->
<string name="pref__delete_backups__title" maxLength="41" comment="Preference title">Delete backups</string>
<string name="dialog__delete_backups__title" comment="Title for a dialog where you can choose backups to delete">Delete backups</string>
<string name="progress__deleting_backups">Deleting backups…</string>
<!-- Delete collection -->
<string name="pref__delete_collection__title" maxLength="41" comment="Preference title">Delete collection</string>
<string name="pref__delete_collection__summary">Delete collection, media, and backups. App settings are not deleted</string>
<string name="dialog__delete_collection__title" comment="Confirmation dialog title">Delete collection</string>
<string name="dialog__delete_collection__message" comment="“Close the window” here refers to the activity that the user is currently seeing. When the collection is deleted, we exit the process, which closes the activity without animation. On some devices the entire settings app may be closed. User might not realize that this activity comes directly from AnkiDroid, so it might be wise to avoid words such as “AnkiDroid or “app”.">Are you sure you want to delete your collection, media, and backups?\n\nNote: this action will close the window.</string>
<string name="progress__deleting_collection">Deleting collection…</string>
<!-- Delete everything -->
<string name="pref__delete_everything__title" maxLength="41" comment="Preference title">Delete everything</string>
<string name="pref__delete_everything__summary">Delete collection, media, backups, and settings</string>
<string name="dialog__delete_everything__title" comment="Confirmation dialog title">Delete everything</string>
<string name="dialog__delete_everything__message" comment="“Close the window” here refers to the activity that the user is currently seeing. Deleting app data forcibly closes AnkiDroid, which closes the activity without animation. On some devices the entire settings app may be closed. User might not realize that this activity comes directly from AnkiDroid, so it might be wise to avoid words such as “AnkiDroid or “app”.">Are you sure you want to delete all data? This includes your collection, media, backups and preferences.\n\nNote: this action will close the window.</string>
<!-- Delete app data -->
<string name="pref__delete_app_data__title" maxLength="41" comment="Preference title">Delete app data</string>
<string name="pref__delete_app_data__summary">Delete settings and other app data</string>
<string name="dialog__delete_app_data__title" comment="Confirmation dialog title">Delete app data</string>
<string name="dialog__delete_app_data__message" comment="“Close the window” here refers to the activity that the user is currently seeing. Deleting app data forcibly closes AnkiDroid, which closes the activity without animation. On some devices the entire settings app may be closed. User might not realize that this activity comes directly from AnkiDroid, so it might be wise to avoid words such as “AnkiDroid or “app”.">Are you sure you want to delete app data? This includes settings and other app data.\n\nNote: this action will close the window.</string>
<!-- #######################################################################################
##### Generic preference summaries & snackbars that are shown on preference click #####
####################################################################################### -->
<string name="pref__etc__summary__fetching" comment="Generic preference summary to be shown when the value is being fetched">…</string>
<string name="pref__etc__summary__no_collection" comment="Generic preference summary to be shown when a preference is not usable because the collection does not exist">No collection</string>
<string name="pref__etc__summary__error" comment="Generic preference summary to be shown when there was an error fetching the value. For example, this is shown when the permission to access collection is lacking">Error</string>
<string name="pref__etc__snackbar__fetching" comment="Generic snackbar message to be shown when user taps on a preference, the value of which is being fetched">Fetching…</string>
<string name="pref__etc__snackbar__calculating" comment="Generic snackbar message to be shown when user taps on a preference, the value of which, such as folder size on disk, is being calculated">Calculating…</string>
<string name="pref__etc__snackbar__no_collection" comment="Generic snackbar message to be shown when user taps on a preference that is not usable because the collection does not exist">Collection does not exist</string>
<string name="hide_system_bars" maxLength="41" comment="Title of a setting that allows to hide the system bars">Hide system bars</string>
<string name="hide_system_bars_none" comment="Setting option to not hide any of the system bars">None</string>
<string name="hide_system_bars_status_bar" comment="Setting option to hide the system status bar (the top one with clock, battery status, etc)">Status bar</string>
<string name="hide_system_bars_navigation_bar" comment="Setting option to hide the system navigation bar (the bottom one that can go back, to home, etc)">Navigation bar</string>
<string name="hide_system_bars_all_bars" comment="Setting option to hide all the system bars">All</string>
<string name="ignore_display_cutout" maxLength="41">Ignore display cutout</string>
<string name="hide_answer_buttons" maxLength="41">Hide answer buttons</string>
<string name="hide_hard_and_easy" maxLength="41">Hide ‘Hard’ and ‘Easy’ buttons</string>
<string name="reviewer_frame_style" maxLength="41">Frame style</string>
<string name="reviewer_frame_style_card" maxLength="41" comment="Style name of the \'Card\' card frame of the Study Screen">Card</string>
<string name="reviewer_frame_style_box" maxLength="41" comment="Style name of the \'Box\' card frame of the Study Screen">Box</string>
<string name="reviewer_toolbar_top" maxLength="41" comment="Setting to put the toolbar on the top of the study screen">Top</string>
<string name="reviewer_toolbar_bottom" maxLength="41" comment="Setting to put the toolbar on the bottom of the study screen">Bottom</string>
<string name="reviewer_toolbar_none" maxLength="41" comment="Setting to remove the toolbar from the study screen">None</string>
<string name="toolbar" maxLength="41">Toolbar</string>
<string name="toolbar_actions" maxLength="41">Toolbar actions</string>
<string name="toolbar_position" maxLength="41">Toolbar position</string>
<string name="new_study_screen" maxLength="41">New study screen</string>
<string name="new_study_screen_summ"><![CDATA[Improved study screen that will succeed the current one. Some features of the old screen have been changed or removed. Please report any <a href="%1$s">feedback</a> or <a href="%2$s">bugs</a>.]]></string>
<string name="show_answer_feedback" maxLength="41">Show answer feedback</string>
<!--Keyboard shortcuts dialog-->
<string name="open_settings" comment="Description of the shortcut that opens the app settings">Open settings</string>
</resources>