diff options
author | friendica <info@friendica.com> | 2014-02-25 09:17:11 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-25 09:17:11 +1100 |
commit | 9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1 (patch) | |
tree | c46f4162c708fd0c1316e7045d47267a57f4a05a /view/tpl | |
parent | fea3422b46fc6840fd7821d653a0eecb6b2c6bc6 (diff) | |
parent | 59211e0ac82f285dde81cc2c384a5fb807241d20 (diff) | |
download | volse-hubzilla-9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1.tar.gz volse-hubzilla-9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1.tar.bz2 volse-hubzilla-9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1.zip |
Merge pull request #337 from solstag/master
Updates to pt-br translation, including some email templates. Fix some jQuery translation issues.
Diffstat (limited to 'view/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}}", |