add some more stuff to admin/account_edit (service class, language, and techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.

This commit is contained in:
redmatrix
2016-10-03 17:16:24 -07:00
parent 5b10db6f91
commit cef1aa6d1b
8 changed files with 145 additions and 45 deletions

5
view/en-au/hstrings.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
require_once('view/en-gb/strings.php');
App::$strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful";