summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/en.po9
-rw-r--r--res/lang/de.binbin20884 -> 20997 bytes
-rw-r--r--res/lang/en.binbin19591 -> 19702 bytes
-rw-r--r--res/lang/es.binbin21600 -> 22044 bytes
-rw-r--r--res/lang/fi.binbin21574 -> 21685 bytes
-rw-r--r--res/lang/fr.binbin22090 -> 22609 bytes
-rw-r--r--res/lang/ia.binbin21791 -> 21907 bytes
-rw-r--r--res/lang/ie.binbin20962 -> 21075 bytes
-rw-r--r--res/lang/pl.binbin22595 -> 22713 bytes
-rw-r--r--res/lang/ru.binbin32673 -> 32794 bytes
-rw-r--r--res/lang/sr.binbin31252 -> 31369 bytes
-rw-r--r--res/lang/tok.binbin19996 -> 20112 bytes
-rw-r--r--res/lang/zh_Hans.binbin18755 -> 18866 bytes
-rw-r--r--res/lang/zh_Hant.binbin18829 -> 19051 bytes
-rw-r--r--src/ui/util.c6
15 files changed, 12 insertions, 3 deletions
diff --git a/po/en.po b/po/en.po
index 96f894d1..e32ba5c1 100644
--- a/po/en.po
+++ b/po/en.po
@@ -936,6 +936,15 @@ msgstr "not saved to disk"
936msgid "dlg.newident.scope" 936msgid "dlg.newident.scope"
937msgstr "Use on:" 937msgstr "Use on:"
938 938
939msgid "dlg.newident.scope.domain"
940msgstr "Current Domain"
941
942msgid "dlg.newident.scope.page"
943msgstr "Current Page"
944
945msgid "dlg.newident.scope.none"
946msgstr "Not Used"
947
939msgid "dlg.newident.email" 948msgid "dlg.newident.email"
940msgstr "Email:" 949msgstr "Email:"
941 950
diff --git a/res/lang/de.bin b/res/lang/de.bin
index 41e5d121..a70f5f62 100644
--- a/res/lang/de.bin
+++ b/res/lang/de.bin
Binary files differ
diff --git a/res/lang/en.bin b/res/lang/en.bin
index c3ede7c0..19650c34 100644
--- a/res/lang/en.bin
+++ b/res/lang/en.bin
Binary files differ
diff --git a/res/lang/es.bin b/res/lang/es.bin
index cdf6f4fe..e4d45e79 100644
--- a/res/lang/es.bin
+++ b/res/lang/es.bin
Binary files differ
diff --git a/res/lang/fi.bin b/res/lang/fi.bin
index 83711d2f..06c815fa 100644
--- a/res/lang/fi.bin
+++ b/res/lang/fi.bin
Binary files differ
diff --git a/res/lang/fr.bin b/res/lang/fr.bin
index 0dc78464..e39abdfa 100644
--- a/res/lang/fr.bin
+++ b/res/lang/fr.bin
Binary files differ
diff --git a/res/lang/ia.bin b/res/lang/ia.bin
index 52af09ed..0c0797eb 100644
--- a/res/lang/ia.bin
+++ b/res/lang/ia.bin
Binary files differ
diff --git a/res/lang/ie.bin b/res/lang/ie.bin
index ccf95b6e..9aa66449 100644
--- a/res/lang/ie.bin
+++ b/res/lang/ie.bin
Binary files differ
diff --git a/res/lang/pl.bin b/res/lang/pl.bin
index 3f37675f..6df22643 100644
--- a/res/lang/pl.bin
+++ b/res/lang/pl.bin
Binary files differ
diff --git a/res/lang/ru.bin b/res/lang/ru.bin
index 124a0a88..c6ea9e0a 100644
--- a/res/lang/ru.bin
+++ b/res/lang/ru.bin
Binary files differ
diff --git a/res/lang/sr.bin b/res/lang/sr.bin
index 062d8c2f..a770ac48 100644
--- a/res/lang/sr.bin
+++ b/res/lang/sr.bin
Binary files differ
diff --git a/res/lang/tok.bin b/res/lang/tok.bin
index ef0f2962..6335c836 100644
--- a/res/lang/tok.bin
+++ b/res/lang/tok.bin
Binary files differ
diff --git a/res/lang/zh_Hans.bin b/res/lang/zh_Hans.bin
index 95be4c4f..8490d0d6 100644
--- a/res/lang/zh_Hans.bin
+++ b/res/lang/zh_Hans.bin
Binary files differ
diff --git a/res/lang/zh_Hant.bin b/res/lang/zh_Hant.bin
index f53edccc..b39feba1 100644
--- a/res/lang/zh_Hant.bin
+++ b/res/lang/zh_Hant.bin
Binary files differ
diff --git a/src/ui/util.c b/src/ui/util.c
index 977eba9d..edac214f 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -2064,9 +2064,9 @@ iWidget *makeIdentityCreation_Widget(void) {
2064 /* Where will the new identity be active on? */ { 2064 /* Where will the new identity be active on? */ {
2065 addChild_Widget(headings, iClob(makeHeading_Widget("${dlg.newident.scope}"))); 2065 addChild_Widget(headings, iClob(makeHeading_Widget("${dlg.newident.scope}")));
2066 const iMenuItem items[] = { 2066 const iMenuItem items[] = {
2067 { "Current Domain", 0, 0, "ident.scope arg:0" }, 2067 { "${dlg.newident.scope.domain}", 0, 0, "ident.scope arg:0" },
2068 { "Current Page", 0, 0, "ident.scope arg:1" }, 2068 { "${dlg.newident.scope.page}", 0, 0, "ident.scope arg:1" },
2069 { "Not Used", 0, 0, "ident.scope arg:2" }, 2069 { "${dlg.newident.scope.none}", 0, 0, "ident.scope arg:2" },
2070 }; 2070 };
2071 setId_Widget(addChild_Widget(values, 2071 setId_Widget(addChild_Widget(values,
2072 iClob(makeMenuButton_LabelWidget( 2072 iClob(makeMenuButton_LabelWidget(