From 2221ba0dc4236ce1058ea19fca801355d90a1e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 13 Jul 2014 14:58:45 +0200 Subject: [PATCH] fix the last quirks for i18n --- index.html | 38 ++++++++++++++++++++------------------ l10n/en.js | 7 ++----- src/index.html | 12 ++++++------ src/ninja.onload.js | 21 +++++++++++++-------- src/ninja.translator.js | 6 +----- 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 53ee187..8fa7cc6 100644 --- a/index.html +++ b/index.html @@ -9713,7 +9713,7 @@ h1 { margin: 0px; height: 91px; }
- Public Address + Public Address
@@ -9853,8 +9853,8 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- - + + @@ -9868,9 +9868,9 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- - - + + +
@@ -10955,7 +10955,7 @@ ninja.translator = { document.getElementById("culture" + cult).setAttribute("class", ""); } document.getElementById("culture" + culture).setAttribute("class", "selected"); - // apply translations + // apply translations for each know id for (var id in dict) { if (document.getElementById(id) && document.getElementById(id).value) { document.getElementById(id).value = dict[id]; @@ -10985,9 +10985,6 @@ ninja.translator = { "bip38alertpassphraserequired", "detailconfirmsha256", "detailalertnotvalidprivatekey", - "paperlabelprivatekey", - "paperlabelencryptedkey", - "paperlabelbitcoinaddress", "securitychecklistrandomOK", "securitychecklistrandomNOK", "securitychecklistofflineNOK", @@ -12253,21 +12250,21 @@ if (ninja.getQueryString()["i18nextract"]) { var i18n = "\"" + culture + "\": {\n"; for(x=0; x
- Public Address + Public Address
@@ -320,8 +320,8 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- - + + @@ -335,9 +335,9 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- - - + + +
diff --git a/src/ninja.onload.js b/src/ninja.onload.js index 930d198..558da72 100644 --- a/src/ninja.onload.js +++ b/src/ninja.onload.js @@ -79,21 +79,21 @@ if (ninja.getQueryString()["i18nextract"]) { var i18n = "\"" + culture + "\": {\n"; for(x=0; x