|
|
<?php
|
|
|
// Meta informaton:
|
|
|
$lang['lang'] = 'cn';
|
|
|
$lang['charset'] = 'utf-8';
|
|
|
$lang['locale'] = array('zh_CN.utf8','en','eng');
|
|
|
$lang['dir'] = 'ltr';
|
|
|
|
|
|
// General:
|
|
|
$lang['exception_title'] = '发生错误';
|
|
|
$lang['exception_message'] = '处理页面时发生错误.';
|
|
|
$lang['error_headline'] = '错误信息:';
|
|
|
$lang['page_time'] = '[time|%A, %B %d, %Y, %H:%M]';
|
|
|
$lang['include_news_time'] = '[time|%B %e, %Y]';
|
|
|
$lang['submit_button_ok'] = ' 确认 ';
|
|
|
$lang['page_last_modified'] = '<!--Created: [created|%Y-%m-%d, %H:%M] - -->Last modified: [last_modified|%Y-%m-%d, %H:%M]';
|
|
|
$lang['no_comments'] = '暂无评论';
|
|
|
$lang['one_comment'] = '一条评论';
|
|
|
$lang['several_comments'] = '[comments] 条评论';
|
|
|
$lang['number_of_comments'][0] = '暂无评论';
|
|
|
$lang['number_of_comments'][1] = '一条评论';
|
|
|
$lang['number_of_comments'][2] = '[comments] 条评论';
|
|
|
$lang['pagination'] = '当前位于[current_page]/[total_pages]页';
|
|
|
$lang['edit'] = '编辑';
|
|
|
$lang['delete'] = '删除';
|
|
|
$lang['all_categories'] = '显示全部分类';
|
|
|
|
|
|
// Admin Menu:
|
|
|
$lang['admin_menu_home'] = '首页';
|
|
|
$lang['admin_menu_admin'] = '管理面板';
|
|
|
$lang['admin_menu_page_overview'] = '页面预览';
|
|
|
$lang['admin_menu_new_page'] = '新建页面';
|
|
|
$lang['admin_menu_logout'] = '注销';
|
|
|
$lang['admin_menu_act_page_actions'] = '当前页:';
|
|
|
$lang['admin_menu_edit_page'] = '编辑';
|
|
|
$lang['admin_menu_delete_page'] = '删除';
|
|
|
$lang['admin_menu_delete_page_conf'] = '确定删除当前页面?';
|
|
|
|
|
|
// Comments:
|
|
|
$lang['comment_headline'] = '评论';
|
|
|
$lang['pingback_headline'] = 'Pingbacks';
|
|
|
$lang['comment_no_comments'] = '暂无评论.';
|
|
|
$lang['comments_closed'] = '禁止评论.';
|
|
|
$lang['comment_time'] = '[时间|%A, %B %d, %Y, %H:%M]';
|
|
|
$lang['comments_pagination_info'] = '共 [total_comments] 条评论, [current_page]/[total_pages] 页 ';
|
|
|
$lang['comments_add_comment'] = '增加评论';
|
|
|
$lang['comment_input_text'] = '增加评论:';
|
|
|
$lang['comment_edit_text'] = '编辑评论:';
|
|
|
$lang['comment_input_name'] = '名称';
|
|
|
$lang['comment_input_email_hp'] = '电子邮件或你的主页';
|
|
|
$lang['comment_input_submit'] = ' 确认 ';
|
|
|
$lang['comment_input_preview'] = '预览';
|
|
|
$lang['comment_preview_hl'] = '预览:';
|
|
|
$lang['error_not_accepted_word'] = '禁止词: [not_accepted_word]';
|
|
|
$lang['error_not_accepted_words'] = '禁止词: [not_accepted_words]';
|
|
|
$lang['comment_error_closed'] = '评论关闭!';
|
|
|
$lang['comment_error_no_name'] = '未填写名称';
|
|
|
$lang['comment_error_no_text'] = '未填写评论内容';
|
|
|
$lang['comment_error_name_too_long'] = '名称太长了';
|
|
|
$lang['comment_error_email_hp_too_long'] = '电子邮件或你的主页太长了';
|
|
|
$lang['comment_error_email_hp_invalid'] = '电子邮件或你的主页无效';
|
|
|
$lang['comment_error_text_too_long'] = 'The text is too long ([characters] charcters; maximum: [max_characters] characters)';
|
|
|
$lang['comment_error_too_long_word'] = '词太长: [word]';
|
|
|
$lang['comment_error_too_long_words'] = '词太长: [words]';
|
|
|
$lang['comment_error_entry_exists'] = '存在相同评论';
|
|
|
$lang['comment_error_repeated_post'] = '通过你的IP已发表过一篇评论 - 请稍等再提交!';
|
|
|
$lang['comment_error_too_fast'] = '表单提交过快,请稍等再提交!';
|
|
|
$lang['comment_delete_link'] = '删除';
|
|
|
$lang['comment_delete_confirm'] = '确认删除这条评论?';
|
|
|
$lang['comment_edit_link'] = '编辑';
|
|
|
$lang['comment_note_email'] = '(选项)';
|
|
|
$lang['comments_open'] = '开启评论';
|
|
|
$lang['comments_close'] = '评论关闭';
|
|
|
$lang['comment_notification_subject'] = '在[page]上的评论';
|
|
|
$lang['comment_notification_message'] = "[name]\n\n[comment]\n\n[link]";
|
|
|
$lang['pingback_notification_subject'] = 'Pingback to [page]';
|
|
|
$lang['pingback_notification_message'] = "[title]\n[url]\n[link]";
|
|
|
|
|
|
// News:
|
|
|
$lang['news_time'] = '[时间|%A, %B %d, %Y, %H:%M]';
|
|
|
$lang['no_news'] = '暂无新闻';
|
|
|
|
|
|
// Notes:
|
|
|
$lang['note_time'] = '[时间|%A, %B %d, %Y, %H:%M]';
|
|
|
$lang['no_notes'] = '暂无摘要';
|
|
|
|
|
|
// Formmailer:
|
|
|
$lang['formmailer_label_email'] = '电子邮件:';
|
|
|
$lang['formmailer_label_subject'] = '主题:';
|
|
|
$lang['formmailer_label_message'] = '内容:';
|
|
|
$lang['formmailer_button_send'] = '发送';
|
|
|
$lang['formmail_error_email_invalid'] = '电子邮件无效或为空';
|
|
|
$lang['formmail_error_no_message'] = '内容为空';
|
|
|
$lang['formmail_error_text_too_long'] = '内容太长了';
|
|
|
$lang['formmail_error_subj_too_long'] = '标题太长了';
|
|
|
$lang['formmail_error_mailserver'] = '邮件投递期间发生错误,请稍后再试!';
|
|
|
$lang['formmailer_mail_sent'] = '邮件已成功发送.';
|
|
|
$lang['formmailer_no_subject'] = '没有主题';
|
|
|
|
|
|
// Gallery:
|
|
|
$lang['gallery_no_photo'] = '此相册没有图片';
|
|
|
|
|
|
// Photo:
|
|
|
$lang['photo_headline'] = '图片';
|
|
|
$lang['previous_photo'] = '上一张';
|
|
|
$lang['next_photo'] = '下一张';
|
|
|
$lang['enlarge_photo'] = '很大';
|
|
|
$lang['reduce_photo'] = '中';
|
|
|
$lang['show_large_photo'] = '大';
|
|
|
$lang['show_large_photo_title'] = '显示大图片';
|
|
|
$lang['back_link'] = 'back';
|
|
|
$lang['back_title'] = 'Back to "[page]"';
|
|
|
$lang['photo_comment_link_title'] = '查看此图片的评论';
|
|
|
|
|
|
// Simple news:
|
|
|
$lang['simple_news_time'] = '[日期|%A, %B %e, %Y]';
|
|
|
$lang['simple_news_edit_title'] = '标题:';
|
|
|
$lang['simple_news_edit_teaser'] = 'Teaser:';
|
|
|
$lang['simple_news_edit_text'] = '内容:';
|
|
|
$lang['simple_news_edit_text_format'] = '自动格式化';
|
|
|
$lang['simple_news_edit_linkname'] = '链接名称:';
|
|
|
$lang['simple_news_default_linkname'] = '更多…';
|
|
|
$lang['simple_news_edit_time'] = '日期/时间:';
|
|
|
$lang['simple_news_edit_time_format'] = 'YYYY-MM-DD HH:MM:SS';
|
|
|
$lang['simple_news_add_item'] = '增加内容';
|
|
|
$lang['simple_news_edit_item'] = '编辑';
|
|
|
$lang['simple_news_delete_confirm'] = '删除这条内容?';
|
|
|
$lang['error_news_no_title'] = '没有标题输入';
|
|
|
$lang['error_news_no_text'] = '没有内容输入';
|
|
|
$lang['error_news_time_invalid'] = '无效的日期/时间格式';
|
|
|
$lang['delete_news_title'] = '删除';
|
|
|
$lang['delete_news_confirm_submit'] = '确认 - 删除';
|
|
|
|
|
|
// Search:
|
|
|
$lang['search_submit'] = '搜索';
|
|
|
$lang['search_number_of_results'][0] = '页面未找到';
|
|
|
$lang['search_number_of_results'][1] = '找到一页:';
|
|
|
$lang['search_number_of_results'][2] = '已找到 [pages] 页:';
|
|
|
$lang['search_pagination'] = '[total_results] 条结果, [current_page]/[total_pages]';
|
|
|
$lang['search_photo'] = '图片';
|
|
|
$lang['search_no_results'] = '页面未找到';
|
|
|
|
|
|
// Akismet:
|
|
|
$lang['akismet_error_api_key'] = 'Invalid akismet api key';
|
|
|
$lang['akismet_error_connection'] = 'Server connection error - please try again later';
|
|
|
$lang['akismet_spam_suspicion'] = 'Spam suspicion!';
|
|
|
|
|
|
// reCAPTCHA:
|
|
|
$lang['wrong_captcha'] = 'You entered a wrong captcha, please try again!';
|
|
|
?>
|
|
|
|