[Phpfreechat-svn] SF.net SVN: phpfreechat: [1123] trunk
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-15 02:48:23
|
Revision: 1123 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1123&view=rev Author: gpinzone Date: 2007-08-14 19:48:25 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Spelling fix (global): allready to already. Modified Paths: -------------- trunk/contrib/installer.beta-5.1/engine_data/step_aboutto.inc trunk/contrib/pfcInstaller2/step1.php trunk/contrib/pfcInstaller2/step2.php 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/pfcglobalconfig.class.php trunk/src/pfcinfo.class.php trunk/src/phpfreechat.class.php trunk/src/proxies/checknickchange.class.php Modified: trunk/contrib/installer.beta-5.1/engine_data/step_aboutto.inc =================================================================== --- trunk/contrib/installer.beta-5.1/engine_data/step_aboutto.inc 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/contrib/installer.beta-5.1/engine_data/step_aboutto.inc 2007-08-15 02:48:25 UTC (rev 1123) @@ -4,7 +4,7 @@ if(is_dir($gpvobj->is_writable())){ echo <<<HTML - <p><b>The directory you chose ($gpvpath) allready exists. + <p><b>The directory you chose ($gpvpath) already exists. This isn't a really bad thing, but a few errors may appear because the directories all ready exist, and any files in the list below will be overwritten.</b></p> HTML; Modified: trunk/contrib/pfcInstaller2/step1.php =================================================================== --- trunk/contrib/pfcInstaller2/step1.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/contrib/pfcInstaller2/step1.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -38,7 +38,7 @@ <?php }?> <?php } else { ?> -<p>phpfreechat (<?php echo $archivename2; ?>) is allready installed <a href="./data/<?php echo $archivename2; ?>">here</a>.</p> +<p>phpfreechat (<?php echo $archivename2; ?>) is already installed <a href="./data/<?php echo $archivename2; ?>">here</a>.</p> <?php } ?> Modified: trunk/contrib/pfcInstaller2/step2.php =================================================================== --- trunk/contrib/pfcInstaller2/step2.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/contrib/pfcInstaller2/step2.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -11,7 +11,7 @@ <?php if (!$isinstalled) { ?> <p>Installation de <?php echo $archivename; ?> </p> <?php } else { ?> -<p>phpfreechat (<?php echo $archivename2; ?>) is allready installed <a href="./data/<?php echo $archivename2; ?>">here</a>.</p> +<p>phpfreechat (<?php echo $archivename2; ?>) is already installed <a href="./data/<?php echo $archivename2; ?>">here</a>.</p> <?php } ?> <?php Modified: trunk/data/public/js/pfcclient.js =================================================================== --- trunk/data/public/js/pfcclient.js 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/data/public/js/pfcclient.js 2007-08-15 02:48:25 UTC (rev 1123) @@ -318,8 +318,8 @@ } else if (resp == "isused") { - this.setError(this.res.getLabel('Choosen nickname is allready used'), Array()); - this.askNick(param,this.res.getLabel('Choosen nickname is allready used')); + this.setError(this.res.getLabel('Choosen nickname is already used'), Array()); + this.askNick(param,this.res.getLabel('Choosen nickname is already used')); } else if (resp == "notallowed") { @@ -1498,17 +1498,17 @@ getAndAssignNickColor: function(nick) { /* check the nickname is colorized or not */ - var allready_colorized = false; + var already_colorized = false; var nc = ''; - for(var j = 0; j < this.nickcolor.length && !allready_colorized; j++) + for(var j = 0; j < this.nickcolor.length && !already_colorized; j++) { if (this.nickcolor[j][0] == nick) { - allready_colorized = true; + already_colorized = true; nc = this.nickcolor[j][1]; } } - if (!allready_colorized) + if (!already_colorized) { /* reload the color stack if it's empty */ if (this.colorlist.length == 0) this.reloadColorList(); Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/ar_LB/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/ba_BA/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/bg_BG/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -290,7 +290,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/bn_BD/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = " Rehash করার সময় সমস্যা দেখা দিচ্ছে"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "পছন্দের ডাকনামটি আগেই কেউ নিয়ে নিয়েছে"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "পছন্দের ডাকনামটি আগেই কেউ নিয়ে নিয়েছে"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat এর বর্তমান ভার্সন হলো %s"; Modified: trunk/i18n/da_DK/main.php =================================================================== --- trunk/i18n/da_DK/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/da_DK/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Det valgte chatnavn er allerede i brug"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/de_DE-formal/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Der gewählte Nickname ist schon vergeben"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/de_DE-informal/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Der gewählte Nickname ist schon vergeben"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/el_GR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -291,7 +291,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/en_US/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Chosen nickname is already in use"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/eo/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -298,7 +298,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 74 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 75 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/es_ES/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "El nickname elegido ya esta siendo usado"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/fr_FR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Le pseudonyme est déjà utilisé"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/hr_HR/main.php =================================================================== --- trunk/i18n/hr_HR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/hr_HR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Nickname je zauzet!"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/hu_HU/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "A választott becenevet már valaki használja"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/hy_AM/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -294,7 +294,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Վերաբեռնավորման ընթացքում սխալ տեղի ունեցավ"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Ընտրված ծածկանունն արդեն զբաղված է"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "Ընտրված ծածկանունն արդեն զբաղված է"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat-ի ներկա տարբերակը` %s"; Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/id_ID/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/it_IT/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Lo pseudonimo scelto è già in uso"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/ja_JP/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "作成中に問題が発生しました"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "選択したニックネームは既に試用されています"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "選択したニックネームは既に試用されています"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat の現在のバージョンは %s です"; Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/ko_KR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "재설정중 문제가 생겼습니다."; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "이미 사용중인 별명입니다."; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "이미 사용중인 별명입니다."; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat 의 현재 버전은 %s 입니다."; Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/nb_NO/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/nl_NL/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/nn_NO/main.php =================================================================== --- trunk/i18n/nn_NO/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/nn_NO/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Kallenamnet er allereie i bruk"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/pl_PL/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Wybrany pseudonim jest już w użyciu"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/pt_BR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "O apelido escolhido já está em uso"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/pt_PT/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -293,7 +293,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/ru_RU/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -297,7 +297,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Произошла ошибка при перехешировании"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Выбраний ник уже используется"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "Выбраний ник уже используется"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Текущая версия phpfreechat - %s"; Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/sr_CS/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -295,7 +295,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/sv_SE/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Vald alias används"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/tr_TR/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Seçtiğiniz takma ad başkası tarafından kullanılmakta"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/uk_RO/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Alege alt nick acesta este deja folosit"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/uk_UA/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "Виникла помилка при перехешуванні"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Вибраний нік уже використовується"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "Вибраний нік уже використовується"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "Поточна версія phpfreechat - %s"; Modified: trunk/i18n/vi_VN/main.php =================================================================== --- trunk/i18n/vi_VN/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/vi_VN/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -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 allready used"] = "Tên truy cập này đã được sử dụng"; +$GLOBALS["i18n"]["Choosen 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"; Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/zh_CN/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -294,7 +294,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = "更新时发生了错误"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = "您选择的昵称已经被别人使用了"; +$GLOBALS["i18n"]["Choosen nickname is already used"] = "您选择的昵称已经被别人使用了"; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat 当前版本是 %s"; Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/i18n/zh_TW/main.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -292,7 +292,7 @@ $GLOBALS["i18n"]["A problem occurs during rehash"] = ""; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Choosen nickname is allready used"] = ""; +$GLOBALS["i18n"]["Choosen nickname is already used"] = ""; // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/src/pfcglobalconfig.class.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -193,7 +193,7 @@ else $this->data_private_path = $params["data_private_path"]; - // check if a cached configuration allready exists + // check if a cached configuration already exists // don't load parameters if the cache exists $cachefile = $this->_GetCacheFile(); if (!file_exists($cachefile)) Modified: trunk/src/pfcinfo.class.php =================================================================== --- trunk/src/pfcinfo.class.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/src/pfcinfo.class.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -11,7 +11,7 @@ function pfcInfo( $serverid, $data_private_path = "" ) { - // check if the cache allready exists + // check if the cache already exists // if it doesn't exists, just stop the process // because we can't initialize the chat from the external API if ($data_private_path == "") $data_private_path = dirname(__FILE__)."/../data/private"; Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/src/phpfreechat.class.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -444,7 +444,7 @@ "Enter the text to format", // _pfc "Configuration has been rehashed", // _pfc "A problem occurs during rehash", // _pfc - "Choosen nickname is allready used", // _pfc + "Choosen 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 Modified: trunk/src/proxies/checknickchange.class.php =================================================================== --- trunk/src/proxies/checknickchange.class.php 2007-08-15 00:23:11 UTC (rev 1122) +++ trunk/src/proxies/checknickchange.class.php 2007-08-15 02:48:25 UTC (rev 1123) @@ -83,7 +83,7 @@ else $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');"); if ($c->debug) - pxlog("/nick ".$newnick." (wanted nick is allready in use -> wantednickid=".$newnickid.")", "chat", $c->getId()); + pxlog("/nick ".$newnick." (wanted nick is already in use -> wantednickid=".$newnickid.")", "chat", $c->getId()); return false; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |