|
From: OryNider <ory...@us...> - 2007-06-06 22:25:17
|
Update of /cvsroot/mxbb/mx_phpCA/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3886 Added Files: index.html lang_admin.php lang_main.php Log Message: --- NEW FILE: index.html --- <html> <head> <title>Mx phpCA - Classified Ads 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 --- <? // // Miscellaneous // $lang['Next'] = 'Next'; $lang['Previous'] = 'Previous'; $lang['Goto_page'] = 'Goto page'; $lang['Page_of'] = 'Page <b>%d</b> of <b>%d</b>'; $lang['click_return_ads_index'] = 'Click %sHere%s to return to the Ads index.'; $lang['click_to_go_back'] = 'Click %sHere%s or your browsers back button to try again.'; // // Error messages // $lang['insert_fail'] = 'Insert failed, Please contact admin'; $lang['delete_fail'] = 'Delete failed, Please contact admin'; $lang['update_fail'] = 'Update failed, Please contact admin'; $lang['ad_not_found'] = 'Ad not found'; $lang['ad_detail_not_found'] = 'Ad details not found'; $lang['invalid_delete'] = 'You can only delete your own ads'; $lang['invalid_edit'] = 'You can only edit your own ads'; $lang['invalid_request'] = 'Invalid request'; // // Ad prices // $lang['ad_prices'] = 'Ad Prices'; // // Calcuate cost // $lang['calc_cost_error'] = 'Please enter a Category, Sub-category, Ad type and Ad duration.'; $lang['ad_type_not_available'] = 'Invalid Ad type / Category combination'; $lang['category_selected'] = 'Category selected'; $lang['sub_category_selected'] = 'Sub category selected'; $lang['ad_type_selected'] = 'Ad type selected'; $lang['ad_duration_selected'] = 'Ad duration selected'; $lang['ad_cost'] = 'Ad cost'; $lang['already_paid'] = 'Already paid'; $lang['balance_due'] = 'Balance due'; $lang['currency']['CAD'] = 'C$'; $lang['currency']['EUR'] = ''; $lang['currency']['GBP'] = '£'; $lang['currency']['JPY'] = '¥'; $lang['currency']['USD'] = '$'; $lang['free'] = 'Free'; $lang['continue'] = 'Continue'; $lang['pay_now_via_paypal'] = 'Pay now via PayPal'; // // Contact page // $lang['send_an_email'] = 'Send an e-mail message'; $lang['recipient'] = 'Recipient'; $lang['subject'] = 'Subject'; $lang['your_name'] = 'Your name'; $lang['your_email_address'] = 'Your email address'; $lang['your_phone_number'] = 'Your phone number'; $lang['your_message'] = 'Your message'; $lang['send_email'] = 'Send e-mail'; $lang['contact_instructions'] = 'Please enter your name, your email address and a message'; $lang['contact_confirmation'] = 'Your message has been sent'; $lang['confirmation_code'] = 'Confirmation Code'; $lang['enter_confirmation_code'] = 'Please enter the Confirmation Code above'; $lang['incorrect_code'] = 'The Confirmation Code you entered was incorrect'; $lang['invalid_email_address'] = 'The email address you entered was invalid'; // // Comments page // $lang['poster'] = 'Poster'; $lang['comments'] = 'Comments'; $lang['post_your_comment'] = 'Post your 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 you want to delete this comment?'; $lang['max_length'] = 'Max length (bytes)'; $lang['edit'] = 'Edit'; $lang['delete'] = 'Delete'; $lang['bad_request'] = 'Bad request'; // (v0.5.5) $lang['comment_does_not_exist'] = 'Comment does not exist'; // (v0.5.5) $lang['advert_does_not_exist'] = 'Advert does not exist'; // (v0.5.5) $lang['user_does_not_exist'] = 'User does not exist'; // (v0.5.5) $lang['category_does_not_exist'] = 'Category does not exist'; // (v0.5.5) $lang['no_comment_id_specified'] = 'No comment id specified'; // (v0.5.5) // // Create ad page // $lang['create_a_new_ad'] = 'Create A New Advert'; $lang['ad_type'] = 'Ad type'; $lang['ad_duration'] = 'Ad duration'; $lang['create_ad'] = 'Create ad'; $lang['max_ads_exceded'] = 'Sorry, you have exceeded your ad limit'; $lang['create_instructions'] = 'Please enter a Title, Category, Short Description and Price.'; $lang['create_confirmation'] = 'Your ad has been entered successfully.'; $lang['click_to_view_ad'] = 'Click %sHere%s to view your ad'; $lang['click_to_add_images'] = 'Click %sHere%s to add some images'; $lang['please_select'] = 'Please select'; $lang['no_credit'] = 'Sorry, we have not received any payment for your ad from Paypal'; $lang['insuffient_credit'] = 'Sorry, this ad costs more than you have paid'; $lang['continue'] = 'Continue'; $lang['advert'] = 'Advert'; // (v0.5.4) $lang['private_or_trade'] = 'Private or Trade'; // (v0.5.5) $lang['private'] = 'Private'; // (v0.5.5) $lang['trade'] = 'Trade'; // (v0.5.5) $lang['ebay'] = 'eBaY'; // (v0.5.5) $lang['private_trade_error'] = 'Please specify either Private, Trade or eBay'; // (v0.5.5) // // Delete ad page // $lang['information'] = 'Information'; $lang['delete_question'] = 'Are you sure you want to delete this ad?'; $lang['yes'] = 'Yes'; $lang['no'] = 'No'; $lang['delete_confirmation'] = 'Your ad has been deleted successfully.'; // // Delete cat page // $lang['delete_cat_question'] = 'Are you sure you want to delete this category?'; // // Delete image page // $lang['delete_img_question'] = 'Are you sure you want to delete this image?'; $lang['delete_img_confirmation'] = 'Your image has been deleted successfully.'; // // Edit ad page // $lang['edit_ad'] = 'Edit advert'; $lang['edit_confirmation'] = 'Your ad has been edited successfully.'; // // Images page // $lang['add_images'] = 'Add images'; $lang['image_types'] = 'Please select a jpeg, gif or png image to upload'; $lang['no_image'] = 'Please select an image to upload'; $lang['invalid_image'] = 'You can only upload jpeg, gif or png images'; $lang['max_images_exceded'] = 'Sorry, you have exceeded the image limit for this ad'; $lang['upload_image'] = 'Upload Image'; $lang['delete_images'] = 'Delete Images'; $lang['image_creation_failed'] = 'Image creation failed - contact admin'; // (v0.5.5) $lang['create_img_confirmation'] = 'Your image has been uploaded successfully.'; // // Index page // $lang['ads_index'] = 'Classified Ads Index'; $lang['categories'] = 'Categories'; $lang['title'] = 'Title'; $lang['short_desc'] = 'Short description'; $lang['date_added'] = 'Date added'; $lang['price'] = 'Price'; $lang['ebay_id'] = 'eBaY Number'; $lang['Ebay'] = 'eBaY'; $lang['additional_info'] = 'Additional information'; $lang['username'] = 'Username'; $lang['views'] = 'Views'; $lang['image'] = 'Image'; $lang['no_items_found'] = 'No items found'; $lang['ad_status'] = 'Ad status'; $lang['active'] = 'Active'; $lang['sold'] = 'Sold'; $lang['expired'] = 'Expired'; $lang['premium_ad'] = 'Featured Ad'; // (v0.5.3) $lang['stats'] = 'Stats'; // (v0.5.5) // // Item page // $lang['advert_details'] = 'Advert details'; $lang['summary'] = 'Summary'; $lang['category'] = 'Category'; $lang['sub_category'] = 'Sub category'; $lang['sale_type'] = 'Sale type'; // (v0.5.5) $lang['details'] = 'Details'; $lang['advert_info'] = 'Advert info'; $lang['advertiser'] = 'Advertiser'; $lang['contact'] = 'Contact'; $lang['images'] = 'Images'; $lang['all_sellers_ads'] = 'Find all ads by '; $lang['last_edited_by'] = '[ Last edited by %s on %s edited %s time(s) in total ]'; $lang['expiry_date'] = 'Expiry date'; $lang['renewal_confirmation'] = 'Your ad has been renewed successfully.'; $lang['change_status_to'] = 'Change status to'; // // Pre-create page // $lang['view_prices'] = 'If you would like to view our prices, please click %sHere%s.'; $lang['paypal_intro'] = 'A PayPal account is not necessary to order from our site. All you need is a valid credit or debit card.'; $lang['create_intro'] = 'If you wish to place a single advert, please select a category, an advert type and a duration below.<br>If you wish to pay for multiple ads, please click %sHere%s.'; $lang['select_category'] = 'Select category'; $lang['select_ad_type'] = 'Select ad type'; $lang['select_ad_duration'] = 'Select ad duration'; $lang['months'] = 'month(s)'; $lang['calculate_cost'] = 'Calculate cost'; $lang['ad_type_basic'] = 'Basic'; $lang['ad_type_standard'] = 'Standard'; $lang['ad_type_photo'] = 'Picture'; $lang['ad_type_premium'] = 'Premium'; // // Renewal page // $lang['renew_ad'] = 'Renew Ad'; $lang['select_add_ad_duration'] = 'Select additional ad duration'; // (v0.5.3) $lang['additional_ad_duration_selected'] = 'Additonal ad duration selected'; // (v0.5.3) // // Search page // $lang['search_query'] = 'Search Query'; $lang['search_for_keywords'] = 'Search for Keywords'; $lang['search_for_any_terms'] = 'Search for any terms or use query as entered'; $lang['search_for_all_terms'] = 'Search for all terms'; $lang['search_for_username'] = 'Search for Username'; $lang['search_for_ad_id'] = 'Search for Ad id'; // (v0.5.5) $lang['search_options'] = 'Search Options'; $lang['cat_sub_cat'] = 'Category/Sub-category'; $lang['all'] = 'All'; $lang['ad_status'] = 'Ad status'; $lang['sort_by'] = 'Sort by'; $lang['ascending'] = 'Ascending'; $lang['descending'] = 'Descending'; $lang['no_search_results'] = 'No ads met your search criteria'; $lang['no_keywords'] = 'Please enter search keyword(s) or username'; // // Automated processing // $lang['successful_completion'] = 'Automated processing completed successfully'; // // Email text // $lang['first_renewal_title'] = 'Ad Expiry - Reminder'; $lang['first_renewal_message'] = 'We are writing to notify you that your ad will expire on %exp%. If you would like to renew your ad, please click on the link below.'; $lang['second_renewal_title'] = 'Ad Expiry - Final Reminder'; $lang['second_renewal_message'] = 'We are writing to remind you that your ad will expire on %exp%. If you would like to renew your ad, please click on the link below.'; $lang['final_renewal_title'] = 'Ad Expiry - Notification'; $lang['final_renewal_message'] = 'We are writing to notify you that your ad expired on %exp%. If you would like to renew your ad, please click on the link below.'; // // phpCA // $lang['classified_ads'] = 'Classified Ads'; $lang['search_ads'] = 'Search Ads'; $lang['my_ads'] = 'My ads'; $lang['no_images_found'] = 'No images found'; $lang['Post_your_comment'] = 'Post your comment'; ?> --- NEW FILE: lang_admin.php --- <? // // Configuration // $lang['ads_general_config'] = 'Ads General Configuration'; $lang['ads_config_explain'] = 'The form below will allow you to customize the general ads options.'; $lang['ads_click_return_config'] = 'Click %sHere%s to return to Ads General Configuration'; //-------------------------------------------------------------- $lang['ads_general_settings'] = 'Ads General Settings'; $lang['view_level'] = 'View level'; $lang['search_level'] = 'Search level'; $lang['move_level'] = 'Move level'; // (v0.5.4) $lang['ads_per_page'] = 'Adverts per page'; $lang['ad_duration_months'] = 'Ad duration (months)'; $lang['max_ads_per_user'] = 'Maximum ads per user'; $lang['max_images_per_ad'] = 'Maximum images per ad'; //-------------------------------------------------------------- $lang['ads_image_settings'] = 'Ads Image Settings'; $lang['enable_images'] = 'Enable images'; $lang['thumb_img_width'] = 'Thumbnail image width (pixels)'; $lang['thumb_img_height'] = 'Thumbnail image height (pixels)'; $lang['medium_img_width'] = 'Medium image width (pixels)'; $lang['medium_img_height'] = 'Medium image height (pixels)'; $lang['large_img_width'] = 'Large image width (pixels)'; $lang['large_img_height'] = 'Large image height (pixels)'; //-------------------------------------------------------------- $lang['ads_chase_settings'] = 'Ads Chase Settings'; $lang['first_chase_days'] = 'First chase (days)'; $lang['second_chase_days'] = 'Second chase (days)'; //-------------------------------------------------------------- $lang['extra_settings'] = 'Extra Settings'; $lang['paid_ads'] = 'Enable paid ads'; $lang['rate_system'] = 'Enable rate system'; $lang['rate_scale'] =' Rating scale'; $lang['comment_system'] = 'Enable comment system'; $lang['private_trade'] = 'Enable private/trade indicator'; // (v0.5.5) $lang['ebay_ref'] = 'eBay affiliated ref id'; $lang['webmasterplan_site'] = 'webmasterplan.com affiliated site id'; //-------------------------------------------------------------- // // PayPal page // $lang['ads_paid_ads_title'] = 'Paid Ads Configuration'; $lang['ads_paid_ads_explain'] = 'The form below will allow you to customize the Paid Ads options.'; $lang['ads_click_return_paid_ads_config'] = 'Click %sHere%s to return to Paid Ads Configuration'; $lang['ads_paid_ads_settings'] = 'Paid Ads Settings'; $lang['basic_ads_allowed'] = 'Basic ads allowed'; $lang['standard_ads_allowed'] = 'Standard ads allowed'; $lang['photo_ads_allowed'] = 'Photo ads allowed'; $lang['premium_ads_allowed'] = 'Premium ads allowed'; $lang['ads_paypal_settings'] = 'PayPal Settings'; $lang['business_email'] = 'PayPal business email address'; $lang['currency_code'] = 'PayPal currency code'; $lang['language_code'] = 'PayPal language code'; $lang['sandbox'] = 'Use PayPal Sandbox'; $lang['sandbox_explain'] = 'Set to Yes for testing purposes'; // These are displayed in the currency select box $lang['paypal_cc']['CAD'] = 'Canadian Dollars (C$)'; $lang['paypal_cc']['EUR'] = 'Euros ()'; $lang['paypal_cc']['GBP'] = 'Pounds Sterling (£)'; $lang['paypal_cc']['JPY'] = 'Japanese Yen (¥)'; $lang['paypal_cc']['USD'] = 'U.S. Dollars ($)'; // These are displayed in the country select box $lang['paypal_lc']['AI'] = 'Anguilla'; $lang['paypal_lc']['AR'] = 'Argentina'; $lang['paypal_lc']['AU'] = 'Australia'; $lang['paypal_lc']['AT'] = 'Austria'; $lang['paypal_lc']['BE'] = 'Belgium'; $lang['paypal_lc']['BR'] = 'Brazil'; $lang['paypal_lc']['CA'] = 'Canada'; $lang['paypal_lc']['CL'] = 'Chile'; $lang['paypal_lc']['CN'] = 'China'; $lang['paypal_lc']['CR'] = 'Costa Rica'; $lang['paypal_lc']['DK'] = 'Denmark'; $lang['paypal_lc']['DO'] = 'Dominican Republic'; $lang['paypal_lc']['EC'] = 'Ecuador'; $lang['paypal_lc']['FI'] = 'Finland'; $lang['paypal_lc']['FR'] = 'France'; $lang['paypal_lc']['DE'] = 'Germany'; $lang['paypal_lc']['GR'] = 'Greece'; $lang['paypal_lc']['HK'] = 'Hong Kong'; $lang['paypal_lc']['IS'] = 'Iceland'; $lang['paypal_lc']['IN'] = 'India'; $lang['paypal_lc']['IE'] = 'Ireland'; $lang['paypal_lc']['IL'] = 'Israel'; $lang['paypal_lc']['IT'] = 'Italy'; $lang['paypal_lc']['JM'] = 'Jamaica'; $lang['paypal_lc']['JP'] = 'Japan'; $lang['paypal_lc']['LU'] = 'Luxembourg'; $lang['paypal_lc']['MY'] = 'Malaysia'; $lang['paypal_lc']['MX'] = 'Mexico'; $lang['paypal_lc']['MC'] = 'Monaco'; $lang['paypal_lc']['NL'] = 'Netherlands'; $lang['paypal_lc']['NZ'] = 'New Zealand'; $lang['paypal_lc']['NO'] = 'Norway'; $lang['paypal_lc']['PT'] = 'Portugal'; $lang['paypal_lc']['SG'] = 'Singapore'; $lang['paypal_lc']['KR'] = 'South Korea'; $lang['paypal_lc']['ES'] = 'Spain'; $lang['paypal_lc']['SE'] = 'Sweden'; $lang['paypal_lc']['CH'] = 'Switzerland'; $lang['paypal_lc']['TH'] = 'Thailand'; $lang['paypal_lc']['TW'] = 'Taiwan'; $lang['paypal_lc']['TR'] = 'Turkey'; $lang['paypal_lc']['GB'] = 'United Kingdom'; $lang['paypal_lc']['US'] = 'United States'; $lang['paypal_lc']['UY'] = 'Uruguay'; $lang['paypal_lc']['VE'] = 'Venezuela'; // // Categories page // $lang['ads_categories_title'] = 'Ads Categories'; $lang['ads_categories_explain'] = 'The form below will allow you to customize the Ad Categories.'; $lang['ads_click_return_categories'] = 'Click %sHere%s to return to Ad Categories'; $lang['ads_categories_settings'] = 'Category Settings'; $lang['create_new_sub_cat'] = 'Create new sub category'; $lang['create_new_cat_sub_cat'] = 'Create new category/sub category'; $lang['create_category_instructions'] = 'Category/sub category not entered'; $lang['category_creation_conf'] = 'Category has been created successfully.'; $lang['information'] = 'Information'; $lang['delete_cat_question'] = 'Are you sure you want to delete this category?'; $lang['yes'] = 'Yes'; $lang['no'] = 'No'; $lang['category_deletion_conf'] = 'Category has been deleted successfully.'; // // Categories edit page // $lang['ads_edit_category_title'] = 'Ads Edit Category'; $lang['ads_edit_category_explain'] = 'The form below will allow you to customize the Ad Category settings.'; $lang['ads_click_return_categories'] = 'Click %sHere%s to return to Ad Categories'; $lang['ads_edit_category_settings'] = 'Edit Category Settings'; $lang['category_edit_conf'] = 'Category has been edited successfully.'; $lang['category'] = 'Category'; $lang['sub_category'] = 'Sub-category'; $lang['basic_cost'] = 'Basic cost'; $lang['standard_cost'] = 'Standard cost'; $lang['photo_cost'] = 'Photo cost'; $lang['premium_cost'] = 'Premium cost'; $lang['ads_custom_fields'] = 'Custom fields'; $lang['field_1_desc'] = 'Field 1 Description'; $lang['field_2_desc'] = 'Field 2 Description'; $lang['field_3_desc'] = 'Field 3 Description'; $lang['field_4_desc'] = 'Field 4 Description'; $lang['field_5_desc'] = 'Field 5 Description'; $lang['field_6_desc'] = 'Field 6 Description'; $lang['field_7_desc'] = 'Field 7 Description'; $lang['field_8_desc'] = 'Field 8 Description'; $lang['field_9_desc'] = 'Field 9 Description'; $lang['field_10_desc'] = 'Field 10 Description'; $lang['permissions'] = 'Permissions'; $lang['create_level'] = 'Create level'; $lang['edit_level'] = 'Edit level'; $lang['delete_level'] = 'Delete level'; $lang['image_level'] = 'Image level'; $lang['comment_level'] = 'Comment level'; $lang['rate_level'] = 'Rate level'; // // Payment history page // $lang['ads_payments_title'] = 'Ads PayPal Payment History'; $lang['ads_payments_explain'] = 'The table below details the payments received from PayPal.'; $lang['payment_date'] = 'Payment date'; $lang['payment_status'] = 'Payment status'; $lang['receiver_email'] = 'Receiver email'; $lang['mc_gross'] = 'Payment amount'; $lang['user_id'] = 'User id'; $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['ads_config_updated'] = 'Mx Classified Ads Configuration Updated Successfully.'; $lang['Click_return_ads_config'] = 'Click %sHere%s to return to mx_phpCA Configuration'; $lang['index'] = 'Mx Classified Ads Album Index'; $lang['mx_phpCA_admin'] = 'mxBB Classified Ads Integration'; $lang['mx_phpCA_admin_explain'] = 'Here, you can do ads index and mxBB page mappings.'; $lang['default_pages_title'] = 'mxBB and Classified Ads 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 Classified Ads module integration is activated, all mx_phpCA URLs will be directed to mxBB pages. If deactivated, ads.php will operate "as usual"'; $lang['integration_enabled_yes'] = 'Activate'; $lang['integration_enabled_no'] = 'Do not integrate ads.php'; $lang['override'] = 'Associate ads.php and mxBB pages'; $lang['override_explain'] = 'All mx_phpCA urls are redirected to mxBB pages following these settings.'; $lang['override_yes'] = 'Use Block Settings'; $lang['override_no'] = 'Use fixed mappings (see below)'; // // That's all Folks! // ------------------------------------------------- ?> |