forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-strings.xml
More file actions
405 lines (351 loc) · 24.9 KB
/
02-strings.xml
File metadata and controls
405 lines (351 loc) · 24.9 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
393
394
395
396
397
398
399
400
401
402
403
404
405
<?xml version='1.0' encoding='UTF-8'?>
<!--
~ 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">
<!-- Navigation drawer strings -->
<string name="drawer_open">Open drawer</string>
<string name="drawer_close">Close drawer</string>
<string name="CardEditorCardDeck">Card deck:</string>
<string name="CardEditorNoteDeck">Deck:</string>
<string name="CardEditorModel">Type:</string>
<string name="CardEditorTags">Tags: %1$s</string>
<string name="CardEditorCards">Cards: %1$s</string>
<string name="select_image">Select Image</string>
<string name="edit_occlusions">Edit Occlusions</string>
<string name="image_occlusion">Image Occlusion</string>
<string name="tag_name">Tag name</string>
<string name="add_new_filter_tags">Add/filter tags</string>
<string name="add_tag">Add tag</string>
<string name="check_all_tags">Check/uncheck all tags</string>
<string name="filter_tags">Filter tags</string>
<string name="no_tags">You haven’t added any tags yet</string>
<string name="updated_version">Updated to version %s</string>
<!-- Reviewer.kt -->
<string name="save_whiteboard">Save whiteboard</string>
<string name="enable_stylus">Enable stylus writing</string>
<string name="disable_stylus">Disable stylus writing</string>
<string name="enable_whiteboard">Enable whiteboard</string>
<string name="disable_whiteboard">Disable whiteboard</string>
<string name="show_whiteboard">Show whiteboard</string>
<string name="hide_whiteboard">Hide whiteboard</string>
<string name="clear_whiteboard">Clear whiteboard</string>
<string name="replay_audio">Replay audio</string>
<string name="leech_suspend_notification">Card marked as leech and suspended</string>
<string name="leech_notification">Card marked as leech</string>
<string name="webview_crash_unknown">Unknown error</string>
<string name="webview_crash_unknwon_detailed">This was caused by an internal error in the WebView</string>
<string name="webview_crash_oom">Out of Memory</string>
<string name="webview_crash_oom_details">The WebView was terminated by the system. This typically happens when the application runs out of memory, often due to large fonts or media.</string>
<string name="webview_crash_nonfatal">WebView renderer crashed. Cause: %s</string>
<string name="webview_crash_fatal">Fatal Error: WebView renderer crashed. Cause: %s</string>
<string name="webview_crash_loop_dialog_title">System WebView Rendering Failure</string>
<string name="webview_crash_loop_dialog_content">System WebView failed to render card \'%1$s\'.\n %2$s</string>
<!-- Browser -->
<string-array name="browser_column1_headings">
<item>Question</item>
<item>Sort field</item>
</string-array>
<string-array name="browser_column2_headings">
<item>Answer</item>
<item>Card</item>
<item>Deck</item>
<item>Note</item>
<item>Question</item>
<item>Tags</item>
<item>Lapses</item>
<item>Reviews</item>
<item>Interval</item>
<item>Ease</item>
<item>Due</item>
<item>Card Modified</item>
<item>Created</item>
<item>Note Modified</item>
</string-array>
<string name="filter_by_flags">Flags</string>
<!-- Custom study options -->
<string name="custom_study_increase_new_limit">Modify today’s new card limit</string>
<string name="custom_study_increase_review_limit">Modify today’s review card limit</string>
<string name="custom_study_review_forgotten">Review forgotten cards</string>
<string name="custom_study_review_ahead">Review ahead</string>
<string name="custom_study_random_selection">Study a random selection of cards</string>
<string name="custom_study_preview_new">Preview new cards</string>
<string name="custom_study_limit_tags">Limit to particular tags</string>
<!-- Card editor -->
<string name="cardeditor_title_edit_card">Edit note</string>
<string name="discard_unsaved_changes">Close and lose current input?</string>
<string name="note_editor_no_cards_created">No cards created. Please fill in more fields</string>
<string name="note_editor_no_first_field">The first field is empty</string>
<string name="note_editor_no_cloze_delations">This note type must contain cloze deletions</string>
<string name="note_editor_no_cards_created_all_fields">The current note type did not produce any cards.\nPlease choose another note type, or click ‘Cards’ and add a field substitution</string>
<string name="note_editor_insert_cloze_no_cloze_note_type">Cloze deletions will only work on a Cloze note type</string>
<string name="saving_facts">Saving note</string>
<string name="saving_model">Saving note type</string>
<string name="save">Save</string>
<string name="close">Close</string>
<string name="select">Select</string>
<string name="field_remapping">%1$s (from “%2$s”)</string>
<string name="confirm_map_cards_to_nothing">Any cards mapped to nothing will be deleted. If a note has no remaining cards, it will be lost. Are you sure you want to continue?</string>
<!-- Timebox -->
<string name="timebox_reached_title">Timebox reached</string>
<plurals name="timebox_reached">
<item quantity="one">%1$d card studied in %2$s</item>
<item quantity="other">%1$d cards studied in %2$s</item>
</plurals>
<!-- minutes used in '[studied in] x minutes' context, causing inflexion in some languages -->
<plurals name="in_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
</plurals>
<string name="fact_adder_intent_title" comment="Label of the 'Add Note' window. This title can't be seen in AnkiDroid directly.">AnkiDroid card</string>
<string name="note_editor_copy_note">Copy note</string>
<string name="card_editor_reposition_card">Reposition</string>
<string name="card_editor_reset_card">Reset progress</string>
<string name="card_editor_reschedule_card" comment="Action to reschedule a card">Reschedule</string>
<string name="card_editor_preview_card" comment="Button offering to preview some card(s)">Preview</string>
<string name="preview_progress_bar_text" comment="What card we are on out of how many in card previewer progress bar">%1$d of %2$d</string>
<string name="rename" comment="Confirm that the renaming action should be processed.">Rename</string>
<string name="checks_action">Check</string>
<string name="check_db">Check database</string>
<string name="check_media">Check media</string>
<string name="empty_cards">Empty cards</string>
<string name="empty_card_warning">This card is empty. Use the “Empty cards” option from the menu on the deck list screen.</string>
<string name="unknown_type_field_warning">Type answer: unknown field %s</string>
<string name="delete_deck">Deleting deck…</string>
<string name="info_rate">Rate AnkiDroid</string>
<string name="import_title">Importing</string>
<string name="import_message_add" comment="Adding a new deck to the collection (import)">Add</string>
<string name="import_message_replace_confirm">This will delete your existing collection and replace it with the data of file %s</string>
<string name="import_dialog_message_add">Add “%s” to collection? This may take a long time</string>
<string name="import_log_no_apkg">This isn’t a valid Anki package file</string>
<string name="import_title_error" comment="Title of error dialog">Error</string>
<string name="import_error_handle_exception">Failed to import file\n\n%s</string>
<string name="import_error_not_apkg_extension">Filename “%s” doesn’t have .apkg or .colpkg extension</string>
<string name="import_error_load_imported_database">Anki Database (.anki2) replacements are not yet supported. Please see the manual for replacement instructions.</string>
<string name="import_error_content_provider">The selected file couldn’t be imported automatically by AnkiDroid. Please see the user manual for how to manually import anki files: \n%s</string>
<string name="import_error_copy_to_cache">Failed to cache file (possibly out of storage space)</string>
<string name="import_interrupted">Import interrupted: AnkiDroid was closed</string>
<string name="export_include_schedule">Include scheduling</string>
<string name="export_include_media">Include media</string>
<string name="confirm_apkg_export">Export collection as Anki package?</string>
<string name="confirm_apkg_export_deck">Export “%s” as apkg file?</string>
<plurals name="confirm_apkg_export_selected_cards">
<item quantity="one">Export selected card as apkg file?</item>
<item quantity="other">Export %d selected cards as apkg file?</item>
</plurals>
<plurals name="confirm_apkg_export_selected_notes">
<item quantity="one">Export selected note as apkg file?</item>
<item quantity="other">Export %d selected notes as apkg file?</item>
</plurals>
<string name="export_preparation_in_progress">Preparing export…</string>
<string name="export_ready_title">Export ready</string>
<string name="export_send_no_handlers">No applications available to handle apkg. Saving...</string>
<string name="export_save_apkg_successful">Successfully saved Anki package</string>
<string name="export_save_apkg_unsuccessful">Save Anki package failed</string>
<string name="export_share_title">Send Anki package using</string>
<string name="export_email_subject">AnkiDroid exported flashcards: %s</string>
<string name="export_email_text">
<![CDATA[
Hi!
<br/><br/>
This is an Anki flashcards deck sent from AnkiDroid[1].
Try to open it using one of the available Anki distributions[2] and enjoy easy and efficient learning!<br/><br/>
[1] %1$s<br/>
[2] %2$s
]]>
</string>
<string name="export_choice_share">Share</string>
<string name="export_choice_save_to">Save to</string>
<string name="study_options" comment="Name for a preference category in Filtered deck (aka Cram deck, aka Custom study) options">Options</string>
<string name="menu__deck_options">Deck options</string>
<string name="menu__study_options" comment="Menu item that opens options for a Filtered deck (aka Cram deck, aka Custom study)">Study options</string>
<string name="select_tts">Set TTS language</string>
<string name="custom_study">Custom study</string>
<string name="more_options">More</string>
<string name="dyn_deck_desc">This is a special deck for studying outside of the normal schedule. Cards will be automatically returned to their original decks after you review them. Deleting this deck from the deck list will return all remaining cards to their original deck.</string>
<string name="steps_error">Steps must be numbers greater than 0</string>
<string name="steps_min_error">At least one step is required</string>
<string name="tag_editor_add_feedback">Touch “%2$s” to confirm adding “%1$s”</string>
<string name="tag_editor_add_feedback_existing">Existing tag “%1$s” selected</string>
<!-- Time spans -->
<string name="decks_rename_exists">That deck already exists</string>
<string name="decks_rename_filtered_nosubdecks">A filtered deck cannot have subdecks</string>
<string name="reminder_title">Do not forget to study today!</string>
<plurals name="reminder_text">
<item quantity="one">%2$d card to review in %1$s</item>
<item quantity="other">%2$d cards to review in %1$s</item>
</plurals>
<!-- Currently only used if exporting APKG fails -->
<string name="apk_share_error">Error sharing apkg file</string>
<!-- Import and export v2 feedback -->
<string name="activity_start_failed">The system does not have an app installed that can perform this action.</string>
<string name="multimedia_editor_image_compression_failed"><![CDATA[Camera images may be large. You may wish to compress & resize images in the media directory]]></string>
<string name="no_browser_notification">No browser found,please visit web page by pc or mobile: </string>
<string name="web_page_error">Error loading page: %s</string>
<!-- The name of the deck which corrupt cards will be moved to -->
<!-- Deckpicker Background -->
<string name="background_image_title">Background</string>
<string name="choose_an_image">Select image</string>
<!-- Card Template Browser Appearance -->
<string name="restore_default">Restore Default</string>
<string name="cloze_sample_text">This is a {{%1$s::sample}} cloze deletion.</string>
<string name="basic_answer_sample_text_user" comment="has a typo, so that user sees a highlighted difference in basic answer model
">exomple</string>
<string name="basic_answer_sample_text">an example</string>
<string name="reviewer_tts_cloze_spoken_replacement">Blank</string>
<!-- in options menu & Navigation Drawer -->
<string name="ankidroid_turn_on_fullscreen_nav_drawer">Please turn on fullscreen to use Show Navigation Drawer using JavaScript.</string>
<string name="ankidroid_turn_on_fullscreen_options_menu">Please turn on fullscreen to use Show Options Menu using JavaScript.</string>
<!-- Whiteboard save image message in Reviewer -->
<string name="white_board_image_save_failed">Failed to save whiteboard image. %s</string>
<string name="white_board_image_saved">Whiteboard image saved to %s</string>
<string name="title_whiteboard_pen_color">Whiteboard pen color</string>
<string name="title_whiteboard_editor">Whiteboard editor</string>
<string name="user_is_a_robot">Detected automated test. If you are a human, contact AnkiDroid support</string>
<!-- JS api -->
<string name="api_version_developer_contact">This card uses unsupported AnkiDroid features. Contact developer %1$s, or view the wiki. %2$s</string>
<string name="invalid_json_data">Card provided invalid data. %s</string>
<string name="valid_js_api_version">Invalid AnkiDroid JS API version. Contact developer %s, or view wiki</string>
<string name="update_js_api_version">AnkiDroid JS API update available. Contact developer %s, or view wiki</string>
<string name="reviewer_invalid_api_version_visit_documentation">View</string>
<string name="anki_js_error_code">(Error Code: %d)</string>
<!-- About AnkiDroid screen -->
<string name="about_ankidroid_successfully_copied_debug_info">Copied to clipboard</string>
<string name="about_ankidroid_error_copy_debug_info">Error copying debug information to clipboard</string>
<!-- Card Viewer -->
<string name="card_viewer_could_not_find_image">Card Content Error: Failed to load ‘%s’</string>
<string name="card_viewer_media_relative_protocol">Card Content Error: Media update required</string>
<!-- Deck Picker -->
<string name="search_decks">Search decks</string>
<string name="show_migration_progress"
comment="Title for a button in deck picker's toolbar that shows ongoing migration progress.
Usually shown as a tooltip. The button opens a dialog with a more detailed progress information."
>Show migration progress</string>
<string name="ankidroid_init_failed_webview_title">Fatal Error</string>
<string name="ankidroid_init_failed_webview">AnkiDroid relies on the System WebView which is unavailable. This can happen if the system is installing updates. Please try again in a few minutes.\n\n%s</string>
<!-- A Menu item to change the Font Size (currently in the Note Editor) -->
<string name="menu_font_size">Font size</string>
<string name="menu_show_toolbar" comment="Checkable item stating whether the note editor toolbar should be shown">Show toolbar</string>
<string name="format_insert_bold">Format as Bold</string>
<string name="format_insert_italic">Format as Italic</string>
<string name="format_insert_underline">Format as Underline</string>
<string name="insert_horizontal_line">Insert Horizontal Line</string>
<string name="insert_heading">Insert Heading</string>
<string name="format_font_size">Change Font Size</string>
<string name="insert_mathjax">Insert MathJax Equation</string>
<string name="note_editor_toolbar_icon">Button text</string>
<string name="before_text">HTML Before Selection</string>
<string name="after_text">HTML After Selection</string>
<string name="add_toolbar_item">Create Toolbar Item</string>
<string name="edit_toolbar_item">Edit Toolbar Item</string>
<string name="toolbar_item_explain_edit_or_remove">Enter HTML to be inserted before and after the selected text\n\nLong press a toolbar item to edit or remove it</string>
<string name="remove_toolbar_item">Remove Toolbar Item?</string>
<string name="note_editor_paste_too_large">The image is too large to paste, please insert the image manually</string>
<string name="ankidroid_cannot_open_after_backup_try_again"
comment="After an Android backup is restored, AnkiDroid opens and shows this message.
Opening AnkiDroid again will work correctly">
Android backup in progress. Please try again</string>
<string name="create_shortcut_error_vivo" comment="iManager is an app on Vivo phones">You may need to use iManager to allow AnkiDroid to add shortcuts</string>
<string name="create_shortcut_failed" comment="home screen == launcher">Your home screen does not allow AnkiDroid to add shortcuts</string>
<string name="create_shortcut_error">Error adding shortcut: %s</string>
<string name="note_editor_capitalize" comment="This is for a switch with a checkbox - on: enabled">Capitalize sentences</string>
<string name="menu_scroll_toolbar" comment="Checkbox stating whether note editor toolbar is scrollable or stacked. Checked: Scroll">Scroll toolbar</string>
<!-- Symbols used as Button text in IncrementNumberRangePreference -->
<string name="plus_sign" comment="Label for increment button in IncrementerNumberRangePreference">+</string>
<string name="minus_sign" comment="Label for decrement button in IncrementerNumberRangePreference">-</string>
<!-- Used for credential empty warning message -->
<string name="email_id_empty">Email address is required</string>
<string name="password_empty">Password is required</string>
<string name="back_pressed_once">Press back again to exit</string>
<string name="back_pressed_once_reviewer">Press back again to return</string>
<!-- %% is required to display % symbol. Reference: https://stackoverflow.com/a/16834358 -->
<string name="percentage">%s%%</string>
<string name="download_deck">Download deck</string>
<string name="try_again">Try Again</string>
<string name="cancel_download">Cancel download</string>
<string name="cancel_download_question_title">Cancel download?</string>
<string name="downloading_file">Downloading %s</string>
<string name="import_deck">Import Deck</string>
<string name="something_wrong">Something went wrong, please try again</string>
<string name="download_failed">Download failed</string>
<string name="deck_download_progress_message">You can use other apps while the download is running</string>
<string name="check_network">Please check your network connection</string>
<string name="search_using_deck_name">Search using deck name</string>
<string name="external_storage_unavailable">Download aborted, the external storage is not available</string>
<string name="home">Home</string>
<!-- Reviewer actions
Each of these strings ends with a period, following the notation of Anki Desktop -->
<string name="card_buried">Card buried.</string>
<plurals name="note_suspended">
<item quantity="one">%d card suspended.</item>
<item quantity="other">%d cards suspended.</item>
</plurals>
<!-- Note Editor Toggle Sticky -->
<string name="note_editor_toggle_sticky">Make field %s sticky</string>
<!-- Scoped Storage Migration -->
<string name="scoped_storage_title">Storage migration</string>
<string name="scoped_storage_learn_more">Learn More</string>
<string name="scoped_storage_postpone">Postpone</string>
<string name="scoped_storage_migrate">Migrate</string>
<string name="search_card_js_api_no_results">Search returned no results</string>
<string name="migration_update_request_requires_media_sync" commnet="use HTML linebreaks in this string">AnkiDroid needs to migrate its storage to comply with Android 10 security policy.\n\nThis will improve media sync performance.<br><br>During the migration you will be unable to sync and some settings will be disabled. A media sync will occur before the migration starts to keep your data safe.<br><br>It is safe to use or close AnkiDroid during this process.</string>
<string name="start_migration_progress_message">Starting storage migration. You may resume using AnkiDroid shortly.</string>
<string name="migration_part_1_done_resume">You may resume using AnkiDroid.
\nStorage migration will continue in the background.</string>
<!-- JS Addons -->
<string name="not_valid_js_addon">%s is not a valid javascript addon package</string>
<string name="could_not_create_dir">Could not create directory %s</string>
<string name="malicious_archive_entry_outside">Malicious archive. Contains entry outside of the target dir: %s</string>
<string name="malicious_archive_exceeds_limit">Malicious archive. Size exceeds %1$s or contains more than %2$d files</string>
<string name="file_extract_exceeds_storage_space">File extract exceeds storage space</string>
<!-- Hierarchical Tags -->
<string name="expand_tag">Expand tag \'%s\'</string>
<!-- Manage note types -->
<string name="field_editor_model_not_available">Failed to access collection. Please try again!</string>
<!-- App Intro -->
<string name="intro_ankidroid_tagline_one">Study less</string>
<string name="intro_ankidroid_tagline_two">Remember more</string>
<string name="intro_short_ankidroid_explanation">Anki\'s card scheduler saves time by strengthening your weakest memories and preserving your strongest</string>
<string name="intro_get_started" comment="Action to start AnkiDroid for the first time without syncing from AnkiWeb">Get Started</string>
<string name="intro_sync_from_ankiweb">Sync from AnkiWeb</string>
<string name="already_logged_in">Already logged in</string>
<!-- Deck Creation -->
<string name="deck_created">Deck created</string>
<string name="deck_renamed">Deck renamed</string>
<!-- Deck Deletion -->
<string name="deck_shortcut_doesnt_exist">Deck deleted. Please remove the shortcut</string>
<!-- Browser Options Dialog -->
<string name="show_cards" comment="Label for toggle cards button in BrowserOptionsDialog">Cards</string>
<string name="show_notes" comment="Label for toggle notes button in BrowserOptionsDialog">Notes</string>
<string name="toggle_cards_notes">Toggle Cards/Notes</string>
<string name="toggle_browser_mode_help">Toggle Showing cards or notes in the browser</string>
<string name="truncate_content_help">Truncate the height of each row of the Browser to show only first 3 lines of content</string>
<string name="browser_options_dialog_heading">Browser Options</string>
<string name="functionality_disabled_during_storage_migration"
comment="Displayed when trying to access functionality which cannot be run while storage is being moved to a new location">
This functionality is unavailable during a storage migration
</string>
<string name="storage_migration_sync_notification"
comment="Appears on a notification after the user has opted into a storage migration and provided consent to sync
and AnkiDroid was minimised when the sync completed"
>Tap to start storage migration</string>
<string name="media_sync_required_title">Media Sync Required</string>
<string name="media_sync_unavailable_message">Media sync is disabled in the settings. Please sync and backup any media which hasn\'t been synced before continuing</string>
<string name="audio_saved">Recording saved</string>
</resources>