localise js ui strings for e2ee

This commit is contained in:
friendica
2013-11-11 15:20:30 -08:00
parent 6ab8a6a17d
commit 4a3191cd19
3 changed files with 21 additions and 17 deletions

View File

@@ -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}},