[Phpfreechat-svn] SF.net SVN: phpfreechat: [1095] trunk
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-08-07 07:46:41
|
Revision: 1095 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1095&view=rev Author: kerphi Date: 2007-08-07 00:46:37 -0700 (Tue, 07 Aug 2007) Log Message: ----------- Translation fix: http://www.phpfreechat.net/forum/viewtopic.php?id=1749 Modified Paths: -------------- 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/commands/invite.class.php Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/ar_LB/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/ba_BA/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/bg_BG/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -394,4 +394,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/bn_BD/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -400,4 +400,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/da_DK/main.php =================================================================== --- trunk/i18n/da_DK/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/da_DK/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/de_DE-formal/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -401,4 +401,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/de_DE-informal/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -402,4 +402,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/el_GR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -395,4 +395,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/en_US/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -381,7 +381,6 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Cancel"; - // line 430 in pfcglobalconfig.class.php $GLOBALS["i18n"]["cannot create %s"] = "cannot create %s"; @@ -397,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = "%s banished from %s by %s"; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = "You are trying to speak to a unknown (or not connected) user"; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = "%s was invited by %s"; + ?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/eo/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/es_ES/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/fr_FR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = "%s banni de %s par %s"; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = "Vous essayez de parler à un utilisateur inconnu (ou inconnu)"; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = "%s a été invité par %s"; + ?> \ No newline at end of file Modified: trunk/i18n/hr_HR/main.php =================================================================== --- trunk/i18n/hr_HR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/hr_HR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/hu_HU/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/hy_AM/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/id_ID/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/it_IT/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -400,4 +400,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/ja_JP/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/ko_KR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -398,4 +398,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/nb_NO/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/nl_NL/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nn_NO/main.php =================================================================== --- trunk/i18n/nn_NO/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/nn_NO/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/pl_PL/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/pt_BR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -401,4 +401,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/pt_PT/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/ru_RU/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -402,4 +402,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/sr_CS/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -399,4 +399,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/sv_SE/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -405,4 +405,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/tr_TR/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/uk_RO/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/uk_UA/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/vi_VN/main.php =================================================================== --- trunk/i18n/vi_VN/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/vi_VN/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -397,4 +397,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/zh_CN/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -398,4 +398,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/i18n/zh_TW/main.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -396,4 +396,10 @@ // line 42 in ban.class.php $GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +// line 461 in phpfreechat.class.php +$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; + +// line 89 in invite.class.php +$GLOBALS["i18n"]["%s was invited by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/src/commands/invite.class.php =================================================================== --- trunk/src/commands/invite.class.php 2007-08-07 07:43:58 UTC (rev 1094) +++ trunk/src/commands/invite.class.php 2007-08-07 07:46:37 UTC (rev 1095) @@ -86,7 +86,7 @@ // notify the aimed channel that a user has been invited $cmdp = array(); - $cmdp["param"] = $nicktoinvite.' was invited by '.$sender; + $cmdp["param"] = _pfc("%s was invited by %s",$nicktoinvite,$sender); $cmdp["flag"] = 1; $cmdp["recipient"] = pfcCommand_join::GetRecipient($channeltarget); $cmdp["recipientid"] = pfcCommand_join::GetRecipientId($channeltarget); @@ -94,4 +94,4 @@ $cmd->run($xml_reponse, $cmdp); } } -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |