|
From: OryNider <ory...@us...> - 2007-06-06 21:38:50
|
Update of /cvsroot/mxbb/mx_pageblock/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29817/lang_romanian Added Files: lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php $lang['nofile_exist'] = "The file to include does not exist"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: lang_admin.php,v 1.1 2007/06/06 21:38:46 orynider Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // Parameter Types // $lang['ParType_pageBlock'] = "PageBloc Include"; $lang['ParType_pageBlock_info'] = "Acesta este un BlocText Include"; // // Parameter Names // $lang['block_style'] = "Bordura Bloc:"; $lang['title_style'] = "Titlu Stil Header:"; $lang['allow_bbcode'] = "Permite BBCod-uri:"; $lang['allow_html'] = "Permite Html:"; $lang['allow_smilies'] = "Permite zâmbete:"; $lang['html_tags'] = "Permite taguri Html:"; $lang['block_style_explain'] = "Aratã bordura în jurul bloctextului:"; $lang['title_style_explain'] = "Foloseºte stil css pentru titlu rând:"; $lang['pageblock_Settings'] = "PageBlock Settings"; $lang['Page_url'] = "Page URL<br />- Link to internal page (enter relative path)<br />'."; // // That's all Folks! // ------------------------------------------------- ?> |