[Pkg-mozext-commits] [compactheader] 02/06: Imported Upstream version 2.0.9

David Prévot taffit at moszumanska.debian.org
Sat Dec 13 22:17:25 UTC 2014


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

taffit pushed a commit to branch master
in repository compactheader.

commit 00cf7fdcc26b890da9125acfc3630dc03643b7e3
Author: David Prévot <taffit at debian.org>
Date:   Sat Dec 13 17:32:27 2014 -0400

    Imported Upstream version 2.0.9
---
 chrome.manifest                                    |  1 +
 .../CompactHeader/content/compactHeaderOverlay.js  |  6 ++++--
 chrome/CompactHeader/locale/ja/CompactHeader.dtd   |  6 +++---
 .../locale/{ja => sl-SI}/CompactHeader.dtd         | 17 +++++++----------
 .../CompactHeader.dtd => sl-SI/preferences.dtd}    | 22 +++++++++++++---------
 install.rdf                                        | 10 +++++++++-
 6 files changed, 37 insertions(+), 25 deletions(-)

diff --git a/chrome.manifest b/chrome.manifest
index 5d95e70..e613ddb 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -21,6 +21,7 @@ locale    CompactHeader     sv-SE   chrome/CompactHeader/locale/sv-SE/
 locale    CompactHeader     tr   chrome/CompactHeader/locale/tr/
 locale    CompactHeader     zh-CN   chrome/CompactHeader/locale/zh-CN/
 locale    CompactHeader     nl   chrome/CompactHeader/locale/nl/
+locale    CompactHeader     sl-SI   chrome/CompactHeader/locale/sl-SI/
 
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay-9.xul appversion<24.0a2
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay-24.xul appversion>=24.0a2
diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index a9e1d9f..bdc0166 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -364,8 +364,10 @@ org.mozdev.compactHeader.pane = function() {
               .getService(Components.interfaces.nsIAbManager)
               .removeAddressBookListener(coheAddressBookListener);
 
-    removeEventListener('messagepane-loaded', coheOnLoadMsgHeaderPane, true);
-    removeEventListener('messagepane-unloaded', coheOnUnloadMsgHeaderPane, true);
+    removeEventListener('messagepane-loaded', 
+      org.mozdev.compactHeader.pane.coheOnLoadMsgHeaderPane, true);
+    removeEventListener('messagepane-unloaded', 
+      org.mozdev.compactHeader.pane.coheOnUnloadMsgHeaderPane, true);
   }
 
   var coheAddressBookListener =
diff --git a/chrome/CompactHeader/locale/ja/CompactHeader.dtd b/chrome/CompactHeader/locale/ja/CompactHeader.dtd
index cc17650..8ec89f5 100644
--- a/chrome/CompactHeader/locale/ja/CompactHeader.dtd
+++ b/chrome/CompactHeader/locale/ja/CompactHeader.dtd
@@ -21,7 +21,7 @@
 
  Contributor(s):
  Cai <http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=145991>
- 
+
  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"),
@@ -34,7 +34,7 @@
  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 ***** 
+ ***** END LICENSE BLOCK *****
 
 
 -->
@@ -42,4 +42,4 @@
 <!ENTITY CompactHeader_toggleDetails.key "h">
 <!ENTITY CompactHeader_showDetailsButton.label "詳細を表示">
 <!ENTITY CompactHeader_compactMenu.label "コンパクト">
-<!ENTITY CompactHeader_compactMenu.accesskey "コ">
\ No newline at end of file
+<!ENTITY CompactHeader_compactMenu.accesskey "C">
\ No newline at end of file
diff --git a/chrome/CompactHeader/locale/ja/CompactHeader.dtd b/chrome/CompactHeader/locale/sl-SI/CompactHeader.dtd
similarity index 80%
copy from chrome/CompactHeader/locale/ja/CompactHeader.dtd
copy to chrome/CompactHeader/locale/sl-SI/CompactHeader.dtd
index cc17650..d471c22 100644
--- a/chrome/CompactHeader/locale/ja/CompactHeader.dtd
+++ b/chrome/CompactHeader/locale/sl-SI/CompactHeader.dtd
@@ -20,8 +20,7 @@
  the Initial Developer. All Rights Reserved.
 
  Contributor(s):
- Cai <http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=145991>
- 
+
  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"),
@@ -34,12 +33,10 @@
  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 ***** 
-
-
+ ***** END LICENSE BLOCK *****
 -->
-<!ENTITY CompactHeader_hideDetailsButton.label "詳細を隠す">
-<!ENTITY CompactHeader_toggleDetails.key "h">
-<!ENTITY CompactHeader_showDetailsButton.label "詳細を表示">
-<!ENTITY CompactHeader_compactMenu.label "コンパクト">
-<!ENTITY CompactHeader_compactMenu.accesskey "コ">
\ No newline at end of file
+<!ENTITY CompactHeader_hideDetailsButton.label "Skrij podrobnosti">
+<!ENTITY CompactHeader_toggleDetails.key "S">
+<!ENTITY CompactHeader_showDetailsButton.label "Prikaži podrobnosti">
+<!ENTITY CompactHeader_compactMenu.label "Strni">
+<!ENTITY CompactHeader_compactMenu.accesskey "S">
\ No newline at end of file
diff --git a/chrome/CompactHeader/locale/ja/CompactHeader.dtd b/chrome/CompactHeader/locale/sl-SI/preferences.dtd
similarity index 64%
copy from chrome/CompactHeader/locale/ja/CompactHeader.dtd
copy to chrome/CompactHeader/locale/sl-SI/preferences.dtd
index cc17650..1a27609 100644
--- a/chrome/CompactHeader/locale/ja/CompactHeader.dtd
+++ b/chrome/CompactHeader/locale/sl-SI/preferences.dtd
@@ -20,8 +20,7 @@
  the Initial Developer. All Rights Reserved.
 
  Contributor(s):
- Cai <http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=145991>
- 
+
  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"),
@@ -35,11 +34,16 @@
  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 "詳細を表示">
-<!ENTITY CompactHeader_compactMenu.label "コンパクト">
-<!ENTITY CompactHeader_compactMenu.accesskey "コ">
\ No newline at end of file
+<!ENTITY CompactHeader_dialog.title "Nastavitve CompactHeader">
+<!ENTITY CompactHeader_checkbox.Compact.TwolineView.caption "Prikaži dve vrstici v strnjenem pogledu">
+<!ENTITY CompactHeader_menu.Linkify.caption "Poveži zadeve virov RSS in objav novičarskih skupin">
+<!ENTITY CompactHeader_menu.ShowOnlyAddress.caption "Prikaži samo naslov">
+<!ENTITY CompactHeader_menu.flatButtons.caption "Ploščati gumbi">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.caption "Položaj orodne vrstice glave">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.right "desno">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.top "zgoraj">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.left "levo">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.none "nevidno">
+<!ENTITY CompactHeader_menu.dblclick_header.caption "Preklopi glavo z dvoklikom">
+<!ENTITY CompactHeader_menu.darken_on_focus.caption "Potemni glavo, če je podokno sporočil v žarišču">
diff --git a/install.rdf b/install.rdf
index 87f5a09..e2503bc 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,15 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>2.0.9beta1</em:version>
+    <em:localized>
+      <Description>
+        <em:locale>sl-SI</em:locale>
+        <em:name>CompactHeader</em:name>
+        <em:description>Doda zmožnost zmanjševanja velikosti glave na eno ali dve vrstici. Ustvari povezave iz zadev virov RSS.</em:description>
+        <em:translator>Peter Klofutar</em:translator>
+      </Description>
+    </em:localized>
+		<em:version>2.0.9</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