[ Index ]
 

Code source de GeekLog 1.4.1

Accdez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  <?php
   2  
   3  ###############################################################################
   4  # chinese_traditional_utf-8.php
   5  #
   6  # This is the Chinese Traditional (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