|
From: Florin C B. <ory...@us...> - 2013-04-24 00:08:18
|
Update of /cvsroot/mxbb/mx_clock/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25480/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updating clock features Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 7 Jun 2007 00:00:34 -0000 1.1 --- lang_main.php 24 Apr 2013 00:08:15 -0000 1.2 *************** *** 12,16 **** // Module $lang['clock_name'] = 'Clock'; ! // --- 12,21 ---- // Module $lang['clock_name'] = 'Clock'; ! $lang['period_twelve_hrs'] = '24 hours'; ! $lang['period_one_week'] = '1 week'; ! $lang['server_date'] = 'Server Date:'; ! $lang['server_hour'] = 'Server Hour:'; ! $lang['server_time_zone'] = 'Server T-Z Clock'; ! $lang['system_time_zone'] = 'User\'s T-Z Clock'; // Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 7 Jun 2007 00:00:33 -0000 1.1 --- lang_admin.php 24 Apr 2013 00:08:15 -0000 1.2 *************** *** 11,18 **** // setlocale(LC_ALL, "en"); ! $lang['flash_width'] = "Clock width"; ! $lang['flash_height'] = "Clock height"; ! $lang['flash_wmode_trasparent'] = "Transparent wmode"; ! // --- 11,30 ---- // setlocale(LC_ALL, "en"); ! $lang['flv_file'] = 'Flash file'; ! $lang['flv_img'] = 'Flash image'; ! $lang['flash_width'] = "Clock width"; ! $lang['flash_height'] = "Clock height"; ! $lang['Clock width'] = 'Clock Width'; ! $lang['Clock height'] = 'Clock Height'; ! $lang['localtimes'] = 'Use local method or use localtimes.info embed'; ! $lang['digest_time_zone'] = 'Get user\'s system time-zone or use server\'s defaut'; ! $lang['Transparent_wmode'] = 'Block Style Settings'; ! $lang['flash_wmode_trasparent'] = "Transparent wmode"; ! $lang['comunity'] = 'Comunity'; ! $lang['country'] = 'Country'; ! $lang['province'] = 'Province or Municipality'; ! $lang['city'] = 'City'; ! $lang['design'] = 'Flash file default unix name. e.g. \'design01\''; ! $lang['country_code'] = 'Country Code. e.g. such as: uk, de, au, hu, ro, us, il, ru, jp, etc'; // |