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 --- view/tpl/js_strings.tpl | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'view/tpl/js_strings.tpl') diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 9eb552767..cb0e8d24a 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -2,18 +2,20 @@ var aStr = { - 'delitem' : "{{$delitem}}", - 'comment' : "{{$comment}}", - 'showmore' : "{{$showmore}}", - 'showfewer' : "{{$showfewer}}", - 'pwshort' : "{{$pwshort}}", - 'pwnomatch' : "{{$pwnomatch}}", - 'everybody' : "{{$everybody}}", - 'passphrase' : "{{$passphrase}}", - 'passhint' : "{{$passhint}}", + 'delitem' : "{{$delitem}}", + 'comment' : "{{$comment}}", + 'showmore' : "{{$showmore}}", + 'showfewer' : "{{$showfewer}}", + 'divgrowmore' : "{{$divshowmore}}", + 'divgrowless' : "{{$divshowless}}", + 'pwshort' : "{{$pwshort}}", + 'pwnomatch' : "{{$pwnomatch}}", + 'everybody' : "{{$everybody}}", + 'passphrase' : "{{$passphrase}}", + 'passhint' : "{{$passhint}}", - 't01' : {{$t01}}, - 't02' : {{$t02}}, + 't01' : "{{$t01}}", + 't02' : "{{$t02}}", 't03' : "{{$t03}}", 't04' : "{{$t04}}", 't05' : "{{$t05}}", -- cgit v1.2.3 From 5691a609c407b0c70a38b3b1e17d5c070e985931 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 25 Feb 2014 01:12:27 -0300 Subject: Fix typo that broke jquery.divgrow. Sorry I should have tested. --- view/tpl/js_strings.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/js_strings.tpl') diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index cb0e8d24a..fe5228ee9 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -6,8 +6,8 @@ 'comment' : "{{$comment}}", 'showmore' : "{{$showmore}}", 'showfewer' : "{{$showfewer}}", - 'divgrowmore' : "{{$divshowmore}}", - 'divgrowless' : "{{$divshowless}}", + 'divgrowmore' : "{{$divgrowmore}}", + 'divgrowless' : "{{$divgrowless}}", 'pwshort' : "{{$pwshort}}", 'pwnomatch' : "{{$pwnomatch}}", 'everybody' : "{{$everybody}}", -- 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. --- view/tpl/js_strings.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/js_strings.tpl') diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index fe5228ee9..cac5be65b 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -13,6 +13,7 @@ 'everybody' : "{{$everybody}}", 'passphrase' : "{{$passphrase}}", 'passhint' : "{{$passhint}}", + 'permschange' : "{{$permschange}}", 't01' : "{{$t01}}", 't02' : "{{$t02}}", -- cgit v1.2.3