diff options
author | friendica <info@friendica.com> | 2014-02-24 14:19:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-24 14:19:53 -0800 |
commit | b2372c0c8f0b6e46874973731e74cc10d767ca0f (patch) | |
tree | 1eeb13d86f2f03dc434d45e18dcf2cc14a0f78d4 /view/tpl | |
parent | 5bd71e4e4ddb28e85f3fc71d4cdf6763788da9d7 (diff) | |
parent | 9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1 (diff) | |
download | volse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.tar.gz volse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.tar.bz2 volse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.zip |
Merge https://github.com/friendica/red into zpull
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}}", |