|
20 | 20 | --> |
21 | 21 | <resources xmlns:tools="http://schemas.android.com/tools"> |
22 | 22 | <!-- Navigation drawer items--> |
23 | | - <string name="decks" maxLength="28">Decks</string> |
24 | | - <string name="card_browser" maxLength="28" comment="The usage of card browser inside the app (note the casing)">Card browser</string> |
25 | | - <string name="statistics" maxLength="28">Statistics</string> |
26 | | - <string name="settings" maxLength="28">Settings</string> |
27 | | - <string name="help" maxLength="28">Help</string> |
28 | | - <string name="drawing">Drawing</string> |
29 | | - <string name="send_feedback">Send feedback</string> |
| 23 | + <string name="decks" maxLength="28" comment="Open the Deck Picker">Decks</string> |
| 24 | + <string name="card_browser" maxLength="28" comment="Title of the Card Browser, and button to open it.">Card browser</string> |
| 25 | + <string name="statistics" maxLength="28" comment="Title of the Statistics page and button to open it.">Statistics</string> |
| 26 | + <string name="settings" maxLength="28" comment="Title of the Settings page, and button to open it.">Settings</string> |
| 27 | + <string name="help" maxLength="28" comment="Title of the help menu and button to open it.">Help</string> |
| 28 | + <!-- The last entry "Support ankidroid" is in 03-dialogs.--> |
30 | 29 |
|
31 | | - <string name="studyoptions_start">Study</string> |
| 30 | + <!-- Entries of the "attach" in the "add card" view. --> |
| 31 | + <string name="drawing" comment="Menu entry to create a drawing to attach to a card. Also a title.">Drawing</string> |
| 32 | + |
| 33 | + <!-- Entries of the Support ankidroid menu. --> |
| 34 | + <string name="send_feedback" comment="Menu entry in the 'Help>Support ankidroid' menu, that opens the web page explaining how to send feedback.">Send feedback</string> |
| 35 | + |
| 36 | + <!-- Study Options--> |
| 37 | + <string name="studyoptions_start" comment="Title of the Reviewer activity. Also the button to open it.">Study</string> |
32 | 38 |
|
33 | 39 | <!-- DeckPicker.kt --> |
34 | | - <string name="expand">Expand</string> |
35 | | - <string name="collapse">Collapse</string> |
36 | | - <plurals name="reviewer_window_title"> |
| 40 | + <string name="expand" comment="In the deck picker: accessibility label of the buttons that display the subdecks of a deck.">Expand</string> |
| 41 | + <string name="collapse" comment="In the deck picker: accessibility label of the buttons that hide the subdecks of a deck.">Collapse</string> |
| 42 | + <string name="menu_import" comment="Title of the import page and the button to open it." maxLength="28">Import</string> |
| 43 | + <string name="no_cards_placeholder_title" comment="Text shown the first time AnkiDroid is opened, to explain to the user why they can't yet review.">Collection is empty</string> |
| 44 | + <string name="no_cards_placeholder_description" comment="Text shown the first time AnkiDroid is opened, to explain what should be their first action.">Start adding cards\nusing the + icon.</string> |
| 45 | + |
| 46 | + <!-- Reviewer --> |
| 47 | + <plurals name="reviewer_window_title" comment="Header of the reviewer, telling the users how many minutes remains before they have seen all cards."> |
37 | 48 | <item quantity="one">%d minute left</item> |
38 | 49 | <item quantity="other">%d minutes left</item> |
39 | 50 | </plurals> |
40 | | - <plurals name="reviewer_window_title_hours_new"> |
| 51 | + <plurals name="reviewer_window_title_hours_new" comment="Header of the reviewer, telling the users how many minutes remains before they have seen all cards. The second parameter is the number of minutes."> |
41 | 52 | <item quantity="one">%1$d hour %2$d left</item> |
42 | 53 | <item quantity="other">%1$d hours %2$d left</item> |
43 | 54 | </plurals> |
44 | | - <plurals name="reviewer_window_title_days_new"> |
| 55 | + <plurals name="reviewer_window_title_days_new" comment="Header of the reviewer, telling the users how many minutes remains before they have seen all cards. The second parameter is the number of hours."> |
45 | 56 | <item quantity="one">%1$d day %2$dh left</item> |
46 | 57 | <item quantity="other">%1$d days %2$dh left</item> |
47 | 58 | </plurals> |
48 | | - <string name="no_cards_placeholder_title">Collection is empty</string> |
49 | | - <string name="no_cards_placeholder_description">Start adding cards\nusing the + icon.</string> |
50 | | - |
51 | | - <!-- The deck picker via AnkiStatsTaskHandler.java --> |
| 59 | + <string name="type_answer_hint" comment="In the reviewer. When the user use note type with hint. It's the default content of the text field in which the user is invited to type their answer. It disappears as soon as the user start to type.">Type answer</string> |
| 60 | + <string name="show_answer" maxLength="41" comment="When displaying the question side of a card. This is the label of a button that display the answer side.">Show answer</string> |
| 61 | + <string name="hide_answer" comment="In the previewer, when the answer side is displayed. This is the label of the button that sends back to the question side.">Hide answer</string> |
| 62 | + <string name="ease_button_again" maxLength="41" comment="In the reviewer, in the answer side. Label of the button that request the card to be shown again soon.">Again</string> |
| 63 | + <string name="ease_button_hard" maxLength="41" comment="In the reviewer, in the answer side. Label of the button that used by the user to state finding the correct answer was hard.">Hard</string> |
| 64 | + <string name="ease_button_good" maxLength="41" comment="In the reviewer, in the answer side. Label of the button that used by the user to state their answer was good.">Good</string> |
| 65 | + <string name="ease_button_easy" maxLength="41" comment="In the reviewer, in the answer side. Label of the button that used by the user to state that finding the answer to the question was easy.">Easy</string> |
| 66 | + |
| 67 | + <!-- General --> |
| 68 | + <string name="undo" maxLength="28" comment="When tapping on this text, the last action is undone.">Undo</string> |
| 69 | + <string name="redo" maxLength="28" comment="Menu entry that allows to redo action that was just undone.">Redo</string> |
52 | 70 |
|
53 | 71 |
|
54 | 72 | <!-- flashcard_portrait.xml --> |
55 | | - <string name="type_answer_hint">Type answer</string> |
56 | | - <string name="show_answer" maxLength="41">Show answer</string> |
57 | | - <string name="hide_answer">Hide answer</string> |
58 | | - <string name="ease_button_again" maxLength="41">Again</string> |
59 | | - <string name="ease_button_hard" maxLength="41">Hard</string> |
60 | | - <string name="ease_button_good" maxLength="41">Good</string> |
61 | | - <string name="ease_button_easy">Easy</string> |
62 | | - <string name="menu_import" maxLength="28">Import</string> |
63 | | - <string name="undo" maxLength="28" comment="When tapping on this text, the last action is undone.">Undo</string> |
64 | | - <string name="redo" maxLength="28">Redo</string> |
65 | 73 | <string name="undo_action_whiteboard_last_stroke" comment="One of the display patterns of 'Undo' item on the action menu in Reviewer. It is shown as the title of the item when the whiteboard (handwriting) feature is enabled and visible and has any strokes (handwritten lines)" maxLength="28">Undo stroke</string> |
66 | 74 | <string name="move_all_to_deck">Move all to deck</string> |
67 | 75 | <string name="unbury" maxLength="28">Unbury</string> |
|
190 | 198 | <string name="storage_access_title">Storage access</string> |
191 | 199 | <string name="storage_access_summary">Saves your collection in a safe place that will not be deleted if the app is uninstalled</string> |
192 | 200 | <string name="all_files_access_title" |
193 | | - comment="Name of the “All files access” permission from Android 10 and after">All files access</string> |
| 201 | + comment="Name of the “All files access” permission from Android 10 and after. See [android.permission.MANAGE_EXTERNAL_STORAGE] on https://developer.android.com/training/data-storage/manage-all-files for context.">All files access</string> |
194 | 202 | <string name="image_occlusion">Image Occlusion</string> |
195 | 203 |
|
196 | 204 | <string name="remove_account" comment="open a website to start the deletion of an AnkiWeb account">Remove account</string> |
197 | 205 |
|
198 | 206 | <!-- Instant Note Editor --> |
199 | | - <string name="instant_card" comment="This does not need to be translated literally, translate the concept of quickly adding a Cloze note with a popup. Used in the Android system context menu/share dialog.">Instant card</string> |
| 207 | + <string name="instant_card" comment="Used in the Android system context menu/share dialog to quickly create a note. This does not need to be translated literally, translate the concept of quickly adding a Cloze note with a popup. ">Instant card</string> |
200 | 208 | </resources> |
0 commit comments