Integrate French translation and use Unix line ending for Spanish translation.

This commit is contained in:
Daniel Winzen
2016-02-20 17:09:02 +01:00
parent 2048f4c4b5
commit c70cf35d61
9 changed files with 646 additions and 643 deletions

View File

@ -1,9 +1,10 @@
Added French translation
Added 2 Spanish translations. Added 2 Spanish translations.
Version 1.15.2 - Jan. 26, 2016 Version 1.15.2 - Jan. 26, 2016
Don't display kicked people Don't display kicked people
Fix deadlock warning Fix deadlock warning
Added indonesian translation Added Indonesian translation
Version 1.15.1 - Dec. 19, 2015 Version 1.15.1 - Dec. 19, 2015
Fix XSS vulnerability in change nickname + make it available for registered users only Fix XSS vulnerability in change nickname + make it available for registered users only

View File

@ -3353,6 +3353,7 @@ function load_lang(){
'en' =>'English', 'en' =>'English',
'es_AR' =>'Español (Argentina)', 'es_AR' =>'Español (Argentina)',
'es_ES' =>'Español (España)', 'es_ES' =>'Español (España)',
'fr' =>'Français',
'id' =>'Bahasa Indonesia', 'id' =>'Bahasa Indonesia',
'ru' =>'Русский' 'ru' =>'Русский'
); );

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: Deutsch //Native language name: Deutsch
$T=array( $T=array(
'nodb' => 'Keine Verbindung zur Datenbank!', 'nodb' => 'Keine Verbindung zur Datenbank!',
'nodbsetup' => 'Keine Verbindung zur Datenbank, bitte erstelle eine Datenbank und bearbeite das Skript, um die korrekte Datenbank mit angegebenem Benutzernamen und Passwort zu benutzen.', 'nodbsetup' => 'Keine Verbindung zur Datenbank, bitte erstelle eine Datenbank und bearbeite das Skript, um die korrekte Datenbank mit angegebenem Benutzernamen und Passwort zu benutzen.',

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: English //Native language name: English
$I=array( $I=array(
'nodb' => 'No connection to database!', 'nodb' => 'No connection to database!',
'nodbsetup' => 'No connection to database, please create a database and edit the script to use the correct database with given username and password!', 'nodbsetup' => 'No connection to database, please create a database and edit the script to use the correct database with given username and password!',

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: Español (Argentina) //Native language name: Español (Argentina)
$I=array( $T=array(
'nodb' => '¡Sin conexión a la base de datos!', 'nodb' => '¡Sin conexión a la base de datos!',
'nodbsetup' => '¡No pudo conectarse a la base de datos! Por favor creá la base de datos y editá el script para usarla con el nombre de usuario y clave dados.', 'nodbsetup' => '¡No pudo conectarse a la base de datos! Por favor creá la base de datos y editá el script para usarla con el nombre de usuario y clave dados.',
'changelang' => 'Cambiar idioma:', 'changelang' => 'Cambiar idioma:',

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: Español (España) //Native language name: Español (España)
$I=array( $T=array(
'nodb' => '¡Sin conexión a la base de datos!', 'nodb' => '¡Sin conexión a la base de datos!',
'nodbsetup' => '¡No pudo conectarse a la base de datos! Por favor crea la base de datos y edita el script para usarla con el nombre de usuario y clave dados.', 'nodbsetup' => '¡No pudo conectarse a la base de datos! Por favor crea la base de datos y edita el script para usarla con el nombre de usuario y clave dados.',
'changelang' => 'Cambiar idioma:', 'changelang' => 'Cambiar idioma:',

View File

@ -17,10 +17,11 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: French
$I=array( //Native language name: Français
$T=array(
'nodb' => 'Pas de connexion à la base de données!', 'nodb' => 'Pas de connexion à la base de données!',
'nodbsetup' => 'Pas de connexion à la base de données, s'il vous plaît de créer une base de données et modifier le script pour utiliser la base de données correcte avec nom d'utilisateur et mot de passe donné!', 'nodbsetup' => 'Pas de connexion à la base de données, s\'il vous plaît de créer une base de données et modifier le script pour utiliser la base de données correcte avec nom d\'utilisateur et mot de passe donné!',
'changelang' => 'Changer langue:', 'changelang' => 'Changer langue:',
'expire' => 'Invalide/expiree session', 'expire' => 'Invalide/expiree session',
'kicked' => 'Banni!', 'kicked' => 'Banni!',
@ -95,7 +96,7 @@ $I=array(
'apply' => 'Apply', 'apply' => 'Apply',
'newfilter' => 'New filter:', 'newfilter' => 'New filter:',
'add' => 'Add', 'add' => 'Add',
'noframes' => 'Ce chat utlise <b>frames</b>. S'il vous plaît aautorisé ces fenêtres dans votre navigateur! !', 'noframes' => 'Ce chat utlise <b>frames</b>. S\'il vous plaît aautorisé ces fenêtres dans votre navigateur! !',
'delselmes' => 'Delete selected messages', 'delselmes' => 'Delete selected messages',
'staffnotes' => 'Staff notes', 'staffnotes' => 'Staff notes',
'adminnotes' => 'Admin notes', 'adminnotes' => 'Admin notes',

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: Bahasa Indonesia //Native language name: Bahasa Indonesia
$T=array( $T=array(
'nodb' => 'Tak ada sambungan ke basisdata!', 'nodb' => 'Tak ada sambungan ke basisdata!',
'nodbsetup' => 'Tak ada sambungan ke basisdata, silahkan buat basisdata dan sunting skrip ini agar menggunakan basisdata yang benar dengan nama pengguna dan kata sandi yang telah diberikan!', 'nodbsetup' => 'Tak ada sambungan ke basisdata, silahkan buat basisdata dan sunting skrip ini agar menggunakan basisdata yang benar dengan nama pengguna dan kata sandi yang telah diberikan!',

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//Language: Русский //Native language name: Русский
$T=array( $T=array(
'nodb' => 'Нет соединения с базой данных!', 'nodb' => 'Нет соединения с базой данных!',
'nodbsetup' => 'Нет соединения с базой данных, пожалуйста, создайте базу данных и измените сценарий, чтобы использовать правильную базу данных с заданными именем пользователя и паролем!', 'nodbsetup' => 'Нет соединения с базой данных, пожалуйста, создайте базу данных и измените сценарий, чтобы использовать правильную базу данных с заданными именем пользователя и паролем!',