[Pkg-mozext-commits] [itsalltext] 418/459: Fixed translations. Whups.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:44 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 2b9b104dad96d7910b67620c659e059bfe50ed06
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sat May 18 16:51:18 2013 -0400

    Fixed translations. Whups.
---
 src/chrome/locale/da-DK/preferences.dtd        | 1 +
 src/chrome/locale/da-DK/preferences.properties | 2 ++
 src/chrome/locale/de-DE/preferences.dtd        | 1 +
 src/chrome/locale/de-DE/preferences.properties | 2 ++
 src/chrome/locale/es-ES/preferences.dtd        | 1 +
 src/chrome/locale/es-ES/preferences.properties | 2 ++
 src/chrome/locale/fr-FR/preferences.dtd        | 1 +
 src/chrome/locale/fr-FR/preferences.properties | 2 ++
 src/chrome/locale/it-IT/preferences.dtd        | 1 +
 src/chrome/locale/it-IT/preferences.properties | 2 ++
 src/chrome/locale/ja-JP/preferences.dtd        | 1 +
 src/chrome/locale/ja-JP/preferences.properties | 2 ++
 src/chrome/locale/nl-NL/preferences.dtd        | 1 +
 src/chrome/locale/nl-NL/preferences.properties | 2 ++
 src/chrome/locale/pl-PL/preferences.dtd        | 1 +
 src/chrome/locale/pl-PL/preferences.properties | 2 ++
 src/chrome/locale/pt-BR/preferences.dtd        | 1 +
 src/chrome/locale/pt-BR/preferences.properties | 2 ++
 src/chrome/locale/sk-SK/preferences.dtd        | 1 +
 src/chrome/locale/sk-SK/preferences.properties | 2 ++
 src/chrome/locale/zh-CN/preferences.dtd        | 1 +
 src/chrome/locale/zh-CN/preferences.properties | 2 ++
 src/chrome/locale/zh-TW/preferences.dtd        | 1 +
 src/chrome/locale/zh-TW/preferences.properties | 2 ++
 24 files changed, 36 insertions(+)

diff --git a/src/chrome/locale/da-DK/preferences.dtd b/src/chrome/locale/da-DK/preferences.dtd
index 7539c45..58dd91c 100644
--- a/src/chrome/locale/da-DK/preferences.dtd
+++ b/src/chrome/locale/da-DK/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! indstillinger">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Gennemse">
 <!ENTITY seconds.label "Sekunder mellem opdatering:">
 <!ENTITY charset.label "Tegnsæt (standard UTF-8):">
diff --git a/src/chrome/locale/da-DK/preferences.properties b/src/chrome/locale/da-DK/preferences.properties
index 8ef2db7..3a1b737 100644
--- a/src/chrome/locale/da-DK/preferences.properties
+++ b/src/chrome/locale/da-DK/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Vælg din editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Jeg kunne ikke starte din editor, '%1$S'. Brug Gennemse-knappen til at vælge en anden editor og prøv igen.
 mac.hint=Hvis du bruger Mac OS X vil du sikkert bruge '/usr/bin/open' -- det vil åbne filen ved at bruge standardprogrammet for den pågældende fil.
+close.button=Close
diff --git a/src/chrome/locale/de-DE/preferences.dtd b/src/chrome/locale/de-DE/preferences.dtd
index df7226a..0eb1a49 100644
--- a/src/chrome/locale/de-DE/preferences.dtd
+++ b/src/chrome/locale/de-DE/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! Einstellungen">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Durchsuchen">
 <!ENTITY seconds.label "Seconds between refreshing:">
 <!ENTITY charset.label "Character Set (default: UTF-8):">
diff --git a/src/chrome/locale/de-DE/preferences.properties b/src/chrome/locale/de-DE/preferences.properties
index 1d76bc8..d352dbb 100644
--- a/src/chrome/locale/de-DE/preferences.properties
+++ b/src/chrome/locale/de-DE/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Choose your editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=I was unable to run your editor, '%1$S'.  Use the browse button to choose another editor and try again.
 mac.hint=If you use Mac OS X then you probably want to use '/usr/bin/open' -- it will open the file using the default application for that file.
+close.button=Close
diff --git a/src/chrome/locale/es-ES/preferences.dtd b/src/chrome/locale/es-ES/preferences.dtd
index 066265b..8e4a5da 100644
--- a/src/chrome/locale/es-ES/preferences.dtd
+++ b/src/chrome/locale/es-ES/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "Preferencias It's All Text!">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Búsqueda">
 <!ENTITY seconds.label "Segundos entre refresco:">
 <!ENTITY charset.label "Ajuste de caracteres (por defecto: UTF-8):">
diff --git a/src/chrome/locale/es-ES/preferences.properties b/src/chrome/locale/es-ES/preferences.properties
index 629490a..afedced 100644
--- a/src/chrome/locale/es-ES/preferences.properties
+++ b/src/chrome/locale/es-ES/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Escoja su editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=No he podido usar su editor, '%1$S'.Use el botón del navegador para escoger otro editor e intente de nuevo.
 mac.hint=Si usted usa MAC OS X entonces probablemente quiera usar '/usr/bin/open' -- Esto abrirá el archivo usando la aplicación por defecto para este archivo.
+close.button=Close
diff --git a/src/chrome/locale/fr-FR/preferences.dtd b/src/chrome/locale/fr-FR/preferences.dtd
index a8d6242..ce9afa6 100644
--- a/src/chrome/locale/fr-FR/preferences.dtd
+++ b/src/chrome/locale/fr-FR/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "Préférences de It's All Text!">
 <!ENTITY editor.label "Éditeur :">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Parcourir">
 <!ENTITY seconds.label "Secondes entre deux rafraîchissements :">
 <!ENTITY charset.label "Encodage (par défaut : UTF-8) :">
diff --git a/src/chrome/locale/fr-FR/preferences.properties b/src/chrome/locale/fr-FR/preferences.properties
index 93a9fc0..f688a6a 100644
--- a/src/chrome/locale/fr-FR/preferences.properties
+++ b/src/chrome/locale/fr-FR/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Choisissez votre éditeur
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Je n'ai pas réussi à lancer votre éditeur, '%1$S'. Utiliser le bouton parcourir pour en choisir un autre et réessayez.
 mac.hint=Si vous utilisez Mac OS X vous pouvez essayer d'utiliser '/usr/bin/open' -- cela ouvrira le fichier en utilisant l'application par défaut.
+close.button=Close
diff --git a/src/chrome/locale/it-IT/preferences.dtd b/src/chrome/locale/it-IT/preferences.dtd
index 453f9b3..58c195b 100644
--- a/src/chrome/locale/it-IT/preferences.dtd
+++ b/src/chrome/locale/it-IT/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "Impostazioni di It's All Text!">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Sfoglia...">
 <!ENTITY seconds.label "Intervallo di aggiornamento in secondi:">
 <!ENTITY charset.label "Codifica dei caratteri (predefinita UTF-8):">
diff --git a/src/chrome/locale/it-IT/preferences.properties b/src/chrome/locale/it-IT/preferences.properties
index 1786b7b..40678a0 100644
--- a/src/chrome/locale/it-IT/preferences.properties
+++ b/src/chrome/locale/it-IT/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Selezione dell'editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Impossibile eseguire l'editor '%1$S'. Fare clic sul pulsante 'Sfoglia...' per selezionare un altro editor e riprovare
 mac.hint=Se si utilizza il sistema operativo Mac OS X sarà possibile utilizzare '/usr/bin/open' per aprire il file tramite l'applicazione predefinita associata per tale file
+close.button=Close
diff --git a/src/chrome/locale/ja-JP/preferences.dtd b/src/chrome/locale/ja-JP/preferences.dtd
index 73eeb28..71a7c57 100644
--- a/src/chrome/locale/ja-JP/preferences.dtd
+++ b/src/chrome/locale/ja-JP/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! 設定">
 <!ENTITY editor.label "エディタ:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "参照">
 <!ENTITY seconds.label "リフレッシュ間隔の秒数:">
 <!ENTITY charset.label "文字セット (既定: UTF-8):">
diff --git a/src/chrome/locale/ja-JP/preferences.properties b/src/chrome/locale/ja-JP/preferences.properties
index 9b38e20..04e77f2 100644
--- a/src/chrome/locale/ja-JP/preferences.properties
+++ b/src/chrome/locale/ja-JP/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=\u30A8\u30C7\u30A3\u30BF\u306E\u9078\u629E
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=\u30A8\u30C7\u30A3\u30BF\u300C%1$S\u300D\u3092\u5B9F\u884C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u53C2\u7167\u30DC\u30BF\u30F3\u304B\u3089\u5225\u306E\u30A8\u30C7\u30A3\u30BF\u3092\u9078\u629E\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002
 mac.hint=\u3082\u3057 Max OS X \u3092\u304A\u4F7F\u3044\u3067\u3057\u305F\u3089\u300C/usr/bin/open\u300D\u306E\u5229\u7528\u3092\u304A\u671B\u307F\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u30D5\u30A1\u30A4\u30EB\u306B\u95A2\u3059\u308B\u65E2\u5B9A\u306E\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3067\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
+close.button=Close
diff --git a/src/chrome/locale/nl-NL/preferences.dtd b/src/chrome/locale/nl-NL/preferences.dtd
index 32cfc4f..3a4a542 100644
--- a/src/chrome/locale/nl-NL/preferences.dtd
+++ b/src/chrome/locale/nl-NL/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! instellingen">
 <!ENTITY editor.label "Tekstbewerker:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Bladeren">
 <!ENTITY seconds.label "Seconden tussen vernieuwen:">
 <!ENTITY charset.label "Tekenset (standaard: UTF-8):">
diff --git a/src/chrome/locale/nl-NL/preferences.properties b/src/chrome/locale/nl-NL/preferences.properties
index 7682fd8..388ddd2 100644
--- a/src/chrome/locale/nl-NL/preferences.properties
+++ b/src/chrome/locale/nl-NL/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Kies uw tekstbewerker
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Laden van uw tekstbewerker was niet mogelijk, '%1$S'. Gebruik de Bladeren-knop om een andere tekstbewerker te kiezen en probeer het opnieuw.
 mac.hint=Indien u gebruik maakt van Mac OS X, dan kunt u beter gebruik maken van '/usr/bin/open'. Hierdoor zal het bestand worden geopend met de standaardtoepassing voor dat bestand.
+close.button=Close
diff --git a/src/chrome/locale/pl-PL/preferences.dtd b/src/chrome/locale/pl-PL/preferences.dtd
index b885941..e7d167c 100644
--- a/src/chrome/locale/pl-PL/preferences.dtd
+++ b/src/chrome/locale/pl-PL/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! - opcje">
 <!ENTITY editor.label "Edytor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Przeglądaj">
 <!ENTITY seconds.label "Przerwa pomiędzy odświeżeniami (s):">
 <!ENTITY charset.label "Zestaw znaków (domyślny UTF-8):">
diff --git a/src/chrome/locale/pl-PL/preferences.properties b/src/chrome/locale/pl-PL/preferences.properties
index 15d46e3..4831cdc 100644
--- a/src/chrome/locale/pl-PL/preferences.properties
+++ b/src/chrome/locale/pl-PL/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Wybierz edytor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Nie można uruchomić edytora '%1$S'. Proszę określić inny edytor lub spróbować ponownie.
 mac.hint=Użytkownicy platformy Mac OS X powinni użyć '/usr/bin/open' do otwarcia pliku za pomocą domyślnej aplikacji dla tego typu pliku.
+close.button=Close
diff --git a/src/chrome/locale/pt-BR/preferences.dtd b/src/chrome/locale/pt-BR/preferences.dtd
index 7a90998..73e79ba 100644
--- a/src/chrome/locale/pt-BR/preferences.dtd
+++ b/src/chrome/locale/pt-BR/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "Preferências do É Tudo Texto!">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Procurar">
 <!ENTITY seconds.label "Segundos entre cada atualização:">
 <!ENTITY charset.label "Conjunto de caracteres (padrão UTF-8):">
diff --git a/src/chrome/locale/pt-BR/preferences.properties b/src/chrome/locale/pt-BR/preferences.properties
index de9abbf..796f01e 100644
--- a/src/chrome/locale/pt-BR/preferences.properties
+++ b/src/chrome/locale/pt-BR/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Escolha seu editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=Não consegui chamar seu editor, '%1$S'. Clique no botão de procura para escolher outro editor e tente novamente.
 mac.hint=Se você usa Mac OS X, então provavelmente deve usar '/usr/bin/open' -- ele abrirá o arquivo usando a aplicação padrão para aquele arquivo.
+close.button=Close
diff --git a/src/chrome/locale/sk-SK/preferences.dtd b/src/chrome/locale/sk-SK/preferences.dtd
index df13b46..dec9ce6 100644
--- a/src/chrome/locale/sk-SK/preferences.dtd
+++ b/src/chrome/locale/sk-SK/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! Nastavenia">
 <!ENTITY editor.label "Editor:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "Prehľadávať">
 <!ENTITY seconds.label "Počet sekúnd medzi obnovením:">
 <!ENTITY charset.label "Kódovanie (predvolené UTF-8)">
diff --git a/src/chrome/locale/sk-SK/preferences.properties b/src/chrome/locale/sk-SK/preferences.properties
index 887c6ab..6c2113b 100644
--- a/src/chrome/locale/sk-SK/preferences.properties
+++ b/src/chrome/locale/sk-SK/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=Vyberte si editor
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=I was unable to run your editor, '%1$S'.  Use the browse button to choose another editor and try again.
 mac.hint=Ak používate Mac OS X, mali by ste si nastaviť '/usr/bin/open/' -- otvorí súbor štandardným programom pre daný typ súboru.
+close.button=Close
diff --git a/src/chrome/locale/zh-CN/preferences.dtd b/src/chrome/locale/zh-CN/preferences.dtd
index 340c0e0..0134909 100644
--- a/src/chrome/locale/zh-CN/preferences.dtd
+++ b/src/chrome/locale/zh-CN/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! 偏好设置">
 <!ENTITY editor.label "作者:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "浏览">
 <!ENTITY seconds.label "刷新间隔(秒:)">
 <!ENTITY charset.label "字符编码(默认UTF-8)">
diff --git a/src/chrome/locale/zh-CN/preferences.properties b/src/chrome/locale/zh-CN/preferences.properties
index 11b1aba..8c4af4c 100644
--- a/src/chrome/locale/zh-CN/preferences.properties
+++ b/src/chrome/locale/zh-CN/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=选择你的编辑器
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=无法运行你的编辑器'%1$S'.用浏览按钮选择另一个编辑器重试
 mac.hint=如果你使用Mac OS X,你可能需要使用'/usr/bin/open'-他将使用默认应用程序打开文件
+close.button=Close
diff --git a/src/chrome/locale/zh-TW/preferences.dtd b/src/chrome/locale/zh-TW/preferences.dtd
index 70fc8f5..c62f2e0 100644
--- a/src/chrome/locale/zh-TW/preferences.dtd
+++ b/src/chrome/locale/zh-TW/preferences.dtd
@@ -1,5 +1,6 @@
 <!ENTITY title "It's All Text! 個人設定">
 <!ENTITY editor.label "編輯工具:">
+<!ENTITY workingdir.label "Working Directory:">
 <!ENTITY picker.label "瀏覽">
 <!ENTITY seconds.label "每次更新間隔秒數:">
 <!ENTITY charset.label "字元編碼 (預設: UTF-8):">
diff --git a/src/chrome/locale/zh-TW/preferences.properties b/src/chrome/locale/zh-TW/preferences.properties
index e2b5567..80f5df0 100644
--- a/src/chrome/locale/zh-TW/preferences.properties
+++ b/src/chrome/locale/zh-TW/preferences.properties
@@ -1,3 +1,5 @@
 picker.window.title=選擇你的編輯工具
+workingdir.picker.window.title=Choose the directory to store your text
 problem.editor=無法正確開啟你指定的編輯工具, '%1$S'.  請按下瀏覽按鍵選擇另一個編輯工具, 再試一次.
 mac.hint=如果使用的是 Mac OS X, 那你很可能要用 '/usr/bin/open' -- 這樣會用系統預設的編輯程式開啟.
+close.button=Close

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



More information about the Pkg-mozext-commits mailing list