[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 41/483: Uploading Russian locale
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 85a5b0805865e31e4f3f7bb3117d58c5e577539d
Author: Wladimir Palant <trev at gtchat.de>
Date: Thu Jan 18 00:55:29 2007 +0000
Uploading Russian locale
--HG--
extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40642
---
chrome/locale/ru-RU/composer.dtd | 40 +++++++++++++++++++++++++++++++++++
chrome/locale/ru-RU/contents.rdf | 19 +++++++++++++++++
chrome/locale/ru-RU/global.properties | 20 ++++++++++++++++++
chrome/locale/ru-RU/overlay.dtd | 29 +++++++++++++++++++++++++
4 files changed, 108 insertions(+)
diff --git a/chrome/locale/ru-RU/composer.dtd b/chrome/locale/ru-RU/composer.dtd
new file mode 100644
index 0000000..3afb893
--- /dev/null
+++ b/chrome/locale/ru-RU/composer.dtd
@@ -0,0 +1,40 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ - Version: MPL 1.1
+ -
+ - The contents of this file are subject to the Mozilla Public License Version
+ - 1.1 (the "License"); you may not use this file except in compliance with
+ - the License. You may obtain a copy of the License at
+ - http://www.mozilla.org/MPL/
+ -
+ - Software distributed under the License is distributed on an "AS IS" basis,
+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ - for the specific language governing rights and limitations under the
+ - License.
+ -
+ - The Original Code is Adblock Plus Element Hiding Helper.
+ -
+ - The Initial Developer of the Original Code is
+ - Wladimir Palant.
+ - Portions created by the Initial Developer are Copyright (C) 2006
+ - the Initial Developer. All Rights Reserved.
+ -
+ - Contributor(s):
+ -
+ - ***** END LICENSE BLOCK ***** -->
+
+<!ENTITY dialog.title "Составление правила для скрытия элемента">
+<!ENTITY accept.label "Добавить фильтр">
+<!ENTITY advanced.label "Расширенный вид">
+<!ENTITY basic.label "Стандартный вид">
+<!ENTITY expression.label "Фильтр">
+<!ENTITY preview.label "Предпросмотр">
+<!ENTITY domain.label "Привязать к домену">
+<!ENTITY domain.none.label "Любой домен (не рекомендуется)">
+<!ENTITY nodes-tree.node.label "Узел">
+<!ENTITY nodes-tree.id.label "id">
+<!ENTITY nodes-tree.class.label "class">
+<!ENTITY attributes.label "Требуемые атрибуты">
+<!ENTITY attributes.tagname.label "Имя тега:">
+<!ENTITY attributes.firstchild.label "Первый дочерний узел">
+<!ENTITY attributes.lastchild.label "Последний дочерний узел">
+<!ENTITY attributes.custom.label "Произволное CSS-выражение:">
diff --git a/chrome/locale/ru-RU/contents.rdf b/chrome/locale/ru-RU/contents.rdf
new file mode 100644
index 0000000..39308c8
--- /dev/null
+++ b/chrome/locale/ru-RU/contents.rdf
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
+
+ <RDF:Seq about="urn:mozilla:locale:root">
+ <RDF:li resource="urn:mozilla:locale:ru-RU"/>
+ </RDF:Seq>
+
+ <RDF:Description about="urn:mozilla:locale:ru-RU"
+ chrome:displayName="Russian(RU)"
+ chrome:author="Wladimir Palant"
+ chrome:name="ru-RU">
+ <chrome:packages>
+ <RDF:Seq about="urn:mozilla:locale:ru-RU:packages">
+ <RDF:li resource="urn:mozilla:locale:ru-RU:elemhidehelper"/>
+ </RDF:Seq>
+ </chrome:packages>
+ </RDF:Description>
+</RDF:RDF>
diff --git a/chrome/locale/ru-RU/global.properties b/chrome/locale/ru-RU/global.properties
new file mode 100644
index 0000000..1cffbab
--- /dev/null
+++ b/chrome/locale/ru-RU/global.properties
@@ -0,0 +1,20 @@
+command.select.key=в
+command.select.label=выбрать элемент
+command.wider.key=ш
+command.wider.label=расширить
+command.narrower.key=у
+command.narrower.label=сузить
+command.quit.key=т
+command.quit.label=отмена
+command.blinkElement.key=м
+command.blinkElement.label=помигать элементом
+command.viewSource.key=х
+command.viewSource.label=просмотреть исходный код
+command.viewSourceWindow.key=к
+command.viewSourceWindow.label=просмотреть исходный код (в другом окне)
+command.showMenu.key=п
+command.showMenu.label=показать/спрятать помощь
+
+noabp_warning_title=Element Hiding Helper
+noabp_warning_text=Расширение Element Hiding Helper, которое вы установили, работает только с Adblock Plus %S или выше. Пожалуйста, установите или обновите Adblock Plus, пока что же Element Hiding Helper будет отключен.
+noabp_warning_disable=Больше не показывать это предупреждение
diff --git a/chrome/locale/ru-RU/overlay.dtd b/chrome/locale/ru-RU/overlay.dtd
new file mode 100644
index 0000000..b993e99
--- /dev/null
+++ b/chrome/locale/ru-RU/overlay.dtd
@@ -0,0 +1,29 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ - Version: MPL 1.1
+ -
+ - The contents of this file are subject to the Mozilla Public License Version
+ - 1.1 (the "License"); you may not use this file except in compliance with
+ - the License. You may obtain a copy of the License at
+ - http://www.mozilla.org/MPL/
+ -
+ - Software distributed under the License is distributed on an "AS IS" basis,
+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ - for the specific language governing rights and limitations under the
+ - License.
+ -
+ - The Original Code is Adblock Plus Element Hiding Helper.
+ -
+ - The Initial Developer of the Original Code is
+ - Wladimir Palant.
+ - Portions created by the Initial Developer are Copyright (C) 2006
+ - the Initial Developer. All Rights Reserved.
+ -
+ - Contributor(s):
+ -
+ - ***** END LICENSE BLOCK ***** -->
+
+<!ENTITY selectelement.label "Скрыть элемент на странице">
+<!ENTITY selectelement.accesskey "э">
+<!ENTITY stopselection.label "Отменить выбор элемента">
+<!ENTITY stopselection.accesskey "э">
+<!ENTITY helpbox.title "Выбор элемента - Горячие клавиши">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list