plugins/staticpages/language/chinese_simplified_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7069 92692fb690fb
child 7422 570b215d953d
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # chinese_simplified_utf-8.php
     5 # This is the Chinese Simplified Unicode (utf-8) language set
     6 # for the Geeklog Static Page Plug-in!
     7 #
     8 # Last updated January 10, 2006
     9 #
    10 # Copyright (C) 2005 Samuel M. Stone
    11 # sam@stonemicro.com
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation; either version 2
    16 # of the License, or (at your option) any later version.
    17 #
    18 # This program is distributed in the hope that it will be useful,
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21 # GNU General Public License for more details.
    22 #
    23 # You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    26 #
    27 ###############################################################################
    28 
    29 global $LANG32;
    30 
    31 ###############################################################################
    32 # Array Format:
    33 # $LANGXX[YY]:  $LANG - variable name
    34 #               XX    - file id number
    35 #               YY    - phrase id number
    36 ###############################################################################
    37 
    38 $LANG_STATIC = array(
    39     'newpage' => '新页',
    40     'adminhome' => '管理处',
    41     'staticpages' => '静态页',
    42     'staticpageeditor' => '静态页编辑器',
    43     'writtenby' => '作者',
    44     'date' => '更新日期',
    45     'title' => '标题',
    46     'content' => '内容',
    47     'hits' => '采样数',
    48     'staticpagelist' => '静态页目录',
    49     'url' => '网址',
    50     'edit' => '编辑',
    51     'lastupdated' => '更新日期',
    52     'pageformat' => '网页各式',
    53     'leftrightblocks' => '左右组件',
    54     'blankpage' => '空页',
    55     'noblocks' => '无组件',
    56     'leftblocks' => '左组件',
    57     'addtomenu' => '加入菜单',
    58     'label' => '标签',
    59     'nopages' => '此系统无静态页',
    60     'save' => '存续',
    61     'preview' => '预览',
    62     'delete' => '删除',
    63     'cancel' => '取消',
    64     'access_denied' => '拒绝入门',
    65     'access_denied_msg' => '你在非法进入静态页管理处. 请注意,你企图非法的进入此页的资料会被记录下来',
    66     'all_html_allowed' => '所有 HTML 代号读可用',
    67     'results' => '静态页结果',
    68     'author' => '作者',
    69     'no_title_or_content' => '你最少要填入<b>标题</b> 和 <b>内容</b>.',
    70     'no_such_page_anon' => '请登入..',
    71     'no_page_access_msg' => "这也许是你未登入, 或不是此站的用户. 请 <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> 申请成为用户 </a> 来得到登入权",
    72     'php_msg' => 'PHP: ',
    73     'php_warn' => '注意: 你的静态页上的 PHP 代号将会被评价. 请小心 !!',
    74     'exit_msg' => 'Exit 类型: ',
    75     'exit_info' => '启动 需要登入 的通知.  不勾此框便即用正常安全检查.',
    76     'deny_msg' => '拒绝进入此页.  也许此页也被搬移,删除,或你无足够许可进入此页.',
    77     'stats_headline' => '头十个静态页',
    78     'stats_page_title' => '网页标题',
    79     'stats_hits' => '采样数',
    80     'stats_no_hits' => '看来此站没有静态页或无人曾看过任何静态页.',
    81     'id' => 'ID',
    82     'duplicate_id' => '你选的 ID 已经被用,请选另一个.',
    83     'instructions' => '若要更改或删除一个静态页,在它旁边的编辑图上点击。若要看一个静态页,在它的标题上点击。若要建立一个新的静态页,在以上的‘建新’上点距。若要复制一个静态页,再它旁边的复制图上点击。',
    84     'centerblock' => '中组件: ',
    85     'centerblock_msg' => '若勾此匡,此静态页便会显为‘中组件’,就是变成网页中间的框框。',
    86     'topic' => '主题: ',
    87     'position' => '位置: ',
    88     'all_topics' => '所有',
    89     'no_topic' => '只显在主页',
    90     'position_top' => '顶部',
    91     'position_feat' => '在重要文章下面',
    92     'position_bottom' => '底部',
    93     'position_entire' => '整页',
    94     'head_centerblock' => '中组件',
    95     'centerblock_no' => '不',
    96     'centerblock_top' => '顶',
    97     'centerblock_feat' => '重要文章',
    98     'centerblock_bottom' => '底',
    99     'centerblock_entire' => '整页',
   100     'inblock_msg' => '在一个组件内: ',
   101     'inblock_info' => '将静态页包在组件框里.',
   102     'title_edit' => '编辑此页',
   103     'title_copy' => '复制此页',
   104     'title_display' => '显示此页',
   105     'select_php_none' => '不要执行PHP',
   106     'select_php_return' => '执行 PHP (return)',
   107     'select_php_free' => '执行 PHP',
   108     'php_not_activated' => '使用 PHP 的功能为开启.',
   109     'printable_format' => '打印格式',
   110     'copy' => '复制',
   111     'limit_results' => '限制结果',
   112     'search' => '搜寻',
   113     'submit' => '提交'
   114 );
   115 
   116 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
   117 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
   118 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
   119 
   120 // Messages for the plugin upgrade
   121 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
   122 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
   123 
   124 // Localization of the Admin Configuration UI
   125 $LANG_configsections['staticpages'] = array(
   126     'label' => 'Static Pages',
   127     'title' => 'Static Pages Configuration'
   128 );
   129 
   130 $LANG_confignames['staticpages'] = array(
   131     'allow_php' => 'Allow PHP?',
   132     'sort_by' => 'Sort Centerblocks by',
   133     'sort_menu_by' => 'Sort Menu Entries by',
   134     'delete_pages' => 'Delete Pages with Owner?',
   135     'in_block' => 'Wrap Pages in Block?',
   136     'show_hits' => 'Show Hits?',
   137     'show_date' => 'Show Date?',
   138     'filter_html' => 'Filter HTML?',
   139     'censor' => 'Censor Content?',
   140     'default_permissions' => 'Page Default Permissions',
   141     'aftersave' => 'After Saving Page',
   142     'atom_max_items' => 'Max. Pages in Webservices Feed',
   143     'meta_tags' => 'Enable Meta Tags'
   144 );
   145 
   146 $LANG_configsubgroups['staticpages'] = array(
   147     'sg_main' => 'Main Settings'
   148 );
   149 
   150 $LANG_fs['staticpages'] = array(
   151     'fs_main' => 'Static Pages Main Settings',
   152     'fs_permissions' => 'Default Permissions'
   153 );
   154 
   155 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
   156 $LANG_configselects['staticpages'] = array(
   157     0 => array('True' => 1, 'False' => 0),
   158     1 => array('True' => true, 'False' => false),
   159     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
   160     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
   161     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   162     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   163 );
   164 
   165 ?>