forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path02-strings.xml
More file actions
317 lines (294 loc) · 19.2 KB
/
02-strings.xml
File metadata and controls
317 lines (294 loc) · 19.2 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
<?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>
<!-- How to format a percentage shown in the summary field of a preference -->
<string name="preference_summary_percentage">XXX%</string>
<!-- Navigation drawer strings -->
<string name="drawer_open">Open drawer</string>
<string name="drawer_close">Close drawer</string>
<string name="CardEditorLaterMessage">Saved information for later</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="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="sdcard_missing_message">Switch off USB storage to access your decks</string>
<string name="updated_version">Updated to version %s</string>
<!-- Reviewer.java -->
<string name="save_whiteboard">Save whiteboard</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="toggle_mic_tool_bar">Check Pronunciation</string>
<string name="leech_suspend_notification">Card marked as leech and suspended</string>
<string name="leech_notification">Card marked as leech</string>
<string name="corrupt_font">Corrupt font file %s</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>
<!-- 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_add_note">Add note</string>
<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="add">Add</string>
<string name="save">Save</string>
<string name="close">Close</string>
<string name="select">Select</string>
<string name="saving_changes">Saving changes…</string>
<string name="reordering_cards">Reordering cards…</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>
<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="studyoptions_welcome_title">Welcome to AnkiDroid</string>
<string name="fact_adder_intent_title">AnkiDroid card</string>
<string name="note_editor_add_note">Add note</string>
<string name="note_editor_copy_note">Copy note</string>
<string name="card_editor_copy_card">Copy card</string>
<string name="card_editor_reposition_card">Reposition</string>
<string name="card_editor_reset_card">Reset progress</string>
<string name="card_editor_reschedule_card">Reschedule</string>
<string name="card_editor_preview_card">Preview</string>
<string name="error_insufficient_memory">Operation not possible due to insufficient memory on your device</string>
<string name="rename">Rename</string>
<string name="default_conf_delete_error">The default options group can’t be removed</string>
<plurals name="factadder_cards_added">
<item quantity="one">%d card added</item>
<item quantity="other">%d cards added</item>
</plurals>
<string name="help_title">Help</string>
<string name="check_db">Check database</string>
<string name="check_media">Check media</string>
<string name="empty_cards">Empty cards</string>
<string name="check_db_message">Checking database…</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="show_hint">Show %s</string>
<string name="info_rate">Rate AnkiDroid</string>
<string name="col_load_failed">Collection loading failed.\nPress back to close AnkiDroid.</string>
<string name="import_title">Importing</string>
<string name="import_select_title">Choose a file to import</string>
<string name="import_message_add">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_message_add_confirm">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_log_failed_unzip">Failed to unzip apkg: %s</string>
<string name="import_log_failed_copy_to">Failed to copy apkg to %s</string>
<string name="import_log_failed_validate">apkg failed validation</string>
<string name="import_log_insufficient_space">There is not enough space to unzip the package. Needed %1$d, available %2$d</string>
<string name="import_log_file_cache_cleared">Error importing file, likely a cache clear during processing.\nPlease try again</string>
<string name="import_succeeded_but_check_database">Data import succeeded but post-import cleanup failed. Run check database later. Root cause: %s</string>
<string name="import_error_unhandled_request">Unable to process import request</string>
<string name="import_error_exception">Failed to import package\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_file_to_cache">copyFileToCache() failed (possibly out of storage space)</string>
<string name="import_replacing">Replacing collection…</string>
<string name="import_interrupted">Import interrupted</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>
<string name="export_in_progress">Exporting Anki package file…</string>
<string name="export_successful_title">Send Anki package?</string>
<string name="export_send_button">Send</string>
<string name="export_save_button">Save to file</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_successful">File “%s” was exported. Do you want to send it with another app?</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 send from <a href="https://ankidroid.org/docs/manual.html">AnkiDroid</a>.
Try to open it using one of the available <a href="http://ankisrs.net/#download">Anki distributions</a> and enjoy easy and efficient learning!
]]>
</string>
<string name="export_unsuccessful">Error exporting apkg file</string>
<string name="import_hint">Place the apkg file in directory “%s” and touch “OK” to import cards</string>
<string name="upgrade_import_no_file_found">No importable %1$s file found</string>
<string name="study_options">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="sched_end">(end)</string>
<string name="sched_unbury_action">To see them now touch the “Unbury” item in the menu</string>
<string name="sched_has_buried">Some related or buried cards were delayed until tomorrow</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>
<string name="lookup_hint">After copying the text, tap anywhere on the flashcard to show the search icon</string>
<!-- Time spans -->
<plurals name="time_span_seconds">
<item quantity="one">%s second</item>
<item quantity="other">%s seconds</item>
</plurals>
<plurals name="time_span_minutes">
<item quantity="one">%s minute</item>
<item quantity="other">%s minutes</item>
</plurals>
<plurals name="time_span_hours">
<item quantity="one">%s hour</item>
<item quantity="other">%s hours</item>
</plurals>
<plurals name="time_span_days">
<item quantity="one">%s day</item>
<item quantity="other">%s days</item>
</plurals>
<plurals name="time_span_months">
<item quantity="one">%s month</item>
<item quantity="other">%s months</item>
</plurals>
<plurals name="time_span_years">
<item quantity="one">%s year</item>
<item quantity="other">%s years</item>
</plurals>
<!-- The reason for making a simple “< x” translatable are RTL
languages which apparently use the other symbol to mean less
than. -->
<string name="less_than_time">< %s</string>
<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="filtered_deck_name">Filtered Deck</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="import_needs_v2">V2 scheduler must be enabled to import this file.</string>
<string name="import_cannot_with_v2">V2 scheduler can not import V1 decks with scheduling included.</string>
<string name="export_v2_dummy_note">This file requires a newer version of Anki.</string>
<!-- Placed in a snackbar with a long URL. Limit the length and move the URL to the start of the string -->
<string name="activity_start_failed_load_url">Loading \'%s\' failed.</string>
<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="no_outgoing_link_in_cardbrowser">External page link in card is not supported.</string>
<!-- The name of the deck which corrupt cards will be moved to -->
<string name="check_integrity_recovered_deck_name">Recovered Cards</string>
<!-- Deckpicker Background -->
<string name="background_image_title">Background</string>
<string name="choose_an_image">Choose an Image</string>
<!-- Card Template Browser Appearance -->
<string name="restore_default">Restore Default</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>
<!-- CSV/Note Import -->
<string name="note_importer_empty_cards_found"><![CDATA[Empty cards found. Please run Tools>Empty Cards.]]></string>
<string name="note_importer_error_empty_first_field">Empty first field: %s</string>
<string name="note_importer_error_first_field_matched">First field matched: %s</string>
<string name="note_importer_error_added_duplicate_first_field">Added duplicate with first field: %s</string>
<string name="note_importer_error_appeared_twice">Appeared twice in file: %s</string>
<string name="note_importer_error_empty_notes">One or more notes were not imported, because they didn\'t generate any cards. This can happen when you have empty fields or when you have not mapped the content in the text file to the correct fields</string>
<string name="csv_importer_error_invalid_field_count">‘%1$s’ had %2$d fields, expected %3$d</string>
<string name="csv_importer_error_exception">Aborted: %s</string>
<plurals name="note_importer_notes_added">
<item quantity="one">%d note added</item>
<item quantity="other">%d notes added</item>
</plurals>
<plurals name="note_importer_notes_updated">
<item quantity="one">%d note updated</item>
<item quantity="other">%d notes updated</item>
</plurals>
<plurals name="note_importer_notes_unchanged">
<item quantity="one">%d note unchanged</item>
<item quantity="other">%d notes unchanged</item>
</plurals>
<!-- JS api -->
<string name="api_version_developer_contact">This card uses unsupported AnkiDroid features. Contact developer %s, or view the wiki. %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>
</resources>