Thread: [Phpfreechat-svn] SF.net SVN: phpfreechat: [438] trunk/i18n
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-04-17 11:43:45
|
Revision: 438 Author: kerphi Date: 2006-04-17 04:43:34 -0700 (Mon, 17 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=438&view=rev Log Message: ----------- New Greek el_GR translation (many thanks to Speedy) Modified Paths: -------------- trunk/demo/index.php Added Paths: ----------- trunk/demo/demo41_in_greek.php trunk/i18n/el_GR/ trunk/i18n/el_GR/main.php Added: trunk/demo/demo41_in_greek.php =================================================================== --- trunk/demo/demo41_in_greek.php (rev 0) +++ trunk/demo/demo41_in_greek.php 2006-04-17 11:43:34 UTC (rev 438) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "el_GR"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-04-16 20:46:40 UTC (rev 437) +++ trunk/demo/index.php 2006-04-17 11:43:34 UTC (rev 438) @@ -65,6 +65,7 @@ <li><a href="demo38_in_norwegian_bokmal.php">demo38 - the norwegian bokmal translation of the chat</a></li> <li><a href="demo39_in_bosnian.php">demo39 - the bosnian translation of the chat</a></li> <li><a href="demo40_in_turkish.php">demo40 - the turkish translation of the chat</a></li> + <li><a href="demo41_in_greek.php">demo41 - the greek translation of the chat</a></li> </ul> </body> Added: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php (rev 0) +++ trunk/i18n/el_GR/main.php 2006-04-17 11:43:34 UTC (rev 438) @@ -0,0 +1,121 @@ +<?php +/** + * i18n/el_GR/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +/** + * Greek translation of the messages (utf8 encoded!) + * + * @translated by Speedy <el...@ma...> + */ + +// line 45 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["My Chat"] = "H συζήτηση μου"; + +// line 201 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s δεν βρέθηκε, %s η βιβλιοθήκη δεν μπόρεσε να βρεθεί."; + +// line 355 in phpfreechat.class.php +$GLOBALS["i18n"]["Please enter your nickname"] = "Παρακαλώ εισάγετε ψευδώνυμο."; + +// line 565 in phpfreechat.class.php +$GLOBALS["i18n"]["Text cannot be empty"] = "Το κείμενο δεν μπορεί να είναι άδειο."; + +// line 392 in phpfreechat.class.php +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s αλλάζει το ψευδώνυμο του σε %s"; + +// line 398 in phpfreechat.class.php +$GLOBALS["i18n"]["%s is connected"] = "%s συνδέθηκε"; + +// line 452 in phpfreechat.class.php +$GLOBALS["i18n"]["%s quit"] = "%s έφυγε"; + +// line 468 in phpfreechat.class.php +$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s αποσυνδέθηκε (timeout)"; + +// line 262 in phpfreechat.class.php +$GLOBALS["i18n"]["Unknown command [%s]"] = "Άγνωστη εντολή [%s]"; + +// line 149 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s δεν υπάρχει: %s"; + +// line 180 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["You need %s"] = "Χρειάζεσαι %s"; + +// line 241 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s δεν υπάρχει, %s η βιβλιοθήκη δεν μπορεί να βρεθεί"; + +// line 280 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist"] = "%s δεν υπάρχει"; + +// line 433 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s directory must be specified"] = "%s φάκελος πρέπει να είναι συγκεκριμένος."; + +// line 439 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s must be a directory"] = "%s πρέπει να είναι φάκελος"; + +// line 446 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s can't be created"] = "%s δεν μπορεί να δημιουργηθεί"; + +// line 451 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not writeable"] = "%s δεν είναι δυνατόν να εγγραφεί."; + +// line 496 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not readable"] = "%s δεν είναι δυνατόν να διαβαστεί"; + +// line 469 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a file"] = "%s δεν είναι αρχείο"; + +// line 491 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a directory"] = "%s δεν είναι φάκελος"; + +// line 23 in chat.html.tpl.php +$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]"; + +// line 296 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide nickname marker"] = "Απόκρυψη χρωμάτων ψευδωνύμων"; + +// line 304 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show nickname marker"] = "Εμφάνιση χρωμάτων ψευδωνύμων"; + +// line 389 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Disconnect"] = "Αποσυνδέση"; + +// line 395 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Connect"] = "Σύνδεση"; + +// line 427 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Magnify"] = "Μεγέθυνση"; + +// line 434 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Cut down"] = "Σμίκρυνση"; + +// line 345 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide dates and hours"] = "Απόκρυψη ημερομηνίας και ώρας"; + +// line 353 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show dates and hours"] = "Εμφάνιση ημερομηνίας και ώρας"; + +// line 21 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your message here"] = "Εισάγετε το μήνυμα σας εδώ "; + +// line 24 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your nickname here"] = "Εισάγετε το ψευδώνυμο σας εδώ"; +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2006-04-20 19:54:15
|
Revision: 461 Author: kerphi Date: 2006-04-20 12:54:00 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=461&view=rev Log Message: ----------- New traditional Chinese zh_TW translation (many thanks to Alex Wu) Modified Paths: -------------- trunk/demo/index.php Added Paths: ----------- trunk/demo/demo42_in_chinese_from_taiwan.php trunk/i18n/zh_TW/ Copied: trunk/demo/demo42_in_chinese_from_taiwan.php (from rev 460, branches/0.x/demo/demo42_in_chinese_from_taiwan.php) =================================================================== --- trunk/demo/demo42_in_chinese_from_taiwan.php (rev 0) +++ trunk/demo/demo42_in_chinese_from_taiwan.php 2006-04-20 19:54:00 UTC (rev 461) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "zh_TW"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-04-20 19:52:59 UTC (rev 460) +++ trunk/demo/index.php 2006-04-20 19:54:00 UTC (rev 461) @@ -66,6 +66,7 @@ <li><a href="demo39_in_bosnian.php">demo39 - the bosnian translation of the chat</a></li> <li><a href="demo40_in_turkish.php">demo40 - the turkish translation of the chat</a></li> <li><a href="demo41_in_greek.php">demo41 - the greek translation of the chat</a></li> + <li><a href="demo42_in_chinese_from_taiwan.php">demo42 - the Chinese from taiwan (traditional Chinese) translation of the chat</a></li> </ul> </body> Copied: trunk/i18n/zh_TW (from rev 460, branches/0.x/i18n/zh_TW) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2006-06-01 08:42:05
|
Revision: 541 Author: kerphi Date: 2006-06-01 01:41:44 -0700 (Thu, 01 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=541&view=rev Log Message: ----------- New Bulgarian bg_BG translation (thanks to Marko Nikolov) Modified Paths: -------------- branches/0.x/demo/index.php trunk/demo/index.php Added Paths: ----------- branches/0.x/demo/demo45_in_bulgarian.php branches/0.x/i18n/bg_BG/ branches/0.x/i18n/bg_BG/main.php trunk/demo/demo45_in_bulgarian.php trunk/i18n/bg_BG/ trunk/i18n/bg_BG/main.php Added: branches/0.x/demo/demo45_in_bulgarian.php =================================================================== --- branches/0.x/demo/demo45_in_bulgarian.php (rev 0) +++ branches/0.x/demo/demo45_in_bulgarian.php 2006-06-01 08:41:44 UTC (rev 541) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "bg_BG"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> Modified: branches/0.x/demo/index.php =================================================================== --- branches/0.x/demo/index.php 2006-05-31 15:40:12 UTC (rev 540) +++ branches/0.x/demo/index.php 2006-06-01 08:41:44 UTC (rev 541) @@ -67,7 +67,8 @@ <li><a href="demo40_in_turkish.php">demo40 - the turkish translation of the chat</a></li> <li><a href="demo41_in_greek.php">demo41 - the greek translation of the chat</a></li> <li><a href="demo42_in_chinese_from_taiwan.php">demo42 - the Chinese from taiwan (traditional Chinese) translation of the chat</a></li> + <li><a href="demo45_in_bulgarian.php">demo45 - the Bulgarian translation of the chat</a></li> </ul> </body> -</html> +</html> \ No newline at end of file Added: branches/0.x/i18n/bg_BG/main.php =================================================================== --- branches/0.x/i18n/bg_BG/main.php (rev 0) +++ branches/0.x/i18n/bg_BG/main.php 2006-06-01 08:41:44 UTC (rev 541) @@ -0,0 +1,175 @@ +<?php +/** + * i18n/bg_BG/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +/** + * Bulgarian translation of the messages (utf8 encoded!) + * + * @author Marko Nikolov <mar...@gm...> + */ + +// line 45 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["My Chat"] = "Моят чат"; + +// line 201 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s не е намерена, %s библиотека не е намерена."; + +// line 355 in phpfreechat.class.php +$GLOBALS["i18n"]["Please enter your nickname"] = "Въведете вашия ник"; + +// line 565 in phpfreechat.class.php +$GLOBALS["i18n"]["Text cannot be empty"] = "Текстът не може да е празен"; + +// line 392 in phpfreechat.class.php +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s си смени ника на %s"; + +// line 398 in phpfreechat.class.php +$GLOBALS["i18n"]["%s is connected"] = "%s влезе"; + +// line 452 in phpfreechat.class.php +$GLOBALS["i18n"]["%s quit"] = "%s излезе"; + +// line 468 in phpfreechat.class.php +$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s излезе (timeout)"; + +// line 262 in phpfreechat.class.php +$GLOBALS["i18n"]["Unknown command [%s]"] = "Непозната команда [%s]"; + +// line 149 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s не съществува: %s"; + +// line 180 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["You need %s"] = "Трябва ви %s"; + +// line 241 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s не съществува, %s библиотека не е намерена"; + +// line 280 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist"] = "%s не съществува"; + +// line 433 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s directory must be specified"] = "%s директория трябва да бъде посочена"; + +// line 439 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s must be a directory"] = "%s трябва да е директория"; + +// line 446 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s can't be created"] = "%s не може да се създаде"; + +// line 451 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not writeable"] = "%s не може да се записва"; + +// line 496 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not readable"] = "%s не може да се прочете"; + +// line 469 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a file"] = "%s не е файл"; + +// line 491 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a directory"] = "%s не е директория"; + +// line 23 in chat.html.tpl.php +$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]"; + +// line 296 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide nickname marker"] = "Скрий цветовете на никовете "; + +// line 304 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show nickname marker"] = "Покажи цветовете на никовете"; + +// line 389 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Disconnect"] = "Разкачи"; + +// line 395 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Connect"] = "Свържи"; + +// line 427 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Magnify"] = "Увеличи "; + +// line 434 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Cut down"] = "Смали"; + +// line 345 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide dates and hours"] = "Скрий датата и часа"; + +// line 353 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show dates and hours"] = "Покажи датата и часа"; + +// line 21 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your message here"] = "Въведете тук вашето съобщение"; + +// line 24 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your nickname here"] = "Въведете тук вашия ник"; + +// line 93 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Грешка: неопределен или ненужен параметър '%s', моля поправете или премахнете този параметър"; + +// line 86 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide smiley box"] = "Скрий емотиконите"; + +// line 87 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show smiley box"] = "Покажи емотиконите"; + +// line 88 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide online users box"] = "Скрий списъка с потребители"; + +// line 89 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show online users box"] = "Покажи списъка с потребители"; + +// line 33 in chat.html.tpl.php +$GLOBALS["i18n"]["Bold"] = "Удебелен"; + +// line 34 in chat.html.tpl.php +$GLOBALS["i18n"]["Italics"] = "Наклонен"; + +// line 35 in chat.html.tpl.php +$GLOBALS["i18n"]["Underline"] = "Подчертан"; + +// line 36 in chat.html.tpl.php +$GLOBALS["i18n"]["Delete"] = "Изтрий"; + +// line 37 in chat.html.tpl.php +$GLOBALS["i18n"]["Pre"] = "Pre"; + +// line 38 in chat.html.tpl.php +$GLOBALS["i18n"]["Mail"] = "Поща"; + +// line 39 in chat.html.tpl.php +$GLOBALS["i18n"]["Color"] = "Цвят"; + +// line 48 in phpfreechattemplate.class.php +$GLOBALS["i18n"]["%s template could not be found"] = "%s шаблон не е намерен"; + +// line 512 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Грешка: '%s' не е намерен, моля проверете точният път '%s' и вашата тема '%s' дали са правилни"; + +// line 75 in pfccommand.class.php +$GLOBALS["i18n"]["%s must be implemented"] = "%s трябва да бъде въведено"; + +// line 343 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' параметър е задължителен, по подразбиране ползва '%s' стойност"; + +// line 378 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "'%s' парамерър трябва да е с положителна стойност"; + +// line 386 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "'%s' параметър не е валиден. Възможните стойности са: '%s'"; +?> \ No newline at end of file Added: trunk/demo/demo45_in_bulgarian.php =================================================================== --- trunk/demo/demo45_in_bulgarian.php (rev 0) +++ trunk/demo/demo45_in_bulgarian.php 2006-06-01 08:41:44 UTC (rev 541) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "bg_BG"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-05-31 15:40:12 UTC (rev 540) +++ trunk/demo/index.php 2006-06-01 08:41:44 UTC (rev 541) @@ -109,6 +109,7 @@ <li><a href="demo40_in_turkish.php">demo40 - the turkish translation of the chat</a></li> <li><a href="demo41_in_greek.php">demo41 - the greek translation of the chat</a></li> <li><a href="demo42_in_chinese_from_taiwan.php">demo42 - the Chinese from taiwan (traditional Chinese) translation of the chat</a></li> + <li><a href="demo45_in_bulgarian.php">demo45 - the Bulgarian translation of the chat</a></li> </ul> </div> Added: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php (rev 0) +++ trunk/i18n/bg_BG/main.php 2006-06-01 08:41:44 UTC (rev 541) @@ -0,0 +1,175 @@ +<?php +/** + * i18n/bg_BG/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +/** + * Bulgarian translation of the messages (utf8 encoded!) + * + * @author Marko Nikolov <mar...@gm...> + */ + +// line 45 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["My Chat"] = "Моят чат"; + +// line 201 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s не е намерена, %s библиотека не е намерена."; + +// line 355 in phpfreechat.class.php +$GLOBALS["i18n"]["Please enter your nickname"] = "Въведете вашия ник"; + +// line 565 in phpfreechat.class.php +$GLOBALS["i18n"]["Text cannot be empty"] = "Текстът не може да е празен"; + +// line 392 in phpfreechat.class.php +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s си смени ника на %s"; + +// line 398 in phpfreechat.class.php +$GLOBALS["i18n"]["%s is connected"] = "%s влезе"; + +// line 452 in phpfreechat.class.php +$GLOBALS["i18n"]["%s quit"] = "%s излезе"; + +// line 468 in phpfreechat.class.php +$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s излезе (timeout)"; + +// line 262 in phpfreechat.class.php +$GLOBALS["i18n"]["Unknown command [%s]"] = "Непозната команда [%s]"; + +// line 149 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s не съществува: %s"; + +// line 180 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["You need %s"] = "Трябва ви %s"; + +// line 241 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s не съществува, %s библиотека не е намерена"; + +// line 280 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist"] = "%s не съществува"; + +// line 433 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s directory must be specified"] = "%s директория трябва да бъде посочена"; + +// line 439 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s must be a directory"] = "%s трябва да е директория"; + +// line 446 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s can't be created"] = "%s не може да се създаде"; + +// line 451 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not writeable"] = "%s не може да се записва"; + +// line 496 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not readable"] = "%s не може да се прочете"; + +// line 469 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a file"] = "%s не е файл"; + +// line 491 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a directory"] = "%s не е директория"; + +// line 23 in chat.html.tpl.php +$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]"; + +// line 296 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide nickname marker"] = "Скрий цветовете на никовете "; + +// line 304 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show nickname marker"] = "Покажи цветовете на никовете"; + +// line 389 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Disconnect"] = "Разкачи"; + +// line 395 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Connect"] = "Свържи"; + +// line 427 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Magnify"] = "Увеличи "; + +// line 434 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Cut down"] = "Смали"; + +// line 345 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide dates and hours"] = "Скрий датата и часа"; + +// line 353 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show dates and hours"] = "Покажи датата и часа"; + +// line 21 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your message here"] = "Въведете тук вашето съобщение"; + +// line 24 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your nickname here"] = "Въведете тук вашия ник"; + +// line 93 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Грешка: неопределен или ненужен параметър '%s', моля поправете или премахнете този параметър"; + +// line 86 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide smiley box"] = "Скрий емотиконите"; + +// line 87 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show smiley box"] = "Покажи емотиконите"; + +// line 88 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide online users box"] = "Скрий списъка с потребители"; + +// line 89 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show online users box"] = "Покажи списъка с потребители"; + +// line 33 in chat.html.tpl.php +$GLOBALS["i18n"]["Bold"] = "Удебелен"; + +// line 34 in chat.html.tpl.php +$GLOBALS["i18n"]["Italics"] = "Наклонен"; + +// line 35 in chat.html.tpl.php +$GLOBALS["i18n"]["Underline"] = "Подчертан"; + +// line 36 in chat.html.tpl.php +$GLOBALS["i18n"]["Delete"] = "Изтрий"; + +// line 37 in chat.html.tpl.php +$GLOBALS["i18n"]["Pre"] = "Pre"; + +// line 38 in chat.html.tpl.php +$GLOBALS["i18n"]["Mail"] = "Поща"; + +// line 39 in chat.html.tpl.php +$GLOBALS["i18n"]["Color"] = "Цвят"; + +// line 48 in phpfreechattemplate.class.php +$GLOBALS["i18n"]["%s template could not be found"] = "%s шаблон не е намерен"; + +// line 512 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Грешка: '%s' не е намерен, моля проверете точният път '%s' и вашата тема '%s' дали са правилни"; + +// line 75 in pfccommand.class.php +$GLOBALS["i18n"]["%s must be implemented"] = "%s трябва да бъде въведено"; + +// line 343 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' параметър е задължителен, по подразбиране ползва '%s' стойност"; + +// line 378 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "'%s' парамерър трябва да е с положителна стойност"; + +// line 386 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "'%s' параметър не е валиден. Възможните стойности са: '%s'"; +?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2006-06-25 21:49:48
|
Revision: 627 Author: kerphi Date: 2006-06-25 14:49:35 -0700 (Sun, 25 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=627&view=rev Log Message: ----------- New hungarian translation hu_HU (thanks to Keratomi) Modified Paths: -------------- trunk/demo/index.php Added Paths: ----------- trunk/demo/demo46_in_hungarian.php trunk/i18n/hu_HU/ trunk/i18n/hu_HU/main.php Added: trunk/demo/demo46_in_hungarian.php =================================================================== --- trunk/demo/demo46_in_hungarian.php (rev 0) +++ trunk/demo/demo46_in_hungarian.php 2006-06-25 21:49:35 UTC (rev 627) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "hu_HU"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> \ No newline at end of file Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-06-25 20:31:55 UTC (rev 626) +++ trunk/demo/index.php 2006-06-25 21:49:35 UTC (rev 627) @@ -143,6 +143,7 @@ <li><a href="demo41_in_greek.php">demo41 - the greek translation of the chat</a></li> <li><a href="demo42_in_chinese_from_taiwan.php">demo42 - the Chinese from taiwan (traditional Chinese) translation of the chat</a></li> <li><a href="demo45_in_bulgarian.php">demo45 - the Bulgarian translation of the chat</a></li> + <li><a href="demo46_in_hungarian.php">demo46 - the Hungarian translation of the chat</a></li> </ul> </div> Added: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php (rev 0) +++ trunk/i18n/hu_HU/main.php 2006-06-25 21:49:35 UTC (rev 627) @@ -0,0 +1,178 @@ +<?php +/** + * i18n/hu_HU/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +/** + * Hungarian translation of the messages (utf8 encoded!) + * + * @author Stephane Gully <ste...@gm...> + * @translated by Keratomi <ker...@fr...> + */ + +// line 45 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["My Chat"] = "Az én csetem"; + +// line 201 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s nem található, %s könyvtár nem található."; + +// line 355 in phpfreechat.class.php +$GLOBALS["i18n"]["Please enter your nickname"] = "Kérlek írd be a beceved"; + +// line 565 in phpfreechat.class.php +$GLOBALS["i18n"]["Text cannot be empty"] = "Üzenetet is írj!"; + +// line 392 in phpfreechat.class.php +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s megváltoztatta a becenevét erre: %s"; + +// line 398 in phpfreechat.class.php +$GLOBALS["i18n"]["%s is connected"] = "%s bekapcsolódott a beszélgetésbe"; + +// line 452 in phpfreechat.class.php +$GLOBALS["i18n"]["%s quit"] = "%s kilépett a beszélgetésből"; + +// line 468 in phpfreechat.class.php +$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s szétkapcsolva (időtúllépés)"; + +// line 262 in phpfreechat.class.php +$GLOBALS["i18n"]["Unknown command [%s]"] = "Ismeretlen parancs [%s]"; + +// line 149 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s nem létezik: %s"; + +// line 180 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["You need %s"] = "Szükséges verzió: %s"; + +// line 241 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s nem létezik, %s könyvtár nem található"; + +// line 280 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist"] = "%s nem létezik"; + +// line 433 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s directory must be specified"] = "%s mappát kell megadni"; + +// line 439 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s must be a directory"] = "%s mappát kell megadni"; + +// line 446 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s can't be created"] = "%s nem hozható létre"; + +// line 451 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not writeable"] = "%s nem írható"; + +// line 496 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not readable"] = "%s nem olvasható"; + +// line 469 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a file"] = "%s nem fájl"; + +// line 491 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a directory"] = "%s nem mappa"; + +// line 23 in chat.html.tpl.php +$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [készítette: phpFreeChat-%s]"; + +// line 296 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide nickname marker"] = "Becenév színének rejtése"; + +// line 304 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show nickname marker"] = "Becenév színének mutatása"; + +// line 389 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Disconnect"] = "Szétkapcsolás"; + +// line 395 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Connect"] = "Kapcsolódás"; + +// line 427 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Magnify"] = "Nagyítás"; + +// line 434 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Cut down"] = "Kivágás"; + +// line 345 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide dates and hours"] = "Dátum és idő elrejtése"; + +// line 353 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show dates and hours"] = "Dátum és idő mutatása"; + +// line 21 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your message here"] = "Ide írd az üzeneted"; + +// line 24 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your nickname here"] = "Ide írd a beceneved"; + +// line 93 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Hiba: meghatározatlan vagy elavult paraméter '%s', kérlek javítsd, vagy távolítsd el"; + +// line 86 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide smiley box"] = "Hangulatjelek elrejtése"; + +// line 87 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show smiley box"] = "Hangulatjelek mutatása"; + +// line 88 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide online users box"] = "Belépett felhasználók elrejtése"; + +// line 89 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show online users box"] = "Belépett felhasználók mutatása"; + +// line 33 in chat.html.tpl.php +$GLOBALS["i18n"]["Bold"] = "Félkövér"; + +// line 34 in chat.html.tpl.php +$GLOBALS["i18n"]["Italics"] = "Dőlt"; + +// line 35 in chat.html.tpl.php +$GLOBALS["i18n"]["Underline"] = "Aláhúzott"; + +// line 36 in chat.html.tpl.php +$GLOBALS["i18n"]["Delete"] = "Törlés"; + +// line 37 in chat.html.tpl.php +$GLOBALS["i18n"]["Pre"] = "Formázott"; + +// line 38 in chat.html.tpl.php +$GLOBALS["i18n"]["Mail"] = "E-mail"; + +// line 39 in chat.html.tpl.php +$GLOBALS["i18n"]["Color"] = "Szín"; + +// line 48 in phpfreechattemplate.class.php +$GLOBALS["i18n"]["%s template could not be found"] = "%s sablon nem található"; + +// line 512 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Hiba: '%s' nem található, kérlek ellenőrizd a témák mappa elérési útját '%s' és hogy a kiválasztott táma létezik-e: '%s'"; + +// line 75 in pfccommand.class.php +$GLOBALS["i18n"]["%s must be implemented"] = "Parancsvégrehajtás: %s"; + + +// line 343 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' paraméter kötelező értéke: '%s'"; + +// line 378 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "'%s' csak pozitív szám lehet"; + +// line 386 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "'%s' nem érvényes paraméter. Lehetséges értékei: '%s'"; + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2006-08-17 17:55:19
|
Revision: 676 Author: kerphi Date: 2006-08-17 10:55:00 -0700 (Thu, 17 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=676&view=rev Log Message: ----------- New Polish pl_PL translation (thanks to Pawel) Modified Paths: -------------- trunk/demo/index.php Added Paths: ----------- trunk/demo/demo47_in_polish.php trunk/i18n/pl_PL/ trunk/i18n/pl_PL/main.php Added: trunk/demo/demo47_in_polish.php =================================================================== --- trunk/demo/demo47_in_polish.php (rev 0) +++ trunk/demo/demo47_in_polish.php 2006-08-17 17:55:00 UTC (rev 676) @@ -0,0 +1,36 @@ +<?php + +require_once dirname(__FILE__)."/../src/phpfreechat.class.php"; + +$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat +$params["language"] = "pl_PL"; +$chat = new phpFreeChat( $params ); + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>phpFreeChat demo</title> + + <?php $chat->printJavascript(); ?> + <?php $chat->printStyle(); ?> + + </head> + + <body> + <?php $chat->printChat(); ?> + +<?php + // print the current file + echo "<h2>The source code</h2>"; + $filename = __FILE__; + echo "<p><code>".$filename."</code></p>"; + echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">"; + $content = file_get_contents($filename); + echo htmlentities($content); + echo "</pre>"; +?> + + </body> +</html> Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-08-17 16:25:56 UTC (rev 675) +++ trunk/demo/index.php 2006-08-17 17:55:00 UTC (rev 676) @@ -144,6 +144,7 @@ <li><a href="demo42_in_chinese_from_taiwan.php">demo42 - the Chinese from taiwan (traditional Chinese) translation of the chat</a></li> <li><a href="demo45_in_bulgarian.php">demo45 - the Bulgarian translation of the chat</a></li> <li><a href="demo46_in_hungarian.php">demo46 - the Hungarian translation of the chat</a></li> + <li><a href="demo47_in_polish.php">demo47 - the Polish translation of the chat</a></li> </ul> </div> Added: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php (rev 0) +++ trunk/i18n/pl_PL/main.php 2006-08-17 17:55:00 UTC (rev 676) @@ -0,0 +1,243 @@ +<?php +/** + * i18n/pl_PL/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +/** + * Polish translation of the messages (utf8 encoded!) + * + * @author Pawel + */ + +// line 45 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["My Chat"] = "Chat"; + +// line 201 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "Nie znaleziono %s, nie można znaleźć biblioteki %s."; + +// line 355 in phpfreechat.class.php +$GLOBALS["i18n"]["Please enter your nickname"] = "Proszę wprowadzić swój 'nick'"; + +// line 565 in phpfreechat.class.php +$GLOBALS["i18n"]["Text cannot be empty"] = "Tekst nie może byc pusty"; + +// line 392 in phpfreechat.class.php +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s zmienił[a] swój nick na %s"; + +// line 398 in phpfreechat.class.php +$GLOBALS["i18n"]["%s is connected"] = "%s połączony"; + +// line 452 in phpfreechat.class.php +$GLOBALS["i18n"]["%s quit"] = "%s odłączony"; + +// line 468 in phpfreechat.class.php +$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s odłączony (timeout)"; + +// line 262 in phpfreechat.class.php +$GLOBALS["i18n"]["Unknown command [%s]"] = "Nieznane polecenie [%s]"; + +// line 149 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s nie istnieje: %s"; + +// line 180 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["You need %s"] = "Konieczne jest %s"; + +// line 241 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s nie istnieje, nie można znaleźć biblioteki %s"; + +// line 280 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist"] = "%s nie istnieje"; + +// line 433 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s directory must be specified"] = "%s katalog musi być podany"; + +// line 439 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s must be a directory"] = "%s musi byc katalogiem"; + +// line 446 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s can't be created"] = "%s nie może zostac utworzony"; + +// line 451 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not writeable"] = "%s nie jest zapisywalny"; + +// line 496 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not readable"] = "%s nie jest odczytywalny"; + +// line 469 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a file"] = "%s nie jest plikiem"; + +// line 491 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["%s is not a directory"] = "%s nie jest katalogiem"; + +// line 23 in chat.html.tpl.php +$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]"; + +// line 296 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide nickname marker"] = "Ukryj kolory nick-ów"; + +// line 304 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show nickname marker"] = "Pokaż kolory nick-ów"; + +// line 389 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Disconnect"] = "Odłącz"; + +// line 395 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Connect"] = "Połącz"; + +// line 427 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Magnify"] = "Powiększ"; + +// line 434 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Cut down"] = "Obetnij"; + +// line 345 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Hide dates and hours"] = "Ukryj datę i godzinę"; + +// line 353 in javascript1.js.tpl.php +$GLOBALS["i18n"]["Show dates and hours"] = "Pokaż date i godzinę"; + +// line 21 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your message here"] = "Wprowadź tutaj komunikat"; + +// line 24 in chat.html.tpl.php +$GLOBALS["i18n"]["Enter your nickname here"] = "Wprowadź tutaj swój nick"; + +// line 93 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Błąd: niezdefiniowany lub nieużywany parametr '%s', popraw lub usuń ten parametr"; + +// line 86 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide smiley box"] = "Ukryj emotikony"; + +// line 87 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show smiley box"] = "Pokaż emotikony"; + +// line 88 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Hide online users box"] = "Ukryj listę użytkowników on-line"; + +// line 89 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Show online users box"] = "Pokaż listę użytkowników on-line"; + +// line 33 in chat.html.tpl.php +$GLOBALS["i18n"]["Bold"] = "Pogrubienie"; + +// line 34 in chat.html.tpl.php +$GLOBALS["i18n"]["Italics"] = "Kursywa"; + +// line 35 in chat.html.tpl.php +$GLOBALS["i18n"]["Underline"] = "Podkreślenie"; + +// line 36 in chat.html.tpl.php +$GLOBALS["i18n"]["Delete"] = "Przekreślenie"; + +// line 37 in chat.html.tpl.php +$GLOBALS["i18n"]["Pre"] = "Kod"; + +// line 38 in chat.html.tpl.php +$GLOBALS["i18n"]["Mail"] = "Mail"; + +// line 39 in chat.html.tpl.php +$GLOBALS["i18n"]["Color"] = "Kolor"; + +// line 48 in phpfreechattemplate.class.php +$GLOBALS["i18n"]["%s template could not be found"] = "Nie można znaleźć szablonu %s"; + +// line 512 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Błąd: nie można znaleźć '%s', sprawdź czy katalog tymczasowy '%s' oraz styl '%s' są poprawne"; + +// line 75 in pfccommand.class.php +$GLOBALS["i18n"]["%s must be implemented"] = "%s misi być zaimplementowane"; + + +// line 343 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' parametr jest obowiązkowy z definicji używa '%s'"; + +// line 378 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "'%s' parametr musi być liczbą dodatnią"; + +// line 386 in phpfreechatconfig.class.php +$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "'%s' parametr niepoprawny. Poprawne wartości: '%s'"; + +// line 185 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["My room"] = "Rozmowa"; + +// line 109 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Private message"] = "Wiadomość prywatna"; + +// line 110 in pfcclient.js.tpl.php +$GLOBALS["i18n"]["Close this tab"] = "Zamknij zakładkę"; + +// line 225 in pfcgui.js.tpl.php +$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Czy rzeczywiście chcesz opuścić ten kanał ?"; + +// line 19 in unban.class.php +$GLOBALS["i18n"]["Missing parameter"] = "Brakujący parametr"; + +// line 38 in ban.class.php +$GLOBALS["i18n"]["banished from %s by %s"] = "zablokowany w %s przez %s"; + +// line 23 in banlist.class.php +$GLOBALS["i18n"]["The banished user's id list is:"] = "Lista zablokowanych użytkowników:"; + +// line 32 in banlist.class.php +$GLOBALS["i18n"]["Empty"] = "Pusty"; + +// line 34 in banlist.class.php +$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' odblokuje użytkownikia o nick-u {id}"; + +// line 35 in banlist.class.php +$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unban all' odblokuje wszystkich użytkowników na tym kanale"; + +// line 24 in update.class.php +$GLOBALS["i18n"]["%s quit (timeout)"] = "%s odłączenie (timeout)"; + +// line 46 in join.class.php +$GLOBALS["i18n"]["%s joins %s"] = "%s dołączył do %s"; + +// line 31 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s"] = "wykopany z %s przez %s"; + +// line 38 in send.class.php +$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Nie możesz wysłać tej wiadomości, %s jest odłączony"; + +// line 27 in unban.class.php +$GLOBALS["i18n"]["Nobody has been unbanished"] = "Nikt nie został odblokowany"; + +// line 42 in unban.class.php +$GLOBALS["i18n"]["%s has been unbanished"] = "%s został odblokowany"; + +// line 49 in unban.class.php +$GLOBALS["i18n"]["%s users have been unbanished"] = "%s użytkowników zostało odblokowanych"; + +// line 47 in auth.class.php +$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Nie wolno ci używać polecenia '%s'"; + +// line 67 in auth.class.php +$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Nie możesz dołaczyc do %s ponieważ jesteś blokowany"; + +// line 79 in auth.class.php +$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Nie wolno ci zmieniać nick-a"; + +// line 76 in auth.class.php +$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Nie możesz dołączyć do %s ponieważ lista kanałów jest zastrzeżona"; + +// line 56 in noflood.class.php +$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Proszę nie wysyłąć tak wielu komunikatów, nie jest to dopuszczalne"; + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2006-12-09 17:31:10
|
Revision: 896 http://svn.sourceforge.net/phpfreechat/?rev=896&view=rev Author: kerphi Date: 2006-12-09 09:31:03 -0800 (Sat, 09 Dec 2006) Log Message: ----------- update labels 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/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/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/nb_NO/main.php trunk/i18n/nl_NL/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_UA/main.php trunk/i18n/zh_CN/main.php trunk/i18n/zh_TW/main.php Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/ar_LB/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/ba_BA/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/bg_BG/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -325,4 +325,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/bn_BD/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -331,4 +331,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/de_DE-formal/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/de_DE-informal/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -331,4 +331,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/el_GR/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -326,4 +326,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/en_US/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = "Disable sound notifications"; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = "no reason"; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = "The banished user list is:"; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' will unban the user identified by {nickname}"; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kicked from %s by %s - reason: %s"; + ?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/eo/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/es_ES/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -326,4 +326,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/fr_FR/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = "Désactiver la notification sonore"; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = "pas de raison"; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = "La liste des utilisateurs bannis est :"; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {id}' va débannir l'utilisateur identifié par {nickname}"; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kické de %s par %s"; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/hu_HU/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -329,4 +329,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/hy_AM/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/id_ID/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/it_IT/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/ja_JP/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -328,4 +328,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/nb_NO/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/nl_NL/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -328,4 +328,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/pl_PL/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -328,4 +328,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/pt_BR/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/pt_PT/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -328,4 +328,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/ru_RU/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -332,4 +332,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/sr_CS/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -330,4 +330,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/sv_SE/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -335,4 +335,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/tr_TR/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -326,4 +326,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/uk_UA/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/zh_CN/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -331,4 +331,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2006-12-08 17:58:25 UTC (rev 895) +++ trunk/i18n/zh_TW/main.php 2006-12-09 17:31:03 UTC (rev 896) @@ -327,4 +327,16 @@ // line 84 in chat.js.tpl.php $GLOBALS["i18n"]["Disable sound notifications"] = ""; +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 43 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-01-05 23:10:24
|
Revision: 923 http://svn.sourceforge.net/phpfreechat/?rev=923&view=rev Author: kerphi Date: 2007-01-05 15:10:22 -0800 (Fri, 05 Jan 2007) Log Message: ----------- translation updates 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/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/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/nb_NO/main.php trunk/i18n/nl_NL/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/zh_CN/main.php trunk/i18n/zh_TW/main.php Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/ar_LB/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/ba_BA/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/bg_BG/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -337,4 +337,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/bn_BD/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -343,4 +343,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/de_DE-formal/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/de_DE-informal/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -343,4 +343,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/el_GR/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -338,4 +338,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/en_US/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kicked from %s by %s - reason: %s"; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = "%s quit (%s)"; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = "Chat loading ..."; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = "Please wait"; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s appears to be either disabled or unsupported by your browser."; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = "This web application requires %s to work properly."; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Please upgrade to a browser with %s support and try again."; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."; + ?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/eo/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/es_ES/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -338,4 +338,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/fr_FR/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kické de %s par %s"; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = "%s a quitté (%s)"; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = "Chargement du chat ..."; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = "Patientez"; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s semble être désactivé ou pas/mal supporté par votre navigateur."; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = "Cette application web nécessite %s pour fonctionner correctement."; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Veuillez activer %s dans les paramètres de votre navigateur, ou utilisez un navigateur qui supporte %s et essayez denouveau."; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Veuillez utiliser un navigateur qui supporte %s et essayez denouveau."; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Dans les version d\'Internet Explorer inférieures à 7.0, Ajax est implémenté par ActiveX. Veuillez activer ActiveX dans les paramètres de sécurité ou utiliser un navigateur qui supporte Ajax et essayez denouveau"; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/hu_HU/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -341,4 +341,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/hy_AM/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/id_ID/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/it_IT/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/ja_JP/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -340,4 +340,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/nb_NO/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/nl_NL/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -340,4 +340,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/pl_PL/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -340,4 +340,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/pt_BR/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/pt_PT/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -340,4 +340,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/ru_RU/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -344,4 +344,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/sr_CS/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -342,4 +342,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/sv_SE/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -347,4 +347,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/tr_TR/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -305,4 +305,62 @@ // line 88 in chat.js.tpl.php $GLOBALS["i18n"]["Send"] = "Gönder"; -?> + +// line 489 in phpfreechat.class.php +$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; + +// line 491 in phpfreechat.class.php +$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; + +// line 492 in phpfreechat.class.php +$GLOBALS["i18n"]["Enable sound notifications"] = ""; + +// line 493 in phpfreechat.class.php +$GLOBALS["i18n"]["Disable sound notifications"] = ""; + +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 44 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 86 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: connect error"] = ""; + +// line 101 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = ""; + +// line 112 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/uk_RO/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -306,4 +306,61 @@ // line 88 in chat.js.tpl.php $GLOBALS["i18n"]["Send"] = "Trimite"; +// line 489 in phpfreechat.class.php +$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; + +// line 491 in phpfreechat.class.php +$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; + +// line 492 in phpfreechat.class.php +$GLOBALS["i18n"]["Enable sound notifications"] = ""; + +// line 493 in phpfreechat.class.php +$GLOBALS["i18n"]["Disable sound notifications"] = ""; + +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 44 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 86 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: connect error"] = ""; + +// line 101 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = ""; + +// line 112 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/uk_UA/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/zh_CN/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -343,4 +343,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-01-05 22:34:20 UTC (rev 922) +++ trunk/i18n/zh_TW/main.php 2007-01-05 23:10:22 UTC (rev 923) @@ -339,4 +339,28 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-01-06 12:28:48
|
Revision: 925 http://svn.sourceforge.net/phpfreechat/?rev=925&view=rev Author: kerphi Date: 2007-01-06 04:28:46 -0800 (Sat, 06 Jan 2007) Log Message: ----------- [en] German formal and informal translation update (thanks to Troubadix - http://www.hinkelstein.info/) [0h30] [fr] Traduction allemande (formal/informal) update (merci ?\195?\160 Troubadix - http://www.hinkelstein.info/) [0h30] Modified Paths: -------------- trunk/i18n/de_DE-formal/main.php trunk/i18n/de_DE-informal/main.php Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-01-05 23:13:21 UTC (rev 924) +++ trunk/i18n/de_DE-formal/main.php 2007-01-06 12:28:46 UTC (rev 925) @@ -24,6 +24,7 @@ * German (formal) translation of the messages (utf8 encoded!) * * @author BSEMF <bsemfger <at> aim.com> + * @author Thomas Stueven (ak Troubadix) <thomas.stueven <at> online.de> */ // line 45 in phpfreechatconfig.class.php @@ -120,7 +121,7 @@ $GLOBALS["i18n"]["Enter your nickname here"] = "Bitte geben Sie Ihren Spitznamen hier ein"; // line 93 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Error: Undefinierter oder falscher Parameter '%s', bitte korrigieren oder löschen Sie diesen Parameter"; +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Fehler: Undefinierter oder falscher Parameter '%s', bitte korrigieren oder löschen Sie diesen Parameter"; // line 48 in phpfreechattemplate.class.php $GLOBALS["i18n"]["%s template could not be found"] = "%s Template wurde nicht gefunden"; @@ -169,179 +170,180 @@ // line 343 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = ""; +$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' ist ein obligatorischer Parameter. Voreinstellungswert: '%s' "; // line 378 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = ""; +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "Der Parameter '%s' muss eine natürliche Zahl sein"; // line 386 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = ""; +$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "Der Parameter '%s' ist ungültig. Mögliche Werte sind '%s'"; // line 186 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["My room"] = ""; +$GLOBALS["i18n"]["My room"] = "Mein Chat"; // line 19 in unban.class.php -$GLOBALS["i18n"]["Missing parameter"] = ""; +$GLOBALS["i18n"]["Missing parameter"] = "Fehlende Parameter"; // line 38 in ban.class.php -$GLOBALS["i18n"]["banished from %s by %s"] = ""; +$GLOBALS["i18n"]["banished from %s by %s"] = "wurde gebannt von %s durch %s"; // line 23 in banlist.class.php -$GLOBALS["i18n"]["The banished user's id list is:"] = ""; +$GLOBALS["i18n"]["The banished user's id list is:"] = "Die Liste der gebannten Benutzer-IDs"; // line 32 in banlist.class.php -$GLOBALS["i18n"]["Empty"] = ""; +$GLOBALS["i18n"]["Empty"] = "leer"; // line 34 in banlist.class.php -$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = ""; +$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' streicht den Benutzer mit der ID {id} von der Bannliste"; // line 35 in banlist.class.php -$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = ""; +$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unban all' hebt die Bannung aller Benutzer des Channels auf"; // line 24 in update.class.php -$GLOBALS["i18n"]["%s quit (timeout)"] = ""; +$GLOBALS["i18n"]["%s quit (timeout)"] = "%s verließ den Raum (timeout?)"; // line 46 in join.class.php -$GLOBALS["i18n"]["%s joins %s"] = ""; +$GLOBALS["i18n"]["%s joins %s"] = "%s kommt in den Raum %s"; // line 31 in kick.class.php -$GLOBALS["i18n"]["kicked from %s by %s"] = ""; +$GLOBALS["i18n"]["kicked from %s by %s"] = "wurde herausgeworfen aus %s von %s"; // line 38 in send.class.php -$GLOBALS["i18n"]["Can't send the message, %s is offline"] = ""; +$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Kann keine Nachricht senden, %s is offline"; // line 27 in unban.class.php -$GLOBALS["i18n"]["Nobody has been unbanished"] = ""; +$GLOBALS["i18n"]["Nobody has been unbanished"] = "Niemand wurde von der Bannliste gestrichen"; // line 42 in unban.class.php -$GLOBALS["i18n"]["%s has been unbanished"] = ""; +$GLOBALS["i18n"]["%s has been unbanished"] = "%s wurde von der Bannliste gestrichen"; // line 49 in unban.class.php -$GLOBALS["i18n"]["%s users have been unbanished"] = ""; +$GLOBALS["i18n"]["%s users have been unbanished"] = "%s Benutzer wurden von der Bannliste gestrichen"; // line 47 in auth.class.php -$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = ""; +$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Sie haben keine Berechtigung zur Ausführung von '%s'"; // line 66 in auth.class.php -$GLOBALS["i18n"]["Can't join %s because you are banished"] = ""; +$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Sie können an %s nicht teilnehmen, weil sie auf der Bannliste stehen"; // line 76 in auth.class.php -$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = ""; +$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Sie können an %s nicht teilnehmen, weil der Zugang begrenzt wurde"; // line 89 in auth.class.php -$GLOBALS["i18n"]["You are not allowed to change your nickname"] = ""; +$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Sie dürfen Ihren Nicknamen nicht ändern"; // line 56 in noflood.class.php -$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = ""; +$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Bitte überfluten sie den Chatraum nicht mit so vielen Postings"; // line 109 in pfcclient.js.tpl.php -$GLOBALS["i18n"]["Private message"] = ""; +$GLOBALS["i18n"]["Private message"] = "Private Nachricht"; // line 110 in pfcclient.js.tpl.php -$GLOBALS["i18n"]["Close this tab"] = ""; +$GLOBALS["i18n"]["Close this tab"] = "Schließe diesen Reiter"; // line 199 in pfcgui.js.tpl.php -$GLOBALS["i18n"]["Do you really want to leave this room ?"] = ""; +$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Möchten sie wirklich den Raum verlassen?"; // line 169 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = ""; +$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Fehler: '%s' ist ein geschützter Parameter, sie dürfen ihn nicht ändern"; // line 253 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be an array"] = ""; +$GLOBALS["i18n"]["'%s' parameter must be an array"] = "Der Parameter '%s' muss ein Array sein"; // line 265 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = ""; +$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "Der Parameter '%s' muss ein Boolean sein"; // line 271 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = ""; +$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Der Parameter '%s' muss eine Zeichenkette sein"; // line 395 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' must be writable"] = ""; +$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' muss beschreibbar sein"; // line 425 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' directory doesn't exist"] = ""; +$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "'%s' Verzeichnis existiert nicht"; // line 544 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["Please correct these errors"] = ""; +$GLOBALS["i18n"]["Please correct these errors"] = "Bitte korrigieren sie diese Fehler"; // line 21 in pfcinfo.class.php -$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = ""; +$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Fehler: Die gesuchte Konfigurations-Datei existiert nicht im Cache"; // line 190 in phpfreechat.class.php -$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = ""; +$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "Fehler: Der Chat kann nicht geladen werden! Es gibt zwei Möglichkeiten: Ihr Browser unterstützt kein JavaScript oder die Verzeichnisrechte auf dem Server sind nicht korrekt eingerichtet. Zögern sie nicht, im Forum nach Hilfe zu suchen"; // line 31 in help.class.php -$GLOBALS["i18n"]["Here is the command list:"] = ""; +$GLOBALS["i18n"]["Here is the command list:"] = "Hier ist die Liste möglicher Befehle:"; // line 63 in identify.class.php -$GLOBALS["i18n"]["Succesfully identified"] = ""; +$GLOBALS["i18n"]["Succesfully identified"] = "Identifizierung erfolgt"; // line 68 in identify.class.php -$GLOBALS["i18n"]["Identification failure"] = ""; +$GLOBALS["i18n"]["Identification failure"] = "Identifizierung fehlgeschlagen"; // line 25 in send.class.php -$GLOBALS["i18n"]["Your must be connected to send a message"] = ""; +$GLOBALS["i18n"]["Your must be connected to send a message"] = "Sie müssen verbunden sein, um eine Nachricht zu schicken"; // line 87 in chat.js.tpl.php -$GLOBALS["i18n"]["Click here to send your message"] = ""; +$GLOBALS["i18n"]["Click here to send your message"] = "Hier klicken, um die Nachricht zu senden"; // line 80 in chat.js.tpl.php -$GLOBALS["i18n"]["Enter the text to format"] = ""; +$GLOBALS["i18n"]["Enter the text to format"] = "Geben sie erst den Text ein, der formatiert werden soll"; // line 81 in chat.js.tpl.php -$GLOBALS["i18n"]["Configuration has been rehashed"] = ""; +$GLOBALS["i18n"]["Configuration has been rehashed"] = "Die Konfiguration wurde neu geladen"; // line 82 in chat.js.tpl.php -$GLOBALS["i18n"]["A problem occurs during rehash"] = ""; +$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"] = ""; +$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Der gewählte Nickname ist schon vergeben"; // line 84 in chat.js.tpl.php -$GLOBALS["i18n"]["phpfreechat current version is %s"] = ""; +$GLOBALS["i18n"]["phpfreechat current version is %s"] = "Die installierte Version von phpfreechat ist %s"; // line 85 in chat.js.tpl.php -$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = ""; +$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "Die maximale Anzahl der Channels ist erreicht"; // line 86 in chat.js.tpl.php -$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = ""; +$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "Die maximale Anzahl der privaten Channels ist erreicht"; // line 88 in chat.js.tpl.php -$GLOBALS["i18n"]["Send"] = ""; +$GLOBALS["i18n"]["Send"] = "Senden"; // line 86 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: connect error"] = ""; +$GLOBALS["i18n"]["Mysql container: connect error"] = "Mysql container: Verbindungsfehler"; // line 101 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = ""; +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql container: Fehler beim erstellen der Datenbank %s"; // line 112 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = ""; +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql container: Fehler beim erstellen einer Tabelle %s"; // line 80 in chat.js.tpl.php -$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; +$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"] = ""; +$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Enable sound notifications"] = ""; +$GLOBALS["i18n"]["Enable sound notifications"] = "Akustische Signale einschalten"; // line 84 in chat.js.tpl.php -$GLOBALS["i18n"]["Disable sound notifications"] = ""; +$GLOBALS["i18n"]["Disable sound notifications"] = "Akustische Signale ausschalten"; // line 23 in kick.class.php -$GLOBALS["i18n"]["no reason"] = ""; +$GLOBALS["i18n"]["no reason"] = "kein grund"; // line 24 in banlist.class.php -$GLOBALS["i18n"]["The banished user list is:"] = ""; +$GLOBALS["i18n"]["The banished user list is:"] = "Die verbannten Benutzer sind:"; // line 39 in banlist.class.php -$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' hebt die Bannung für den Benutzer {nickname} auf"; // line 43 in kick.class.php -$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "rausgeworfen aus %s durch %s - Grund: %s"; + // line 20 in quit.class.php $GLOBALS["i18n"]["%s quit (%s)"] = ""; Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-01-05 23:13:21 UTC (rev 924) +++ trunk/i18n/de_DE-informal/main.php 2007-01-06 12:28:46 UTC (rev 925) @@ -25,6 +25,7 @@ * * @author BSEMF <bsemfger <at> aim.com> * @author Karsten Hens www.karsten-hens.de + * @author Thomas Stueven (ak Troubadix) <thomas.stueven <at> online.de> */ // line 45 in phpfreechatconfig.class.php @@ -121,7 +122,7 @@ $GLOBALS["i18n"]["Enter your nickname here"] = "Gib hier deinen Nicknamen ein"; // line 93 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Fehler: Undefinierter oder obsoleter Parameter '%s', bitte korrigiere oder lösche diesen Parameter"; +$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Fehler: Undefinierter oder falscher Parameter '%s', bitte korrigiere oder lösche diesen Parameter"; // line 48 in phpfreechattemplate.class.php $GLOBALS["i18n"]["%s template could not be found"] = "%s Template wurde nicht gefunden"; @@ -142,7 +143,7 @@ $GLOBALS["i18n"]["Underline"] = "unterstrichen"; // line 36 in chat.html.tpl.php -$GLOBALS["i18n"]["Delete"] = "Löschen"; +$GLOBALS["i18n"]["Delete"] = "durchgestrichen"; // line 37 in chat.html.tpl.php $GLOBALS["i18n"]["Pre"] = "Pre"; @@ -173,7 +174,7 @@ $GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' ist ein obligatorischer Parameter. Voreinstellungswert: '%s' "; // line 378 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "Der Parameter '%s' muß eine natürliche Zahl sein"; +$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "Der Parameter '%s' muss eine natürliche Zahl sein"; // line 386 in phpfreechatconfig.class.php $GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "Der Parameter '%s' ist ungültig. Mögliche Werte sind '%s'"; @@ -203,7 +204,7 @@ $GLOBALS["i18n"]["%s quit (timeout)"] = "%s verließ den Raum (timeout?)"; // line 46 in join.class.php -$GLOBALS["i18n"]["%s joins %s"] = "%s kommt in den Channel %s"; +$GLOBALS["i18n"]["%s joins %s"] = "%s kommt in den Raum %s"; // line 31 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s"] = "wurde herausgeworfen aus %s von %s"; @@ -257,7 +258,7 @@ $GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Der Parameter '%s' muss eine Zeichenkette sein"; // line 395 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' muß beschreibbar sein"; +$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' muss beschreibbar sein"; // line 425 in pfcglobalconfig.class.php $GLOBALS["i18n"]["'%s' directory doesn't exist"] = "'%s' Verzeichnis existiert nicht"; @@ -311,38 +312,39 @@ $GLOBALS["i18n"]["Send"] = "Senden"; // line 86 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: connect error"] = ""; +$GLOBALS["i18n"]["Mysql container: connect error"] = "Mysql container: Verbindungsfehler"; // line 101 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = ""; +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql container: Fehler beim erstellen der Datenbank %s"; // line 112 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = ""; +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql container: Fehler beim erstellen einer Tabelle %s"; // line 80 in chat.js.tpl.php -$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; +$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"] = ""; +$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Der gewählte Nickname ist nicht zulässig"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Enable sound notifications"] = ""; +$GLOBALS["i18n"]["Enable sound notifications"] = "Akustische Signale einschalten"; // line 84 in chat.js.tpl.php -$GLOBALS["i18n"]["Disable sound notifications"] = ""; +$GLOBALS["i18n"]["Disable sound notifications"] = "Akustische Signale ausschalten"; // line 23 in kick.class.php -$GLOBALS["i18n"]["no reason"] = ""; +$GLOBALS["i18n"]["no reason"] = "kein grund"; // line 24 in banlist.class.php -$GLOBALS["i18n"]["The banished user list is:"] = ""; +$GLOBALS["i18n"]["The banished user list is:"] = "Die verbannten Benutzer sind:"; // line 39 in banlist.class.php -$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' hebt die Verbannung für den Benutzer {nickname} auf"; // line 43 in kick.class.php -$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "rausgeworfen aus %s durch %s - Grund: %s"; + // line 20 in quit.class.php $GLOBALS["i18n"]["%s quit (%s)"] = ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-01-14 18:42:55
|
Revision: 930 http://svn.sourceforge.net/phpfreechat/?rev=930&view=rev Author: kerphi Date: 2007-01-14 10:42:52 -0800 (Sun, 14 Jan 2007) Log Message: ----------- translation update 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/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/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/pl_PL/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/zh_CN/main.php trunk/i18n/zh_TW/main.php Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/ar_LB/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/ba_BA/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/bg_BG/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -361,4 +361,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/bn_BD/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -367,4 +367,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/de_DE-formal/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -368,4 +368,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/de_DE-informal/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -369,4 +369,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/el_GR/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -362,4 +362,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/en_US/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/eo/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/es_ES/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -362,4 +362,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/fr_FR/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Dans les version d\'Internet Explorer inférieures à 7.0, Ajax est implémenté par ActiveX. Veuillez activer ActiveX dans les paramètres de sécurité ou utiliser un navigateur qui supporte Ajax et essayez denouveau"; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/hu_HU/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -365,4 +365,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/hy_AM/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/id_ID/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/it_IT/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/ja_JP/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -364,4 +364,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/ko_KR/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -306,4 +306,65 @@ // line 88 in chat.js.tpl.php $GLOBALS["i18n"]["Send"] = "입력"; -?> + +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + +// line 489 in phpfreechat.class.php +$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = ""; + +// line 491 in phpfreechat.class.php +$GLOBALS["i18n"]["Choosen nickname is not allowed"] = ""; + +// line 492 in phpfreechat.class.php +$GLOBALS["i18n"]["Enable sound notifications"] = ""; + +// line 493 in phpfreechat.class.php +$GLOBALS["i18n"]["Disable sound notifications"] = ""; + +// line 23 in kick.class.php +$GLOBALS["i18n"]["no reason"] = ""; + +// line 24 in banlist.class.php +$GLOBALS["i18n"]["The banished user list is:"] = ""; + +// line 39 in banlist.class.php +$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = ""; + +// line 44 in kick.class.php +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = ""; + +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 86 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: connect error"] = ""; + +// line 101 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = ""; + +// line 112 in mysql.class.php +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/nb_NO/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/nl_NL/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -364,4 +364,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/pl_PL/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -364,4 +364,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/pt_PT/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -364,4 +364,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/ru_RU/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -368,4 +368,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/sr_CS/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -366,4 +366,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/sv_SE/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -371,4 +371,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/tr_TR/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/uk_RO/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/uk_UA/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/zh_CN/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -367,4 +367,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-01-14 18:40:52 UTC (rev 929) +++ trunk/i18n/zh_TW/main.php 2007-01-14 18:42:52 UTC (rev 930) @@ -363,4 +363,7 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-01-31 08:43:25
|
Revision: 938 http://svn.sourceforge.net/phpfreechat/?rev=938&view=rev Author: kerphi Date: 2007-01-31 00:43:24 -0800 (Wed, 31 Jan 2007) Log Message: ----------- add the untranslated labels Modified Paths: -------------- trunk/i18n/es_ES/main.php trunk/i18n/hu_HU/main.php Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-01-31 08:41:16 UTC (rev 937) +++ trunk/i18n/es_ES/main.php 2007-01-31 08:43:24 UTC (rev 938) @@ -366,4 +366,5 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "No existe %s, data_public_path no puede ser instalado"; -?> + +?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-01-31 08:41:16 UTC (rev 937) +++ trunk/i18n/hu_HU/main.php 2007-01-31 08:43:24 UTC (rev 938) @@ -340,4 +340,31 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kirúgva %s szobából %s által - oka: %s"; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-02-15 11:14:55
|
Revision: 954 http://svn.sourceforge.net/phpfreechat/?rev=954&view=rev Author: kerphi Date: 2007-02-15 03:14:53 -0800 (Thu, 15 Feb 2007) Log Message: ----------- update the translated label list 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/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/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/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/zh_CN/main.php trunk/i18n/zh_TW/main.php Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/ar_LB/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/ba_BA/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/bg_BG/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -364,4 +364,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/bn_BD/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -370,4 +370,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/de_DE-formal/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -371,4 +371,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/de_DE-informal/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -372,4 +372,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/el_GR/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -365,4 +365,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/en_US/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -364,6 +364,12 @@ $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."; // line 359 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s doesn't exist, data_public_path cannot be installed"; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "You must join %s to invite users in this channel"; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = "Ping"; + ?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/eo/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/es_ES/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "No existe %s, data_public_path no puede ser instalado"; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/fr_FR/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -364,6 +364,12 @@ $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Dans les version d\'Internet Explorer inférieures à 7.0, Ajax est implémenté par ActiveX. Veuillez activer ActiveX dans les paramètres de sécurité ou utiliser un navigateur qui supporte Ajax et essayez denouveau"; // line 359 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s n'existe pas, data_public_path ne peut pas être installé"; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Vous devez rejoindre %s pour pouvoir y inviter des utilisateurs"; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = "Temps de réponse"; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/hu_HU/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/hy_AM/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/id_ID/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/it_IT/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/ja_JP/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/ko_KR/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/nb_NO/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/nl_NL/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/pl_PL/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/pt_BR/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -371,4 +371,10 @@ // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/pt_PT/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -367,4 +367,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/ru_RU/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -371,4 +371,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/sr_CS/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -369,4 +369,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/sv_SE/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -374,4 +374,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/tr_TR/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/uk_RO/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/uk_UA/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/zh_CN/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -370,4 +370,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-02-15 10:35:45 UTC (rev 953) +++ trunk/i18n/zh_TW/main.php 2007-02-15 11:14:53 UTC (rev 954) @@ -366,4 +366,10 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +// line 73 in invite.class.php +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; + +// line 47 in chat.html.tpl.php +$GLOBALS["i18n"]["Ping"] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-06-30 20:40:38
|
Revision: 1043 http://svn.sourceforge.net/phpfreechat/?rev=1043&view=rev Author: kerphi Date: 2007-06-30 13:40:38 -0700 (Sat, 30 Jun 2007) Log Message: ----------- Update some labels 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 Modified: trunk/i18n/ar_LB/main.php =================================================================== --- trunk/i18n/ar_LB/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/ar_LB/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ba_BA/main.php =================================================================== --- trunk/i18n/ba_BA/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/ba_BA/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bg_BG/main.php =================================================================== --- trunk/i18n/bg_BG/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/bg_BG/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -379,4 +379,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/bn_BD/main.php =================================================================== --- trunk/i18n/bn_BD/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/bn_BD/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -385,4 +385,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/da_DK/main.php =================================================================== --- trunk/i18n/da_DK/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/da_DK/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/de_DE-formal/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -386,4 +386,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/de_DE-informal/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -387,4 +387,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/el_GR/main.php =================================================================== --- trunk/i18n/el_GR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/el_GR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -380,4 +380,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/en_US/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Cancel"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = "cannot create %s"; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = "cannot copy %s in %s"; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Are you sure you want to close this tab ?"; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s banished from %s by %s"; + +?> \ No newline at end of file Modified: trunk/i18n/eo/main.php =================================================================== --- trunk/i18n/eo/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/eo/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/es_ES/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -382,4 +382,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/fr_FR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Annuler"; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = "Impossible de créer %s"; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = "Impossible de copier %s dans %s"; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Erreur : '%s' introuvable, vérifiez que votre theme_path '%s' et que votre theme '%s' sont correctes"; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Êtes vous certain de vouloir fermer cet onglet ?"; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s banni de %s par %s"; + ?> \ No newline at end of file Modified: trunk/i18n/hr_HR/main.php =================================================================== --- trunk/i18n/hr_HR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/hr_HR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Odustani"; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/hu_HU/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -383,4 +383,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Mégse"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/hy_AM/main.php =================================================================== --- trunk/i18n/hy_AM/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/hy_AM/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/id_ID/main.php =================================================================== --- trunk/i18n/id_ID/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/id_ID/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/it_IT/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Annulla"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/ja_JP/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -382,4 +382,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ko_KR/main.php =================================================================== --- trunk/i18n/ko_KR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/ko_KR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -382,4 +382,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "취소"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/nb_NO/main.php =================================================================== --- trunk/i18n/nb_NO/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/nb_NO/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nl_NL/main.php =================================================================== --- trunk/i18n/nl_NL/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/nl_NL/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -382,4 +382,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/nn_NO/main.php =================================================================== --- trunk/i18n/nn_NO/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/nn_NO/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Avbryt"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/pl_PL/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Anuluj"; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_BR/main.php =================================================================== --- trunk/i18n/pt_BR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/pt_BR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -386,4 +386,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/pt_PT/main.php =================================================================== --- trunk/i18n/pt_PT/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/pt_PT/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -382,4 +382,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/ru_RU/main.php =================================================================== --- trunk/i18n/ru_RU/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/ru_RU/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -386,4 +386,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Отмена"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/sr_CS/main.php =================================================================== --- trunk/i18n/sr_CS/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/sr_CS/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -384,4 +384,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/sv_SE/main.php =================================================================== --- trunk/i18n/sv_SE/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/sv_SE/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -389,4 +389,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Avbryt"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/tr_TR/main.php =================================================================== --- trunk/i18n/tr_TR/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/tr_TR/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_RO/main.php =================================================================== --- trunk/i18n/uk_RO/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/uk_RO/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/uk_UA/main.php =================================================================== --- trunk/i18n/uk_UA/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/uk_UA/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -380,4 +380,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Відміна"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/vi_VN/main.php =================================================================== --- trunk/i18n/vi_VN/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/vi_VN/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Thôi"; -?> + +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + +?> \ No newline at end of file Modified: trunk/i18n/zh_CN/main.php =================================================================== --- trunk/i18n/zh_CN/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/zh_CN/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -383,4 +383,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "取消"; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file Modified: trunk/i18n/zh_TW/main.php =================================================================== --- trunk/i18n/zh_TW/main.php 2007-06-30 19:24:58 UTC (rev 1042) +++ trunk/i18n/zh_TW/main.php 2007-06-30 20:40:38 UTC (rev 1043) @@ -381,4 +381,19 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = ""; +// line 430 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot create %s"] = ""; + +// line 436 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; + +// line 667 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; + +// line 414 in phpfreechat.class.php +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; + +// line 42 in ban.class.php +$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-08-07 07:47:36
|
Revision: 1096 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1096&view=rev Author: kerphi Date: 2007-08-07 00:47:36 -0700 (Tue, 07 Aug 2007) Log Message: ----------- german translation for "%s was invited by %s" Modified Paths: -------------- trunk/i18n/de_DE-formal/main.php trunk/i18n/de_DE-informal/main.php Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-08-07 07:46:37 UTC (rev 1095) +++ trunk/i18n/de_DE-formal/main.php 2007-08-07 07:47:36 UTC (rev 1096) @@ -405,6 +405,6 @@ $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"] = ""; +$GLOBALS["i18n"]["%s was invited by %s"] = "%s wurde von %s eingeladen"; ?> \ 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:46:37 UTC (rev 1095) +++ trunk/i18n/de_DE-informal/main.php 2007-08-07 07:47:36 UTC (rev 1096) @@ -406,6 +406,6 @@ $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"] = ""; +$GLOBALS["i18n"]["%s was invited by %s"] = "%s wurde von %s eingeladen"; ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2007-09-07 15:06:53
|
Revision: 1184 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1184&view=rev Author: kerphi Date: 2007-09-07 08:06:54 -0700 (Fri, 07 Sep 2007) Log Message: ----------- Italian and German translation update (thanks to michfress and Ernst) Modified Paths: -------------- trunk/i18n/de_DE-informal/main.php trunk/i18n/it_IT/main.php Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-09-06 19:18:04 UTC (rev 1183) +++ trunk/i18n/de_DE-informal/main.php 2007-09-07 15:06:54 UTC (rev 1184) @@ -26,6 +26,7 @@ * @author BSEMF <bsemfger <at> aim.com> * @author Karsten Hens www.karsten-hens.de * @author Thomas Stueven (ak Troubadix) <thomas.stueven <at> online.de> + * @author Michael Freßmann www.4horsemen.de */ // line 45 in phpfreechatconfig.class.php @@ -41,7 +42,7 @@ $GLOBALS["i18n"]["Text cannot be empty"] = "Text darf nicht fehlen"; // line 392 in phpfreechat.class.php -$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s ändert seinen Nicknamen zu %s"; +$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s ändert den Nicknamen zu %s"; // line 398 in phpfreechat.class.php $GLOBALS["i18n"]["%s is connected"] = "%s ist verbunden"; @@ -161,10 +162,10 @@ $GLOBALS["i18n"]["Show smiley box"] = "Smileybox einblenden"; // line 88 in pfcclient.js.tpl.php -$GLOBALS["i18n"]["Hide online users box"] = "Liste der Online Benutzer verstecken"; +$GLOBALS["i18n"]["Hide online users box"] = "Liste der Online-Benutzer verstecken"; // line 89 in pfcclient.js.tpl.php -$GLOBALS["i18n"]["Show online users box"] = "Liste der Online Benutzer zeigen"; +$GLOBALS["i18n"]["Show online users box"] = "Liste der Online-Benutzer zeigen"; // line 75 in pfccommand.class.php $GLOBALS["i18n"]["%s must be implemented"] = "%s muss implementiert werden"; @@ -255,7 +256,7 @@ $GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "Der Parameter '%s' muss ein Boolean sein"; // line 271 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Der Parameter '%s' muss eine Zeichenkette sein"; +$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Der Parameter '%s' muss eine Zeichenkette sein"; // line 395 in pfcglobalconfig.class.php $GLOBALS["i18n"]["'%s' must be writable"] = "'%s' muss beschreibbar sein"; @@ -312,13 +313,13 @@ $GLOBALS["i18n"]["Send"] = "Senden"; // line 86 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: connect error"] = "Mysql container: Verbindungsfehler"; +$GLOBALS["i18n"]["Mysql container: connect error"] = "MySQL container: Verbindungsfehler"; // line 101 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql container: Fehler beim erstellen der Datenbank %s"; +$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "MySQL container: Fehler beim erstellen der Datenbank %s"; // line 112 in mysql.class.php -$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql container: Fehler beim erstellen einer Tabelle %s"; +$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "MySQL container: Fehler beim erstellen einer Tabelle %s"; // line 80 in chat.js.tpl.php $GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Du kannst nicht mit dir selber sprechen"; @@ -333,10 +334,10 @@ $GLOBALS["i18n"]["Disable sound notifications"] = "Akustische Signale ausschalten"; // line 23 in kick.class.php -$GLOBALS["i18n"]["no reason"] = "kein grund"; +$GLOBALS["i18n"]["no reason"] = "kein Grund"; // line 24 in banlist.class.php -$GLOBALS["i18n"]["The banished user list is:"] = "Die verbannten Benutzer sind:"; +$GLOBALS["i18n"]["The banished user list is:"] = "Die gebannten Benutzer sind:"; // line 39 in banlist.class.php $GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' hebt die Verbannung für den Benutzer {nickname} auf"; @@ -344,63 +345,62 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "rausgeworfen aus %s durch %s - Grund: %s"; - // line 20 in quit.class.php -$GLOBALS["i18n"]["%s quit (%s)"] = ""; +$GLOBALS["i18n"]["%s quit (%s)"] = "%s verließ den Chat (%s)"; // line 124 in chat.js.tpl.php -$GLOBALS["i18n"]["Chat loading ..."] = ""; +$GLOBALS["i18n"]["Chat loading ..."] = "Der Chat lädt"; // line 124 in chat.js.tpl.php -$GLOBALS["i18n"]["Please wait"] = ""; +$GLOBALS["i18n"]["Please wait"] = "Warte bitte"; // line 139 in chat.js.tpl.php -$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s ist offenbar entweder abgestellt oder wird nicht von deinem Browser unterstützt."; // line 139 in chat.js.tpl.php -$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; +$GLOBALS["i18n"]["This web application requires %s to work properly."] = "Dieses Programm erfordert, dass %s korrekt läuft."; // line 135 in chat.js.tpl.php $GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; // line 137 in chat.js.tpl.php -$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Bitte wechsele auf einen Browser mit %s-Unterstützung und versuche es nochmal."; // line 139 in chat.js.tpl.php -$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "In älteren Internet-Explorer-Versionen als 7.0 wurde Ajax mittles ActiveX implementiert. Bitte stelle ActiveX in den Sicherheitseinstellungen deines Browsers an, oder wechsle auf einen Browser mit Ajax-Unterstützung und versuche es erneut."; // line 359 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s existiert nicht, data_public_path kann nicht installiert werden."; // line 73 in invite.class.php -$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = ""; +$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Du musst % betreten, um Benutzer in diesen Kanal einladen zu können."; // line 47 in chat.html.tpl.php -$GLOBALS["i18n"]["Ping"] = ""; +$GLOBALS["i18n"]["Ping"] = "Ping"; // line 477 in phpfreechat.class.php -$GLOBALS["i18n"]["Input Required"] = ""; +$GLOBALS["i18n"]["Input Required"] = "Eine Eingabe ist erforderlich."; // line 478 in phpfreechat.class.php -$GLOBALS["i18n"]["OK"] = ""; +$GLOBALS["i18n"]["OK"] = "OK"; // line 479 in phpfreechat.class.php -$GLOBALS["i18n"]["Cancel"] = ""; +$GLOBALS["i18n"]["Cancel"] = "Abbrechen"; // line 430 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["cannot create %s"] = ""; +$GLOBALS["i18n"]["cannot create %s"] = "%s kann nicht erzeugt werden."; // line 436 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; +$GLOBALS["i18n"]["cannot copy %s in %s"] = "%s kann nicht nach %s kopiert werden."; // line 667 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Fehler: '%s' wurde nicht gefunden, prüfe bitte, ob dein theme_path '%s' und dein Theme '%s' korrekt sind."; // line 414 in phpfreechat.class.php -$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Willst du diesen Reiter wirklich schließen?"; // line 42 in ban.class.php -$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s wurde aus % von % gebannt."; // line 461 in phpfreechat.class.php $GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; Modified: trunk/i18n/it_IT/main.php =================================================================== --- trunk/i18n/it_IT/main.php 2007-09-06 19:18:04 UTC (rev 1183) +++ trunk/i18n/it_IT/main.php 2007-09-07 15:06:54 UTC (rev 1184) @@ -384,21 +384,20 @@ // line 479 in phpfreechat.class.php $GLOBALS["i18n"]["Cancel"] = "Annulla"; - // line 430 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["cannot create %s"] = ""; +$GLOBALS["i18n"]["cannot create %s"] = "impossibile creare %s"; // line 436 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["cannot copy %s in %s"] = ""; +$GLOBALS["i18n"]["cannot copy %s in %s"] = "impossibile copiare %s in %s"; // line 667 in pfcglobalconfig.class.php -$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = ""; +$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Errore: %s non può essere trovata, gentilmente controlla che la path del tema '%s' e il tema '%s' siano corretti"; // line 414 in phpfreechat.class.php -$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = ""; +$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Sei sicuro di voler chiudere questo Tab?"; // line 42 in ban.class.php -$GLOBALS["i18n"]["%s banished from %s by %s"] = ""; +$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s bannato dalla chat %s da %s"; // line 461 in phpfreechat.class.php $GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ke...@us...> - 2008-03-23 19:19:08
|
Revision: 1225 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1225&view=rev Author: kerphi Date: 2008-03-23 12:19:14 -0700 (Sun, 23 Mar 2008) Log Message: ----------- remove the unused admin.php translation files Removed Paths: ------------- trunk/i18n/da_DK/admin.php trunk/i18n/en_US/admin.php trunk/i18n/es_ES/admin.php trunk/i18n/fr_FR/admin.php trunk/i18n/hu_HU/admin.php trunk/i18n/it_IT/admin.php trunk/i18n/ja_JP/admin.php trunk/i18n/pl_PL/admin.php trunk/i18n/ru_RU/admin.php trunk/i18n/sv_SE/admin.php trunk/i18n/uk_RO/admin.php Deleted: trunk/i18n/da_DK/admin.php =================================================================== --- trunk/i18n/da_DK/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/da_DK/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/da_DK/admin.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Danish translation of the messages (utf8 encoded!) - * - * @author Mads Ovesen <mo...@wi...> - */ - -$GLOBALS["i18n"]["lang"] = "Dansk"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administration"; -$GLOBALS["i18n"]["Available Languages"] = "Tilgængelige sprog"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC version verifikation"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Internet-forbindelse er ikke mulig"; -$GLOBALS["i18n"]["PFC is update"] = "PFC er opdateret"; -$GLOBALS["i18n"]["PFC version"] = "PFC version"; -$GLOBALS["i18n"]["The last official version"] = "Den sidste officielle version"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC er ikke opdateret"; -$GLOBALS["i18n"]["Your version"] = "Din version"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Hent den sidste version %s her %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Brugerhåndtering"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Mindst en bruger skal være erklæret for at aktivere autentifikationen."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Det er ikke muligt at slette den sidste bruger."; - -$GLOBALS["i18n"]["User %s deleted."] = "Bruger %s slettet."; -$GLOBALS["i18n"]["User %s added."] = "Bruger %s tilføjet."; -$GLOBALS["i18n"]["User %s edited."] = "Bruger %s redigeret."; - -$GLOBALS["i18n"]["Authentication disable"] = "Deaktiver autentificering"; -$GLOBALS["i18n"]["Enable here"] = "Aktiver her"; -$GLOBALS["i18n"]["Authentication enable"] = "Aktiver autentificering"; -$GLOBALS["i18n"]["Disable here"] = "Deaktiver her"; - -$GLOBALS["i18n"]["Username"] = "Brugernavn"; -$GLOBALS["i18n"]["Password"] = "Kodeord"; -$GLOBALS["i18n"]["Group"] = "Gruppe"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Ønsker du virkelig at slette %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Tilføj en ny bruger"; - -$GLOBALS["i18n"]["Edit"] = "Rediger"; -$GLOBALS["i18n"]["Delete"] = "Slet"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Tilgængelige temaer"; -$GLOBALS["i18n"]["Screenshot"] = "Screenshot"; - -?> Deleted: trunk/i18n/en_US/admin.php =================================================================== --- trunk/i18n/en_US/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/en_US/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/en_US/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * English translation of the messages (utf8 encoded!) - * - * @author Nemako <fr...@ne...> - */ - -$GLOBALS["i18n"]["lang"] = "English"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administration"; -$GLOBALS["i18n"]["Available Languages"] = "Available Languages"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC version verification"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Internet connection is not possible"; -$GLOBALS["i18n"]["PFC is update"] = "PFC is update"; -$GLOBALS["i18n"]["PFC version"] = "PFC version"; -$GLOBALS["i18n"]["The last official version"] = "The last official version"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC is not update"; -$GLOBALS["i18n"]["Your version"] = "Your version"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Download the last version %s here %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Users management"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "At least one user must be declare to activate authentication."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "It is not possible to delete the last user."; - -$GLOBALS["i18n"]["User %s deleted."] = "User %s deleted."; -$GLOBALS["i18n"]["User %s added."] = "User %s added."; -$GLOBALS["i18n"]["User %s edited."] = "User %s edited."; - -$GLOBALS["i18n"]["Authentication disable"] = "Authentication disable"; -$GLOBALS["i18n"]["Enable here"] = "Activate here"; -$GLOBALS["i18n"]["Authentication enable"] = "Authentication enable"; -$GLOBALS["i18n"]["Disable here"] = "Disable here"; - -$GLOBALS["i18n"]["Username"] = "Username"; -$GLOBALS["i18n"]["Password"] = "Password"; -$GLOBALS["i18n"]["Group"] = "Group"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Do you really want to delete %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Add a new user"; - -$GLOBALS["i18n"]["Edit"] = "Edit"; -$GLOBALS["i18n"]["Delete"] = "Delete"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Available themes"; -$GLOBALS["i18n"]["Screenshot"] = "Screenshot"; - -?> Deleted: trunk/i18n/es_ES/admin.php =================================================================== --- trunk/i18n/es_ES/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/es_ES/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/es_ES/admin.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Spanish translation of the messages (utf8 encoded!) - * - * @translated by Álvaro Ortega <may...@gm...> - */ - -$GLOBALS["i18n"]["lang"] = "Español"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administración"; -$GLOBALS["i18n"]["Available Languages"] = "Available Languages"; -$GLOBALS["i18n"]["PFC version verification"] = "Verificacion de la versión de PFC"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "No es posible la coneccion a internet"; -$GLOBALS["i18n"]["PFC is update"] = "PFC está actualizado"; -$GLOBALS["i18n"]["PFC version"] = "versión PFC"; -$GLOBALS["i18n"]["The last official version"] = "La última versión oficial"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC no está Actualizado"; -$GLOBALS["i18n"]["Your version"] = "Su versión"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Descarga la última versión %s aquí %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Administrador de usuarios"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Al menos un usuario debe ser declarado para activar la autenticación."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "No es posible borrar al último usuario."; - -$GLOBALS["i18n"]["User %s deleted."] = "Usuario %s borrado."; -$GLOBALS["i18n"]["User %s added."] = "Usuario %s agregado."; -$GLOBALS["i18n"]["User %s edited."] = "Ususario %s editado."; - -$GLOBALS["i18n"]["Authentication disable"] = "Deshabilitar la autenticación"; -$GLOBALS["i18n"]["Enable here"] = "Habilitar aquí"; -$GLOBALS["i18n"]["Authentication enable"] = "Habilitar la autentificacion "; -$GLOBALS["i18n"]["Disable here"] = "Deshabilitar aquí"; - -$GLOBALS["i18n"]["Username"] = "Username"; -$GLOBALS["i18n"]["Password"] = "Password"; -$GLOBALS["i18n"]["Group"] = "Grupo"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "¿ Realmente quieres borrar a %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Agregado un nuevo usuario"; - -$GLOBALS["i18n"]["Edit"] = "Editar"; -$GLOBALS["i18n"]["Delete"] = "Borrar"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Temas habilitados"; -$GLOBALS["i18n"]["Screenshot"] = "Screenshot"; - -?> Deleted: trunk/i18n/fr_FR/admin.php =================================================================== --- trunk/i18n/fr_FR/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/fr_FR/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,74 +0,0 @@ -<?php -/** - * i18n/en_US/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * English translation of the messages (utf8 encoded!) - * - * @author Stephane Gully <ste...@gm...> - */ - -$GLOBALS["i18n"]["lang"] = "Français"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administration"; -$GLOBALS["i18n"]["Available Languages"] = "Langues disponibles"; -$GLOBALS["i18n"]["PFC version verification"] = "Verification de la version de PFC"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "La connexion à Internet n'est pas possible"; -$GLOBALS["i18n"]["PFC is update"] = "PFC est à jour"; -$GLOBALS["i18n"]["PFC version"] = "version de PFC"; -$GLOBALS["i18n"]["The last official version"] = "La dernière version officielle"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC n'est pas à jour"; -$GLOBALS["i18n"]["Your version"] = "Votre version"; -$GLOBALS["i18n"]["The last official version"] = "La dernière version officielle"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Download the last version %s here %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Gestion des utilisateurs"; - -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Au moins un utilisateur doit être créé pour activer une authentification."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Il est impossible de supprimer le dernier utilisateur."; - -$GLOBALS["i18n"]["User %s deleted."] = "Utilisateur %s supprimé."; -$GLOBALS["i18n"]["User %s added."] = "Utilisateur %s ajouté."; -$GLOBALS["i18n"]["User %s edited."] = "Utilisateur %s modifé."; - -$GLOBALS["i18n"]["Authentication disable"] = "Authentification désactivée"; -$GLOBALS["i18n"]["Enable here"] = "Activer ici"; -$GLOBALS["i18n"]["Authentication enable"] = "Authentification activée"; -$GLOBALS["i18n"]["Disable here"] = "Désactiver ici"; - -$GLOBALS["i18n"]["Username"] = "Utilisateur"; -$GLOBALS["i18n"]["Password"] = "Mot de passe"; -$GLOBALS["i18n"]["Group"] = "Groupe"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Voulez-vous vraiment supprimer %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Ajouter un nouvel utilisateur"; - -$GLOBALS["i18n"]["Edit"] = "Modifier"; -$GLOBALS["i18n"]["Delete"] = "Supprimer"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Liste des themes disponibles"; -$GLOBALS["i18n"]["Screenshot"] = "Capture d'écran"; - -?> Deleted: trunk/i18n/hu_HU/admin.php =================================================================== --- trunk/i18n/hu_HU/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/hu_HU/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/hu_HU/admin.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Hungarian translation of the messages (utf8 encoded!) - * - * @translated by GaLa <ga...@pr...> - */ - -$GLOBALS["i18n"]["lang"] = "Hungarian"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Adminisztrácio"; -$GLOBALS["i18n"]["Available Languages"] = "Elérhető nyelvek"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC verzió ellenőrzés"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Nincs internet kapcsolat"; -$GLOBALS["i18n"]["PFC is update"] = "PFC a legfrissebb"; -$GLOBALS["i18n"]["PFC version"] = "PFC verzió"; -$GLOBALS["i18n"]["The last official version"] = "Utolsó hivatalosverzió"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC nem a legfrissebb"; -$GLOBALS["i18n"]["Your version"] = "PFC verziód"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Toltsd le a legfrissebb verziót %s innen: %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Felhasználó kezelő"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Legalább egy felhasználót meg kell határozni a hitelesítés aktiválásához."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Az utolsó felhasználó törlése nem engedélyezet."; - -$GLOBALS["i18n"]["User %s deleted."] = "%s elhasználó törölve."; -$GLOBALS["i18n"]["User %s added."] = "%s felhasználó hozzáadva."; -$GLOBALS["i18n"]["User %s edited."] = "%s felhasználó szerkesztve."; - -$GLOBALS["i18n"]["Authentication disable"] = "Hitelesítés letiltva"; -$GLOBALS["i18n"]["Enable here"] = "Aktiválás itt"; -$GLOBALS["i18n"]["Authentication enable"] = "Hitelesítés engedélyezve"; -$GLOBALS["i18n"]["Disable here"] = "Letiltás itt"; - -$GLOBALS["i18n"]["Username"] = "Felhasználó név"; -$GLOBALS["i18n"]["Password"] = "Jelszó"; -$GLOBALS["i18n"]["Group"] = "Csoport"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Tényleg törölni akarod %s -t ?"; -$GLOBALS["i18n"]["Add a new user"] = "Új felhasználó hozzáadása"; - -$GLOBALS["i18n"]["Edit"] = "Szerkeszt"; -$GLOBALS["i18n"]["Delete"] = "Töröl"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Elérhető kinézetek"; -$GLOBALS["i18n"]["Screenshot"] = "Képernyőkép"; - -?> Deleted: trunk/i18n/it_IT/admin.php =================================================================== --- trunk/i18n/it_IT/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/it_IT/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,74 +0,0 @@ -<?php -/** - * i18n/it_IT/admin.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Italian translation of the messages (utf8 encoded!) - * - * @author bellakioma - */ - -$GLOBALS["i18n"]["lang"] = "Italiano"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Amministrazione"; -$GLOBALS["i18n"]["Available Languages"] = "Linugue disponibili"; -$GLOBALS["i18n"]["PFC version verification"] = "Verifica della versione di PFC"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "La connessione a Internet non è possibile"; -$GLOBALS["i18n"]["PFC is update"] = "PFC è aggiornata"; -$GLOBALS["i18n"]["PFC version"] = "versione di PFC"; -$GLOBALS["i18n"]["The last official version"] = "L'ultima versione ufficiale"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC non è aggiornato"; -$GLOBALS["i18n"]["Your version"] = "La vostra versione"; -//$GLOBALS["i18n"]["The last official version"] = "L'ultima versione ufficiale"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Scarica l'ultima versione %s qui %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Gestione degli utenti"; - -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Deve essere creato almeno un utente per attivare l'autenticazione."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "È impossibile eliminare l'ultimo utente."; - -$GLOBALS["i18n"]["User %s deleted."] = "Utente %s eliminato."; -$GLOBALS["i18n"]["User %s added."] = "Utente %s aggiunto."; -$GLOBALS["i18n"]["User %s edited."] = "Utente %s modificato."; - -$GLOBALS["i18n"]["Authentication disable"] = "Autenticazione disattivata"; -$GLOBALS["i18n"]["Enable here"] = "Attivare qui"; -$GLOBALS["i18n"]["Authentication enable"] = "Autenticazione attivata"; -$GLOBALS["i18n"]["Disable here"] = "Disattivare qui"; - -$GLOBALS["i18n"]["Username"] = "Utente"; -$GLOBALS["i18n"]["Password"] = "Password"; -$GLOBALS["i18n"]["Group"] = "Gruppo"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Vuoi veramente eliminare %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Aggiungere un nuovo utente"; - -$GLOBALS["i18n"]["Edit"] = "Modificare"; -$GLOBALS["i18n"]["Delete"] = "Eliminare"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Elenco dei temi disponibili"; -$GLOBALS["i18n"]["Screenshot"] = "Cattura schermata"; - -?> Deleted: trunk/i18n/ja_JP/admin.php =================================================================== --- trunk/i18n/ja_JP/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/ja_JP/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/ja_JP/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Japanese translation of the messages (utf8 encoded!) - * - * @author Tadashi Jokagi <el...@us...> http://poyo.jp/ - */ - -$GLOBALS["i18n"]["lang"] = "Japanese"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "管理"; -$GLOBALS["i18n"]["Available Languages"] = "利用可能な言語"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC のバージョン確認"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "インターネットへの接続ができません。"; -$GLOBALS["i18n"]["PFC is update"] = "PFC is update"; -$GLOBALS["i18n"]["PFC version"] = "PFC バージョン"; -$GLOBALS["i18n"]["The last official version"] = "最後の公式バージョン"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC is not update"; -$GLOBALS["i18n"]["Your version"] = "使用中のバージョン"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "%s ここ %s で最新バージョンをダウンロードします。"; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "ユーザー管理"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "少なくとも認証を有効にするにはひとりのユーザーを作成しなければなりません。"; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "最後のユーザを削除することはできません。"; - -$GLOBALS["i18n"]["User %s deleted."] = "ユーザー %s を削除しました。"; -$GLOBALS["i18n"]["User %s added."] = "ユーザー %s を追加しました。"; -$GLOBALS["i18n"]["User %s edited."] = "ユーザー %s を編集しました。"; - -$GLOBALS["i18n"]["Authentication disable"] = "認証は無効です"; -$GLOBALS["i18n"]["Enable here"] = "ここで有効にする"; -$GLOBALS["i18n"]["Authentication enable"] = "認証は有効です"; -$GLOBALS["i18n"]["Disable here"] = "ここで無効にする"; - -$GLOBALS["i18n"]["Username"] = "ユーザー名"; -$GLOBALS["i18n"]["Password"] = "パスワード"; -$GLOBALS["i18n"]["Group"] = "グループ"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "本当に「%s」を削除しますか?"; -$GLOBALS["i18n"]["Add a new user"] = "新規ユーザーを追加する"; - -$GLOBALS["i18n"]["Edit"] = "編集する"; -$GLOBALS["i18n"]["Delete"] = "削除する"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "利用可能なテーマ"; -$GLOBALS["i18n"]["Screenshot"] = "スクリーンショット"; - -?> Deleted: trunk/i18n/pl_PL/admin.php =================================================================== --- trunk/i18n/pl_PL/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/pl_PL/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/pl_PL/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Polish translation of the messages (utf8 encoded!) - * - * @author Jusuff <ju...@op...> - */ - -$GLOBALS["i18n"]["lang"] = "Polski"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administracja"; -$GLOBALS["i18n"]["Available Languages"] = "Dostępne języki"; -$GLOBALS["i18n"]["PFC version verification"] = "Kontrola wersji PFC"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Połączenie z Internetem nie jest możliwe"; -$GLOBALS["i18n"]["PFC is update"] = "Twoja wersja PFC jest aktualna"; -$GLOBALS["i18n"]["PFC version"] = "Wersja PFC"; -$GLOBALS["i18n"]["The last official version"] = "Najnowsza oficjalna wersja"; -$GLOBALS["i18n"]["PFC is not update"] = "Twoja wersja PFC jest nieaktualna"; -$GLOBALS["i18n"]["Your version"] = "Twoja wersja"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Pobierz najnowszą wersję %s tutaj %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Zarządzanie użytkownikami"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Musi być przynajmniej jeden użytkownik, by można było włączyć uwierzytelnianie."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Nie można usunąć ostatniego użytkownika."; - -$GLOBALS["i18n"]["User %s deleted."] = "Użytkownik %s został usunięty."; -$GLOBALS["i18n"]["User %s added."] = "Użytkownik %s został dodany."; -$GLOBALS["i18n"]["User %s edited."] = "Użytkownik %s został zmieniony."; - -$GLOBALS["i18n"]["Authentication disable"] = "Uwierzytelnianie wyłączone"; -$GLOBALS["i18n"]["Enable here"] = "Włącz tutaj"; -$GLOBALS["i18n"]["Authentication enable"] = "Uwierzytelnianie włączone"; -$GLOBALS["i18n"]["Disable here"] = "Wyłącz tutaj"; - -$GLOBALS["i18n"]["Username"] = "Użytkownik"; -$GLOBALS["i18n"]["Password"] = "Hasło"; -$GLOBALS["i18n"]["Group"] = "Grupa"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Na pewno chcesz usunąć użytkownika: %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Dodaj nowego użytkownika"; - -$GLOBALS["i18n"]["Edit"] = "Edytuj"; -$GLOBALS["i18n"]["Delete"] = "Usuń"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Dostępne motywy"; -$GLOBALS["i18n"]["Screenshot"] = "Screenshot"; - -?> Deleted: trunk/i18n/ru_RU/admin.php =================================================================== --- trunk/i18n/ru_RU/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/ru_RU/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/ru_RU/admin.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Russian translation of the messages (utf8 encoded!) - * - * @author Kamashev Maxim <m.k...@gm...> - */ - -$GLOBALS["i18n"]["lang"] = "Русский"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Администрация"; -$GLOBALS["i18n"]["Available Languages"] = "Доступные языки"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC версия верифицированна"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Не стабильное интернет соединение"; -$GLOBALS["i18n"]["PFC is update"] = "PFC обновлён"; -$GLOBALS["i18n"]["PFC version"] = "PFC версия"; -$GLOBALS["i18n"]["The last official version"] = "Предыдущая официальная версия"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC не обновлён"; -$GLOBALS["i18n"]["Your version"] = "Ваша версия"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Загрузите предыдущую версию %s здесь %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Управление пользователями"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Минимум один пользователь должен быть для активизации авторизации."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Нельзя удалить 'старого' пользователя."; - -$GLOBALS["i18n"]["User %s deleted."] = "Пользователь %s удалён."; -$GLOBALS["i18n"]["User %s added."] = "Пользователь %s добавлен."; -$GLOBALS["i18n"]["User %s edited."] = "Пользователь %s изменён."; - -$GLOBALS["i18n"]["Authentication disable"] = "Авторизация запрещена"; -$GLOBALS["i18n"]["Enable here"] = "Активизировать здесь"; -$GLOBALS["i18n"]["Authentication enable"] = "Авторизация разрешена"; -$GLOBALS["i18n"]["Disable here"] = "Запретить здесь"; - -$GLOBALS["i18n"]["Username"] = "Имя пользователя"; -$GLOBALS["i18n"]["Password"] = "Пароль"; -$GLOBALS["i18n"]["Group"] = "Группа"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Вы на самом деле хотите удалить %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Добавить нового пользователя"; - -$GLOBALS["i18n"]["Edit"] = "Изменить"; -$GLOBALS["i18n"]["Delete"] = "Удалить"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Доступные темы"; -$GLOBALS["i18n"]["Screenshot"] = "Скриншот"; - -?> Deleted: trunk/i18n/sv_SE/admin.php =================================================================== --- trunk/i18n/sv_SE/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/sv_SE/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/sv_SE/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Swedish translation of the messages (utf8 encoded!) - * - * @author Isa Acar <zi...@gm...> - */ - -$GLOBALS["i18n"]["lang"] = "English"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administration"; -$GLOBALS["i18n"]["Available Languages"] = "Tillgängliga språk"; -$GLOBALS["i18n"]["PFC version verification"] = "PFC version verifikation"; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Internet uppkoppling är inte möjlig "; -$GLOBALS["i18n"]["PFC is update"] = "PFC is uppdaterad"; -$GLOBALS["i18n"]["PFC version"] = "PFC version"; -$GLOBALS["i18n"]["The last official version"] = "Senaste oficiella versionen"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC is not update"; -$GLOBALS["i18n"]["Your version"] = "Din version"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Ladda ner den senaste versionen %s här %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Användarhantering"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Minst en person måste deklarera för att aktivera autentiseringen."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Det är inte möjligt att radera den sista användaren."; - -$GLOBALS["i18n"]["User %s deleted."] = "Användare %s raderades."; -$GLOBALS["i18n"]["User %s added."] = "Användare %s lades till."; -$GLOBALS["i18n"]["User %s edited."] = "Användare %s redigerades."; - -$GLOBALS["i18n"]["Authentication disable"] = "Autentisering inaktiverad"; -$GLOBALS["i18n"]["Enable here"] = "Aktivera här"; -$GLOBALS["i18n"]["Authentication enable"] = "Autentisering aktiverad"; -$GLOBALS["i18n"]["Disable here"] = "Inaktivera här"; - -$GLOBALS["i18n"]["Username"] = "Användarnamn"; -$GLOBALS["i18n"]["Password"] = "Lösenord"; -$GLOBALS["i18n"]["Group"] = "Grupp"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Vill du verkligen radera %s?"; -$GLOBALS["i18n"]["Add a new user"] = "Lägg till ny användare"; - -$GLOBALS["i18n"]["Edit"] = "Redigera"; -$GLOBALS["i18n"]["Delete"] = "Radera"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Tillgängliga teman"; -$GLOBALS["i18n"]["Screenshot"] = "Screenshot"; - -?> Deleted: trunk/i18n/uk_RO/admin.php =================================================================== --- trunk/i18n/uk_RO/admin.php 2008-03-23 19:00:28 UTC (rev 1224) +++ trunk/i18n/uk_RO/admin.php 2008-03-23 19:19:14 UTC (rev 1225) @@ -1,72 +0,0 @@ -<?php -/** - * i18n/uk_RO/main.php - * - * Copyright © 2006 Stephane Gully <ste...@gm...> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -/** - * Romanian translation of the messages (utf8 encoded!) - * - * @author Bindila Eduard Catalin - */ - -$GLOBALS["i18n"]["lang"] = "Romana"; - -// admin/index.php -$GLOBALS["i18n"]["Administration"] = "Administrare"; -$GLOBALS["i18n"]["Available Languages"] = "Limbi valabile"; -$GLOBALS["i18n"]["PFC version verification"] = "Verificare versiune PFC "; -$GLOBALS["i18n"]["Internet connection is not possible"] = "Conectarea nu este posibila "; -$GLOBALS["i18n"]["PFC is update"] = "PFC este update"; -$GLOBALS["i18n"]["PFC version"] = "Versiune PFC "; -$GLOBALS["i18n"]["The last official version"] = "Ultima versiune oficiala"; -$GLOBALS["i18n"]["PFC is not update"] = "PFC nu este update"; -$GLOBALS["i18n"]["Your version"] = "Versiunea ta"; -$GLOBALS["i18n"]["Download the last version %s here %s."] = "Donwloadeaza ultima versiune %s aici %s."; - - -// admin/user.php -$GLOBALS["i18n"]["Users management"] = "Administrare useri"; -$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Cel putin un user trebuie declarat pentru a activa autentificarea."; -$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Nu este posibila stergera ultimului user."; - -$GLOBALS["i18n"]["User %s deleted."] = "Userul %s a fost sters."; -$GLOBALS["i18n"]["User %s added."] = "Userul %s a fost adaugat."; -$GLOBALS["i18n"]["User %s edited."] = "Userul %s a fost editat."; - -$GLOBALS["i18n"]["Authentication disable"] = "Autentificare dezactivata"; -$GLOBALS["i18n"]["Enable here"] = "Activeazsa aici"; -$GLOBALS["i18n"]["Authentication enable"] = "Autentificare activata"; -$GLOBALS["i18n"]["Disable here"] = "Dezactiveaza aici"; - -$GLOBALS["i18n"]["Username"] = "Nume"; -$GLOBALS["i18n"]["Password"] = "Parola"; -$GLOBALS["i18n"]["Group"] = "Grup"; - -$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Sigur vrei sa stergi userul %s ?"; -$GLOBALS["i18n"]["Add a new user"] = "Adauga user"; - -$GLOBALS["i18n"]["Edit"] = "Editeaza"; -$GLOBALS["i18n"]["Delete"] = "Sterge"; - -// admin/themes.php -$GLOBALS["i18n"]["Available themes"] = "Teme valabile"; -$GLOBALS["i18n"]["Screenshot"] = "Imagini"; - -?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |