diff options
Diffstat (limited to 'l10n-ru/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/common/search/engineManager.dtd b/l10n-ru/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..e3a23bf29b --- /dev/null +++ b/l10n-ru/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- 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 engineManager.title "Управление списком поисковых систем"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "У вас установлены плагины для следующих поисковых систем:"> + +<!ENTITY columnLabel.name "Название"> +<!ENTITY columnLabel.keyword "Ключевое слово"> + +<!-- Buttons --> +<!ENTITY up.label "Вверх"> +<!ENTITY up.accesskey "В"> +<!ENTITY dn.label "Вниз"> +<!ENTITY dn.accesskey "н"> +<!ENTITY remove.label "Удалить"> +<!ENTITY remove.accesskey "У"> +<!ENTITY edit.label "Изменить ключевое слово…"> +<!ENTITY edit.accesskey "з"> + +<!ENTITY addEngine.label "Плагины для других поисковых систем…"> +<!ENTITY addEngine.accesskey "л"> + +<!ENTITY enableSuggest.label "Показывать поисковые предложения"> +<!ENTITY enableSuggest.accesskey "п"> + +<!ENTITY restoreDefaults.label "Восстановить набор по умолчанию"> +<!ENTITY restoreDefaults.accesskey "у"> diff --git a/l10n-ru/suite/chrome/common/search/engineManager.properties b/l10n-ru/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..044fcbaaa3 --- /dev/null +++ b/l10n-ru/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle=Изменение ключевого слова +editMsg=Введите новое ключевое слово для «%S»: +duplicateTitle=Ключевое слово уже используется +duplicateEngineMsg=Выбранное ключевое слово уже используется «%S». Пожалуйста, выберите другое. +duplicateBookmarkMsg=Выбранное ключевое слово уже используется одной из закладок. Пожалуйста, выберите другое. diff --git a/l10n-ru/suite/chrome/common/search/search-panel.dtd b/l10n-ru/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..273848a2d9 --- /dev/null +++ b/l10n-ru/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,8 @@ +<!-- 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 search.button.label "Поиск"> +<!ENTITY search.placeholder "Введите поисковый запрос"> + +<!ENTITY search.engineManager.label "Управление поисковыми системами…"> diff --git a/l10n-ru/suite/chrome/common/search/search.properties b/l10n-ru/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..786bdc123c --- /dev/null +++ b/l10n-ru/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# 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/. + +searchtip=Поиск с использованием %S +cmd_addFoundEngine=Добавить «%S» diff --git a/l10n-ru/suite/chrome/common/search/searchbar.dtd b/l10n-ru/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..e87ba1e11a --- /dev/null +++ b/l10n-ru/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- 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 cmd_engineManager.label "Управление поисковыми системами…"> +<!ENTITY searchEndCap.label "Поиск"> |