From ea3940c4b0b8232e2de0771811b9f90ade9ee45f Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 25 Feb 2013 17:09:40 -0800 Subject: start formatting for Doxygen --- include/js_strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 60a3e1a86..2e4f70774 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -1,4 +1,4 @@ - Date: Mon, 11 Nov 2013 15:20:30 -0800 Subject: localise js ui strings for e2ee --- include/js_strings.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 2e4f70774..afa8f075a 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -2,13 +2,15 @@ function js_strings() { return replace_macros(get_markup_template('js_strings.tpl'), array( - '$delitem' => t('Delete this item?'), - '$comment' => t('Comment'), - '$showmore' => t('show more'), - '$showfewer' => t('show fewer'), - '$pwshort' => t("Password too short"), - '$pwnomatch' => t("Passwords do not match"), - '$everybody' => t('everybody'), + '$delitem' => t('Delete this item?'), + '$comment' => t('Comment'), + '$showmore' => t('show more'), + '$showfewer' => t('show fewer'), + '$pwshort' => t("Password too short"), + '$pwnomatch' => t("Passwords do not match"), + '$everybody' => t('everybody'), + '$passphrase' => t('Secret Passphrase'), + '$passhint' => t('Passphrase hint'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'), '$t02' => ((t('timeago.suffixAgo') != 'timeago.suffixAgo') ? t('timeago.suffixAgo') : 'null'), -- cgit v1.2.3 From 59211e0ac82f285dde81cc2c384a5fb807241d20 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Mon, 24 Feb 2014 17:47:57 -0300 Subject: Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago strings --- include/js_strings.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index afa8f075a..2d96ca9d2 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -2,18 +2,20 @@ function js_strings() { return replace_macros(get_markup_template('js_strings.tpl'), array( - '$delitem' => t('Delete this item?'), - '$comment' => t('Comment'), - '$showmore' => t('show more'), - '$showfewer' => t('show fewer'), - '$pwshort' => t("Password too short"), - '$pwnomatch' => t("Passwords do not match"), - '$everybody' => t('everybody'), - '$passphrase' => t('Secret Passphrase'), - '$passhint' => t('Passphrase hint'), + '$delitem' => t('Delete this item?'), + '$comment' => t('Comment'), + '$showmore' => t('show more'), + '$showfewer' => t('show fewer'), + '$divgrowmore' => t('+ Show More'), + '$divgrowless' => t('- Show Less'), + '$pwshort' => t("Password too short"), + '$pwnomatch' => t("Passwords do not match"), + '$everybody' => t('everybody'), + '$passphrase' => t('Secret Passphrase'), + '$passhint' => t('Passphrase hint'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'), - '$t02' => ((t('timeago.suffixAgo') != 'timeago.suffixAgo') ? t('timeago.suffixAgo') : 'null'), + '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : 'null'), '$t03' => t('ago'), '$t04' => t('from now'), '$t05' => t('less than a minute'), @@ -32,4 +34,4 @@ function js_strings() { )); -} \ No newline at end of file +} -- cgit v1.2.3 From fdb25f3450a636b28aa640d096ae4feed308086e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 24 Feb 2014 15:27:39 -0800 Subject: string 'null' showing up in timeago since last modify --- include/js_strings.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 2d96ca9d2..cd0ee8c7c 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -14,8 +14,8 @@ function js_strings() { '$passphrase' => t('Secret Passphrase'), '$passhint' => t('Passphrase hint'), - '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'), - '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : 'null'), + '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), + '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), '$t03' => t('ago'), '$t04' => t('from now'), '$t05' => t('less than a minute'), @@ -32,6 +32,5 @@ function js_strings() { '$t16' => t(' '), // wordSeparator '$t17' => ((t('timeago.numbers') != 'timeago.numbers') ? t('timeago.numbers') : '[]') - )); } -- cgit v1.2.3 From 5ec38459dc474700ec89304786228ba06bfbed53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 21:55:52 -0800 Subject: notify when permissions change and haven't been saved. --- include/js_strings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index cd0ee8c7c..fef84077e 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -13,6 +13,7 @@ function js_strings() { '$everybody' => t('everybody'), '$passphrase' => t('Secret Passphrase'), '$passhint' => t('Passphrase hint'), + '$permschange' => t('Notice: Permissions have changed but have not yet been submitted.'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), -- cgit v1.2.3 From a4869394f45886a9a6945c3ec0354dee42c1afda Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 May 2014 17:59:47 -0700 Subject: allow jgrowl 'close all' message to be translated --- include/js_strings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index fef84077e..1b62266d6 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -14,6 +14,7 @@ function js_strings() { '$passphrase' => t('Secret Passphrase'), '$passhint' => t('Passphrase hint'), '$permschange' => t('Notice: Permissions have changed but have not yet been submitted.'), + '$closeAll' => t('close all'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), -- cgit v1.2.3 From b4e7d7f7c048c6a4521f286bafc214f235c3c5d1 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 3 Jun 2014 05:12:00 +0000 Subject: Updated to [+] show more, [+] show more comments, etc. See https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl --- include/js_strings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 1b62266d6..4fbcbe841 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -4,10 +4,10 @@ function js_strings() { return replace_macros(get_markup_template('js_strings.tpl'), array( '$delitem' => t('Delete this item?'), '$comment' => t('Comment'), - '$showmore' => t('show more'), - '$showfewer' => t('show fewer'), - '$divgrowmore' => t('+ Show More'), - '$divgrowless' => t('- Show Less'), + '$showmore' => t('[+] show more comments'), + '$showfewer' => t('[-] show fewer comments'), + '$divgrowmore' => t('[+] show more'), + '$divgrowless' => t('[-] show less'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), -- cgit v1.2.3 From ad378cbe07fa55d681601a2516399eeb8ac92a38 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 3 Jun 2014 12:05:25 +0000 Subject: Updated strings for show entire post and show less to expand and collapse. See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl --- include/js_strings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 4fbcbe841..0990e1ff7 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -4,10 +4,10 @@ function js_strings() { return replace_macros(get_markup_template('js_strings.tpl'), array( '$delitem' => t('Delete this item?'), '$comment' => t('Comment'), - '$showmore' => t('[+] show more comments'), - '$showfewer' => t('[-] show fewer comments'), - '$divgrowmore' => t('[+] show more'), - '$divgrowless' => t('[-] show less'), + '$showmore' => t('[+] show all'), + '$showfewer' => t('[-] show less'), + '$divgrowmore' => t('[+] expand post'), + '$divgrowless' => t('[-] collapse post'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), -- cgit v1.2.3 From 5869836180d8721363294c5d8dbe64d6b54571c6 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 3 Jun 2014 15:42:13 +0000 Subject: expand/collapse is also used for comments, so removing 'post'. --- include/js_strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 0990e1ff7..cda66a09c 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -6,8 +6,8 @@ function js_strings() { '$comment' => t('Comment'), '$showmore' => t('[+] show all'), '$showfewer' => t('[-] show less'), - '$divgrowmore' => t('[+] expand post'), - '$divgrowless' => t('[-] collapse post'), + '$divgrowmore' => t('[+] expand'), + '$divgrowless' => t('[-] collapse'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), -- cgit v1.2.3