Skip to content

Commit

Permalink
Spelling fix (global): allready to already.
Browse files Browse the repository at this point in the history
git-svn-id: https://phpfreechat.svn.sourceforge.net/svnroot/phpfreechat/trunk@1123 2772adf2-ac07-0410-9d30-e29d8120292e
  • Loading branch information
Gpinzone committed Aug 15, 2007
1 parent 2f6c65e commit c4eb4dc
Show file tree
Hide file tree
Showing 42 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion contrib/installer.beta-5.1/engine_data/step_aboutto.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $gpvpath = $gpvobj->path();

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;
Expand Down
2 changes: 1 addition & 1 deletion contrib/pfcInstaller2/step1.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ?>


Expand Down
2 changes: 1 addition & 1 deletion contrib/pfcInstaller2/step2.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions data/public/js/pfcclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ pfcClient.prototype = {
}
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")
{
Expand Down Expand Up @@ -1498,17 +1498,17 @@ pfcClient.prototype = {
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();
Expand Down
2 changes: 1 addition & 1 deletion i18n/ar_LB/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/ba_BA/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/bg_BG/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/bn_BD/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/da_DK/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/de_DE-formal/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/de_DE-informal/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/el_GR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/en_US/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/eo/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/es_ES/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/fr_FR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/hr_HR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/hu_HU/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/hy_AM/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/id_ID/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/it_IT/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/ja_JP/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 です";
Expand Down
2 changes: 1 addition & 1 deletion i18n/ko_KR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 입니다.";
Expand Down
2 changes: 1 addition & 1 deletion i18n/nb_NO/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/nl_NL/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/nn_NO/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/pl_PL/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/pt_BR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/pt_PT/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru_RU/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/sr_CS/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion i18n/sv_SE/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/tr_TR/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/uk_RO/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/uk_UA/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/vi_VN/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh_CN/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh_TW/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down
2 changes: 1 addition & 1 deletion src/pfcglobalconfig.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function pfcGlobalConfig( $params = array() )
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))
Expand Down
2 changes: 1 addition & 1 deletion src/pfcinfo.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class pfcInfo

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";
Expand Down
2 changes: 1 addition & 1 deletion src/phpfreechat.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function &loadScripts($theme, &$xml_reponse)
"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
Expand Down
Loading

0 comments on commit c4eb4dc

Please sign in to comment.