[Phpfreechat-svn] SF.net SVN: phpfreechat: [871] trunk
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2006-11-13 17:43:29
|
Revision: 871
http://svn.sourceforge.net/phpfreechat/?rev=871&view=rev
Author: kerphi
Date: 2006-11-13 09:43:16 -0800 (Mon, 13 Nov 2006)
Log Message:
-----------
New Armenian translation (work in progress)
Modified Paths:
--------------
trunk/demo/demo52_in_bangla.php
trunk/demo/index.php
Added Paths:
-----------
trunk/demo/demo53_in_armenian.php
trunk/i18n/hy_AM/
trunk/i18n/hy_AM/main.php
Modified: trunk/demo/demo52_in_bangla.php
===================================================================
--- trunk/demo/demo52_in_bangla.php 2006-11-13 17:36:30 UTC (rev 870)
+++ trunk/demo/demo52_in_bangla.php 2006-11-13 17:43:16 UTC (rev 871)
@@ -1,4 +1,4 @@
-<?php
+<?php
require_once dirname(__FILE__)."/../src/phpfreechat.class.php";
Added: trunk/demo/demo53_in_armenian.php
===================================================================
--- trunk/demo/demo53_in_armenian.php (rev 0)
+++ trunk/demo/demo53_in_armenian.php 2006-11-13 17:43:16 UTC (rev 871)
@@ -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"] = "hy_AM";
+$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-11-13 17:36:30 UTC (rev 870)
+++ trunk/demo/index.php 2006-11-13 17:43:16 UTC (rev 871)
@@ -119,6 +119,7 @@
<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>
<li><a href="demo52_in_bangla.php">demo52 - the Bangla translation of the chat</a></li>
+ <li><a href="demo53_in_armenian.php">demo53 - the Armenian translation of the chat</a></li>
</ul>
</div>
Added: trunk/i18n/hy_AM/main.php
===================================================================
--- trunk/i18n/hy_AM/main.php (rev 0)
+++ trunk/i18n/hy_AM/main.php 2006-11-13 17:43:16 UTC (rev 871)
@@ -0,0 +1,311 @@
+<?php
+/**
+ * i18n/hy_AM/main.php
+ *
+ * Copyright © 2006 Stephane Gully
+ *
+ * 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
+ */
+
+/**
+ * Armenian translation of the messages (utf8 encoded!)
+ *
+ * @author Shadowed
+ */
+
+$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]"] = " ";
+
+// 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"] = "Պրե";
+
+// 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 324 in phpfreechatconfig.class.php
+$GLOBALS["i18n"]["'serverid' parameter is mandatory by default use 'md5(__FILE__)' value"] = "'serverid' պարամետրը պարտադիր է, ընդհանուր դեպքում օգտագործեք 'md5(__FILE__)' արժեքը";
+
+// 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'";
+
+// line 186 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["My room"] = "Իմ սենյակը";
+
+// line 19 in unban.class.php
+$GLOBALS["i18n"]["Missing parameter"] = "Պարամետրը բացակայում է";
+
+// line 38 in ban.class.php
+$GLOBALS["i18n"]["banished from %s by %s"] = "բան եղավ %s-ից %s-ի կողմից";
+
+// line 23 in banlist.class.php
+$GLOBALS["i18n"]["The banished user's id list is:"] = "Բան եղած անձանց ցուցակը`";
+
+// line 32 in banlist.class.php
+$GLOBALS["i18n"]["Empty"] = "Դատարկ է";
+
+// line 34 in banlist.class.php
+$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' հրամանը չբան կանի {id} ունեցող անձին";
+
+// line 35 in banlist.class.php
+$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unban all' հրամանը չբան կանի սենյակում գտնվող բոլոր անձանց";
+
+// line 24 in update.class.php
+$GLOBALS["i18n"]["%s quit (timeout)"] = "%s անունով անձը հեռացավ (timeout)";
+
+// line 46 in join.class.php
+$GLOBALS["i18n"]["%s joins %s"] = "%s անունով անձը մտնում է %s";
+
+// line 31 in kick.class.php
+$GLOBALS["i18n"]["kicked from %s by %s"] = "%s անունով անձը քացի կերավ %s-ի կողմից";
+
+// line 38 in send.class.php
+$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Անհնար է ուղարկել հաղորդագրությունը, %s անունով անձը միացած չէ";
+
+// line 27 in unban.class.php
+$GLOBALS["i18n"]["Nobody has been unbanished"] = "Ոչ ոք չբան չեղավ";
+
+// line 42 in unban.class.php
+$GLOBALS["i18n"]["%s has been unbanished"] = "%s անունով անձը չբան եղավ";
+
+// line 49 in unban.class.php
+$GLOBALS["i18n"]["%s users have been unbanished"] = "%s անձինք չբան եղան";
+
+// line 47 in auth.class.php
+$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Ձեզ չի թույլատրվում աշխատացնել '%s' հրամանը";
+
+// line 66 in auth.class.php
+$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Անհնար է մտնել %s, քանի որ Դուք բան եք եղած";
+
+// line 76 in auth.class.php
+$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Անհնար է մտնել %s, քանի որ սենյակների ցանկը սահմանափակ է";
+
+// line 89 in auth.class.php
+$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Ձեզ չի թույլատրվում փոխել ծածկանունը";
+
+// line 56 in noflood.class.php
+$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Խնդրում ենք չուղարկել այդքան շատ հաղորդագրություններ, հեղեղը չի ներվում";
+
+// line 109 in pfcclient.js.tpl.php
+$GLOBALS["i18n"]["Private message"] = "Անձնական հաղորդագրություն";
+
+// line 110 in pfcclient.js.tpl.php
+$GLOBALS["i18n"]["Close this tab"] = "Փակել այս ներդիրը";
+
+// line 199 in pfcgui.js.tpl.php
+$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Իսկապես ցանկանում եք հեռանա՞լ այս սենյակից";
+
+
+// line 169 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Սխալ` '%s'-ը անձնական պարամետր է, Ձեզ չի թույլատրվում այն փոխել";
+
+// line 253 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["'%s' parameter must be an array"] = "'%s' պարամետրը պետք է զանգված լինի";
+
+// line 265 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "'%s' պարամետրը պետք է բուլյան լինի";
+
+// line 271 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "'%s' պարամետրը պետք է սիմվոլային տող լինի";
+
+// line 395 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["'%s' must be writable"] = "'%s'-ը պետք է գրվելի լինի";
+
+// line 425 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "'%s' ուղին գոյություն չունի";
+
+// line 544 in pfcglobalconfig.class.php
+$GLOBALS["i18n"]["Please correct these errors"] = "Խնդրում ենք ուղղել այս սխալները";
+
+// line 21 in pfcinfo.class.php
+$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Սխալ` պահված պարամետրերի ֆայլը գոյություն չունի";
+
+// 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"] = "Սխալ` չատն անհնար է բեռնավորել! Հնարավոր է երկու պատճառ` Ձեր բրոուզերը javascript չի ապահովում, կամ Դուք սխալ եք նշել սերվերի ուղիների հասանելիության իրավունքները. մի երկմտեք և խնդրեք օգնություն ֆորումում";
+
+// line 31 in help.class.php
+$GLOBALS["i18n"]["Here is the command list:"] = "Ահա հրամանների ցանկը`";
+
+// line 63 in identify.class.php
+$GLOBALS["i18n"]["Succesfully identified"] = "Ճանաչումը բարեհաջող է";
+
+// line 68 in identify.class.php
+$GLOBALS["i18n"]["Identification failure"] = "Ձեզ չհաջողվեց ճանաչել";
+
+// line 25 in send.class.php
+$GLOBALS["i18n"]["Your must be connected to send a message"] = "Հաղորդագրություն ուղարկելու համար Դուք պետք է միացած լինեք";
+
+// line 87 in chat.js.tpl.php
+$GLOBALS["i18n"]["Click here to send your message"] = "Սեղմեք այստեղ հաղորդագրությունն ուղարկելու համար";
+
+// line 80 in chat.js.tpl.php
+$GLOBALS["i18n"]["Enter the text to format"] = "Ներմուծեք ֆորմատի ենթակա տեքստը";
+
+// line 81 in chat.js.tpl.php
+$GLOBALS["i18n"]["Configuration has been rehashed"] = "Փոփոխությունները վերաբեռնավորվեցին";
+
+// line 82 in chat.js.tpl.php
+$GLOBALS["i18n"]["A problem occurs during rehash"] = "Վերաբեռնավորման ընթացքում սխալ տեղի ունեցավ";
+
+// line 83 in chat.js.tpl.php
+$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Ընտրված ծածկանունն արդեն զբաղված է";
+
+// line 84 in chat.js.tpl.php
+$GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat-ի ներկա տարբերակը` %s";
+
+// line 85 in chat.js.tpl.php
+$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "Մտած սենյակների քանակը հասել է առավելագույնին";
+
+// line 86 in chat.js.tpl.php
+$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "Անձնական խոսակցությունների քանակը հասել է առավելագույնին";
+
+// line 88 in chat.js.tpl.php
+$GLOBALS["i18n"]["Send"] = "Ասել";
+
+?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|