|
197 | 197 | <string name="new_unsafe_collection">Новата колекция ще бъде изтрита от телефона ви, ако деинсталирате AnkiDroid</string> |
198 | 198 | <!-- Permissions screen --> |
199 | 199 | <string name="permissions_screen_headline">AnkiDroid се нуждае от някои разрешения, за да работи</string> |
| 200 | + <string name="permissions_screen_optional_headline" comment="Explains that there are optional permissions that can be granted to AnkiDroid.">AnkiDroid works best with these permissions</string> |
200 | 201 | <string name="storage_access_title">Достъп до хранилище</string> |
201 | 202 | <string name="storage_access_summary">Запазвате колекцията си на сигурно място, което няма да бъде изтрито, ако приложението бъде деинсталирано</string> |
202 | 203 | <string name="all_files_access_title" 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.">Достъп до всички файлове</string> |
203 | 204 | <string name="image_occlusion">Скриване на части от изображения</string> |
| 205 | + <string name="microphone" comment="Title of the microphone permission in the permissions explanation screen.">Microphone</string> |
| 206 | + <string name="microphone_permission_explanation" comment="Description explaining why AnkiDroid needs the microphone permission, shown on the permissions explanation screen.">Allows you to add sounds to cards and enables voice playback while reviewing</string> |
| 207 | + <string name="notifications_permission_explanation" comment="Description explaining why AnkiDroid needs the notification permission.">Enables background media syncing and allows you to create review reminders</string> |
| 208 | + <string name="heading_required_permissions" comment="Heading for the section of required permissions that the app needs to function, shown in the permissions explanation screen.">Required</string> |
| 209 | + <string name="heading_optional_permissions" comment="Heading for the section of optional permissions that the app needs to function, shown in the permissions explanation screen.">Optional</string> |
| 210 | + <string name="manually_grant_permissions" comment="Pop-up message that is shown to the user when they want to grant an app permission that must be granted via the OS settings screen.">This permission must be manually granted from Settings</string> |
| 211 | + <string name="revoke_permissions" comment="Pop-up message that is shown to the user when they are revoking an app permission.">This permission must be manually revoked from Settings</string> |
204 | 212 | <string name="remove_account" comment="open a website to start the deletion of an AnkiWeb account">Премахване на акаунт</string> |
205 | 213 | <!-- Instant Note Editor --> |
206 | 214 | <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. ">Бърза карта</string> |
|
0 commit comments