[Pkg-mozext-commits] [sage-extension] 16/20: l10n updates
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_2
in repository sage-extension.
commit 62fb2f0bf5e23cc868d916d34a1ed2025a051226
Author: Peter Andrews <petea at jhu.edu>
Date: Sat Jul 31 17:59:25 2004 +0000
l10n updates
---
src/sage/content/sage.js | 2 +-
src/sage/locale/en-US/sage.properties | 1 +
src/sage/locale/fr-FR/sage.properties | 1 +
src/sage/locale/hu-HU/sage.properties | 1 +
src/sage/locale/it-IT/sage.properties | 1 +
src/sage/locale/ja-JP/sage.properties | 1 +
6 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 1ad78d5..7b728b4 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -145,7 +145,7 @@ function manageRSSList() {
function updateCheck(aCheckFolderId) {
UpdateChecker.onCheck = function(aName, aURL) {
rssStatusImage.setAttribute("loading", "true");
- rssStatusLabel.value = "Checking: " + aName;
+ rssStatusLabel.value = strRes.getString("RESULT_CHECKING") + ": " + aName;
}
UpdateChecker.onChecked = function(aName, aURL) {
setStatusDone();
diff --git a/src/sage/locale/en-US/sage.properties b/src/sage/locale/en-US/sage.properties
index 74335de..9ec92f7 100755
--- a/src/sage/locale/en-US/sage.properties
+++ b/src/sage/locale/en-US/sage.properties
@@ -5,6 +5,7 @@ RESULT_NOT_FOUND_STR = File Not Found
RESULT_NOT_AVAILABLE_STR = URL Not Available
RESULT_ERROR_FAILURE_STR = Load Failure
RESULT_LOADING = Loading
+RESULT_CHECKING = Checking
CHECK_UPDATE = Check Feeds
GET_RSS_TITLE= Get Feed Title
diff --git a/src/sage/locale/fr-FR/sage.properties b/src/sage/locale/fr-FR/sage.properties
index 603b53b..0273585 100644
--- a/src/sage/locale/fr-FR/sage.properties
+++ b/src/sage/locale/fr-FR/sage.properties
@@ -5,6 +5,7 @@ RESULT_NOT_FOUND_STR = Fichier introuvable
RESULT_NOT_AVAILABLE_STR = URL non disponible
RESULT_ERROR_FAILURE_STR = Erreur de chargement
RESULT_LOADING = Cherche
+RESULT_CHECKING = Checking
CHECK_UPDATE = V\u00e9rification des fils
GET_RSS_TITLE= Trouver le nom du fil
diff --git a/src/sage/locale/hu-HU/sage.properties b/src/sage/locale/hu-HU/sage.properties
index d209f0d..ae128e6 100755
--- a/src/sage/locale/hu-HU/sage.properties
+++ b/src/sage/locale/hu-HU/sage.properties
@@ -5,6 +5,7 @@ RESULT_NOT_FOUND_STR = A f
RESULT_NOT_AVAILABLE_STR = Nem el�rhet� URL
RESULT_ERROR_FAILURE_STR = Bet�lt�si hiba
RESULT_LOADING = Loading
+RESULT_CHECKING = Checking
CHECK_UPDATE = Friss�l�sek ellen�rz�se
GET_RSS_TITLE= RSS c�m let�lt�se
diff --git a/src/sage/locale/it-IT/sage.properties b/src/sage/locale/it-IT/sage.properties
index a02f122..c505e62 100644
--- a/src/sage/locale/it-IT/sage.properties
+++ b/src/sage/locale/it-IT/sage.properties
@@ -5,6 +5,7 @@ RESULT_NOT_FOUND_STR = File non trovato
RESULT_NOT_AVAILABLE_STR = URL non disponibile
RESULT_ERROR_FAILURE_STR = Errore di caricamento
RESULT_LOADING = Caricamento
+RESULT_CHECKING = Controllo di
CHECK_UPDATE = Controlla i Feed
GET_RSS_TITLE= Ottieni il titolo dei Feed
diff --git a/src/sage/locale/ja-JP/sage.properties b/src/sage/locale/ja-JP/sage.properties
index eb029dd..c6e6c1c 100755
--- a/src/sage/locale/ja-JP/sage.properties
+++ b/src/sage/locale/ja-JP/sage.properties
@@ -5,6 +5,7 @@ RESULT_NOT_FOUND_STR = \u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3057\u307e\u3
RESULT_NOT_AVAILABLE_STR = \u5b58\u5728\u3057\u306a\u3044 URL \u3067\u3059
RESULT_ERROR_FAILURE_STR = \u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f
RESULT_LOADING = Loading
+RESULT_CHECKING = Checking
CHECK_UPDATE = \u66f4\u65b0\u30c1\u30a7\u30c3\u30af
GET_RSS_TITLE= RSS \u30bf\u30a4\u30c8\u30eb\u306e\u53d6\u5f97
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list