|
From: FlorinCB <ory...@us...> - 2008-08-19 02:46:58
|
Update of /cvsroot/mxbb/core/install/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9848/install/language/lang_romanian Modified Files: lang_admin.php Log Message: some bugs fixed and mysql_41 schema upgraded Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/install/language/lang_romanian/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 16 Jun 2008 14:39:55 -0000 1.1 --- lang_admin.php 19 Aug 2008 02:46:23 -0000 1.2 *************** *** 39,45 **** --- 39,51 ---- $lang['Choose_lang'] = 'Alege Limba'; $lang['Language'] = 'Limba'; + $lang['Phpbb_only'] = '[phpBBX]'; + $lang['Mxbb_only'] = '[Internal]'; + $lang['Portal_backend'] = 'Nume Backend'; + $lang['Session_backend'] = 'Users & Sessions'; + $lang['Session_backend_explain'] = 'The MX-Publisher-IWizard has detected installed phpBB boards on this server. <br />Select here if you plan to use MX-Publisher with phpBB users and sessions. <br />If you are unsure (or if you want to install MX-Publisher without phpBB), select \'Internal\' setup. <br />You may update this setting later in the MX-Publisher adminCP'; $lang['Phpbb_path'] = 'phpBB cale relativã'; $lang['Phpbb_path_explain'] = 'Cale relativã la phpBB, ex. phpBB/ or ../phpBB/<br />Noteazã slaºurile "/", ele sunt importante!'; $lang['Phpbb_url'] = 'URL phpBB Complet'; + $lang['Portal_backend'] = 'Portal Backend'; $lang['Phpbb_url_explain'] = 'Exemplu URL phpBB Complect, ex. <br />http://www.exemplu.ro/phpBB/'; $lang['Portal_url'] = 'URL Complet CMS'; |