[Pkg-mozext-commits] [compactheader] 353/441: Added Russian translation

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 0bd11ad2658fdf36c3a71344ab940a76e52fdc6d
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Sun May 13 01:06:23 2012 +0200

    Added Russian translation
---
 chrome.manifest                                    |  1 +
 .../CompactHeader/locale/ru-RU/CompactHeader.dtd   | 40 ++++++++++++++++++
 chrome/CompactHeader/locale/ru-RU/preferences.dtd  | 47 ++++++++++++++++++++++
 install.rdf                                        |  2 +-
 4 files changed, 89 insertions(+), 1 deletion(-)

diff --git a/chrome.manifest b/chrome.manifest
index 1a65a70..305dd86 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -13,6 +13,7 @@ locale    CompactHeader     da-DK   chrome/CompactHeader/locale/da-DK/
 locale    CompactHeader     fr-FR   chrome/CompactHeader/locale/fr-FR/
 locale    CompactHeader     es-ES   chrome/CompactHeader/locale/es-ES/
 locale    CompactHeader     ja-JP   chrome/CompactHeader/locale/ja-JP/
+locale    CompactHeader     ru-RU   chrome/CompactHeader/locale/ru-RU/
 
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay.xul   appversion<9.0a1
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay-9.xul appversion>=9.0a1
diff --git a/chrome/CompactHeader/locale/ru-RU/CompactHeader.dtd b/chrome/CompactHeader/locale/ru-RU/CompactHeader.dtd
new file mode 100644
index 0000000..39f5280
--- /dev/null
+++ b/chrome/CompactHeader/locale/ru-RU/CompactHeader.dtd
@@ -0,0 +1,40 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.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 Mozilla Communicator client code, released
+ March 31, 1998.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998-1999
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+
+ ***** END LICENSE BLOCK ***** 
+-->
+<!ENTITY CompactHeader_hideDetailsButton.label "Скрыть детали">
+<!ENTITY CompactHeader_toggleDetails.key "h">
+<!ENTITY CompactHeader_showDetailsButton.label "Показать детали">
diff --git a/chrome/CompactHeader/locale/ru-RU/preferences.dtd b/chrome/CompactHeader/locale/ru-RU/preferences.dtd
new file mode 100644
index 0000000..fd7bb3e
--- /dev/null
+++ b/chrome/CompactHeader/locale/ru-RU/preferences.dtd
@@ -0,0 +1,47 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.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 Mozilla Communicator client code, released
+ March 31, 1998.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998-1999
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+
+ ***** END LICENSE BLOCK ***** 
+-->
+<!ENTITY CompactHeader_dialog.title "Настройки CompactHeader">
+<!ENTITY CompactHeader_checkbox.Compact.TwolineView.caption "Две строчки в компактном режиме">
+<!ENTITY CompactHeader_menu.Linkify.caption "Тема ленты новостей как ссылка">
+<!ENTITY CompactHeader_menu.ShowOnlyAddress.caption "Показывать только адрес">
+<!ENTITY CompactHeader_menu.flatButtons.caption "Плоские кнопки">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.caption "Расположение панели инструментов заголовка">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.right "справа">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.top "сверху">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.left "слева">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.none "невидимa">
diff --git a/install.rdf b/install.rdf
index 11c158b..1f7e6b0 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>2.0.5beta1</em:version>
+		<em:version>2.0.5beta2</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list