You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/author/language/english/form_validation_lang.php

55 lines
2.8 KiB
PHP

<?php
$lang['required'] = "%s";
$lang['valid_email'] = "%s";
$lang['max_length'] = "%s";
$lang['login_email'] = "Please fill in your Email Address!";
$lang['login_password'] = "Please fill in your Password!";
$lang['login_warning'] = "Your username and password are incorrect. Or your account doesn't have the permission. Please contact the administrator YCC!";
$lang['signup_a_email'] = "Please fill in your email Address!";
$lang['signup_a_password'] = "Please set a new password!";
$lang['signup_a_name'] = "Please fill in your name!";
$lang['signup_a_name_cn'] = "Please fill in your Chinese name!";
$lang['signup_a_mobile_phone'] = "Please fill in your Mobile Phone!";
$lang['signup_a_id_card'] = "Please fill in your ID card!";
$lang['signup_a_address'] = "Please fill in your address!";
$lang['signup_a_school'] = "Please fill in your graduate school!";
$lang['signup_a_resume'] = "Please fill in your brief self-introduction!";
$lang['a_bank'] = "Please fill in your bank name or paypal!";
$lang['a_bank_card'] = "Please fill in your bank account number or paypal number!";
$lang['signup_success_title'] = "Your account has been registered successfully!";
$lang['signup_success'] = "Please await auditing!";
$lang['setting_profile_success'] = "Your personal information has been set successfully.";
$lang['t_title']="Please fill in your title.";
$lang['t_content']="Please fill in your content.";
$lang['t_expires']="Estimated time of completion.";
$lang['task_create_success']="Your task has been submitted successful. Please wait...";
$lang['ta_count']="The number of words must be filled in. Only Arabic numerals allowed!";
$lang['ta_charge']="The amount of money must be filled in. Only Arabic numerals allowed!";
$lang['task_review_submit']="Saved successfully.";
$lang['task_error_notfound']="Your task can't be found, please contact the administrator!";
$lang['task_has_undertake']="You can't accept this task!";
$lang['author_review_submit']="Your task has been submitted successfully.";
$lang['task_undertake_success']="You have accepted this task successfully.";
$lang['task_canceltake_success']="The task has been cancelled.";
$lang['task_canceltake_error']="The task cancellation failed. Please contact the administrator.";
$lang['send_sms_success']="The message has been sent successfully.";
$lang['task_m_content']="Please fill in the message content.";
$lang['task_success_submit']="Your task has been submitted successfully.";
$lang['script_success_save']="Your script has been saved successfully.";
$lang['author_email_message_subject']='Message,%s';
$lang['author_email_message_body']='You have a new message on the China Highlights Content Management System. Please log in at <a href="http://i.chtcdn.com/info.php/author" target="_blank">http://i.chtcdn.com/info.php/author</a>';