[Phpfreechat-svn] SF.net SVN: phpfreechat: [1124] trunk
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-15 03:57:46
|
Revision: 1124 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1124&view=rev Author: gpinzone Date: 2007-08-14 20:57:47 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Spelling fix (global): Choosen to Chosen. Modified Paths: -------------- trunk/data/public/js/pfcclient.js trunk/i18n/ar_LB/main.php trunk/i18n/ba_BA/main.php trunk/i18n/bg_BG/main.php trunk/i18n/bn_BD/main.php trunk/i18n/da_DK/main.php trunk/i18n/de_DE-formal/main.php trunk/i18n/de_DE-informal/main.php trunk/i18n/el_GR/main.php trunk/i18n/en_US/main.php trunk/i18n/eo/main.php trunk/i18n/es_ES/main.php trunk/i18n/fr_FR/main.php trunk/i18n/hr_HR/main.php trunk/i18n/hu_HU/main.php trunk/i18n/hy_AM/main.php trunk/i18n/id_ID/main.php trunk/i18n/it_IT/main.php trunk/i18n/ja_JP/main.php trunk/i18n/ko_KR/main.php trunk/i18n/nb_NO/main.php trunk/i18n/nl_NL/main.php trunk/i18n/nn_NO/main.php trunk/i18n/pl_PL/main.php trunk/i18n/pt_BR/main.php trunk/i18n/pt_PT/main.php trunk/i18n/ru_RU/main.php trunk/i18n/sr_CS/main.php trunk/i18n/sv_SE/main.php trunk/i18n/tr_TR/main.php trunk/i18n/uk_RO/main.php trunk/i18n/uk_UA/main.php trunk/i18n/vi_VN/main.php trunk/i18n/zh_CN/main.php trunk/i18n/zh_TW/main.php trunk/src/phpfreechat.class.php Modified: trunk/data/public/js/pfcclient.js =================================================================== --- trunk/data/public/js/pfcclient.js 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/data/public/js/pfcclient.js 2007-08-15 03:57:47 UTC (rev 1124) @@ -318,8 +318,8 @@ } else if (resp == "isused") { - this.setError(this.res.getLabel('Choosen nickname is already used'), Array()); - this.askNick(param,this.res.getLabel('Choosen nickname is already used')); + this.setError(this.res.getLabel('Chosen nickname is already used'), Array()); + this.askNick(param,this.res.getLabel('Chosen nickname is already used')); } else if (resp == "notallowed") { @@ -329,7 +329,7 @@ // as long as the forced nickname is not changed. // display a message - this.setError(this.res.getLabel('Choosen nickname is not allowed'), Array()); + this.setError(this.res.getLabel('Chosen nickname is not allowed'), Array()); // then stop chat updates this.updateChat(false); this.isconnected = false; Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/ar_LB/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/ba_BA/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/bg_BG/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -290,7 +290,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -317,7 +317,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/bn_BD/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = " Rehash করার সময় সমস্যা দেখা দিচ্ছে"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "পছন্দের ডাকনামটি আগেই কেউ নিয়ে নিয়েছে"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "পছন্দের ডাকনামটি আগেই কেউ নিয়ে নিয়েছে"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat এর বর্তমান ভার্সন হলো %s"; @@ -323,7 +323,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/da_DK/main.php =================================================================== --- trunk/i18n/da_DK/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/da_DK/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -291,7 +291,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Der opstår et problem under rehash"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Det valgte chatnavn er allerede i brug"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Det valgte chatnavn er allerede i brug"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat nuværende version er %s"; @@ -313,7 +313,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 474 in phpfreechat.class.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 475 in phpfreechat.class.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/de_DE-formal/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -296,7 +296,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Ein Problem ist beim Laden der Konfiguration aufgetreten"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Der gewählte Nickname ist schon vergeben"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Der gewählte Nickname ist schon vergeben"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Die installierte Version von phpfreechat ist %s"; @@ -323,7 +323,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Sie können nicht mit sich selber sprechen"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Akustische Signale einschalten"; Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/de_DE-informal/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -297,7 +297,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Ein Problem ist beim Laden der Konfiguration aufgetreten"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Der gewählte Nickname ist schon vergeben"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Der gewählte Nickname ist schon vergeben"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Die installierte Version von phpfreechat ist %s"; @@ -324,7 +324,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Du kannst nicht mit dir selber sprechen"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Akustische Signale einschalten"; Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/el_GR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -291,7 +291,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -318,7 +318,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/en_US/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "A problem occurs during rehash"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Chosen nickname is already in use"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Chosen nickname is already in use"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat current version is %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "You are not allowed to speak to yourself"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Choosen nickname is not allowed"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Chosen nickname is not allowed"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Enable sound notifications"; Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/eo/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -298,7 +298,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 74 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 75 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["Close"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/es_ES/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Ocurrió un problema durante el proceso"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "El nickname elegido ya esta siendo usado"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "El nickname elegido ya esta siendo usado"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "la actual versión de phpfreechat es %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "No esta permitido hablarse a si mismo"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "No esta permitido elegir nickname"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "No esta permitido elegir nickname"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Habilitar notificaciones de sonido"; Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/fr_FR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Un problème est survenu pendant le rehash"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Le pseudonyme est déjà utilisé"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Le pseudonyme est déjà utilisé"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "La version courante de phpfreechat est %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Vous n'êtes pas autorisés à vous parler"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Le pseudonyme choisi n'est pas autorisé"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Le pseudonyme choisi n'est pas autorisé"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Activer la notification sonore"; Modified: trunk/i18n/hr_HR/main.php =================================================================== --- trunk/i18n/hr_HR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/hr_HR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Nickname je zauzet!"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Nickname je zauzet!"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Trenutna verzija phpfreechat je %s"; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Odabrani nadimak nije dopusten"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Odabrani nadimak nije dopusten"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/hu_HU/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -294,7 +294,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Probléma akadt az újra hash-elés közben"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "A választott becenevet már valaki használja"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "A választott becenevet már valaki használja"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat aktuális verziója: %s"; @@ -321,7 +321,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Nem beszélgethetsz saját magaddal :-)"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "A választott becenév nem engedélyezett"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "A választott becenév nem engedélyezett"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Hang értesítés engedélyezése"; Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/hy_AM/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -294,7 +294,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Վերաբեռնավորման ընթացքում սխալ տեղի ունեցավ"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Ընտրված ծածկանունն արդեն զբաղված է"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Ընտրված ծածկանունն արդեն զբաղված է"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat-ի ներկա տարբերակը` %s"; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/id_ID/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/it_IT/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Si è verificato un problema durante l'aggiornamento"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Lo pseudonimo scelto è già in uso"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Lo pseudonimo scelto è già in uso"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat versione &s"; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Non puoi parlare con te stesso!"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Il nickname scelto non è valido"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Il nickname scelto non è valido"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Abilita la notifica sonora"; Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/ja_JP/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "作成中に問題が発生しました"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "選択したニックネームは既に試用されています"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "選択したニックネームは既に試用されています"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat の現在のバージョンは %s です"; @@ -320,7 +320,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/ko_KR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "재설정중 문제가 생겼습니다."; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "이미 사용중인 별명입니다."; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "이미 사용중인 별명입니다."; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat 의 현재 버전은 %s 입니다."; @@ -314,7 +314,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "자기 자신에게 말할 수 없습니다."; // line 491 in phpfreechat.class.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "지정한 닉네임은 허가되지 않았습니다."; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "지정한 닉네임은 허가되지 않았습니다."; // line 492 in phpfreechat.class.php $GLOBALS["i18n"]["Enable sound notifications"] = "음성 알림 켜기"; Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/nb_NO/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/nl_NL/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -320,7 +320,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/nn_NO/main.php =================================================================== --- trunk/i18n/nn_NO/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/nn_NO/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Det oppstod eit problem under oppdateringa"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Kallenamnet er allereie i bruk"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Kallenamnet er allereie i bruk"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Gjeldande versjon av phpfreechat er %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Du kan ikkje tala med deg sjølv"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Du har ikkje lov til ta det valde kallenamnet"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Du har ikkje lov til ta det valde kallenamnet"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Bruk meldingslydar"; Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/pl_PL/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Wystąpił problem podczas haszowania"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Wybrany pseudonim jest już w użyciu"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Wybrany pseudonim jest już w użyciu"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "obecna wersja phpfreechat to %s"; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Nie możesz rozmawiać ze samym sobą"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Wybrany pseudonim jest niedozwolony"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Wybrany pseudonim jest niedozwolony"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Włącz powiadomienia dźwiękowe"; Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/pt_BR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -296,7 +296,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Um problema ocorreu durante o rehash"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "O apelido escolhido já está em uso"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "O apelido escolhido já está em uso"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "A versão atual do phpFreeChat é %s"; @@ -318,7 +318,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 491 in phpfreechat.class.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 492 in phpfreechat.class.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/pt_PT/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -320,7 +320,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/ru_RU/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -297,7 +297,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Произошла ошибка при перехешировании"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Выбраний ник уже используется"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Выбраний ник уже используется"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Текущая версия phpfreechat - %s"; @@ -324,7 +324,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Вы не можете разговаривать с самим собой"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Выбранный ник запрещен"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Выбранный ник запрещен"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Включить звуковые оповещения"; Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/sr_CS/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -322,7 +322,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/sv_SE/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -296,7 +296,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Ett problem inträffade vid uppdateringen"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Vald alias används"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Vald alias används"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat - chat, version: %s"; @@ -327,7 +327,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Ehmm.. Du kan inte prata med dig själv"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Vald alias är inte tillåten"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Vald alias är inte tillåten"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Tillåt ljud"; Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/tr_TR/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Tekrar okuma sırasında hata"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Seçtiğiniz takma ad başkası tarafından kullanılmakta"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Seçtiğiniz takma ad başkası tarafından kullanılmakta"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Şu anki phpfreechat versiyonu %s"; @@ -310,7 +310,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 491 in phpfreechat.class.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 492 in phpfreechat.class.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/uk_RO/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "O problema a aparut in timpul restartului"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Alege alt nick acesta este deja folosit"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Alege alt nick acesta este deja folosit"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "versiunea curenta de phpfreechat %s"; @@ -310,7 +310,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 491 in phpfreechat.class.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 492 in phpfreechat.class.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/uk_UA/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Виникла помилка при перехешуванні"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Вибраний нік уже використовується"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Вибраний нік уже використовується"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Поточна версія phpfreechat - %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Ви не можете спілкуватися з самим собою"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Вибраний нік заборонений"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Вибраний нік заборонений"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Включити звукові повідомлення"; Modified: trunk/i18n/vi_VN/main.php =================================================================== --- trunk/i18n/vi_VN/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/vi_VN/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Không cập nhật được các thay đổi"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "Tên truy cập này đã được sử dụng"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "Tên truy cập này đã được sử dụng"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Phiên bản hiện thời của PFC là %s"; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Bạn không được phép tự chat một mình"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Tên truy cập không được chấp nhận"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Tên truy cập không được chấp nhận"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "Bật chức năng thông báo bằng âm thanh"; Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/zh_CN/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -294,7 +294,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "更新时发生了错误"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = "您选择的昵称已经被别人使用了"; +$GLOBALS["i18n"]["Chosen nickname is already used"] = "您选择的昵称已经被别人使用了"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat 当前版本是 %s"; @@ -321,7 +321,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "您不能对自己说话"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "所选昵称已被禁用"; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "所选昵称已被禁用"; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = "启用声音通知"; Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/i18n/zh_TW/main.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; +$GLOBALS["i18n"]["Chosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; @@ -319,7 +319,7 @@ $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; +$GLOBALS["i18n"]["Chosen nickname is not allowed"] = ""; // line 83 in chat.js.tpl.php $GLOBALS["i18n"]["Enable sound notifications"] = ""; Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2007-08-15 02:48:25 UTC (rev 1123) +++ trunk/src/phpfreechat.class.php 2007-08-15 03:57:47 UTC (rev 1124) @@ -444,7 +444,7 @@ "Enter the text to format", // _pfc "Configuration has been rehashed", // _pfc "A problem occurs during rehash", // _pfc - "Choosen nickname is already used", // _pfc + "Chosen nickname is already used", // _pfc "phpfreechat current version is %s", // _pfc "Maximum number of joined channels has been reached", // _pfc "Maximum number of private chat has been reached", // _pfc @@ -452,7 +452,7 @@ "Send", // _pfc "You are not allowed to speak to yourself", // _pfc "Close", // _pfc - "Choosen nickname is not allowed", // _pfc + "Chosen nickname is not allowed", // _pfc "Enable sound notifications", // _pfc "Disable sound notifications", // _pfc "Input Required", // _pfc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |