diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/general.lib.php | 1 | ||||
-rw-r--r-- | lib/init.php | 2 | ||||
-rw-r--r-- | lib/preferences.php | 4 |
3 files changed, 6 insertions, 1 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index e98e4037..1eef3853 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -405,6 +405,7 @@ function get_languages() { case 'tr_TR'; $name = 'Turkish'; break; case 'zh_CN'; $name = _('Simplified Chinese') . " (简体中文)"; break; case 'ru_RU'; $name = 'Russian (Русский)'; break; + case 'ja_JP'; $name = 'Japanese (日本語)'; break; default: $name = _('Unknown'); break; } // end switch diff --git a/lib/init.php b/lib/init.php index 6a2e1a15..8eba95c8 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.5-Alpha1 (Build 001)'; +$results['version'] = '3.5-Alpha1 (Build 002)'; $results['int_config_version'] = '7'; $results['raw_web_path'] = $results['web_path']; diff --git a/lib/preferences.php b/lib/preferences.php index ad5dc3ca..e7ee60e9 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -268,4 +268,8 @@ function create_preference_input($name,$value) { } // create_preference_input +//not translation words +_('Interface'); +_('Streaming'); +_('System'); ?> |