[Pkg-mozext-commits] [firegestures] 01/07: fix locale bug

David Prévot taffit at moszumanska.debian.org
Tue Apr 5 18:07:54 UTC 2016


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

taffit pushed a commit to branch master
in repository firegestures.

commit 979a926314a43206331d01d4e1c8eccec22233ee
Author: Gomita <gomita at xuldev.org>
Date:   Sun Apr 3 23:37:28 2016 +0900

    fix locale bug
---
 chrome/content/firegestures/browser.rdf      | 2 +-
 chrome/locale/ar/firegestures/mapping.dtd    | 2 ++
 chrome/locale/cs-CZ/firegestures/mapping.dtd | 2 ++
 chrome/locale/da/firegestures/mapping.dtd    | 2 ++
 chrome/locale/de/firegestures/mapping.dtd    | 2 ++
 chrome/locale/en-US/firegestures/mapping.dtd | 2 ++
 chrome/locale/es-AR/firegestures/mapping.dtd | 2 ++
 chrome/locale/es-ES/firegestures/mapping.dtd | 2 ++
 chrome/locale/es-MX/firegestures/mapping.dtd | 2 ++
 chrome/locale/et-EE/firegestures/mapping.dtd | 2 ++
 chrome/locale/fi-FI/firegestures/mapping.dtd | 2 ++
 chrome/locale/fr/firegestures/mapping.dtd    | 2 ++
 chrome/locale/he/firegestures/mapping.dtd    | 2 ++
 chrome/locale/hu-HU/firegestures/mapping.dtd | 2 ++
 chrome/locale/it/firegestures/mapping.dtd    | 2 ++
 chrome/locale/ja/firegestures/mapping.dtd    | 2 ++
 chrome/locale/ko-KR/firegestures/mapping.dtd | 2 ++
 chrome/locale/lt/firegestures/mapping.dtd    | 2 ++
 chrome/locale/nb-NO/firegestures/mapping.dtd | 2 ++
 chrome/locale/nl/firegestures/mapping.dtd    | 2 ++
 chrome/locale/pl/firegestures/mapping.dtd    | 2 ++
 chrome/locale/pt-BR/firegestures/mapping.dtd | 2 ++
 chrome/locale/ro/firegestures/mapping.dtd    | 2 ++
 chrome/locale/ru-RU/firegestures/mapping.dtd | 2 ++
 chrome/locale/sk-SK/firegestures/mapping.dtd | 2 ++
 chrome/locale/sl-SI/firegestures/mapping.dtd | 2 ++
 chrome/locale/sr/firegestures/mapping.dtd    | 2 ++
 chrome/locale/sv-SE/firegestures/mapping.dtd | 2 ++
 chrome/locale/tr/firegestures/mapping.dtd    | 2 ++
 chrome/locale/vi/firegestures/mapping.dtd    | 2 ++
 chrome/locale/zh-CN/firegestures/mapping.dtd | 2 ++
 chrome/locale/zh-TW/firegestures/mapping.dtd | 2 ++
 32 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/chrome/content/firegestures/browser.rdf b/chrome/content/firegestures/browser.rdf
index 88dad58..885dc1a 100644
--- a/chrome/content/firegestures/browser.rdf
+++ b/chrome/content/firegestures/browser.rdf
@@ -392,7 +392,7 @@
                    FG:name="&clearRecentHistory.label;" />
   <RDF:Description RDF:about="urn:Tools:DevToolbox"
                    FG:type="1"
-                   FG:name="&webDeveloperMenu.label; - &devToolboxMenuItem.label;" />
+                   FG:name="&webDeveloperMenu.label;" />
   <RDF:Description RDF:about="urn:FireGestures:ErrorConsole"
                    FG:type="1"
                    FG:name="&errorConsoleCmd.label;" />
diff --git a/chrome/locale/ar/firegestures/mapping.dtd b/chrome/locale/ar/firegestures/mapping.dtd
index ddf93bf..3bf51a7 100644
--- a/chrome/locale/ar/firegestures/mapping.dtd
+++ b/chrome/locale/ar/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "معراض الأخطاء">
diff --git a/chrome/locale/cs-CZ/firegestures/mapping.dtd b/chrome/locale/cs-CZ/firegestures/mapping.dtd
index 7d2b924..fe9d521 100644
--- a/chrome/locale/cs-CZ/firegestures/mapping.dtd
+++ b/chrome/locale/cs-CZ/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Chybová konzole">
diff --git a/chrome/locale/da/firegestures/mapping.dtd b/chrome/locale/da/firegestures/mapping.dtd
index 1041620..0166d0d 100644
--- a/chrome/locale/da/firegestures/mapping.dtd
+++ b/chrome/locale/da/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Fejlkonsol">
diff --git a/chrome/locale/de/firegestures/mapping.dtd b/chrome/locale/de/firegestures/mapping.dtd
index fd62e06..08971d9 100644
--- a/chrome/locale/de/firegestures/mapping.dtd
+++ b/chrome/locale/de/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Fehlerkonsole">
diff --git a/chrome/locale/en-US/firegestures/mapping.dtd b/chrome/locale/en-US/firegestures/mapping.dtd
index 0d0c5ab..d03435f 100644
--- a/chrome/locale/en-US/firegestures/mapping.dtd
+++ b/chrome/locale/en-US/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Error Console">
diff --git a/chrome/locale/es-AR/firegestures/mapping.dtd b/chrome/locale/es-AR/firegestures/mapping.dtd
index ac9788d..6ce8501 100644
--- a/chrome/locale/es-AR/firegestures/mapping.dtd
+++ b/chrome/locale/es-AR/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Consola de errores">
diff --git a/chrome/locale/es-ES/firegestures/mapping.dtd b/chrome/locale/es-ES/firegestures/mapping.dtd
index 42413b1..79e6e8e 100644
--- a/chrome/locale/es-ES/firegestures/mapping.dtd
+++ b/chrome/locale/es-ES/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Consola de errores">
diff --git a/chrome/locale/es-MX/firegestures/mapping.dtd b/chrome/locale/es-MX/firegestures/mapping.dtd
index d2adc54..020e153 100644
--- a/chrome/locale/es-MX/firegestures/mapping.dtd
+++ b/chrome/locale/es-MX/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Consola de errores">
diff --git a/chrome/locale/et-EE/firegestures/mapping.dtd b/chrome/locale/et-EE/firegestures/mapping.dtd
index bcf2684..09959b9 100644
--- a/chrome/locale/et-EE/firegestures/mapping.dtd
+++ b/chrome/locale/et-EE/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Vigade konsool">
diff --git a/chrome/locale/fi-FI/firegestures/mapping.dtd b/chrome/locale/fi-FI/firegestures/mapping.dtd
index e8406aa..a64d601 100644
--- a/chrome/locale/fi-FI/firegestures/mapping.dtd
+++ b/chrome/locale/fi-FI/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Virhekonsoli">
diff --git a/chrome/locale/fr/firegestures/mapping.dtd b/chrome/locale/fr/firegestures/mapping.dtd
index 3c71e38..37f94dc 100644
--- a/chrome/locale/fr/firegestures/mapping.dtd
+++ b/chrome/locale/fr/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Console d’erreurs">
diff --git a/chrome/locale/he/firegestures/mapping.dtd b/chrome/locale/he/firegestures/mapping.dtd
index 2257b37..0ce7316 100644
--- a/chrome/locale/he/firegestures/mapping.dtd
+++ b/chrome/locale/he/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "מסוף שגיאות">
diff --git a/chrome/locale/hu-HU/firegestures/mapping.dtd b/chrome/locale/hu-HU/firegestures/mapping.dtd
index c9f7d24..956acd8 100644
--- a/chrome/locale/hu-HU/firegestures/mapping.dtd
+++ b/chrome/locale/hu-HU/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Hibakonzol">
diff --git a/chrome/locale/it/firegestures/mapping.dtd b/chrome/locale/it/firegestures/mapping.dtd
index 19995e9..9f2a4a7 100644
--- a/chrome/locale/it/firegestures/mapping.dtd
+++ b/chrome/locale/it/firegestures/mapping.dtd
@@ -47,3 +47,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Console degli errori">
diff --git a/chrome/locale/ja/firegestures/mapping.dtd b/chrome/locale/ja/firegestures/mapping.dtd
index dc2b28d..1b00a00 100644
--- a/chrome/locale/ja/firegestures/mapping.dtd
+++ b/chrome/locale/ja/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "エラーコンソール">
diff --git a/chrome/locale/ko-KR/firegestures/mapping.dtd b/chrome/locale/ko-KR/firegestures/mapping.dtd
index 290a09e..fcb44d0 100644
--- a/chrome/locale/ko-KR/firegestures/mapping.dtd
+++ b/chrome/locale/ko-KR/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "오류 정보">
diff --git a/chrome/locale/lt/firegestures/mapping.dtd b/chrome/locale/lt/firegestures/mapping.dtd
index b822710..1bd6252 100644
--- a/chrome/locale/lt/firegestures/mapping.dtd
+++ b/chrome/locale/lt/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Klaidų pultas">
diff --git a/chrome/locale/nb-NO/firegestures/mapping.dtd b/chrome/locale/nb-NO/firegestures/mapping.dtd
index e41fc55..c8c5b4b 100644
--- a/chrome/locale/nb-NO/firegestures/mapping.dtd
+++ b/chrome/locale/nb-NO/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Feilmeldinger">
diff --git a/chrome/locale/nl/firegestures/mapping.dtd b/chrome/locale/nl/firegestures/mapping.dtd
index 6c4b136..f8c8866 100644
--- a/chrome/locale/nl/firegestures/mapping.dtd
+++ b/chrome/locale/nl/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Foutconsole">
diff --git a/chrome/locale/pl/firegestures/mapping.dtd b/chrome/locale/pl/firegestures/mapping.dtd
index 625e7d6..492de5e 100644
--- a/chrome/locale/pl/firegestures/mapping.dtd
+++ b/chrome/locale/pl/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Konsola błędów" >
diff --git a/chrome/locale/pt-BR/firegestures/mapping.dtd b/chrome/locale/pt-BR/firegestures/mapping.dtd
index fd42d3e..51895db 100644
--- a/chrome/locale/pt-BR/firegestures/mapping.dtd
+++ b/chrome/locale/pt-BR/firegestures/mapping.dtd
@@ -44,3 +44,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Console de erros">
diff --git a/chrome/locale/ro/firegestures/mapping.dtd b/chrome/locale/ro/firegestures/mapping.dtd
index bfe36c8..47b9585 100644
--- a/chrome/locale/ro/firegestures/mapping.dtd
+++ b/chrome/locale/ro/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Consolă de erori">
diff --git a/chrome/locale/ru-RU/firegestures/mapping.dtd b/chrome/locale/ru-RU/firegestures/mapping.dtd
index 3b1af58..64ffe47 100644
--- a/chrome/locale/ru-RU/firegestures/mapping.dtd
+++ b/chrome/locale/ru-RU/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Консоль ошибок">
diff --git a/chrome/locale/sk-SK/firegestures/mapping.dtd b/chrome/locale/sk-SK/firegestures/mapping.dtd
index f0fb600..4ddf505 100644
--- a/chrome/locale/sk-SK/firegestures/mapping.dtd
+++ b/chrome/locale/sk-SK/firegestures/mapping.dtd
@@ -45,3 +45,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Chybová konzola">
diff --git a/chrome/locale/sl-SI/firegestures/mapping.dtd b/chrome/locale/sl-SI/firegestures/mapping.dtd
index 034d171..76c9d73 100644
--- a/chrome/locale/sl-SI/firegestures/mapping.dtd
+++ b/chrome/locale/sl-SI/firegestures/mapping.dtd
@@ -52,3 +52,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Konzola napak">
diff --git a/chrome/locale/sr/firegestures/mapping.dtd b/chrome/locale/sr/firegestures/mapping.dtd
index 5166630..6658f8c 100644
--- a/chrome/locale/sr/firegestures/mapping.dtd
+++ b/chrome/locale/sr/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Конзола са грешкама">
diff --git a/chrome/locale/sv-SE/firegestures/mapping.dtd b/chrome/locale/sv-SE/firegestures/mapping.dtd
index 91ac644..2ff32b6 100644
--- a/chrome/locale/sv-SE/firegestures/mapping.dtd
+++ b/chrome/locale/sv-SE/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Felkonsol">
diff --git a/chrome/locale/tr/firegestures/mapping.dtd b/chrome/locale/tr/firegestures/mapping.dtd
index 3f74f29..abf2472 100644
--- a/chrome/locale/tr/firegestures/mapping.dtd
+++ b/chrome/locale/tr/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Hata konsolu">
diff --git a/chrome/locale/vi/firegestures/mapping.dtd b/chrome/locale/vi/firegestures/mapping.dtd
index 4e8447b..5524ac9 100644
--- a/chrome/locale/vi/firegestures/mapping.dtd
+++ b/chrome/locale/vi/firegestures/mapping.dtd
@@ -50,3 +50,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "Bảng kiểm soát Lỗi">
diff --git a/chrome/locale/zh-CN/firegestures/mapping.dtd b/chrome/locale/zh-CN/firegestures/mapping.dtd
index 53cbfb3..3fd5a97 100644
--- a/chrome/locale/zh-CN/firegestures/mapping.dtd
+++ b/chrome/locale/zh-CN/firegestures/mapping.dtd
@@ -51,3 +51,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "错误控制台">
diff --git a/chrome/locale/zh-TW/firegestures/mapping.dtd b/chrome/locale/zh-TW/firegestures/mapping.dtd
index 18322e8..d7dfaf4 100644
--- a/chrome/locale/zh-TW/firegestures/mapping.dtd
+++ b/chrome/locale/zh-TW/firegestures/mapping.dtd
@@ -52,3 +52,5 @@
 <!ENTITY viewTabGroups.label "">
 <!-- leave this empty for Firefox 28- compatibility -->
 <!ENTITY appmenu.tooltip "">
+<!-- for Firefox 48+ compatibility -->
+<!ENTITY errorConsoleCmd.label "錯誤主控台">

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



More information about the Pkg-mozext-commits mailing list