1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://schemas.android.com/apk/res-auto">
3 <!-- Description for privacy add-on permission. -->
4 <string name="mozac_feature_addons_permissions_privacy_description">Чтение и изменение настроек приватности</string>
5 <!-- Description for all_urls add-on permission. -->
6 <string name="mozac_feature_addons_permissions_all_urls_description">Доступ к вашим данным для всех сайтов</string>
7 <!-- Description for giving an add-on access to users's data on one site. %1$s will be replaced by the DNS host name for which a web extension is requesting access (e.g., www.mozilla.org). -->
8 <string name="mozac_feature_addons_permissions_one_site_description">Доступ к вашим данным на %1$s</string>
9 <!-- Description for giving an add-on access to users's data in multiple sites in the domain %1$s. %1$s will be replaced by the DNS domain for which a web extension is requesting access (e.g., mozilla.org). -->
10 <string name="mozac_feature_addons_permissions_sites_in_domain_description">Доступ к вашим данным для сайтов на домене %1$s</string>
11 <!-- When an add-on requires access to more than 4 sites, for example the add-on requires access for 5 sites. We will show the first 4 sites in individual entries, as in mozac_feature_addons_permissions_one_site_description,
12 then we will show another collapsed entry saying "Access your data on 1 other site". This entry it's for the singular case, when the add-on is only accessing one extra site. -->
13 <string name="mozac_feature_addons_permissions_one_extra_site_description" tools:ignore="PluralsCandidate">Доступ к вашим данным на ещё одном сайте</string>
14 <!-- When an add-on requires access to more than 4 sites, for example the add-on requires access for 6 sites. We will show the first 4 sites in individual entries, as in mozac_feature_addons_permissions_one_site_description,
15 then we will show another collapsed entry saying "Access your data on 2 other sites". This entry it's for the plural case, when the add-on is accessing more than one extra site.
16 %1$d will be replaced by an integer indicating the number of additional hosts for which this web extension is requesting permission. -->
17 <string name="mozac_feature_addons_permissions_extra_sites_description" tools:ignore="PluralsCandidate">Доступ к вашим данным на ещё %1$d сайтах</string>
18 <!-- When an add-on requires access to more than 4 domains, for example the add-on requires access for 5 domains. We will show the first 4 domains in individual entries, as in mozac_feature_addons_permissions_sites_in_domain_description,
19 then we will show another collapsed entry saying "Access your data on 1 other domain". This entry it's for the singular case, when the add-on is only accessing one extra domain. -->
20 <string name="mozac_feature_addons_permissions_one_extra_domain_description" tools:ignore="PluralsCandidate">Доступ к вашим данным на ещё одном домене</string>
21 <!-- When an add-on requires access to more than 4 domains, for example the add-on requires access for 6 domains. We will show the first 4 domains in individual entries, as in mozac_feature_addons_permissions_sites_in_domain_description,
22 then we will show another collapsed entry saying "Access your data on 2 other domains". This entry it's for the plural case, when the add-on is accessing more than one extra domain.
23 %1$d will be replaced by an integer indicating the number of additional domains for which this web extension is requesting permission. -->
24 <string name="mozac_feature_addons_permissions_extra_domains_description_plural" tools:ignore="PluralsCandidate">Доступ к вашим данным на ещё %1$d доменах</string>
25 <!-- Content description for a permission item, for an installed add-on details page. %1$s will be replaced with the permission text name, %2$d will be replaced with the permission position in the list and %3$d will be replaced with the total number of permissions in the list.Taking as an example "Read and modify privacy settings" the whole text will read Read and modify privacy settings, 2 of 6. -->
26 <string name="mozac_feature_addons_permissions_content_description_item">%1$s, %2$d из %3$d</string>
27 <!-- Description for tabs add-on permission. -->
28 <string name="mozac_feature_addons_permissions_tabs_description">Доступ к вкладкам браузера</string>
29 <!-- Description for unlimited_storage permission. -->
30 <string name="mozac_feature_addons_permissions_unlimited_storage_description">Хранение неограниченного объёма данных на стороне клиента</string>
31 <!-- Description for navigation permission. -->
32 <string name="mozac_feature_addons_permissions_web_navigation_description">Доступ к активности браузера во время навигации</string>
33 <!-- Description for bookmarks permission. -->
34 <string name="mozac_feature_addons_permissions_bookmarks_description">Чтение и изменение закладок</string>
35 <!-- Description for browser_setting permission. -->
36 <string name="mozac_feature_addons_permissions_browser_setting_description">Чтение и изменение настроек браузера</string>
37 <!-- Description for browser_data permission. -->
38 <string name="mozac_feature_addons_permissions_browser_data_description">Удаление недавней истории просмотров, куков и связанных с ними данных</string>
39 <!-- Description for clipboard_read permission. -->
40 <string name="mozac_feature_addons_permissions_clipboard_read_description">Получение данных из буфера обмена</string>
41 <!-- Description for clipboard_write permission. -->
42 <string name="mozac_feature_addons_permissions_clipboard_write_description">Помещение данных в буфер обмена</string>
43 <!-- Description for declarativeNetRequest permission. -->
44 <string name="mozac_feature_addons_permissions_declarative_net_request_description">Блокировку содержимого на любой странице</string>
45 <!-- Description for declarativeNetRequestFeedback permission. -->
46 <string name="mozac_feature_addons_permissions_declarative_net_request_feedback_description">Чтение истории браузера</string>
47 <!-- Description for downloads permission. -->
48 <string name="mozac_feature_addons_permissions_downloads_description">Загрузку файлов, чтение и изменение истории загрузок браузера</string>
49 <!-- Description for downloads_open permission. -->
50 <string name="mozac_feature_addons_permissions_downloads_open_description">Открытие файлов, загруженных на ваше устройство</string>
51 <!-- Description for find permission. -->
52 <string name="mozac_feature_addons_permissions_find_description">Чтение текста во всех открытых вкладках</string>
53 <!-- Description for geolocation permission. -->
54 <string name="mozac_feature_addons_permissions_geolocation_description">Доступ к вашему местоположению</string>
55 <!-- Description for history permission. -->
56 <string name="mozac_feature_addons_permissions_history_description">Доступ к истории браузера</string>
57 <!-- Description for management permission. -->
58 <string name="mozac_feature_addons_permissions_management_description">Отслеживание использования расширений и управление темами</string>
59 <!-- Description for native_messaging permission. -->
60 <string name="mozac_feature_addons_permissions_native_messaging_description">Обмен сообщениями с приложениями, помимо этого</string>
61 <!-- Description for notifications permission. -->
62 <string name="mozac_feature_addons_permissions_notifications_description">Показ вам уведомлений</string>
63 <!-- Description for pkcs11 permission. -->
64 <string name="mozac_feature_addons_permissions_pkcs11_description">Предоставление услуг криптографической аутентификации</string>
65 <!-- Description for proxy permission. -->
66 <string name="mozac_feature_addons_permissions_proxy_description">Контроль настроек прокси в браузере</string>
67 <!-- Description for sessions permission. -->
68 <string name="mozac_feature_addons_permissions_sessions_description">Доступ к недавно закрытым вкладкам</string>
69 <!-- Description for tab_hide permission. -->
70 <string name="mozac_feature_addons_permissions_tab_hide_description">Скрытие и отображение вкладок браузера</string>
71 <!-- Description for top_sites permission. -->
72 <string name="mozac_feature_addons_permissions_top_sites_description">Доступ к истории браузера</string>
73 <!-- Description for devtools permission. -->
74 <string name="mozac_feature_addons_permissions_devtools_description">Расширение доступа инструментов разработчика к вашим данным в открытых вкладках</string>
75 <!-- The version on of add-on. -->
76 <string name="mozac_feature_addons_version">Версия</string>
77 <!-- The author of an add-on. -->
78 <string name="mozac_feature_addons_author">Автор</string>
79 <!-- The authors of an add-on. -->
80 <string name="mozac_feature_addons_authors" moz:removedIn="123" tools:ignore="UnusedResources">Авторы</string>
81 <!-- The last date that the add-on was updated. -->
82 <string name="mozac_feature_addons_last_updated">Последнее обновление</string>
83 <!-- The developer website (Homepage) of the add-on. -->
84 <string name="mozac_feature_addons_home_page">Домашняя страница</string>
85 <!-- A link where users can find more information about add-ons permissions. -->
86 <string name="mozac_feature_addons_learn_more">Узнайте больше о разрешениях</string>
87 <!-- The rating of the add-on. -->
88 <string name="mozac_feature_addons_rating">Оценка</string>
89 <!-- A link that points to the detail page of the add-on. -->
90 <string name="mozac_feature_addons_more_info_link">Подробнее об этом дополнении</string>
91 <!-- The settings of the add-on. -->
92 <string name="mozac_feature_addons_settings">Настройки</string>
93 <!-- Indicates the add-on is enabled. -->
94 <string name="mozac_feature_addons_settings_on">Включено</string>
95 <!-- Indicates the add-on is disabled. -->
96 <string name="mozac_feature_addons_settings_off">Отключено</string>
97 <!-- Indicates the add-on is allowed in private browsing mode. -->
98 <string name="mozac_feature_addons_settings_allow_in_private_browsing">Разрешено в приватных окнах</string>
99 <!-- Indicates the add-on is allowed in private browsing mode. -->
100 <string name="mozac_feature_addons_settings_run_in_private_browsing">Запуск в приватных окнах</string>
101 <!-- This is displayed when the add-on is not allowed to run in private browsing. -->
102 <string name="mozac_feature_addons_not_allowed_in_private_browsing">Не разрешено в приватных окнах</string>
103 <!-- Indicates the add-on is enabled. -->
104 <string name="mozac_feature_addons_enabled">Включено</string>
105 <!-- Indicates the add-on is disabled. -->
106 <string name="mozac_feature_addons_disabled">Отключено</string>
107 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the installed section. -->
108 <string name="mozac_feature_addons_installed_section">Установлено</string>
109 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the recommended section. -->
110 <string name="mozac_feature_addons_recommended_section">Рекомендованные</string>
111 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the not yet supported section. -->
112 <string name="mozac_feature_addons_unsupported_section">Пока не поддерживаются</string>
113 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the not yet available section. -->
114 <string name="mozac_feature_addons_unavailable_section">Ещё не доступно</string>
115 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the disabled section. -->
116 <string name="mozac_feature_addons_disabled_section">Отключены</string>
117 <!-- Displays a page with all the details of an add-on. -->
118 <string name="mozac_feature_addons_details">Подробности</string>
119 <!-- Displays a page with all the permissions of an add-on. -->
120 <string name="mozac_feature_addons_permissions">Разрешения</string>
121 <!-- This is a button to remove (i.e. uninstall) an add-on. -->
122 <string name="mozac_feature_addons_remove">Удалить</string>
123 <!-- This is a button to report an add-on. -->
124 <string name="mozac_feature_addons_report">Сообщить</string>
125 <!-- This is the title of a dialog that asks the users if they to install or not an add-on. %1$s is the add-on name. -->
126 <string name="mozac_feature_addons_permissions_dialog_title">Добавить %1$s?</string>
127 <!-- This is the title of a dialog that asks the users to grant optional permissions. %1$s is the add-on name. -->
128 <string name="mozac_feature_addons_optional_permissions_dialog_title">%1$s запрашивает дополнительные разрешения.</string>
129 <!-- This is the subtitle of a dialog that asks the users if they want to install or not an add-on, the subtitle lists the permissions that this add-on requires, the permissions will dynamically be listed after the ":". -->
130 <string name="mozac_feature_addons_permissions_dialog_subtitle">Оно запрашивает разрешение на:</string>
131 <!-- This is the subtitle of a dialog that asks the users to grant optional permissions, the subtitle lists the permissions that this add-on requests, the permissions will dynamically be listed after the ":". -->
132 <string name="mozac_feature_addons_optional_permissions_dialog_subtitle">Оно хочет разрешение на:</string>
133 <!-- This is a button to add (install) an add-on . -->
134 <string name="mozac_feature_addons_permissions_dialog_add">Добавить</string>
135 <!-- This is a button to allow the optional permissions requested by an add-on . -->
136 <string name="mozac_feature_addons_permissions_dialog_allow">Разрешить</string>
137 <!-- This is a button to deny the optional permissions requested by an add-on . -->
138 <string name="mozac_feature_addons_permissions_dialog_deny">Отклонить</string>
139 <!-- This is a button to cancel the add-on installation . -->
140 <string name="mozac_feature_addons_permissions_dialog_cancel">Отмена</string>
141 <!-- Accessibility content description to install add-on button. -->
142 <string name="mozac_feature_addons_install_addon_content_description" tools:ignore="UnusedResources" moz:removedIn="124">Установить дополнение</string>
143 <!-- Accessibility content description to install add-on button. %1$s is the add-on name. -->
144 <string name="mozac_feature_addons_install_addon_content_description_2">Установить %1$s</string>
145 <!-- This is the label of a button to cancel an ongoing add-on installation. -->
146 <string name="mozac_feature_addons_install_addon_dialog_cancel">Отмена</string>
147 <!-- Indicates how many users have rated an add-on. %1$s will be replaced with number of reviews -->
148 <string name="mozac_feature_addons_user_rating_count_2">Отзывов: %1$s</string>
149 <!-- Accessibility content description for the amount of stars that add-on has, where %1$.02f will be the amount of stars and / separator and 5 the maximum number of stars e.g (2/5, 4.5/5 or 5/5) . -->
150 <string name="mozac_feature_addons_rating_content_description" moz:removedIn="124" tools:ignore="UnusedResources">%1$.02f/5</string>
151 <!-- Accessibility content description for the amount of stars that add-on has, where %1$.02f will be the amount of stars. -->
152 <string name="mozac_feature_addons_rating_content_description_2">Оценка: %1$.02f из 5</string>
153 <!-- This is the title of page where all the add-ons are listed-->
154 <string name="mozac_feature_addons_addons">Дополнения</string>
155 <!-- Label for add-ons sub menu item for add-ons manager-->
156 <string name="mozac_feature_addons_addons_manager">Менеджер дополнений</string>
157 <!-- The title of the "crash" notification in the add-ons manager -->
158 <string name="mozac_feature_addons_manager_notification_title_text">Дополнения временно отключены</string>
159 <!-- The content of the "crash" notification in the add-ons manager -->
160 <string name="mozac_feature_addons_manager_notification_content_text">Одно или несколько дополнений перестали работать, что сделало вашу систему нестабильной.</string>
161 <!-- Button to re-enable the add-ons in the "crash" notification -->
162 <string name="mozac_feature_addons_manager_notification_restart_button">Перезапустить дополнения</string>
163 <!-- Button in the add-ons manager that opens AMO in a tab -->
164 <string name="mozac_feature_addons_find_more_addons_button_text">Найти больше дополнений</string>
165 <!-- The label of the allow button, this will be shown to the user when an add-on needs new permissions, with the button the user will indicate that they want to accept the new permissions and update the add-on-->
166 <string name="mozac_feature_addons_updater_notification_allow_button">Предоставить</string>
167 <!-- The label of the deny button on a notification, this will be shown to the user when an add-on needs new permissions. Indicates the user denies the new permissions and prevents the add-on from be updated-->
168 <string name="mozac_feature_addons_updater_notification_deny_button">Отказать</string>
169 <!-- The tile of the notification, this will be shown to the user when an add-on needs new permissions, to be updated. %1$s is the name of the add-ons-->
170 <string name="mozac_feature_addons_updater_notification_title">У %1$s вышло обновление</string>
171 <!-- The content of the notification, this will be shown when an add-on needs new permissions, to be updated. %1$d is the amount of new permissions-->
172 <string name="mozac_feature_addons_updater_notification_content" tools:ignore="PluralsCandidate">%1$d требует предоставить новые разрешения</string>
173 <!-- The content of the notification displayed when an add-on needs a new permission-->
174 <string name="mozac_feature_addons_updater_notification_content_singular">Требуется предоставить ещё одно разрешение</string>
175 <!-- Name of the "notification channel" used for displaying a notification for updating an add-on. See https://developer.android.com/training/notify-user/channels -->
176 <string name="mozac_feature_addons_updater_notification_channel">Обновления дополнений</string>
177 <!-- Name of the "notification channel" used for displaying a notification for new supported add-ons. See https://developer.android.com/training/notify-user/channels -->
178 <string name="mozac_feature_addons_supported_checker_notification_channel">Новые поддерживаемые дополнения</string>
179 <!-- The tile of the notification, this will be shown to the user when one newly supported add-on is available.-->
180 <string name="mozac_feature_addons_supported_checker_notification_title">Доступно новое дополнение</string>
181 <!-- The tile of the notification, this will be shown to the user when more than one newly supported add-ons are available.-->
182 <string name="mozac_feature_addons_supported_checker_notification_title_plural">Доступны новые дополнения</string>
183 <!-- The content of the notification, this will be shown to the user when one newly supported add-on is available. %1$s is the add-on name and %2$s is the app name (in most cases Firefox). -->
184 <string name="mozac_feature_addons_supported_checker_notification_content_one">Добавить %1$s в %2$s</string>
185 <!-- The content of the notification, this will be shown to the user when two newly supported add-ons are available. %1$s is the first add-on name. %2$s is the second add-on name. %3$s is the app name (in most cases Firefox). -->
186 <string name="mozac_feature_addons_supported_checker_notification_content_two">Добавить %1$s и %2$s в %3$s</string>
187 <!-- The content of the notification, this will be shown to the user when more than two newly supported add-ons are available. %1$s is the app name (in most cases Firefox). -->
188 <string name="mozac_feature_addons_supported_checker_notification_content_more_than_two">Добавить их в %1$s</string>
189 <!-- This is the caption for not yet supported screen caption -->
190 <string name="mozac_feature_addons_not_yet_supported_caption">Технология дополнений Firefox модернизируется. Эти дополнения используют компоненты, которые не совместимы с Firefox 75 и выше.</string>
191 <!-- This is the caption for not yet supported screen caption -->
192 <string name="mozac_feature_addons_not_yet_supported_caption2">В данное время мы подготавливаем первоначальную систему выбора предлагаемых расширений.</string>
193 <!-- This is the caption for the add-on installation progress overlay -->
194 <string name="mozac_add_on_install_progress_caption">Загрузка и проверка дополнения…</string>
195 <!-- Error shown when something unexpected happened while trying to get the add-on list from the server -->
196 <string name="mozac_feature_addons_failed_to_query_add_ons">Не удалось загрузить список дополнений!</string>
197 <!-- Error shown when unable to find a translation for an add-on field. %1$s is the locale of the user and %2$s is the default language of the add-on -->
198 <string name="mozac_feature_addons_failed_to_translate">Перевод не был найден ни для языка %1$s, ни для языка по умолчанию (%2$s)</string>
199 <!-- Text shown after successfully installed an add-on. %1$s is the add-on name. -->
200 <string name="mozac_feature_addons_successfully_installed">%1$s успешно установлено</string>
201 <!-- Text shown after failed to install an add-on. %1$s is the add-on name. -->
202 <string name="mozac_feature_addons_failed_to_install">Ошибка при установке %1$s</string>
203 <!-- Text shown after failing to install an add-on for which we don't have its name. -->
204 <string name="mozac_feature_addons_failed_to_install_generic">Не удалось установить это дополнение.</string>
205 <!-- Text shown when attempting to install an add-on and a network error happened. -->
206 <string name="mozac_feature_addons_failed_to_install_network_error">Это дополнение не удалось загрузить из-за сбоя соединения.</string>
207 <!-- Text shown when attempting to install an add-on and the downloaded file is corrupted. -->
208 <string name="mozac_feature_addons_failed_to_install_corrupt_error">Это дополнение не может быть установлено, так как оно, по-видимому, повреждено.</string>
209 <!-- Text shown when attempting to install an add-on and an error occurred because the extension was not signed. -->
210 <string name="mozac_feature_addons_failed_to_install_not_signed_error">Это дополнение не может быть установлено, так как оно не было проверено.</string>
211 <!-- Text shown when attempting to install an add-on and an error occurred because the extension was incompatible. %1$s is the add-on name, %2$s is the app name and %3$s is the app version. -->
212 <string name="mozac_feature_addons_failed_to_install_incompatible_error">Не удалось установить %1$s, поскольку оно несовместимо с %2$s %3$s.</string>
213 <!-- Text shown when attempting to install a blocklisted add-on. %1$s is the add-on name. -->
214 <string name="mozac_feature_addons_blocklisted_1">%1$s не может быть установлено, так как есть высокий риск, что оно вызовет проблемы со стабильностью или безопасностью.</string>
215 <!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. -->
216 <string name="mozac_feature_addons_successfully_enabled">%1$s успешно включено</string>
217 <!-- Text shown after failed to enable an add-on. %1$s is the add-on name. -->
218 <string name="mozac_feature_addons_failed_to_enable">Ошибка при включении %1$s</string>
219 <!-- Text shown after successfully disabled an add-on. %1$s is the add-on name. -->
220 <string name="mozac_feature_addons_successfully_disabled">%1$s успешно отключено</string>
221 <!-- Text shown after failed to disable an add-on. %1$s is the add-on name. -->
222 <string name="mozac_feature_addons_failed_to_disable">Ошибка при отключении %1$s</string>
223 <!-- Text shown after successfully uninstalled an add-on. %1$s is the add-on name. -->
224 <string name="mozac_feature_addons_successfully_uninstalled">%1$s успешно удалено</string>
225 <!-- Text shown after failed to uninstall an add-on. %1$s is the add-on name. -->
226 <string name="mozac_feature_addons_failed_to_uninstall">Ошибка при удалении: %1$s</string>
227 <!-- Text shown after successfully removed an add-on. %1$s is the add-on name. -->
228 <string name="mozac_feature_addons_successfully_removed" tools:ignore="UnusedResources">%1$s успешно удалено</string>
229 <!-- Text shown after failed to remove an add-on. %1$s is the add-on name. -->
230 <string name="mozac_feature_addons_failed_to_remove" tools:ignore="UnusedResources">Ошибка при удалении %1$s</string>
231 <!-- Label shown to indicate that the add-on was migrated from a previous version of the app. %1$s is the app name most of the case it will be Firefox. -->
232 <string name="mozac_feature_addons_migrated_from_a_previous_version_label" tools:ignore="UnusedResources">Это дополнение было перенесено из предыдущей версии %1$s</string>
233 <!-- Text shown in not yet supported add-ons section in AddonsManagerAdapter. -->
234 <string name="mozac_feature_addons_unsupported_caption">1 дополнение</string>
235 <!-- Text shown in not yet supported add-ons section in AddonsManagerAdapter - plural. %1$s is the number of unsupported add-ons -->
236 <string name="mozac_feature_addons_unsupported_caption_plural">Дополнений: %1$s</string>
237 <!-- Text link to a sumo page for learning more about unsupported add-ons. -->
238 <string name="mozac_feature_addons_unsupported_learn_more">Узнать больше</string>
239 <!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated. -->
240 <string name="mozac_feature_addons_updater_status_successfully_updated">Успешно обновлено</string>
241 <!-- Displayed in the "Status" field for the updater when an add-on has no updates available. -->
242 <string name="mozac_feature_addons_updater_status_no_update_available">Обновления отсутствуют</string>
243 <!-- Displayed in the "Status" field for the updater when there was an error during the add-on update. -->
244 <string name="mozac_feature_addons_updater_status_error">Ошибка</string>
245 <!-- Text shown in a dialog that displays information about the last attempt to update an add-on. This is the title of the dialog. -->
246 <string name="mozac_feature_addons_updater_dialog_title">Сведения об обновлении</string>
247 <!-- Label in the dialog displaying information for the last attempt to update add-ons. It's followed by the date of the last attempt. -->
248 <string name="mozac_feature_addons_updater_dialog_last_attempt">Последняя попытка:</string>
249 <!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated -->
250 <string name="mozac_feature_addons_updater_dialog_status">Состояние:</string>
251 <!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. %2$s is the app name. -->
252 <string name="mozac_feature_addons_installed_dialog_title">%1$s было добавлено в %2$s</string>
253 <!-- Text shown in the dialog when add-on installation is completed. -->
254 <string name="mozac_feature_addons_installed_dialog_description" moz:removedIn="124" tools:ignore="UnusedResources">Открыть его в меню</string>
255 <!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. %2$s is the app name. -->
256 <string name="mozac_feature_addons_installed_dialog_description_2">Получить доступ к %1$s из меню %2$s.</string>
257 <!-- Confirmation button text for the dialog when add-on installation is completed. -->
258 <string name="mozac_feature_addons_installed_dialog_okay_button" moz:removedIn="124" tools:ignore="UnusedResources">Ок, понятно</string>
259 <!-- Confirmation button text for the dialog when add-on installation is completed. -->
260 <string name="mozac_feature_addons_installed_dialog_okay_button_2">OK</string>
261 <!-- "Learn more" link displayed below an add-on status message. -->
262 <string name="mozac_feature_addons_status_learn_more">Подробнее</string>
263 <!-- Status message below an add-on in the add-ons manager when this add-on has been blocklisted. %1$s is the add-on name. -->
264 <string name="mozac_feature_addons_status_blocklisted">%1$s отключено из-за проблем с безопасностью или стабильностью.</string>
265 <!-- Status message below an add-on in the add-ons manager when this add-on hasn't been signed correctly. %1$s is the add-on name. -->
266 <string name="mozac_feature_addons_status_unsigned">%1$s не удалось проверить на безопасность и был отключён.</string>
267 <!-- Status message below an add-on in the add-ons manager when this add-on isn't compatible with the application version. %1$s is the add-on name, %2$s is the app name and %3$s is the app version. -->
268 <string name="mozac_feature_addons_status_incompatible">%1$s не совместим с вашей версией %2$s (версия %3$s).</string>