|
From: OryNider <ory...@us...> - 2008-04-29 02:40:01
|
Update of /cvsroot/mxbb/mx_shotcast/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19075/language/lang_romanian Modified Files: lang_admin.php lang_main.php Log Message: version 3.0.0-RC Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_romanian/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 28 Feb 2008 06:26:43 -0000 1.4 --- lang_main.php 29 Apr 2008 02:39:49 -0000 1.5 *************** *** 1,3 **** --- 1,11 ---- <?php + /** + * + * @package Mx-Publisher StandAllone - radioplayer + * @version $Id$ + * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * + */ $lang['Radio'] = "Radio"; $lang['How_Many_Listeners'] = "Sunt <b>%d</b> ascultãtor(i) de pe acest website acum"; *************** *** 30,34 **** $lang['Socket_functions_disabled'] = "Functiile socket sunt dezactivate."; $lang['require_password'] = "necesitã parolã"; ! // // That's all Folks! --- 38,45 ---- $lang['Socket_functions_disabled'] = "Functiile socket sunt dezactivate."; $lang['require_password'] = "necesitã parolã"; ! $lang['Unknown'] = "Unknown"; ! $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['listeners'] = "ascultãtori"; ! $lang['checking_title'] = "Se verificã titlul..."; // // That's all Folks! Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_romanian/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 24 Feb 2008 01:14:56 -0000 1.2 --- lang_admin.php 29 Apr 2008 02:39:49 -0000 1.3 *************** *** 1,3 **** --- 1,11 ---- <?php + /** + * + * @package mxBB Portal Module - mx_shotcast + * @version $Id$ + * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * + */ $lang['shotcast_Settings'] = "Shotcast Radio Settings"; *************** *** 17,20 **** --- 25,32 ---- $lang['show_listen_info'] = "Select Yes if you whant the listen option to be displayed allways or No if you whant to hide the listen option when allready listening."; + $lang['Allow_guests'] = "Allow guest(anonymous) users to listen?"; + $lang['guestname'] = "Guest Name"; + $lang['guestname_explain'] = "Definition of guests names - do NOT start the name with numbers, and no use of special chars!"; + $lang['Reset'] = "Reset"; $lang['Submit'] = "Submit"; *************** *** 24,27 **** --- 36,42 ---- $lang['Stream_type'] = "Stream Type"; + $lang['skinpath'] = "Select Skin"; + + // // That's all Folks! |