[Pkg-mozext-commits] [compactheader] 357/441: Version 2.0.5beta3: Added Polish 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 a67e71cd7fc5999d17e7a08873980b7e46bea363
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Mon May 14 20:25:07 2012 +0200

    Version 2.0.5beta3: Added Polish translation.
    
    --HG--
    branch : cleanup_locales
---
 chrome.manifest                                  |  1 +
 chrome/CompactHeader/locale/pl/CompactHeader.dtd | 40 ++++++++++++++++++++
 chrome/CompactHeader/locale/pl/preferences.dtd   | 47 ++++++++++++++++++++++++
 install.rdf                                      |  2 +-
 4 files changed, 89 insertions(+), 1 deletion(-)

diff --git a/chrome.manifest b/chrome.manifest
index 5530ebd..c10d50d 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -14,6 +14,7 @@ locale    CompactHeader     fr   chrome/CompactHeader/locale/fr/
 locale    CompactHeader     es-ES   chrome/CompactHeader/locale/es-ES/
 locale    CompactHeader     ja   chrome/CompactHeader/locale/ja/
 locale    CompactHeader     ru   chrome/CompactHeader/locale/ru/
+locale    CompactHeader     pl   chrome/CompactHeader/locale/pl/
 
 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/pl/CompactHeader.dtd b/chrome/CompactHeader/locale/pl/CompactHeader.dtd
new file mode 100644
index 0000000..b94b22c
--- /dev/null
+++ b/chrome/CompactHeader/locale/pl/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 "Ukryj szczegóły">
+<!ENTITY CompactHeader_toggleDetails.key "u">
+<!ENTITY CompactHeader_showDetailsButton.label "Pokaż szczegóły">
\ No newline at end of file
diff --git a/chrome/CompactHeader/locale/pl/preferences.dtd b/chrome/CompactHeader/locale/pl/preferences.dtd
new file mode 100644
index 0000000..af99a97
--- /dev/null
+++ b/chrome/CompactHeader/locale/pl/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 "Ustawienia CompactHeader">
+<!ENTITY CompactHeader_checkbox.Compact.TwolineView.caption "Dwie linie nagłówka">
+<!ENTITY CompactHeader_menu.Linkify.caption "Linki RSS w tematach">
+<!ENTITY CompactHeader_menu.ShowOnlyAddress.caption "Pokazuj tylko adresy">
+<!ENTITY CompactHeader_menu.flatButtons.caption "Płaskie przyciski">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.caption "Pozycja nagłówka">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.right "po prawej">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.top   "na górze">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.left  "po lewej">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.none  "niewidoczny">
\ No newline at end of file
diff --git a/install.rdf b/install.rdf
index 1f7e6b0..4d387a9 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.5beta2</em:version>
+		<em:version>2.0.5beta3</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