|
From: Paul S. O. <ps...@us...> - 2002-02-25 14:49:55
|
Update of /cvsroot/phpbb/phpBB2/language/lang_arabic In directory usw-pr-cvs1:/tmp/cvs-serv9498/language/lang_arabic Modified Files: lang_admin.php lang_main.php Added Files: index.htm Log Message: Various updates and additions by waheed --- NEW FILE --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_arabic/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** lang_admin.php 30 Jan 2002 01:58:33 -0000 1.1 --- lang_admin.php 25 Feb 2002 14:49:51 -0000 1.2 *************** *** 58,85 **** $lang['Not_admin'] = "áíÓ áß ÕáÇÍíÉ ÇÏÇÑÉ ÇáãäÊÏì"; $lang['Welcome_phpBB'] = "ÇåáÇ Èß Çáì phpBB"; ! $lang['Admin_intro'] = "Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the phpBB logo also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your forum experience, each screen will have instructions on how to use the tools."; ! $lang['Main_index'] = "Forum Index"; ! $lang['Forum_stats'] = "Forum Statistics"; ! $lang['Admin_Index'] = "Admin Index"; ! $lang['Preview_forum'] = "Preview Forum"; ! ! $lang['Click_return_admin_index'] = "Click %sHere%s to return to the Admin Index"; ! [...1193 lines suppressed...] $lang['Install_Method'] = "ÇÎÊÑ ØÑíÞÉ ÊÑßíÈ ÇáãäÊÏì"; // // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file --- 708,718 ---- $lang['Install_Method'] = "ÇÎÊÑ ØÑíÞÉ ÊÑßíÈ ÇáãäÊÏì"; + $lang['Install_No_Ext'] = "ÇÚÏÇÏ PHP Úáì ÎÇÏã ÇáÕÝÍÇÊ áÏíß áÇ íÏÚã äæÚ ÞÇÚÏÉ ÇáÈíÇäÇÊ ÇáÊí Êã ÇÎÊíÇÑåÇ"; + + $lang['Install_No_PCRE'] = "phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn't appear to support!"; + // // That's all Folks! // ------------------------------------------------- ! ?> Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_arabic/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** lang_main.php 30 Jan 2002 01:58:33 -0000 1.4 --- lang_main.php 25 Feb 2002 14:49:51 -0000 1.5 *************** *** 22,32 **** // // Translation by waheed // //setlocale(LC_ALL, "ar"); $lang['ENCODING'] = "windows-1256"; ! $lang['DIRECTION'] = "RTL"; ! $lang['LEFT'] = "LEFT"; ! $lang['RIGHT'] = "RIGHT"; $lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format --- 22,41 ---- // // Translation by waheed + // The format of this file is: + // + // ---> $lang['message'] = "text"; + // + // You should also try to set a locale and a character + // encoding (plus direction). The encoding and direction + // will be sent to the template. The locale may or may + // not work, it's dependent on OS support and the syntax + // varies ... give it your best guess! // //setlocale(LC_ALL, "ar"); $lang['ENCODING'] = "windows-1256"; ! $lang['DIRECTION'] = "rtl"; ! $lang['LEFT'] = "left"; ! $lang['RIGHT'] = "right"; $lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format *************** *** 286,289 **** --- 295,299 ---- $lang['You_are_watching'] = "ÇäÊ ÇáÂä ÊÊÇÈÚ åÐÇ ÇáãæÖæÚ"; + $lang['Total_votes'] = "ãÌãæÚ ÇáÊÕæíÊÇÊ"; // |