|
From: OryNider <ory...@us...> - 2008-03-08 20:56:12
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31455/lang_english Modified Files: Tag: core28x lang_admin.php Log Message: Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** lang_admin.php 1 Aug 2007 23:34:35 -0000 1.2 --- lang_admin.php 8 Mar 2008 20:56:07 -0000 1.2.2.1 *************** *** 50,53 **** --- 50,149 ---- $lang['override_yes'] = 'Use Block Settings'; $lang['override_no'] = 'Use fixed mappings (see below)'; + + // + // Configuration + // + $lang['Music_config'] = 'Music Configuration'; + $lang['Music_config_explain'] = 'You can change the general settings of your Music Online here'; + $lang['Music_config_updated'] = 'Music Configuration has been updated successfully'; + $lang['Click_return_music_config'] = 'Click %sHere%s to return to the Music Configuration'; + $lang['Max_songs'] = 'Maximum songs for each Category (-1 = unlimited)'; + $lang['User_songs_limit'] = 'Songs limit per category for each user (-1 = unlimited)'; + $lang['Moderator_songs_limit'] = 'Songs limit per category for each moderator (-1 = unlimited)'; + $lang['Songs_Approval'] = 'Songs Approval'; + $lang['Rows_per_page'] = 'Number of rows'; + $lang['Cols_per_page'] = 'Number of columns'; + $lang['Rows_per_page_music_pic_cat'] = 'Number of rows in virtual images subcategories'; + $lang['Cols_per_page_music_pic_cat'] = 'Number of columns in virtual images subcategories'; + $lang['Rows_per_page_music_media_cat'] = 'Number of rows in virtual media subcategories'; + $lang['Cols_per_page_music_media_cat'] = 'Number of columns in virtual media subcategories'; + $lang['Top'] = 'Number of songs on Top Hit List'; + $lang['Song_Desc_Max_Length'] = 'Song Lyric/Comment Max Length (bytes)'; + $lang['Hotlink_prevent'] = 'Hotlink Prevention'; + $lang['Hotlink_allowed'] = 'Allowed domains for hotlink (separated by a comma)'; + $lang['Rate_system'] = 'Enable rate system'; + $lang['Rate_Scale'] =' Rating Scale'; + $lang['Comment_system'] = 'Enable comment system'; + $lang['Download_system'] = 'Enable download system'; + $lang['Extra_Settings'] = 'Extra Settings'; + $lang['Default_Sort_Method'] = 'Default Sort Method'; + $lang['Default_Sort_Order'] = 'Default Sort Order'; + + //Index + $lang['Music_Index_Settings'] = 'Music Index'; + $lang['Show_Index_Subcats'] = 'Show sub categories in index table'; + + // + // Categories + // + $lang['Music_Categories_Title'] = 'Music Categories Control'; + $lang['Music_Categories_Explain'] = 'On this screen you can manage your categories: create, alter, delete, sort, etc.'; + $lang['Category_Permissions'] = 'Category Permissions'; + $lang['Category_Title'] = 'Category Title'; + $lang['Category_Desc'] = 'Category Description'; + $lang['View_level'] = 'View Level'; + $lang['Upload_level'] = 'Upload Level'; + $lang['Rate_level'] = 'Rate Level'; + $lang['Comment_level'] = 'Comment Level'; + $lang['Edit_level'] = ' Edit Level'; + $lang['Delete_level'] = 'Delete Level'; + $lang['New_category_created'] = 'New category has been created successfully'; + $lang['Click_return_music_category'] = 'Click %sHere%s to return to the Music Categories Manager'; + $lang['Category_updated'] = 'This category has been updated successfully'; + $lang['Delete_Category'] = 'Delete Category'; + $lang['Delete_Category_Explain'] = 'The form below will allow you to delete a category and decide where you want to put songs it contained'; + $lang['Delete_all_songs'] = 'Delete all songs'; + $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'; + + // + // Permissions + // + $lang['Music_Auth_Title'] = 'Music Permissions'; + $lang['Music_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each Music category or just has the private access'; + $lang['Select_a_Category'] = 'Select a Category'; + $lang['Look_up_Category'] = 'Look up Category'; + $lang['Music_Auth_successfully'] = 'Auth has been updated successfully'; + $lang['Click_return_music_auth'] = 'Click %sHere%s to return to the Music Permissions'; + + $lang['Upload'] = 'Upload'; + $lang['Rate'] = 'Rate'; + $lang['Comment'] = 'Comment'; + + //Allowed File Types + $lang['MP3_allowed'] = 'MP3 Allowed'; + $lang['WAV_allowed'] = 'WAV Allowed'; + $lang['WMA_allowed'] = 'WMA Allowed'; + $lang['WMV_allowed'] = 'WMV Allowed'; + $lang['MIDI_allowed'] = 'MIDI Allowed'; + $lang['RAM_allowed'] = 'RAM Allowed'; + $lang['AU_allowed'] = 'AU Allowed'; + $lang['MPEG_allowed'] = 'MPEG Allowed'; + $lang['AVI_allowed'] = 'AVI Allowed'; + $lang['SWF_allowed'] = 'SWF Allowed'; + $lang['QT_allowed'] = 'QT Allowed'; + $lang['FLV_allowed'] = 'FLV Allowed'; + $lang['RM_allowed'] = 'RM Allowed'; + $lang['IMG_allowed'] = 'JPG, GIF and PNG Allowed'; + + // + // Song Image + // + $lang['Max_image_size'] = 'Max song image size (bytes)'; + $lang['Max_image_width'] = 'Max song image width (pixel)'; + $lang['Max_image_height'] = 'Max song image height (pixel)'; + // // That's all Folks! |