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 /include/js_strings.php | |
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 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 936594291..d9038e838 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -23,6 +23,16 @@ function js_strings() { '$linkurl' => t('Please enter a link URL'), '$leavethispage' => t('Unsaved changes. Are you sure you wish to leave this page?'), '$location' => t('Location'), + '$lovely' => t('lovely'), + '$wonderful' => t('wonderful'), + '$fantastic' => t('fantastic'), + '$great' => t('great'), + '$nick_invld1' => t('Your chosen nickname was either already taken or not valid. Please use our suggestion ('), + '$nick_invld2' => t(') or enter a new one.'), + '$nick_valid' => t('Thank you, this nickname is valid.'), + '$name_empty' => t('A channel name is required.'), + '$name_ok1' => t('This is a '), + '$name_ok2' => t(' channel name'), // translatable prefix and suffix strings for jquery.timeago - // using the defaults set below if left untranslated, empty strings if |