[Pkg-mozext-commits] [perspectives-extension] 28/44: About dialog - Add link to visit the translating instructions

David Prévot taffit at moszumanska.debian.org
Sat Jun 6 02:55:29 UTC 2015


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

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 272483b8d8ecf0d1006310093638c756b6006f67
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Fri Nov 7 20:51:48 2014 -0700

    About dialog - Add link to visit the translating instructions
    
    Then it's easy to visit from right inside the extension
---
 plugin/chrome/content/about_dialog.xul | 4 ++++
 plugin/chrome/locale/de/dialogs.dtd    | 1 +
 plugin/chrome/locale/en-US/dialogs.dtd | 1 +
 plugin/chrome/locale/es-MX/dialogs.dtd | 1 +
 plugin/chrome/locale/fi/dialogs.dtd    | 1 +
 plugin/chrome/locale/fr/dialogs.dtd    | 1 +
 plugin/chrome/locale/nl/dialogs.dtd    | 1 +
 plugin/chrome/locale/pl/dialogs.dtd    | 1 +
 plugin/chrome/locale/zh-CN/dialogs.dtd | 1 +
 9 files changed, 12 insertions(+)

diff --git a/plugin/chrome/content/about_dialog.xul b/plugin/chrome/content/about_dialog.xul
index eebd1e3..36aec71 100644
--- a/plugin/chrome/content/about_dialog.xul
+++ b/plugin/chrome/content/about_dialog.xul
@@ -56,6 +56,10 @@
       value     = ""
       height    = "130"/>
 
+    <hbox>
+      <label id="help-translate" class="hover-link" tooltiptext="&HelpTranslatePerspectives;" onclick="Pers_util.open_url('https://github.com/danwent/Perspectives/blob/master/TRANSLATING.md')">&HelpTranslatePerspectives;</label>
+    </hbox>
+
     <hbox align="right">
         <button id="Close" label="&Close;" onclick="window.close()"/>
     </hbox>
diff --git a/plugin/chrome/locale/de/dialogs.dtd b/plugin/chrome/locale/de/dialogs.dtd
index 5bccc11..cb328d0 100644
--- a/plugin/chrome/locale/de/dialogs.dtd
+++ b/plugin/chrome/locale/de/dialogs.dtd
@@ -65,3 +65,4 @@
 <!ENTITY TranslatorText "Herzlichen Dank an diese Menschen, die zur Übersetzung beigetragen haben">
 <!ENTITY ClickToVisitWebsite "Hier klicken, um die Website von Perspectives zu öffnen">
 <!ENTITY DisplayPermissionReminder "Eine Erinnerung anzeigen">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/en-US/dialogs.dtd b/plugin/chrome/locale/en-US/dialogs.dtd
index 868d34b..a444150 100644
--- a/plugin/chrome/locale/en-US/dialogs.dtd
+++ b/plugin/chrome/locale/en-US/dialogs.dtd
@@ -65,3 +65,4 @@
 <!ENTITY TranslatorSubTitle "(listed alphabetically by locale code)">
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/es-MX/dialogs.dtd b/plugin/chrome/locale/es-MX/dialogs.dtd
index b128715..17a3e9b 100644
--- a/plugin/chrome/locale/es-MX/dialogs.dtd
+++ b/plugin/chrome/locale/es-MX/dialogs.dtd
@@ -72,3 +72,4 @@
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
 <!ENTITY DisplayPermissionReminder "Display a notification reminder">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/fi/dialogs.dtd b/plugin/chrome/locale/fi/dialogs.dtd
index 99db253..c58cab5 100644
--- a/plugin/chrome/locale/fi/dialogs.dtd
+++ b/plugin/chrome/locale/fi/dialogs.dtd
@@ -72,3 +72,4 @@
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
 <!ENTITY DisplayPermissionReminder "Display a notification reminder">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/fr/dialogs.dtd b/plugin/chrome/locale/fr/dialogs.dtd
index 961957d..c100a02 100644
--- a/plugin/chrome/locale/fr/dialogs.dtd
+++ b/plugin/chrome/locale/fr/dialogs.dtd
@@ -72,3 +72,4 @@
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
 <!ENTITY DisplayPermissionReminder "Display a notification reminder">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/nl/dialogs.dtd b/plugin/chrome/locale/nl/dialogs.dtd
index 514cc28..ed4490e 100644
--- a/plugin/chrome/locale/nl/dialogs.dtd
+++ b/plugin/chrome/locale/nl/dialogs.dtd
@@ -68,3 +68,4 @@
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
 <!ENTITY DisplayPermissionReminder "Display a notification reminder">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/pl/dialogs.dtd b/plugin/chrome/locale/pl/dialogs.dtd
index 9126bf2..eac967f 100644
--- a/plugin/chrome/locale/pl/dialogs.dtd
+++ b/plugin/chrome/locale/pl/dialogs.dtd
@@ -73,3 +73,4 @@
 <!ENTITY TranslatorSubTitle "(w porządku alfabetycznym według kodu regionalnego)">
 <!ENTITY TranslatorText "Wielkie podziękowania dla następujących ludzi, którzy pomagali przy tłumaczeniu">
 <!ENTITY ClickToVisitWebsite "Kliknij by odwiedzić stronę internetową Perspectives">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">
diff --git a/plugin/chrome/locale/zh-CN/dialogs.dtd b/plugin/chrome/locale/zh-CN/dialogs.dtd
index 14ebd20..0ed45f7 100644
--- a/plugin/chrome/locale/zh-CN/dialogs.dtd
+++ b/plugin/chrome/locale/zh-CN/dialogs.dtd
@@ -72,3 +72,4 @@
 <!ENTITY TranslatorText "Many thanks to the following people who contributed translations">
 <!ENTITY ClickToVisitWebsite "Click to visit the Perspectives website">
 <!ENTITY DisplayPermissionReminder "Display a notification reminder">
+<!ENTITY HelpTranslatePerspectives "Help translate Perspectives!">

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



More information about the Pkg-mozext-commits mailing list