|
From: OryNider <ory...@us...> - 2007-08-30 03:52:35
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv502/lang_english Modified Files: lang_admin_music.php lang_main_music.php Log Message: This will add subcategories :D Index: lang_main_music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_english/lang_main_music.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main_music.php 25 Aug 2007 03:36:07 -0000 1.3 --- lang_main_music.php 30 Aug 2007 03:52:32 -0000 1.4 *************** *** 38,53 **** $lang['Song_Title'] = 'Song Title'; - $lang['Music_upload_can'] = 'You <b>can</b> upload new songs in this category'; - $lang['Music_upload_cannot'] = 'You <b>cannot</b> upload new songs in this category'; - $lang['Music_rate_can'] = 'You <b>can</b> rate songs in this category'; - $lang['Music_rate_cannot'] = 'You <b>cannot</b> rate songs in this category'; - $lang['Music_comment_can'] = 'You <b>can</b> post comments to songs in this category'; - $lang['Music_comment_cannot'] = 'You <b>cannot</b> post comments to songs in this category'; - $lang['Music_edit_can'] = 'You <b>can</b> edit your songs and comments in this category'; - $lang['Music_edit_cannot'] = 'You <b>cannot</b> edit your songs and comments in this category'; - $lang['Music_delete_can'] = 'You <b>can</b> delete your songs and comments in this category'; - $lang['Music_delete_cannot'] = 'You <b>cannot</b> delete your songs and comments in this category'; - $lang['Music_moderate_can'] = 'You <b>can</b> %smoderate%s this category'; - $lang['Edit_song'] = 'Edit'; $lang['Delete_song'] = 'Del'; --- 38,41 ---- *************** *** 154,163 **** // auth_key ! $lang['Music_view_can'] = 'You can view'; ! $lang['Music_view_cannot'] = 'You can view cannot'; ! $lang['Music_upload_can'] = 'You can upload'; ! $lang['Music_upload_cannot'] = 'You cannot upload'; ! $lang['Music_download_can'] = 'You can download'; ! $lang['Music_download_cannot'] = 'MYou cannot download'; ?> \ No newline at end of file --- 142,160 ---- // auth_key ! $lang['Music_view_can'] = 'You <b>can</b> view songs in this category'; ! $lang['Music_view_cannot'] = 'You <b>cannot</b> view songs in this category'; ! $lang['Music_download_can'] = 'You <b>can</b> download songs in this category'; ! $lang['Music_download_cannot'] = 'You <b>cannot</b> download songs in this category'; ! $lang['Music_upload_can'] = 'You <b>can</b> upload new songs in this category'; ! $lang['Music_upload_cannot'] = 'You <b>cannot</b> upload new songs in this category'; ! $lang['Music_rate_can'] = 'You <b>can</b> rate songs in this category'; ! $lang['Music_rate_cannot'] = 'You <b>cannot</b> rate songs in this category'; ! $lang['Music_comment_can'] = 'You <b>can</b> post comments to songs in this category'; ! $lang['Music_comment_cannot'] = 'You <b>cannot</b> post comments to songs in this category'; ! $lang['Music_edit_can'] = 'You <b>can</b> edit your songs and comments in this category'; ! $lang['Music_edit_cannot'] = 'You <b>cannot</b> edit your songs and comments in this category'; ! $lang['Music_delete_can'] = 'You <b>can</b> delete your songs and comments in this category'; ! $lang['Music_delete_cannot'] = 'You <b>cannot</b> delete your songs and comments in this category'; ! $lang['Music_moderate_can'] = 'You <b>can</b> %smoderate%s this category'; ?> \ No newline at end of file Index: lang_admin_music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_english/lang_admin_music.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin_music.php 1 Aug 2007 23:34:36 -0000 1.2 --- lang_admin_music.php 30 Aug 2007 03:52:32 -0000 1.3 *************** *** 56,59 **** --- 56,61 ---- $lang['Category_deleted'] = 'This category has been deleted successfully'; $lang['Category_changed_order'] = 'This category has been changed order successfully'; + $lang['Create_music'] = 'Create new music'; + $lang['Create_sub_music'] = 'Create sub-music'; // |