diff options
author | friendica <info@friendica.com> | 2013-11-11 15:20:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 15:20:30 -0800 |
commit | 4a3191cd1909dbfde861a113ba121e94b577a4cd (patch) | |
tree | 5d148fa44ce1e860952ee452724bfd4cd1f475ee /view | |
parent | 6ab8a6a17dcf96949ce9cd066990eb6d713b64e2 (diff) | |
download | volse-hubzilla-4a3191cd1909dbfde861a113ba121e94b577a4cd.tar.gz volse-hubzilla-4a3191cd1909dbfde861a113ba121e94b577a4cd.tar.bz2 volse-hubzilla-4a3191cd1909dbfde861a113ba121e94b577a4cd.zip |
localise js ui strings for e2ee
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/js_strings.tpl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index b61c69b90..144ecb17c 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -2,13 +2,15 @@ var aStr = { - 'delitem' : '{{$delitem}}', - 'comment' : '{{$comment}}', - 'showmore' : '{{$showmore}}', - 'showfewer' : '{{$showfewer}}', - 'pwshort' : '{{$pwshort}}', - 'pwnomatch' : '{{$pwnomatch}}', - 'everybody' : '{{$everybody}}', + 'delitem' : '{{$delitem}}', + 'comment' : '{{$comment}}', + 'showmore' : '{{$showmore}}', + 'showfewer' : '{{$showfewer}}', + 'pwshort' : '{{$pwshort}}', + 'pwnomatch' : '{{$pwnomatch}}', + 'everybody' : '{{$everybody}}', + 'passphrase' : '{{$passphrase}}', + 'passhint' : '{{$passhint}}', 't01' : {{$t01}}, 't02' : {{$t02}}, |