|
From: Florin C B. <ory...@us...> - 2013-04-17 03:10:03
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11225/lang_english Modified Files: lang_main.php Log Message: updating phpBB3 announce Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 4 Oct 2008 07:04:38 -0000 1.3 --- lang_main.php 17 Apr 2013 03:10:01 -0000 1.4 *************** *** 43,47 **** $lang['Most_Viewed_Topics'] = 'Most Viewed Topics'; $lang['Top_Smilies'] = 'Top Used Smilies'; ! // // Polls --- 43,61 ---- $lang['Most_Viewed_Topics'] = 'Most Viewed Topics'; $lang['Top_Smilies'] = 'Top Used Smilies'; ! //Announce ! $lang['POST_IMG'] = 'Post'; ! $lang['POST_NEWS'] = 'News'; ! $lang['POST_NEWS_GLOBAL'] = 'Global News'; ! $lang['POST_NEW_IMG'] = 'Post New'; ! $lang['POST_NEW_HOT_IMG'] = 'Post New Hot'; ! $lang['POST_LOCKED_IMG'] = 'Post Locked'; ! $lang['POST_REPLY'] = 'Post a reply'; ! $lang['PRINT_IT'] = 'Print it'; ! $lang['PROFILE_SMALL'] = 'UCP'; ! $lang['POST_ANNOUNCEMENT_NEW'] = 'New Announcement'; ! $lang['POST_ANNOUNCEMENT'] = 'Announcement'; ! $lang['POSTED_BY'] = 'Posted by'; ! $lang['PRINT_IT'] = 'Print it'; ! $lang['VIEW_FULL_ARTICLE'] = 'Read full article'; // // Polls *************** *** 50,59 **** $lang['Already_voted'] = 'You have already voted'; $lang['Click_view_voted'] = 'Click %sHere%s to view the results'; - // // These Language Variables are only used if the Attachment Mod is installed // $lang['Disk_usage'] = 'Disk Usage'; - //Activity stats block $lang['USERS_24HOUR_TOTAL'] = '%d Users active over the last 24 hours'; --- 64,71 ---- *************** *** 62,66 **** $lang['24HOUR_USERS'] = 'New users <strong>%d</strong>'; $lang['24HOUR_STATS'] = 'Activity over the last 24 hours'; - // // That's all Folks! --- 74,77 ---- |