⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 custom_language.php

📁 CMS系统
💻 PHP
字号:
<?php

// Subdreamer 2.0.0 Language Phrases - English 
// Translation by subduck 

$charset = 'iso-8859-1';
$version = '1.1';

// Subdreamer(1) 
$sdphrases[1] = array 
( 
  'enter_comment_name'		=>'Please fill out the name field.',
  'enter_comment'		=>'Please fill out the comment field.',
  'repeat_comment'		=>'Repeat comment not posted.',
  'users_name'		=>'User\'s Name:',
  'your_name'		=>'Your Name:',
  'comment'		=>'Comment:',
  'update_comment'		=>'Update Comment',
  'post_comment'		=>'Post Comment',
  'comments'		=>'Comments:',
  'edit'		=>'Edit',
  'delete'		=>'Delete',
  'login_post_comments'		=>'You must be logged in to post comments.',
  'view_comments'		=>'View Comments',
  'login_view_page'		=>'Sorry, you must be logged in to view this page!',
  'wrong_password'		=>'Wrong Password',
  'wrong_username'		=>'Wrong Username',
  'please_enter_username'		=>'Please enter a username.',
  'session_error'		=>'Couldn\'t start session',
  'you_are_banned'		=>'You have been banned'
);

// Plugin: News(2) 
$sdphrases[2] = array 
( 
  'discuss_article_in_forum'		=>'Discuss this article in the Forum!',
  'by'		=>'By',
  'read_more'		=>'Read More...',
  'previous'		=>'&laquo; Previous',
  'next'		=>'Next &raquo;',
  'article_offline'		=>'This article is currently offline.',
  'author'		=>'Author:',
  'title'		=>'Title:',
  'description'		=>'Description:',
  'article'		=>'Article:',
  'submit_article'		=>'Submit Article',
  'enter_name'		=>'Please enter your name.',
  'enter_title'		=>'Please enter the title.',
  'enter_description'		=>'Please enter the description.',
  'enter_article'		=>'Please enter an article.',
  'article_submitted'		=>'Thanks! Your article has been submitted.',
  'print'		=>'Print',
  'email'		=>'Email',
  'enter_recipient_email'		=>'Send this article to:',
  'separate_with_commas'		=>'Separate multiple addresses with commas.',
  'enter_your_email'		=>'Enter your email address:',
  'enter_comment'		=>'Enter an optional comment:',
  'send_email'		=>'Send Email',
  'invalid_email'		=>'Please enter a valid email address.',
  'email_sent'		=>'The following article has been sent:',
  'go_back'		=>'Click here to go back to the article.',
  'email_not_sent'		=>'A system error occured. Your message was not sent.'
);

// Plugin: Guestbook(4) 
$sdphrases[4] = array 
( 
  'website_url'		=>'Website URL:',
  'name'		=>'Name:',
  'website_name'		=>'Website Name:',
  'message'		=>'Message:',
  'submit_message'		=>'Submit Message',
  'reset'		=>'Reset',
  'no_username'		=>'Please fill out the username field.',
  'no_message'		=>'Please fill out the message field.',
  'message_too_long'		=>'Message length must be less than',
  'url_invalid'		=>'Website URL is invalid.',
  'no_site_name'		=>'Please enter the site name of the url specified.',
  'repeat_comment'		=>'Repeat comment not posted.',
  'website'		=>'Website:',
  'previous'		=>'&laquo; Previous',
  'next'		=>'Next &raquo;',
  'sign_guestbook'		=>'Click here to sign the guestbook!',
  'not_logged_in'		=>'Sorry, you must be logged in to post messages.'
);

// Plugin: Contact Form(6) 
$sdphrases[6] = array 
( 
  'full_name'		=>'Full Name:',
  'your_email'		=>'Your Email:',
  'subject'		=>'Subject:',
  'message'		=>'Message:',
  'send_message'		=>'Send Message',
  'reset'		=>'Reset',
  'enter_name'		=>'Please enter your name!',
  'enter_email'		=>'Please enter an Email Address!',
  'enter_subject'		=>'Please enter a subject for the Email!',
  'enter_message'		=>'Please enter a message!',
  'invalid_email'		=>'Invalid Email entered!',
  'email_sent'		=>'Thanks! Your email has been sent!',
  'email_not_sent'		=>'A system error occured. Your message was not sent.',
  'attachment'		=>'Attachment:'
);

// Plugin: Chatterbox(7) 
$sdphrases[7] = array 
( 
  'name'		=>'Name:',
  'comment'		=>'Comment:',
  'say'		=>'say',
  'not_logged_in'		=>'Sorry, you must be logged in to post messages.',
  'no_username'		=>'No username supplied!',
  'no_comment'		=>'No comment supplied!',
  'repeat_comment'		=>'Repeat comment not posted.',
  'view_history'		=>'View Message History'
);

// Plugin: Latest Posts(8) 
$sdphrases[8] = array 
( 
  'posted_by'		=>'Posted by'
);

// Plugin: Top Posters(9) 
$sdphrases[9] = array 
( 
  'user'		=>'User:',
  'posts'		=>'Posts:'
);

// Plugin: MI - Login Panel(10) 
$sdphrases[10] = array 
( 
  'my_account'		=>'My Account',
  'welcome_back'		=>'Welcome back',
  'logout'		=>'Log Out',
  'username'		=>'Username:',
  'password'		=>'Password:',
  'remember_me'		=>'Remember Me',
  'login'		=>'Login',
  'not_registered'		=>'Not registered?',
  'register_now'		=>'Register now!'
);

// Plugin: MI - User CP(11) 
$sdphrases[11] = array 
( 
  'no_changes_entered'		=>'No Changes Entered!',
  'enter_valid_password'		=>'Please enter a new password that consists only of letters and numbers.',
  'password_unmatched'		=>'The new password you entered did not match the new confirmed password.',
  'enter_valid_email'		=>'Please enter a valid email address.',
  'email_already_exists'		=>'email already exists, please try another.',
  'profile_updated'		=>'User Profile Updated!',
  'new_password'		=>'New Password:',
  'confirm_password'		=>'Confirm New Password:',
  'new_email'		=>'New Email:',
  'update_profile'		=>'Update Profile',
  'members_only'		=>'You must be logged in to view this page!',
  'visit_cp'		=>'Click here to visit your control panel.'
);

// Plugin: MI - Registration(12) 
$sdphrases[12] = array 
( 
  'user_name'		=>'User Name:',
  'password'		=>'Password:',
  'password_again'		=>'Enter Password Again:',
  'email'		=>'Email:',
  'email_again'		=>'Enter Email Again:',
  'register'		=>'Register',
  'reset_form'		=>'Reset Form',
  'enter_alnum_username'		=>'Please enter a username that consists only of letters and numbers.',
  'enter_alnum_password'		=>'Please enter a password that consists only of letters and numbers.',
  'password_unmatched'		=>'Your confirmed password does not match the entered password.',
  'unvalid_email'		=>'Please enter a valid email address.',
  'email_unmatched'		=>'The email you entered did not match the confirmed email.',
  'username_exists'		=>'username already exists, please try another.',
  'email_exists'		=>'email already exists, please try another.',
  'register_success'		=>'Thank you for registering!',
  'already_logged_in'		=>'You are already logged in as:',
  'logout'		=>'Click here if you wish to log out.',
  'register_now'		=>'Click here to Register!'
);

// Plugin: Link Directory(16) 
$sdphrases[16] = array 
( 
  'sections'		=>'Sections:',
  'submitting_link'		=>'Submitting Link',
  'your_name'		=>'Your Name:',
  'website_name'		=>'Website Name:',
  'website_url'		=>'Website URL:',
  'description'		=>'Description:',
  'submit_link'		=>'Submit Link',
  'submit_a_link'		=>'Click here to submit a link to this section!',
  'submitted_by'		=>'Submitted by:',
  'previous_links'		=>'&laquo; Previous Links',
  'more_links'		=>'More Links &raquo;',
  'enter_name'		=>'Please enter your name.',
  'enter_site_name'		=>'Please enter the name of the site.',
  'enter_site_url'		=>'Please enter the url of the site.',
  'url_invalid'		=>'Website URL is invalid.',
  'enter_description'		=>'Please enter the description.',
  'link_submitted'		=>'Thanks! Your link has been submitted.'
);

// Plugin: Image Gallery(17) 
$sdphrases[17] = array 
( 
  'sections'		=>'Sections:',
  'no_gif_support'		=>'Images with the .gif extension are not supported.',
  'previous_images'		=>'&laquo; Previous Images',
  'more_images'		=>'More Images &raquo;',
  'submitted_by'		=>'Submitted by:',
  'submit_an_image'		=>'Click here to submit an image to this section!',
  'submitting_image'		=>'Submitting Image',
  'your_name'		=>'Your Name:',
  'description'		=>'Description:',
  'thumbnail'		=>'Thumbnail:',
  'image'		=>'Image:',
  'submit_image'		=>'Submit Image',
  'image_title'		=>'Title:',
  'enter_title'		=>'Please enter a title.',
  'enter_author'		=>'Please enter the author\'s name.',
  'select_image'		=>'Please select an image.',
  'select_thumbnail'		=>'Please select a thumbnail.',
  'enter_description'		=>'Please enter a description.',
  'image_submitted'		=>'Thanks! Your image has been submitted. '
);

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -