[tracker] Added Polish translations of Firefox and Thunderbird extensions



commit e3f6295292959347016340dc5d1f64b7afae120c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Feb 12 01:58:06 2014 +0100

    Added Polish translations of Firefox and Thunderbird extensions

 src/plugins/firefox/chrome.manifest                |    1 +
 src/plugins/firefox/chrome/locale/Makefile.am      |    2 +-
 .../firefox/chrome/locale/pl-PL/Makefile.am        |    9 +++++++++
 src/plugins/firefox/chrome/locale/pl-PL/about.dtd  |    4 ++++
 .../firefox/chrome/locale/pl-PL/overlay.properties |    1 +
 src/plugins/thunderbird/chrome.manifest            |    3 ++-
 src/plugins/thunderbird/chrome/locale/Makefile.am  |    2 +-
 .../thunderbird/chrome/locale/pl-PL/Makefile.am    |   10 ++++++++++
 .../thunderbird/chrome/locale/pl-PL/about.dtd      |    4 ++++
 .../thunderbird/chrome/locale/pl-PL/options.dtd    |    4 ++++
 .../thunderbird/chrome/locale/pl-PL/overlay.dtd    |    2 ++
 .../chrome/locale/pl-PL/overlay.properties         |    9 +++++++++
 12 files changed, 48 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/firefox/chrome.manifest b/src/plugins/firefox/chrome.manifest
index 7c69b5b..ea1837a 100644
--- a/src/plugins/firefox/chrome.manifest
+++ b/src/plugins/firefox/chrome.manifest
@@ -3,6 +3,7 @@ skin      trackerfox   classic/1.0   chrome/skin/
 locale    trackerfox   en-US         chrome/locale/en-US/
 locale    trackerfox   fr-FR         chrome/locale/fr-FR/
 locale    trackerfox   es-ES         chrome/locale/es-ES/
+locale    trackerfox   pl-PL         chrome/locale/pl-PL/
 
 
 overlay   chrome://browser/content/browser.xul   chrome://trackerfox/content/ff-overlay.xul
diff --git a/src/plugins/firefox/chrome/locale/Makefile.am b/src/plugins/firefox/chrome/locale/Makefile.am
index f7390e2..ad86229 100644
--- a/src/plugins/firefox/chrome/locale/Makefile.am
+++ b/src/plugins/firefox/chrome/locale/Makefile.am
@@ -1,3 +1,3 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = en-US es-ES fr-FR
+SUBDIRS = en-US es-ES fr-FR pl-PL
diff --git a/src/plugins/firefox/chrome/locale/pl-PL/Makefile.am 
b/src/plugins/firefox/chrome/locale/pl-PL/Makefile.am
new file mode 100644
index 0000000..4e3a2dc
--- /dev/null
+++ b/src/plugins/firefox/chrome/locale/pl-PL/Makefile.am
@@ -0,0 +1,9 @@
+include $(top_srcdir)/Makefile.decl
+
+extensiondir = $(datadir)/xul-ext/trackerfox/chrome/locale/pl-PL/
+extension_DATA = \
+       about.dtd \
+       overlay.dtd \
+       overlay.properties
+
+EXTRA_DIST = $(extension_DATA)
diff --git a/src/plugins/firefox/chrome/locale/pl-PL/about.dtd 
b/src/plugins/firefox/chrome/locale/pl-PL/about.dtd
new file mode 100644
index 0000000..4494fa9
--- /dev/null
+++ b/src/plugins/firefox/chrome/locale/pl-PL/about.dtd
@@ -0,0 +1,4 @@
+<!ENTITY about "O rozszerzeniu">
+<!ENTITY version "Wersja:">
+<!ENTITY createdBy "Utworzone przez:">
+<!ENTITY homepage "Witryna:">
diff --git a/src/plugins/firefox/chrome/locale/pl-PL/overlay.dtd 
b/src/plugins/firefox/chrome/locale/pl-PL/overlay.dtd
new file mode 100644
index 0000000..e69de29
diff --git a/src/plugins/firefox/chrome/locale/pl-PL/overlay.properties 
b/src/plugins/firefox/chrome/locale/pl-PL/overlay.properties
new file mode 100644
index 0000000..f22fb2e
--- /dev/null
+++ b/src/plugins/firefox/chrome/locale/pl-PL/overlay.properties
@@ -0,0 +1 @@
+extensions trackerfox bustany org description=Przeszukiwanie zakładek w programie Tracker
diff --git a/src/plugins/thunderbird/chrome.manifest b/src/plugins/thunderbird/chrome.manifest
index 0f13e8c..a5d88ad 100644
--- a/src/plugins/thunderbird/chrome.manifest
+++ b/src/plugins/thunderbird/chrome.manifest
@@ -2,8 +2,9 @@ content   trackerbird                 chrome/content/
 skin      trackerbird   classic/1.0   chrome/skin/
 locale    trackerbird   en-US         chrome/locale/en-US/
 locale    trackerbird   de-DE         chrome/locale/de-DE/
-locale    trackerbird   fr-FR         chrome/locale/fr-FR/
 locale    trackerbird   es-ES         chrome/locale/es-ES/
+locale    trackerbird   fr-FR         chrome/locale/fr-FR/
+locale    trackerbird   pl-PL         chrome/locale/pl-PL/
 
 overlay   chrome://messenger/content/messenger.xul   chrome://trackerbird/content/tb-overlay.xul
 
diff --git a/src/plugins/thunderbird/chrome/locale/Makefile.am 
b/src/plugins/thunderbird/chrome/locale/Makefile.am
index 0fc5e21..04fb23c 100644
--- a/src/plugins/thunderbird/chrome/locale/Makefile.am
+++ b/src/plugins/thunderbird/chrome/locale/Makefile.am
@@ -1,3 +1,3 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = en-US
+SUBDIRS = en-US de-DE es-ES fr-FR pl-PL
diff --git a/src/plugins/thunderbird/chrome/locale/pl-PL/Makefile.am 
b/src/plugins/thunderbird/chrome/locale/pl-PL/Makefile.am
new file mode 100644
index 0000000..437ac29
--- /dev/null
+++ b/src/plugins/thunderbird/chrome/locale/pl-PL/Makefile.am
@@ -0,0 +1,10 @@
+include $(top_srcdir)/Makefile.decl
+
+extensiondir = $(datadir)/xul-ext/trackerbird/chrome/locale/pl-PL/
+extension_DATA = \
+       options.dtd \
+       about.dtd \
+       overlay.dtd \
+       overlay.properties
+
+EXTRA_DIST = $(extension_DATA)
diff --git a/src/plugins/thunderbird/chrome/locale/pl-PL/about.dtd 
b/src/plugins/thunderbird/chrome/locale/pl-PL/about.dtd
new file mode 100644
index 0000000..4494fa9
--- /dev/null
+++ b/src/plugins/thunderbird/chrome/locale/pl-PL/about.dtd
@@ -0,0 +1,4 @@
+<!ENTITY about "O rozszerzeniu">
+<!ENTITY version "Wersja:">
+<!ENTITY createdBy "Utworzone przez:">
+<!ENTITY homepage "Witryna:">
diff --git a/src/plugins/thunderbird/chrome/locale/pl-PL/options.dtd 
b/src/plugins/thunderbird/chrome/locale/pl-PL/options.dtd
new file mode 100644
index 0000000..ba1aad0
--- /dev/null
+++ b/src/plugins/thunderbird/chrome/locale/pl-PL/options.dtd
@@ -0,0 +1,4 @@
+<!ENTITY prefwindow.title "Preferencje rozszerzenia TrackerBird">
+<!ENTITY pane1.title "Preferencje rozszerzenia TrackerBird">
+<!ENTITY indexDelay.label "Czas oczekiwania między wiadomościami w milisekundach">
+<!ENTITY indexDelay.accesskey "C">
diff --git a/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.dtd 
b/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.dtd
new file mode 100644
index 0000000..e0e2e48
--- /dev/null
+++ b/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.dtd
@@ -0,0 +1,2 @@
+<!ENTITY idle "Nie jest indeksowane">
+<!ENTITY indexing "Indeksowanie...">
diff --git a/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.properties 
b/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.properties
new file mode 100644
index 0000000..e72c923
--- /dev/null
+++ b/src/plugins/thunderbird/chrome/locale/pl-PL/overlay.properties
@@ -0,0 +1,9 @@
+actionsRemaining = Pozostało działań: %S
+cannotConnect = Nie można połączyć z usługą Tracker
+cannotInit = Nie można zainicjować usługi Tracker
+cannotInitMail = Nie można zainicjować przechowalni poczty
+cannotInitPersistent = Nie można zainicjować trwałej pamięci
+indexerIdle = Nie jest indeksowane
+indexing = Indeksowanie...
+initializing = Inicjowanie...
+starting = Rozpoczynanie...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]