|
From: OryNider <ory...@us...> - 2007-06-06 23:04:02
|
Update of /cvsroot/mxbb/mx_radiocast/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1615/language/lang_english Added Files: index.html lang_admin.php lang_main.php Log Message: --- NEW FILE: index.html --- <html> <head> <title>Mx Radio Cast Module</title> </head> <body> <br /><br /><br /><br /><br /><br /><br /> <center><h1><a href="http://mxbb.net/">mxBB-Portal</a></h1></center> </body> --- NEW FILE: lang_main.php --- <?php /** * * @package mxBB Portal Module - mx_radiocast * @version $Id: lang_main.php,v 1.1 2007/06/06 23:03:57 orynider Exp $ * @copyright (c) 2007 [ory...@rd..., OryNider] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // Music Online // $lang['Radio'] = 'Radio Cast'; // // Music Index // $lang['Radio_Cast'] = 'Radio Cast'; $lang['Stations'] = 'Stations'; $lang['Cat_Views'] = 'Board Views'; $lang['Last_Station'] = 'Last Station'; $lang['Public_Categories'] = 'Public Categories'; $lang['No_Stations'] = 'No Station'; $lang['Top_Stations'] = 'Top Stations'; $lang['Station_Limit'] = 'Station limit'; $lang['Nav_Separator'] = ' » '; $lang['View'] = 'Listen'; $lang['Singer'] = 'Dj'; // // Category View // $lang['Category_not_exist'] = 'This category does not exist'; $lang['Add_Station'] = 'Add Station'; $lang['Station_Title'] = 'Station Title'; $lang['RadioCast_upload_can'] = 'You <b>can</b> upload new songs in this category'; $lang['RadioCast_upload_cannot'] = 'You <b>cannot</b> upload new songs in this category'; $lang['RadioCast_rate_can'] = 'You <b>can</b> rate songs in this category'; $lang['RadioCast_rate_cannot'] = 'You <b>cannot</b> rate songs in this category'; $lang['RadioCast_comment_can'] = 'You <b>can</b> post comments to songs in this category'; $lang['RadioCast_comment_cannot'] = 'You <b>cannot</b> post comments to songs in this category'; $lang['RadioCast_edit_can'] = 'You <b>can</b> edit your songs and comments in this category'; $lang['RadioCast_edit_cannot'] = 'You <b>cannot</b> edit your songs and comments in this category'; $lang['RadioCast_delete_can'] = 'You <b>can</b> delete your songs and comments in this category'; $lang['RadioCast_delete_cannot'] = 'You <b>cannot</b> delete your songs and comments in this category'; $lang['RadioCast_moderate_can'] = 'You <b>can</b> %smoderate%s this category'; $lang['Edit_station'] = 'Edit'; $lang['Delete_station'] = 'Del'; $lang['Rating'] = 'Rating'; $lang['Comments'] = 'Comments'; $lang['Download'] = 'Download'; $lang['Listen'] = 'Listen URL'; $lang['New_Comment'] = 'New Comment'; $lang['Not_rated'] = '<i>not rated</i>'; // // Upload // $lang['Station_url'] = 'Station URL'; $lang['Station_Desc'] = 'Station Description'; $lang['Plain_text_only'] = 'Plain text only'; $lang['Max_length'] = 'Max length (bytes)'; $lang['Add_station_from_machine'] = 'Add station file from your PC'; $lang['Post_Station'] = 'Post Station'; $lang['Add_to_Category'] = 'Add to Category'; $lang['Add_no_title'] = 'You missed the song title'; $lang['Add_no_file'] = 'You must enter the path of station'; $lang['Upload_no_file'] = 'You must enter the path of station file'; $lang['Add_both_file'] = 'You can just choose 1 in 2 way Upload or Link URL'; $lang['Upload_both_file'] = 'You can just choose 1 in 2 way Upload or Link URL'; $lang['Desc_too_long'] = 'Station lyric is too long'; $lang['Max_file_size'] = 'Maximum file size (bytes)'; $lang['Allowed_file'] = 'These files are allowed'; $lang['RadioCast_reached_quota'] = 'This category has reached the quota of songs. Now you cannot upload any more. Please contact the administrators for more information'; $lang['User_reached_stations_quota'] = 'You have reached your quota of songs. Now you cannot upload any more. Please contact the administrators for more information'; $lang['Bad_upload_file_size'] = 'Your uploaded file is too large or corrupted'; $lang['Not_allowed_file_type'] = 'Your file type is not allowed'; $lang['Missed_station_title'] = 'You missed the song title'; $lang['Missed_station_url'] = 'You missed the song url'; $lang['RadioCast_add_successful'] = 'Your station has been added successfully'; $lang['RadioCast_add_need_approval'] = 'Your station has been added successfully.<br /><br />But the feature Station Approval has been enabled so your station must be approved by a administrator or a moderator before posting'; $lang['RadioCast_upload_successful'] = 'Your song has been uploaded successfully'; $lang['RadioCast_upload_need_approval'] = 'Your song has been uploaded successfully.<br /><br />But the feature Station Approval has been enabled so your station must be approved by a administrator or a moderator before posting'; $lang['Click_return_category'] = 'Click %shere%s to return to the category'; $lang['Click_return_radiocast_index'] = 'Click %shere%s to return to the Music Index'; // View song $lang['Station_not_exist'] = 'This song does not exits'; // Edit song $lang['Edit_Station_Info'] = 'Edit Station infomation'; $lang['Stations_updated_successfully'] = 'Your song information has been updated successfully'; // Delete song $lang['RadioCast_delete_confirm'] = 'Are you sure to delete these song(s)?'; $lang['Stations_deleted_successfully'] = 'These song(s) have been deleted successfully'; // // ModCP // $lang['Approval'] = 'Approval'; $lang['Approve'] = 'Approve'; $lang['Unapprove'] = 'Unapprove'; $lang['Status'] = 'Status'; $lang['Locked'] = 'Locked'; $lang['Not_approved'] = 'Not approved'; $lang['Approved'] = 'Approved'; $lang['Move_to_Category'] = 'Move to Category'; $lang['Stations_moved_successfully'] = 'Your song(s) have been moved successfully'; $lang['Stations_locked_successfully'] = 'Your song(s) have been locked successfully'; $lang['Stations_unlocked_successfully'] = 'Your song(s) have been unlocked successfully'; $lang['Stations_approved_successfully'] = 'Your song(s) have been approved successfully'; $lang['Stations_unapproved_successfully'] = 'Your song(s) have been unapproved successfully'; // // Rate // $lang['Current_Rating'] = 'Current Rating'; $lang['Please_Rate_It'] = 'Please Rate It'; $lang['Already_rated'] = 'You have already rated this song'; $lang['RadioCast_rate_successfully'] = 'Your song has been rated successfully'; // // Comment // $lang['Comment_no_text'] = 'Please enter your comment'; $lang['Comment_too_long'] = 'Your comment is too long'; $lang['Comment_delete_confirm'] = 'Are you sure to delete this comment?'; $lang['Station_Locked'] = 'Sorry, this song was locked. So you cannot post comment for this song anymore'; // // Station Image // $lang['Station_image'] = 'Station Image'; $lang['Station_image_desc'] = 'The Image of this station<br />(such as Banner, Cover, Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; $lang['Not_allowed_image_type'] = 'Your uploaded image type is not allowed'; $lang['Bad_upload_image_size'] = 'Bad upload image size'; $lang['Upload_image_size_toobig'] = 'Your uploaded image size is too big'; // // Search Station // $lang['Search_station'] = 'Search station'; // auth_key $lang['RadioCast_view_can'] = 'RadioCast_view_can'; $lang['RadioCast_view_cannot'] = 'RadioCast_view_cannot'; $lang['RadioCast_upload_can'] = 'RadioCast_upload_can'; $lang['RadioCast_upload_cannot'] = 'RadioCast_upload_cannot'; $lang['RadioCast_download_can'] = 'RadioCast_download_can'; $lang['RadioCast_download_cannot'] = 'RadioCast_download_cannot'; ?> --- NEW FILE: lang_admin.php --- <?php /** * * @package mxBB Portal Module - mx_radiocast * @version $Id: lang_admin.php,v 1.1 2007/06/06 23:03:56 orynider Exp $ * @copyright (c) 2007 [ory...@rd..., OryNider] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); $lang['display_most_posts'] = "Display most posts"; $lang['display_random_posts'] = "Display random posts"; $lang['display_top_ranked'] = "Display top ranked"; $lang['display_latest_posts'] = "Display latest posts"; $lang['num_of_cols'] = "Num of cols"; $lang['num_of_rows'] = "Num of rows"; $lang['radiocast_config_updated'] = 'Mx RC Configuration Updated Successfully.'; $lang['Click_return_radiocast_config'] = 'Click %sHere%s to return to mx_radiocast Configuration'; $lang['index'] = 'Mx RC Album Index'; $lang['mx_radiocast_admin'] = 'mxBB RC Integration'; $lang['mx_radiocast_admin_explain'] = 'Here, you can do radiocast index and mxBB page mappings.'; $lang['default_pages_title'] = 'mxBB and RC integration'; $lang['default_pages_title_explain'] = ''; $lang['default_pages_more_title'] = 'More mappings...'; $lang['default_pages_more_title_explain'] = ''; $lang['integration_enabled'] = 'Activate the Integration?'; $lang['integration_enabled_explain'] = 'When the RC module integration is activated, all mx_radiocast URLs will be directed to mxBB pages. If deactivated, radiocast.php will operate "as usual"'; $lang['integration_enabled_yes'] = 'Activate'; $lang['integration_enabled_no'] = 'Do not integrate radiocast.php'; $lang['override'] = 'Associate radiocast.php and mxBB pages'; $lang['override_explain'] = 'All mx_radiocast urls are redirected to mxBB pages following these settings.'; $lang['override_yes'] = 'Use Block Settings'; $lang['override_no'] = 'Use fixed mappings (see below)'; // // Configuration // $lang['RadioCast_config'] = 'RadioCast Configuration'; $lang['RadioCast_config_explain'] = 'You can change the general settings of your RadioCast here'; $lang['RadioCast_config_updated'] = 'RadioCast Configuration has been updated successfully'; $lang['Click_return_radiocast_config'] = 'Click %sHere%s to return to the RadioCast Configuration'; $lang['Max_Stations'] = 'Maximum stations for each Category (-1 = unlimited)'; $lang['User_stations_limit'] = 'Stations limit per category for each user (-1 = unlimited)'; $lang['Moderator_stations_limit'] = 'Stations limit per category for each moderator (-1 = unlimited)'; $lang['Stations_Approval'] = 'Stations Approval'; $lang['Rows_per_page'] = 'Number of rows'; $lang['Cols_per_page'] = 'Number of columns'; $lang['Top'] = 'Number of stations on Top Hit List'; $lang['Station_Desc_Max_Length'] = 'Stations 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'; // // Categories // $lang['RadioCast_Categories_Title'] = 'RadioCast Categories Control'; $lang['RadioCast_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_radiocast_category'] = 'Click %sHere%s to return to the RadioCast 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 stations it contained'; $lang['Delete_all_stations'] = 'Delete all stations'; $lang['Category_deleted'] = 'This category has been deleted successfully'; $lang['Category_changed_order'] = 'This category has been changed order successfully'; // // Permissions // $lang['RadioCast_Auth_Title'] = 'RadioCast Permissions'; $lang['RadioCast_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each RadioCast category or just has the private access'; $lang['Select_a_Category'] = 'Select a Category'; $lang['Look_up_Category'] = 'Look up Category'; $lang['RadioCast_Auth_successfully'] = 'Auth has been updated successfully'; $lang['Click_return_radiocast_auth'] = 'Click %sHere%s to return to the RadioCast Permissions'; $lang['Upload'] = 'Upload'; $lang['Rate'] = 'Rate'; $lang['Comment'] = 'Comment'; // // Stations Image // $lang['Max_image_size'] = 'Max station image size (bytes)'; $lang['Max_image_width'] = 'Max station image width (pixel)'; $lang['Max_image_height'] = 'Max station image height (pixel)'; // // That's all Folks! // ----------------------------------------------- ?> |