Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c0dd4dc727 | |||
a1a41c76e3 | |||
55f9db6468 |
16
CHANGELOG
16
CHANGELOG
@ -1,8 +1,20 @@
|
||||
Version 1.8 - May. 28, 2015
|
||||
Version 1.9.2 - Jun. 4, 2015
|
||||
Avoid using mysqlnd-only functions
|
||||
|
||||
Version 1.9.1 - Jun. 3, 2015
|
||||
Bugfixes
|
||||
|
||||
Version 1.9 - Jun. 1, 2015
|
||||
Added more captchas
|
||||
Splitted guest access and global password
|
||||
Added support for irc /me command
|
||||
Added prefix for multiple chats on the same domain/database
|
||||
|
||||
Version 1.8 - May 28, 2015
|
||||
Code cleanup and simplification
|
||||
Added support for memcached
|
||||
|
||||
Version 1.7 - May. 3, 2015
|
||||
Version 1.7 - May 3, 2015
|
||||
Added member only option with global password protection
|
||||
Made date format configurable
|
||||
Various improvements
|
||||
|
11
lang_de.php
11
lang_de.php
@ -53,6 +53,13 @@ $I=array(
|
||||
'msgallkick' => 'Alle rausgeworfen',
|
||||
'msgclean' => 'Raum geleert',
|
||||
'dateformat' => '<a target="_blank" href="http://php.net/manual/de/function.date.php#refsect1-function.date-parameters">Date formating</a>',
|
||||
'captcha' => 'Captcha',
|
||||
'enabled' => 'Aktiviert',
|
||||
'onlyguests' => 'Nur für Gäste',
|
||||
'disabled' => 'Deaktiviert',
|
||||
'simple' => 'Einfach',
|
||||
'moderate' => 'Mittel',
|
||||
'extreme' => 'Extrem',
|
||||
'nick' => 'Nickname:',
|
||||
'pass' => 'Passwort:',
|
||||
'globalloginpass' => 'Globales Passwort:',
|
||||
@ -76,8 +83,6 @@ $I=array(
|
||||
'guestallow' => 'Erlauben',
|
||||
'guestwait' => 'Mit Warteraum erlauben',
|
||||
'adminallow' => 'Moderator-Erlaubnis benötigen',
|
||||
'globalpass' => 'Mit globalem Passwort erlauben',
|
||||
'memberglobalpass' => 'Nur Mitglieder mit globalem Passwort',
|
||||
'guestdisallow' => 'Nur Mitglieder',
|
||||
'addsuguest' => 'Anwerber hinzufügen',
|
||||
'register' => 'Registrieren',
|
||||
@ -146,7 +151,7 @@ $I=array(
|
||||
'italic' => 'Kursiv',
|
||||
'fontexample' => 'Beispiel für deine gewählte Schrift',
|
||||
'timestamps' => 'Zeitstempel anzeigen',
|
||||
'embed' => 'Bilder einbetten',
|
||||
'embed' => 'Bilder einbetten (Benötigt Cookies)',
|
||||
'incognito' => 'Inkognito Modus',
|
||||
'pbsize' => 'Postboxgröße',
|
||||
'nbsize' => 'Notizboxgröße',
|
||||
|
11
lang_en.php
11
lang_en.php
@ -43,6 +43,13 @@ $I=array(
|
||||
'initdbexist' => 'Database tables already exist! To continue, you have to delete these tables manually first.',
|
||||
'initsuexist' => 'A Superadmin already exists!',
|
||||
'initgosetup' => 'Go to the Setup-Page',
|
||||
'captcha' => 'Captcha',
|
||||
'enabled' => 'Enabled',
|
||||
'onlyguests' => 'Only for guests',
|
||||
'disabled' => 'Disabled',
|
||||
'simple' => 'Simple',
|
||||
'moderate' => 'Moderate',
|
||||
'extreme' => 'Extreme',
|
||||
'nick' => 'Nickname:',
|
||||
'pass' => 'Password:',
|
||||
'globalloginpass' => 'Global Password:',
|
||||
@ -77,8 +84,6 @@ $I=array(
|
||||
'guestallow' => 'Allow',
|
||||
'guestwait' => 'Allow with waitingroom',
|
||||
'adminallow' => 'Require moderator approval',
|
||||
'globalpass' => 'Allow with global password',
|
||||
'memberglobalpass' => 'Only members with global password',
|
||||
'guestdisallow' => 'Only members',
|
||||
'addsuguest' => 'Add applicant',
|
||||
'register' => 'Register',
|
||||
@ -147,7 +152,7 @@ $I=array(
|
||||
'italic' => 'Italic',
|
||||
'fontexample' => 'Example for your chosen font',
|
||||
'timestamps' => 'Show Timestamps',
|
||||
'embed' => 'Embed images',
|
||||
'embed' => 'Embed images (needs Cookies)',
|
||||
'incognito' => 'Incognito mode',
|
||||
'pbsize' => 'Post box size',
|
||||
'nbsize' => 'Notes box size',
|
||||
|
Reference in New Issue
Block a user