diff options
Diffstat (limited to 'l10n-ru/suite/chrome/common/sanitize.dtd')
-rw-r--r-- | l10n-ru/suite/chrome/common/sanitize.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/common/sanitize.dtd b/l10n-ru/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..30e08bae8e --- /dev/null +++ b/l10n-ru/suite/chrome/common/sanitize.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY sanitizeDialog.title "Удаление личных данных"> +<!ENTITY sanitizeItems.label "Удалить следующие данные:"> + +<!ENTITY itemHistory.label "Журнал посещений"> +<!ENTITY itemHistory.accesskey "п"> +<!ENTITY itemUrlBar.label "Журнал посещений панели адреса"> +<!ENTITY itemUrlBar.accesskey "а"> +<!ENTITY itemDownloads.label "Журнал загрузок"> +<!ENTITY itemDownloads.accesskey "з"> +<!ENTITY itemFormSearchHistory.label "Сохранённые данные форм и историю поиска"> +<!ENTITY itemFormSearchHistory.accesskey "ф"> +<!ENTITY itemCache.label "Кэш"> +<!ENTITY itemCache.accesskey "э"> +<!ENTITY itemCookies.label "Куки"> +<!ENTITY itemCookies.accesskey "у"> +<!ENTITY itemOfflineApps.label "Данные автономных веб-сайтов"> +<!ENTITY itemOfflineApps.accesskey "н"> +<!ENTITY itemPasswords.label "Сохранённые пароли"> +<!ENTITY itemPasswords.accesskey "р"> +<!ENTITY itemSessions.label "Сессии аутентификации"> +<!ENTITY itemSessions.accesskey "с"> + +<!ENTITY sanitizeButton.label "Удалить личные данные"> |