[ Index ]
 

Code source de GeekLog 1.4.1

Accdez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/links/language/ -> chinese_simplified_utf-8.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # chinese_simplified_utf-8.php
   5  #
   6  # This is the Chinese Simplified (UTF-8) language set for GeekLog Links plugin
   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  ###############################################################################
  30  # Array Format:
  31  # $LANGXX[YY]:    $LANG - variable name
  32  #              XX - file id number
  33  #            YY - phrase id number
  34  ###############################################################################
  35  /**
  36  * the link plugin's lang array
  37  * 
  38  * @global array $LANG_LINKS 
  39  */
  40  $LANG_LINKS= array(
  41      10 => '提交物',
  42      14 => '连结',
  43      84 => '连结',
  44      88 => '没有新的连结',
  45      114 => '网际资源',
  46      116 => '加一联结'
  47  );
  48  
  49  ###############################################################################
  50  # for stats
  51  /**
  52  * the link plugin's lang stats array
  53  * 
  54  * @global array $LANG_LINKS_STATS
  55  */
  56  $LANG_LINKS_STATS = array(
  57      'links' => '系统里的联结(点击)',
  58      'stats_headline' => '头十个联结',
  59      'stats_page_title' => '联结',
  60      'stats_hits' => '采样数',
  61      'stats_no_hits' => '看来本站没有连结或是没人点击过本站的连结。',
  62  );
  63  
  64  ###############################################################################
  65  # for the search
  66  /**
  67  * the link plugin's lang search array
  68  * 
  69  * @global array $LANG_LINKS_SEARCH 
  70  */
  71  $LANG_LINKS_SEARCH = array(
  72   'results' => '联结结果',
  73   'title' => '标题',
  74   'date' => '加入日其',
  75   'author' => '提交者',
  76   'hits' => '点击'
  77  );
  78  
  79  ###############################################################################
  80  # for the submission form
  81  /**
  82  * the link plugin's lang submit form array
  83  * 
  84  * @global array $LANG_LINKS_SUBMIT 
  85  */
  86  $LANG_LINKS_SUBMIT = array(
  87      1 => '提交一个联结',
  88      2 => '联结',
  89      3 => '类别',
  90      4 => '其他',
  91      5 => '若其他, 情指定',
  92      6 => '错误: 无类别',
  93      7 => '若选 "其他" 请提供类别名称',
  94      8 => '标题',
  95      9 => '网址',
  96      10 => '类别',
  97      11 => '提交联结'
  98  );
  99  
 100  ###############################################################################
 101  # Messages for COM_showMessage the submission form
 102  
 103  $PLG_links_MESSAGE1 = "谢谢你给本站提交一个联结. 此联结已提交到管理员处等待批准. 若批准,你的联结将显示在<a href={$_CONF['site_url']}/links/index.php>联结</a>处.";
 104  $PLG_links_MESSAGE2 = '你的连接已存续成功.';
 105  $PLG_links_MESSAGE3 = '联结已成功的删除.';
 106  $PLG_links_MESSAGE4 = "谢谢你为本站提交一个联结.  你的连接现在已显现在<a href={$_CONF['site_url']}/links/index.php>联结</a>处.";
 107  
 108  // Messages for the plugin upgrade
 109  $PLG_links_MESSAGE3002 = $LANG32[9];
 110  
 111  ###############################################################################
 112  # admin/link.php
 113  /**
 114  * the link plugin's lang admin array
 115  * 
 116  * @global array $LANG_LINKS_ADMIN 
 117  */
 118  $LANG_LINKS_ADMIN = array(
 119      1 => '联结编辑器',
 120      2 => '联结ID',
 121      3 => '联结标题',
 122      4 => '联结网址',
 123      5 => '类别',
 124      6 => '(请包括 http://)',
 125      7 => '其他',
 126      8 => '联结采样数',
 127      9 => '联结描述',
 128      10 => '你需要提供联结得标题, 网址及描述.',
 129      11 => '联结管理器',
 130      12 => '若要更改或删除一个联结,请点击一下那联结的编辑标图.  若要建立一个新的联结请点击以上的 "建新".',
 131      14 => '联结类别',
 132      16 => '拒绝进入',
 133      17 => "你再使用一个你没有权的联结.  此企图已被记录. 请<a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">回到连接管理处</a>.",
 134      20 => '若是其他, 请注明',
 135      21 => '存续',
 136      22 => '取消',
 137      23 => '删除',
 138  );
 139  
 140  ?>


Gnr le : Wed Nov 21 12:27:40 2007 par Balluche grce PHPXref 0.7
  Clicky Web Analytics