diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-21 20:17:17 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-21 20:17:17 -0700 |
commit | 1061027071fac2eedd85d795445fb0b72aa942d6 (patch) | |
tree | 7276e8cd00602152f9476cf87cbd98784897dd24 /view/tpl/js_strings.tpl | |
parent | a403611ac9d3c1f50a9c93e982dda693a26624f7 (diff) | |
download | volse-hubzilla-1061027071fac2eedd85d795445fb0b72aa942d6.tar.gz volse-hubzilla-1061027071fac2eedd85d795445fb0b72aa942d6.tar.bz2 volse-hubzilla-1061027071fac2eedd85d795445fb0b72aa942d6.zip |
new_channel - make text strings translatable and use the name as a base for the nick if you try to create without entering a nick
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 4243c2ea5..01fc3f993 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -23,6 +23,18 @@ 'linkurl' : "{{$linkurl}}", 'leavethispage' : "{{$leavethispage}}", 'location' : "{{$location}}", + 'lovely' : "{{$lovely}}", + 'wonderful' : "{{$wonderful}}", + 'fantastic' : "{{$fantastic}}", + 'great' : "{{$great}}", + 'nick_invld1' : "{{$nick_invld1}}", + 'nick_invld2' : "{{$nick_invld2}}", + 'nick_valid' : "{{$nick_valid}}", + 'name_empty' : "{{$name_empty}}", + 'name_ok1' : "{{$name_ok1}}", + 'name_ok2' : "{{$name_ok2}}", + + 't01' : "{{$t01}}", 't02' : "{{$t02}}", |