diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-02-24 17:47:57 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-02-24 17:47:57 -0300 |
commit | 59211e0ac82f285dde81cc2c384a5fb807241d20 (patch) | |
tree | c46f4162c708fd0c1316e7045d47267a57f4a05a /view/tpl/js_strings.tpl | |
parent | e4eeb9d101e7064049f721edcf959ef3bd968ac0 (diff) | |
download | volse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.tar.gz volse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.tar.bz2 volse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.zip |
Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago strings
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 24 |
1 files changed, 13 insertions, 11 deletions
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}}", |