Changeset 1628 for branches/multiuser/intl
- Timestamp:
- 11/07/06 07:34:01 (2 years ago)
- Location:
- branches/multiuser/intl
- Files:
-
- 6 added
- 10 removed
- 4 modified
-
cn_s.php (modified) (1 diff)
-
cn_t.php (modified) (1 diff)
-
de.php (deleted)
-
de/LC_MESSAGES/messages.po (modified) (7 diffs)
-
dk.php (deleted)
-
en.php (deleted)
-
fr.php (deleted)
-
he.php (deleted)
-
it.php (modified) (2 diffs)
-
ja.php (deleted)
-
nl (added)
-
nl/LC_MESSAGES (added)
-
nl/LC_MESSAGES/messages.mo (added)
-
nl/LC_MESSAGES/messages.po (added)
-
pt_BR.php (deleted)
-
pt_PT.php (deleted)
-
ru.php (deleted)
-
sv.php (deleted)
-
vi (added)
-
vi/LC_MESSAGES (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/multiuser/intl/cn_s.php
r1595 r1628 1 1 <?php 2 <?php 3 ############################################################################### 4 # Gregarius - A PHP based RSS aggregator. 5 # Copyright (C) 2003 - 2006 Marco Bonetti 6 # 7 ############################################################################### 8 # This program is free software and open source software; you can redistribute 9 # it and/or modify it under the terms of the GNU General Public License as 10 # published by the Free Software Foundation; either version 2 of the License, 11 # or (at your option) any later version. 12 # 13 # This program is distributed in the hope that it will be useful, but WITHOUT 14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 16 # more details. 17 # 18 # You should have received a copy of the GNU General Public License along 19 # with this program; if not, write to the Free Software Foundation, Inc., 20 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit 21 # http://www.gnu.org/licenses/gpl.html 22 # 23 # Chinese_s by http://www.sluke.cn 24 ############################################################################### 25 # E-mail: mbonetti at gmail dot com 26 # Web page: http://gregarius.net/ 27 # 28 ############################################################################### 29 # 30 # Planning to translate this into your own language? Please read this: 31 # http://wiki.gregarius.net/index.php/Internationalization 32 # 33 ############################################################################### 34 35 /// Language: chinese simplified 36 define ('LOCALE_WINDOWS','chinese'); 37 define ('LOCALE_LINUX','cn_zh'); 38 39 define ('LBL_ITEM','Ê¡ç®'); 40 define ('LBL_ITEMS','Ê¡ç®'); 41 define ('LBL_H2_SEARCH_RESULTS_FOR', "%d å¹é 42 ÂÀşº %s"); 43 define ('LBL_H2_SEARCH_RESULT_FOR',"%d å¹é 44 ÂÀşº %s"); 45 define ('LBL_H2_SEARCH', 'ÊÂÂÚ¿ %d Ê¡ç®'); 46 define ('LBL_SEARCH_SEARCH_QUERY','ÊÂÂçŜ¢:'); 47 define ('LBL_SEARCH_MATCH_OR', 'éšåÂÂå¹é 48  (ÊÂÂ)'); 49 define ('LBL_SEARCH_MATCH_AND', 'Ã¥ 50 šéšå¹é 51  (Ã¥ÂÂ)'); 52 define ('LBL_SEARCH_MATCH_EXACT', 'ç²Şç¡®å¹é 53 Â'); 54 define ('LBL_SEARCH_CHANNELS', 'Feed:'); 55 define ('LBL_SEARCH_ORDER_DATE_CHANNEL','ÊÂ¥ÊÂÂ, feedÊÂÂåºÂ'); 56 define ('LBL_SEARCH_ORDER_CHANNEL_DATE','feed, ÊÂ¥ÊÂÂÊÂÂåºÂ'); 57 define ('LBL_SEARCH_RESULTS_PER_PAGE','ʯÂ页ç»ÂÊÂÂ:'); 58 define ('LBL_SEARCH_RESULTS','ç»ÂÊÂÂ: '); 59 define ('LBL_H2_UNREAD_ITEMS','ʪگ»Ê¡ç® (<strong id="ucnt">%d</strong>)'); 60 define ('LBL_H2_RECENT_ITEMS', "ÊÂÂÚ¿ÂÊ¡ç®"); 61 define ('LBL_H2_CHANNELS','Feeds'); 62 define ('LBL_H5_READ_UNREAD_STATS','%d Ê¡, %d ʪگ»'); 63 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> Ê¡ (<strong id="fucnt">%d</strong> ʪگ») Ã¥ 64 ± <strong>%d</strong> feeds'); 65 define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> tagged items, Ã¥ 66 ± <strong>%d</strong> tags'); 67 define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d ʪگ»)</strong>'); 68 define ('LBL_UNREAD','ʪگ»'); 69 70 define ('LBL_FTR_POWERED_BY', " powered by "); 71 define ('LBL_ALL','ÊÂÂÊÂÂ'); 72 define ('LBL_NAV_HOME','<span>éŠÂ页</span>'); 73 define ('LBL_NAV_UPDATE', '<span>å·Ê°</span>'); 74 define ('LBL_NAV_CHANNEL_ADMIN', '<span>管çÂÂ</span>'); 75 define ('LBL_NAV_SEARCH', "<span>ÊÂÂçŜ¢</span>"); 76 define ('LBL_NAV_DEVLOG', "<span>çšÂåºÂ</span>"); 77 define ('LBL_SEARCH_GO', 'ÊÂÂçŜ¢'); 78 79 define ('LBL_POSTED', 'ÊÂÂ˼â¬: '); 80 define ('LBL_FETCHED','éÂÂéÂÂ: '); 81 define ('LBL_BY', ' ç± '); 82 83 define ('LBL_AND','Ã¥ÂÂ'); 84 85 define ('LBL_TITLE_UPDATING','ÊÂŜʰ'); 86 define ('LBL_TITLE_SEARCH','ÊÂÂçŜ¢'); 87 define ('LBL_TITLE_ADMIN','Feeds 管çÂÂ'); 88 89 90 define ('LBL_HOME_FOLDER','Root'); 91 define ('LBL_VISIT', '(visit)'); 92 define ('LBL_COLLAPSE','[-] collapse'); 93 define ('LBL_EXPAND','[+] expand'); 94 define ('LBL_PL_FOR','Permalink for '); 95 96 define ('LBL_UPDATE_CHANNEL','Feed'); 97 define ('LBL_UPDATE_STATUS','ç¶ÊÂÂ'); 98 define ('LBL_UPDATE_UNREAD','ʰʡç®'); 99 100 define ('LBL_UPDATE_STATUS_OK','OK (HTTP 200)'); 101 define ('LBL_UPDATE_STATUS_CACHED', 'OK (Local cache)'); 102 define ('LBL_UPDATE_STATUS_ERROR','ERROR'); 103 define ('LBL_UPDATE_H2','ÊÂŜʰ %d FeedsÀşÂ...'); 104 define ('LBL_UPDATE_CACHE_TIMEOUT','HTTP Timeout (Local cache)'); 105 define ('LBL_UPDATE_NOT_MODIFIED','OK (304 Not modified)'); 106 define ('LBL_UPDATE_NOT_FOUND','404 Not Found (Local cache)'); 107 // admin 108 define ('LBL_ADMIN_EDIT', 'çÅÂÚŞÂ'); 109 define ('LBL_ADMIN_DELETE', 'å éÂâ¬'); 110 define ('LBL_ADMIN_DELETE2', 'å éÂâ¬'); 111 define ('LBL_ADMIN_RENAME', 'éÂÂÃ¥ÂÅÃ¥ÂÂÀşº...'); 112 define ('LBL_ADMIN_CREATE', 'Ã¥ÂÂ建'); 113 define ('LBL_ADMIN_IMPORT','å¯ÅÃ¥ 114 Â¥'); 115 define ('LBL_ADMIN_EXPORT','å¯Ååº'); 116 define ('LBL_ADMIN_DEFAULT','é»ÂÚ®â¬'); 117 define ('LBL_ADMIN_ADD','Ê·»å '); 118 define ('LBL_ADMIN_YES', 'ʯ'); 119 define ('LBL_ADMIN_NO', 'Ã¥ÂÅ '); 120 define ('LBL_ADMIN_FOLDERS','ç»Â:'); 121 define ('LBL_ADMIN_CHANNELS','Feeds:'); 122 define ('LBL_ADMIN_OPML','OPML:'); 123 define ('LBL_ADMIN_ITEM','Items:'); 124 define ('LBL_ADMIN_CONFIG','é 125 ÂçÅ®:'); 126 define ('LBL_ADMIN_OK','ç¡®å®Â'); 127 define ('LBL_ADMIN_CANCEL','Ã¥ÂÂʶÂ'); 128 define ('LBL_ADMIN_LOGOUT','ʳšéÂÂ'); 129 130 define ('LBL_ADMIN_OPML_IMPORT','å¯ÅÃ¥ 131 Â¥'); 132 define ('LBL_ADMIN_OPML_EXPORT','å¯Ååº'); 133 define ('LBL_ADMIN_OPML_IMPORT_OPML','å¯ÅÃ¥ 134 Â¥ OPML:'); 135 define ('LBL_ADMIN_OPML_EXPORT_OPML','å¯Ååº OPML:'); 136 define ('LBL_ADMIN_OPML_IMPORT_FROM_URL','... À» URL:'); 137 define ('LBL_ADMIN_OPML_IMPORT_FROM_FILE','... À» ÊÂÂÀ»¶:'); 138 define ('LBL_ADMIN_FILE_IMPORT','å¯ÅÃ¥ 139 Â¥ ÊÂÂÀ»¶'); 140 141 define ('LBL_ADMIN_IN_FOLDER','å°ç»Â:'); 142 define ('LBL_ADMIN_SUBMIT_CHANGES', 'ÊÂÂ˼â¬Ã€Â¿Â®ÃŠÂ¹'); 143 define ('LBL_ADMIN_PREVIEW_CHANGES','é¢ÂÚ§Â'); 144 define ('LBL_ADMIN_CHANNELS_HEADING_TITLE','Ê Âé¢Â'); 145 define ('LBL_ADMIN_CHANNELS_HEADING_FOLDER','ç»Â'); 146 define ('LBL_ADMIN_CHANNELS_HEADING_DESCR','ÊÂÂÚ¿°'); 147 define ('LBL_ADMIN_CHANNELS_HEADING_MOVE','ç§»åÂÅ¡'); 148 define ('LBL_ADMIN_CHANNELS_HEADING_ACTION','Ú¡ÂÀşº'); 149 define ('LBL_ADMIN_CHANNELS_HEADING_FLAGS','Flags'); 150 define ('LBL_ADMIN_CHANNELS_HEADING_KEY','Ã¥ 151 ³é®گÂ'); 152 define ('LBL_ADMIN_CHANNELS_HEADING_VALUE','Ã¥ÂÅ'); 153 define ('LBL_ADMIN_CHANNELS_ADD','Ê·»å feed:'); 154 define ('LBL_ADMIN_FOLDERS_ADD','Ê·»å ç»Â'); 155 define ('LBL_ADMIN_CHANNEL_ICON','favicon.icon:'); 156 define ('LBL_CLEAR_FOR_NONE','(çÂÂ空ÀşºÊ²¡ÊÂÂfavicon.icon)'); 157 158 define ('LBL_ADMIN_CONFIG_VALUE','Value for'); 159 160 define ('LBL_ADMIN_PLUGINS_HEADING_NAME','Ã¥ÂÂÃ¥ÂÂ'); 161 define ('LBL_ADMIN_PLUGINS_HEADING_AUTHOR','ÀÅÂÚ 162 '); 163 define ('LBL_ADMIN_PLUGINS_HEADING_VERSION','çÂÂʬ'); 164 define ('LBL_ADMIN_PLUGINS_HEADING_DESCRIPTION','ÊÂÂÚ¿°'); 165 define ('LBL_ADMIN_PLUGINS_HEADING_ACTION','åšÀÅÂ'); 166 define ('LBL_ADMIN_PLUGINS_HEADING_OPTIONS','éÂÂ项'); 167 define ('LBL_ADMIN_PLUGINS_OPTIONS','Ê©屠éÂÂ项'); 168 define ('LBL_ADMIN_THEME_OPTIONS','é£ÂÊ ŠéÂÂ项'); 169 170 define ('LBL_ADMIN_CHANNEL_EDIT_CHANNEL','çÅÂÚŞ feed '); 171 define ('LBL_ADMIN_CHANNEL_NAME','Ê Âé¢Â:'); 172 define ('LBL_ADMIN_CHANNEL_RSS_URL','RSS URL:'); 173 define ('LBL_ADMIN_CHANNEL_SITE_URL','ç«Âç¹ URL:'); 174 define ('LBL_ADMIN_CHANNEL_FOLDER','ÊÂÂåšç»Â:'); 175 define ('LBL_ADMIN_CHANNEL_DESCR','ÊÂÂÚ¿°:'); 176 define ('LBL_ADMIN_FOLDER_NAME','ç»ÂÃ¥ÂÂ:'); 177 define ('LBL_ADMIN_CHANNEL_PRIVATE','Ú¿ÂÀşª feed ʯ <strong>Ú¢«À¿ÂÊÂâ¬Ã§ÂÂ</strong>, åªå 178 ÂÚ®şç®¡çÂÂÃ¥ÂÂå¯ÂçÂÂ.'); 179 define ('LBL_ADMIN_CHANNEL_DELETED','Ú¿ÂÀşª feed ʯ <strong>Ú¢«éÂÂå¶çÂÂ</strong>, ÀşÂÃ¥ 180 ÂÚ®şÊÂŜʰåÂÂå¯ÂçÂÂ.'); 181 182 define ('LBL_ADMIN_ARE_YOU_SURE', "Êš确å®Âå éÂ⬠'%s'?"); 183 define ('LBL_ADMIN_ARE_YOU_SURE_DEFAULT','Êš确å®ÂÚ®Şå® %s Àşºé»ÂÚ®â¬t \'%s\'?'); 184 define ('LBL_ADMIN_TRUE','ç¡®å®Â'); 185 define ('LBL_ADMIN_FALSE','Ã¥â¬Â±ÃšÅœÂ¥'); 186 define ('LBL_ADMIN_MOVE_UP','↑'); 187 define ('LBL_ADMIN_MOVE_DOWN','↓'); 188 define ('LBL_ADMIN_ADD_CHANNEL_EXPL','(ÚŞÂÃ¥ 189 ¥ç®ʠÂRSSçÂÂURL[À»¥http://Ã¥ÅÂÃ¥â¬Åœ])'); 190 define ('LBL_ADMIN_FEEDS','ÊÂŞå°À»¥ÀşÂfeeds<a href="%s">%s</a>, ÊšÀÅÂÚ®¢é 191 åªÀşÂÀşª?'); 192 193 define ('LBL_ADMIN_PRUNE_OLDER','å éÂâ¬ÃŠÂ¯ÂÊÂâ¬ÃŠÂ¥ÊÂÂÊ©çÂÂÊ¡ç®:'); 194 define ('LBL_ADMIN_PRUNE_DAYS','Ã¥â¬Â©'); 195 define ('LBL_ADMIN_PRUNE_MONTHS','ÊÂÂ'); 196 define ('LBL_ADMIN_PRUNE_YEARS','å¹Ŝ'); 197 define ('LBL_ADMIN_PRUNE_KEEP','À¿ÂçÂÂÊÂÂÚ¿ÂçÂÂÊ¡ç®: '); 198 define ('LBL_ADMIN_PRUNE_INCLUDE_STICKY','StickyÊ¡ç®ÀşÂÚµ·å éÂâ¬: '); 199 define ('LBL_ADMIN_PRUNE_EXCLUDE_TAGS','ÀşÂå éÂâ¬ÃŠÂ¡ç®TAG... '); 200 define ('LBL_ADMIN_ALLTAGS_EXPL','(ÚŞÂÃ¥ 201 Â¥ <strong>*</strong> ÀşºÊÂÂÊÂÂÊ ÂÚ®°Ê¡ç®)'); 202 203 define ('LBL_ADMIN_ABOUT_TO_DELETE','ʳšÊÂÂ: Êšå°ÂÚŠÂå éÂ⬠%s Ê¡ (of %s)'); 204 define ('LBL_ADMIN_PRUNING','À¿®åª'); 205 define ('LBL_ADMIN_DOMAIN_FOLDER_LBL','ç»Â'); 206 define ('LBL_ADMIN_DOMAIN_CHANNEL_LBL','feeds'); 207 define ('LBL_ADMIN_DOMAIN_ITEM_LBL','Ê¡ç®'); 208 define ('LBL_ADMIN_DOMAIN_CONFIG_LBL','é 209 ÂçÅ®'); 210 define ('LBL_ADMIN_DOMAIN_LBL_OPML_LBL','opml'); 211 define ('LBL_ADMIN_BOOKMARKET_LABEL','ÊÂÂå©bookmarklet [<a href="http://www.squarefree.com/bookmarklets/">?</a>]:'); 212 define ('LBL_ADMIN_BOOKMARKLET_TITLE','Ú®¢é 213 Gregarius!'); 214 215 216 define ('LBL_ADMIN_ERROR_NOT_AUTHORIZED', 217 "<h1>ʪʹåÂÂÚ¿ÂÃ¥ 218 ¥ç®¡çÂÂ!</h1>" 219 ."ç¹å» <a href=\"%s\">éÂŞÊÂÂ¥</a> Ú¿ÂÃ¥ÂÂéŠÂ页.\n" 220 ."ÀÅ å¥Å!"); 221 222 define ('LBL_ADMIN_ERROR_PRUNING_PERIOD','Invalid pruning period'); 223 define ('LBL_ADMIN_ERROR_NO_PERIOD','no period specified'); 224 define ('LBL_ADMIN_BAD_RSS_URL',"对ÀşÂÚµ·,ÀşÂÚÂÅÃ¥â¬ÂçÂÂÚ¿ÂÀşªURL: '%s'"); 225 define ('LBL_ADMIN_ERROR_CANT_DELETE_HOME_FOLDER',"ÊšÀşÂÚÂÅå éÂ⬠" . LBL_HOME_FOLDER . " ç»Â"); 226 define ('LBL_ADMIN_CANT_RENAME',"éÂÂÃ¥ÂÅÃ¥ÂÂÃ¥â¬Â±ÃšÅœÂ¥,ç»ÂÃ¥ÂÂ'%s'å·²ç»ÂÃ¥ÂÂÃ¥ÂÅ¡."); 227 define('LBL_ADMIN_ERROR_CANT_CREATE',"ç»Âå '%s'éÂÂÃ¥â¬Â!"); 228 229 define ('LBL_TAG_TAGS','Tags'); 230 define ('LBL_TAG_EDIT','çÅÂÚŞÂ'); 231 define ('LBL_TAG_SUBMIT','ÊÂÂ˼â¬'); 232 define ('LBL_TAG_CANCEL','Ã¥ÂÂʶÂ'); 233 define ('LBL_TAG_SUBMITTING','...'); 234 define ('LBL_TAG_ERROR_NO_TAG',"Ã¥ÂÂÃ¥ÂÂ~ʲ¡ÊÂÂÃ¥ÂÂç°ڢ«Ê ÂÚ®°çÂÂÊ¡ç® «%s» "); 235 define ('LBL_TAG_ALL_TAGS','ÊÂÂÊ Tags'); 236 define ('LBL_TAG_TAGGED','已ʠÂÚ®°'); 237 define ('LBL_TAG_TAGGEDP','已ʠÂÚ®°'); 238 define ('LBL_TAG_SUGGESTIONS','建ڮ®'); 239 define ('LBL_TAG_SUGGESTIONS_NONE','Ê 建ڮ®'); 240 define ('LBL_TAG_RELATED','ÊÂÂÚ¿ tags: '); 241 242 define ('LBL_SHOW_UNREAD_ALL_SHOW','ÊÂŞçâ¬ÂºÃŠÂ¡ç®: '); 243 define ('LBL_SHOW_UNREAD_ALL_UNREAD_ONLY','åªÊÂŞçâ¬ÂºÃŠÂªÚ¯»'); 244 define ('LBL_SHOW_UNREAD_ALL_READ_AND_UNREAD','å·²Ú¯»åÂÂʪگ»'); 245 246 define ('LBL_STATE_UNREAD','ʪگ» (Ú®ŞçÅ®Ê¬Ê¡ç® å·²Ú¯»/ʪگ» ç¶ÊÂÂ)'); 247 define ('LBL_STATE_STICKY','Sticky (Ã¥ÅÂÀ¿®åªÊ¡ç®Ê¶ÀşÂÀÅÂÚ¢«å éÂâ¬)'); 248 define ('LBL_STATE_PRIVATE','À¿ÂÊÂ⬠(åªå 249 ÂÚ®şç®¡çÂÂÃ¥ÂÂå¯ÂçÂÂ)'); 250 define ('LBL_STICKY','Sticky'); 251 define ('LBL_DEPRECATED','éÂÂå¶'); 252 define ('LBL_PRIVATE','À¿ÂÊÂâ¬'); 253 define ('LBL_ADMIN_TOGGLE_STATE','Toggle ç¶ÊÂÂ:'); 254 define ('LBL_ADMIN_TOGGLE_SET','Ú®ŞçÅ®'); 255 define ('LBL_ADMIN_IM_SURE','ÊÂÂç¡®å®Â!'); 256 257 258 // new in 0.5.1: 259 define ('LBL_LOGGED_IN_AS','çÂȌÅÂÀşº <strong>%s</strong>'); 260 define ('LBL_NOT_LOGGED_IN','ʪçÂȌÅÂ'); 261 define ('LBL_LOG_OUT','ʳšéÂÂ'); 262 define ('LBL_LOG_IN','çÂȎÂÂ'); 263 264 define ('LBL_ADMIN_OPML_IMPORT_AND','å¯ÅÃ¥ 265 ¥Ê°ç feed Ã¥ÂÂ:'); 266 define ('LBL_ADMIN_OPML_IMPORT_WIPE','... ʿʢÊÂÂÊÂÂç°ÊÂÂçÂÂfeedÃ¥ÂÂÊ¡ç®.'); 267 define ('LBL_ADMIN_OPML_IMPORT_FOLDER','... Ê·»å å°ç»Â:'); 268 define ('LBL_ADMIN_OPML_IMPORT_MERGE','... ÀşÂç°ÊÂÂçÂÂéšåÂÂÃ¥ÂÂå¹¶.'); 269 270 define ('LBL_ADMIN_OPML_IMPORT_FEED_INFO','Ê·»å %s å° %s... '); 271 272 define ('LBL_TAG_FOLDERS','Ã¥ÂÂç±»'); 273 define ('LBL_SIDE_ITEMS','(%d Ê¡)'); 274 define ('LBL_SIDE_UNREAD_FEEDS','(%d ʪگ», Ã¥ 275 ± %d feed)'); 276 define ('LBL_CATCNT_PF', '<strong>%d</strong> feed, Ã¥ 277 ± <strong>%d</strong> Ã¥ÂÂç±»'); 278 279 define ('LBL_RATING','Ú§Âå®ÂÃ¥ÂÅ:'); 280 281 // New in 0.5.3: 282 define ('LBL_ENCLOSURE', 'éÂÂÃ¥ÅÂ:'); 283 define ('LBL_DOWNLOAD', 'ÀşÂÚÅÅ'); 284 define ('LBL_PLAY', 'play'); 285 286 define ('LBL_MARK_READ', "Ê ÂÚ®°Ú¿Â˼ÂÊ¡ç®Àşºå·²Ú¯»"); 287 define ('LBL_MARK_CHANNEL_READ', "Ê ÂÚ®°Ú¿Â˼ÂÊ¡ç®Àşºå·²Ú¯»"); 288 define ('LBL_MARK_FOLDER_READ',"Ê ÂÚ®°Ú¿Â˼ÂÊ¡ç®Àşºå·²Ú¯»"); 289 290 define ('LBL_MARK_CHANNEL_READ_ALL', "Ê ÂÚ®°Ú¿Â˼ÂFeedÀşºå·²Ú¯»"); 291 define ('LBL_MARK_FOLDER_READ_ALL',"Ê ÂÚ®°Ú¿Â˼Âç®åÅÂÀşºå·²Ú¯»"); 292 define ('LBL_MARK_CATEGORY_READ_ALL',"Ê ÂÚ®°Ú¿Â˼ÂÃ¥ÂÂç±»Àşºå·²Ú¯»"); 293 294 // New in 0.5.x: 295 define ('LBL_FOOTER_LAST_MODIF_NEVER', 'À»Âʪ'); 296 define ('LBL_ADMIN_DASHBOARD','ʧå¶é¢Ê¿'); 297 298 define ('LBL_ADMIN_MUST_SET_PASS','<p>管çÂÂÃ¥ÂÂʪÊÂÂå®ÂïÅÂ</p>' 299 .'<p>管çÂÂÃ¥ÂÂÚ¯·ÊÂÂÀŞÂçšÊ·åÂÂÃ¥ÂÂå¯Âç Â˼Â!</p>'); 300 define ('LBL_USERNAME','çšÊ·åÂÂ'); 301 define ('LBL_PASSWORD','å¯Âç Â'); 302 define ('LBL_PASSWORD2','éªÂÚ¯Âå¯Âç Â'); 303 define ('LBL_ADMIN_LOGIN','Ú¯·çÂȎÂÂ'); 304 define ('LBL_ADMIN_PASS_NO_MATCH','å¯Âç ÂÀşÂ笊!'); 305 306 define ('LBL_ADMIN_PLUGINS','Ê©å±Â'); 307 define ('LBL_ADMIN_DOMAIN_PLUGINS_LBL','Ê©å±Â'); 308 define ('LBL_ADMIN_PLUGINS_HEADING_UPDATES','Ã¥ÂÂ级å¯çÂÅ¡'); 309 define ('LBL_ADMIN_CHECK_FOR_UPDATES','Ê£ÂÊ¥ʰçÂÂʬ'); 310 define ('LBL_ADMIN_LOGIN_BAD_LOGIN','<strong>å¢å¢!</strong> çšÊ·åÂÂÊÂÂå¯Âç ÂéÂÂÚ¯¯'); 311 define ('LBL_ADMIN_LOGIN_NO_ADMIN','<strong>å¢å¢!</strong> çÂȎÂÂÊÂÂå ' 312 .' %s çÂȎÂÂÊÂÂÃ¥ÂÂ, ÀÅÂʯʚʲ¡ÊÂÂ管çÂÂÊÂÂã گ·åÂÂçÂȎÂÂ' 313 .'À»¥Ú·åŞÂ管çÂÂÊÂÂéÂÂã <a href="..">éŠÂ页</a>'); 314 315 define('LBL_ADMIN_ACTIVE_THEME','å¯çšé£ÂÊ Å'); 316 define('LBL_ADMIN_USE_THIS_THEME','ÀÅ¿çšÊÂâ¬Ã©Â£ÂÊ Å'); 317 318 define ('LBL_ADMIN_PLUGINS_GET_MORE', '<p style="font-size:small">' 319 .'Ê©å±Âʯ第ÀşÂʹÚÂÂʬ. ' 320 .'ÊÂŜåâ¬ÂÊ©å±ÂÀşÂÚÅÅÚ¯·å° <a style="text-decoration:underline" ' 321 .' href="http://plugins.gregarius.net/">Plugin Repository</a>.</p>'); 322 323 define ('LBL_LAST_UPDATE','ÊÂÂÃ¥ÂÂÃ¥ÂÂ级'); 324 define ('LBL_ADMIN_DOMAIN_THEMES_LBL','é£ÂÊ Å'); 325 define ('LBL_ADMIN_THEMES','é£ÂÊ Å'); 326 327 define ('LBL_ADMIN_THEMES_GET_MORE', '<p style="font-size:small">' 328 .'é£ÂÊ ÅʯÀşÂç³»åÂÂçÂÂÊš¡Ê¿ÊÂÂÀ»¶,Ã¥ 329 ·ÀÅÂåŠÂÀÅÂçÂÂÀÅ å®ÂÚ£ 330 Gregarius.<br />' 331 .'ÊÂŜåâ¬Âé£ÂÊ ÅÚ¯·å° <a style="text-decoration:underline" ' 332 .' href="http://themes.gregarius.net/">Themes Repository</a>.</p>'); 333 334 define ('LBL_STATE_FLAG','Ê ÂÚ®° (ÀşºÊÂÂÃ¥ÂÂé 335 Ú¯»çÂÂÊ¡ç®åÂÂ)'); 336 define ('LBL_FLAG','已ʠÂÚ®°'); 337 define ('LBL_ADDED', 'Added'); 338 ?> 2 339 ############################################################################### 3 340 # Gregarius - A PHP based RSS aggregator. -
branches/multiuser/intl/cn_t.php
r1595 r1628 1 1 <?php 2 <?php 3 ############################################################################### 4 # Gregarius - A PHP based RSS aggregator. 5 # Copyright (C) 2003 - 2006 Marco Bonetti 6 # 7 ############################################################################### 8 # This program is free software and open source software; you can redistribute 9 # it and/or modify it under the terms of the GNU General Public License as 10 # published by the Free Software Foundation; either version 2 of the License, 11 # or (at your option) any later version. 12 # 13 # This program is distributed in the hope that it will be useful, but WITHOUT 14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 16 # more details. 17 # 18 # You should have received a copy of the GNU General Public License along 19 # with this program; if not, write to the Free Software Foundation, Inc., 20 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit 21 # http://www.gnu.org/licenses/gpl.html 22 # 23 # Chinese_s by http://www.sluke.cn 24 ############################################################################### 25 # E-mail: mbonetti at gmail dot com 26 # Web page: http://gregarius.net/ 27 # 28 ############################################################################### 29 # 30 # Planning to translate this into your own language? Please read this: 31 # http://wiki.gregarius.net/index.php/Internationalization 32 # 33 ############################################################################### 34 35 /// Language: chinese traditional 36 define ('LOCALE_WINDOWS','chinese'); 37 define ('LOCALE_LINUX','cn_zh'); 38 39 define ('LBL_ITEM','Ê¢Âç®'); 40 define ('LBL_ITEMS','Ê¢Âç®'); 41 define ('LBL_H2_SEARCH_RESULTS_FOR', "%d å¹é 42 Âçº %s"); 43 define ('LBL_H2_SEARCH_RESULT_FOR',"%d å¹é 44 Âçº %s"); 45 define ('LBL_H2_SEARCH', 'ÊÂÂé %d Ê¢Âç®'); 46 define ('LBL_SEARCH_SEARCH_QUERY','ÊÂÂçŜ¢:'); 47 define ('LBL_SEARCH_MATCH_OR', 'éšåÂÂå¹é 48  (ÊÂÂ)'); 49 define ('LBL_SEARCH_MATCH_AND', 'Ã¥ 50 šéšå¹é 51  (Ã¥ÂÂ)'); 52 define ('LBL_SEARCH_MATCH_EXACT', 'ç²Şç¢ºå¹é 53 Â'); 54 define ('LBL_SEARCH_CHANNELS', 'Feed:'); 55 define ('LBL_SEARCH_ORDER_DATE_CHANNEL','ÊÂ¥ÊÂÂ, feedÊÂÂåºÂ'); 56 define ('LBL_SEARCH_ORDER_CHANNEL_DATE','feed, ÊÂ¥ÊÂÂÊÂÂåºÂ'); 57 define ('LBL_SEARCH_RESULTS_PER_PAGE','ʯÂé ÂçµÂÊÂÂ:'); 58 define ('LBL_SEARCH_RESULTS','çµÂÊÂÂ: '); 59 define ('LBL_H2_UNREAD_ITEMS','ʪڮÂÊ¢Âç® (<strong id="ucnt">%d</strong>)'); 60 define ('LBL_H2_RECENT_ITEMS', "ÊÂÂÚ¿ÂÊ¢Âç®"); 61 define ('LBL_H2_CHANNELS','Feeds'); 62 define ('LBL_H5_READ_UNREAD_STATS','%d Ê¢Â, %d ʪڮÂ'); 63 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> Ê¢ (<strong id="fucnt">%d</strong> ʪڮÂ) Ã¥ 64 ± <strong>%d</strong> feeds'); 65 define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> tagged items, Ã¥ 66 ± <strong>%d</strong> tags'); 67 define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d ʪڮÂ)</strong>'); 68 define ('LBL_UNREAD','ʪڮÂ'); 69 70 define ('LBL_FTR_POWERED_BY', " powered by "); 71 define ('LBL_ALL','ÊÂÂÊÂÂ'); 72 define ('LBL_NAV_HOME','<span>éŠÂé Â</span>'); 73 define ('LBL_NAV_UPDATE', '<span>å·Ê°</span>'); 74 define ('LBL_NAV_CHANNEL_ADMIN', '<span>管çÂÂ</span>'); 75 define ('LBL_NAV_SEARCH', "<span>ÊÂÂçŜ¢</span>"); 76 define ('LBL_NAV_DEVLOG', "<span>çšÂåºÂ</span>"); 77 define ('LBL_SEARCH_GO', 'ÊÂÂçŜ¢'); 78 79 define ('LBL_POSTED', 'ÊÂÂ˼â¬: '); 80 define ('LBL_FETCHED','éÂÂéÂÂ: '); 81 define ('LBL_BY', ' ç± '); 82 83 define ('LBL_AND','Ã¥ÂÂ'); 84 85 define ('LBL_TITLE_UPDATING','ÊÂŜʰ'); 86 define ('LBL_TITLE_SEARCH','ÊÂÂçŜ¢'); 87 define ('LBL_TITLE_ADMIN','Feeds 管çÂÂ'); 88 89 90 define ('LBL_HOME_FOLDER','Root'); 91 define ('LBL_VISIT', '(visit)'); 92 define ('LBL_COLLAPSE','[-] collapse'); 93 define ('LBL_EXPAND','[+] expand'); 94 define ('LBL_PL_FOR','Permalink for '); 95 96 define ('LBL_UPDATE_CHANNEL','Feed'); 97 define ('LBL_UPDATE_STATUS','çÂÂÊ 98 Â'); 99 define ('LBL_UPDATE_UNREAD','ʰʢÂç®'); 100 101 define ('LBL_UPDATE_STATUS_OK','OK (HTTP 200)'); 102 define ('LBL_UPDATE_STATUS_CACHED', 'OK (Local cache)'); 103 define ('LBL_UPDATE_STATUS_ERROR','ERROR'); 104 define ('LBL_UPDATE_H2','ÊÂŜʰ %d FeedsÀşÂ...'); 105 define ('LBL_UPDATE_CACHE_TIMEOUT','HTTP Timeout (Local cache)'); 106 define ('LBL_UPDATE_NOT_MODIFIED','OK (304 Not modified)'); 107 define ('LBL_UPDATE_NOT_FOUND','404 Not Found (Local cache)'); 108 // admin 109 define ('LBL_ADMIN_EDIT', 'ç·šÚů'); 110 define ('LBL_ADMIN_DELETE', 'åªéÂâ¬'); 111 define ('LBL_ADMIN_DELETE2', 'åªéÂâ¬'); 112 define ('LBL_ADMIN_RENAME', 'éÂÂÃ¥ÂÅÃ¥ÂÂçº...'); 113 define ('LBL_ADMIN_CREATE', 'åµ建'); 114 define ('LBL_ADMIN_IMPORT','å°ÂÃ¥ 115 Â¥'); 116 define ('LBL_ADMIN_EXPORT','å°Âåº'); 117 define ('LBL_ADMIN_DEFAULT','é»ÂÚªÂ'); 118 define ('LBL_ADMIN_ADD','Ê·»å '); 119 define ('LBL_ADMIN_YES', 'ʯ'); 120 define ('LBL_ADMIN_NO', 'Ã¥ÂÅ '); 121 define ('LBL_ADMIN_FOLDERS','çµÂ:'); 122 define ('LBL_ADMIN_CHANNELS','Feeds:'); 123 define ('LBL_ADMIN_OPML','OPML:'); 124 define ('LBL_ADMIN_ITEM','Items:'); 125 define ('LBL_ADMIN_CONFIG','é 126 ÂçÅ®:'); 127 define ('LBL_ADMIN_OK','確å®Â'); 128 define ('LBL_ADMIN_CANCEL','Ã¥ÂÂʶÂ'); 129 define ('LBL_ADMIN_LOGOUT','ʳšé·'); 130 131 define ('LBL_ADMIN_OPML_IMPORT','å°ÂÃ¥ 132 Â¥'); 133 define ('LBL_ADMIN_OPML_EXPORT','å°Âåº'); 134 define ('LBL_ADMIN_OPML_IMPORT_OPML','å°ÂÃ¥ 135 Â¥ OPML:'); 136 define ('LBL_ADMIN_OPML_EXPORT_OPML','å°Âåº OPML:'); 137 define ('LBL_ADMIN_OPML_IMPORT_FROM_URL','... åŞ URL:'); 138 define ('LBL_ADMIN_OPML_IMPORT_FROM_FILE','... åŞ ÊÂÂÀ»¶:'); 139 define ('LBL_ADMIN_FILE_IMPORT','å°ÂÃ¥ 140 Â¥ ÊÂÂÀ»¶'); 141 142 define ('LBL_ADMIN_IN_FOLDER','å°çµÂ:'); 143 define ('LBL_ADMIN_SUBMIT_CHANGES', 'ÊÂÂ˼â¬Ã€Â¿Â®ÃŠÂ¹'); 144 define ('LBL_ADMIN_PREVIEW_CHANGES','é ÂÚŠÅ'); 145 define ('LBL_ADMIN_CHANNELS_HEADING_TITLE','ÊšÂé¡Â'); 146 define ('LBL_ADMIN_CHANNELS_HEADING_FOLDER','çµÂ'); 147 define ('LBL_ADMIN_CHANNELS_HEADING_DESCR','ÊÂÂÚ¿°'); 148 define ('LBL_ADMIN_CHANNELS_HEADING_MOVE','ç§»åÂÂ'); 149 define ('LBL_ADMIN_CHANNELS_HEADING_ACTION','Ú¡Âçº'); 150 define ('LBL_ADMIN_CHANNELS_HEADING_FLAGS','Flags'); 151 define ('LBL_ADMIN_CHANNELS_HEADING_KEY','éÂÂéµکÂ'); 152 define ('LBL_ADMIN_CHANNELS_HEADING_VALUE','Ã¥ÂÅ'); 153 define ('LBL_ADMIN_CHANNELS_ADD','Ê·»å feed:'); 154 define ('LBL_ADMIN_FOLDERS_ADD','Ê·»å çµÂ'); 155 define ('LBL_ADMIN_CHANNEL_ICON','favicon.icon:'); 156 define ('LBL_CLEAR_FOR_NONE','(çÂÂ空çºʲÂÊÂÂfavicon.icon)'); 157 158 define ('LBL_ADMIN_CONFIG_VALUE','Value for'); 159 160 define ('LBL_ADMIN_PLUGINS_HEADING_NAME','Ã¥ÂÂÃ¥ÂÂ'); 161 define ('LBL_ADMIN_PLUGINS_HEADING_AUTHOR','ÀÅÂÚ 162 '); 163 define ('LBL_ADMIN_PLUGINS_HEADING_VERSION','çÂÂʬ'); 164 define ('LBL_ADMIN_PLUGINS_HEADING_DESCRIPTION','ÊÂÂÚ¿°'); 165 define ('LBL_ADMIN_PLUGINS_HEADING_ACTION','Ã¥ÂÂÀÅÂ'); 166 define ('LBL_ADMIN_PLUGINS_HEADING_OPTIONS','éÂşé 167 '); 168 define ('LBL_ADMIN_PLUGINS_OPTIONS','ÊÂŜå± éÂşé 169 '); 170 define ('LBL_ADMIN_THEME_OPTIONS','颚ʠŠéÂşé 171 '); 172 173 define ('LBL_ADMIN_CHANNEL_EDIT_CHANNEL','ç·šÚů feed '); 174 define ('LBL_ADMIN_CHANNEL_NAME','ÊšÂé¡Â:'); 175 define ('LBL_ADMIN_CHANNEL_RSS_URL','RSS URL:'); 176 define ('LBL_ADMIN_CHANNEL_SITE_URL','ç«Âé» URL:'); 177 define ('LBL_ADMIN_CHANNEL_FOLDER','ÊÂÂåšçµÂ:'); 178 define ('LBL_ADMIN_CHANNEL_DESCR','ÊÂÂÚ¿°:'); 179 define ('LBL_ADMIN_FOLDER_NAME','çµÂÃ¥ÂÂ:'); 180 define ('LBL_ADMIN_CHANNEL_PRIVATE','éÂÂå feed ʯ <strong>Ú¢«À¿ÂÚ·çÂÂ</strong>, åªå 181 ÂÚš±ç®¡çÂÂå¡å¯ÂçÂÂ.'); 182 define ('LBL_ADMIN_CHANNEL_DELETED','éÂÂå feed ʯ <strong>Ú¢«éÂÂå¶çÂÂ</strong>, ÀşÂÃ¥ 183 ÂÚš±ÊÂŜʰåÂÂå¯ÂçÂÂ.'); 184 185 define ('LBL_ADMIN_ARE_YOU_SURE', "Êš確å®ÂåªéÂ⬠'%s'?"); 186 define ('LBL_ADMIN_ARE_YOU_SURE_DEFAULT','Êš確å®ÂÚšÂå® %s çºé»ÂÚªÂt \'%s\'?'); 187 define ('LBL_ADMIN_TRUE','確å®Â'); 188 define ('LBL_ADMIN_FALSE','Ã¥â¬Â±ÃŠÂÂ'); 189 define ('LBL_ADMIN_MOVE_UP','↑'); 190 define ('LBL_ADMIN_MOVE_DOWN','↓'); 191 define ('LBL_ADMIN_ADD_CHANNEL_EXPL','(ÚÅÅŸÃ¥ 192 ¥ç®ʚÂRSSçÂÂURL[À»¥http://éÂÂé Â])'); 193 define ('LBL_ADMIN_FEEDS','ÊÂŞå°À»¥ÀşÂfeeds<a href="%s">%s</a>, ÊšÊÂÂÚšÂé±åªÀşÂÃ¥ÂÂ?'); 194 195 define ('LBL_ADMIN_PRUNE_OLDER','åªéÂâ¬ÃŠÂ¯ÂÊÂâ¬ÃŠÂ¥ÊÂÂÊ©çÂÂÊ¢Âç®:'); 196 define ('LBL_ADMIN_PRUNE_DAYS','Ã¥â¬Â©'); 197 define ('LBL_ADMIN_PRUNE_MONTHS','ÊÂÂ'); 198 define ('LBL_ADMIN_PRUNE_YEARS','å¹Ŝ'); 199 define ('LBL_ADMIN_PRUNE_KEEP','À¿ÂçÂÂÊÂÂÚ¿ÂçÂÂÊ¢Âç®: '); 200 define ('LBL_ADMIN_PRUNE_INCLUDE_STICKY','StickyÊ¢Âç®ÀşÂÚµ·åªéÂâ¬: '); 201 define ('LBL_ADMIN_PRUNE_EXCLUDE_TAGS','ÀşÂåªéÂâ¬ÃŠÂ¢Âç®TAG... '); 202 define ('LBL_ADMIN_ALLTAGS_EXPL','(ÚÅÅŸÃ¥ 203 Â¥ <strong>*</strong> çºÊÂÂÊÂÂÊšÂÚšÂÊ¢Âç®)'); 204 205 define ('LBL_ADMIN_ABOUT_TO_DELETE','ʳšÊÂÂ: Êšå°ÂÚŠÂåªéÂ⬠%s Ê¢ (of %s)'); 206 define ('LBL_ADMIN_PRUNING','À¿®åª'); 207 define ('LBL_ADMIN_DOMAIN_FOLDER_LBL','çµÂ'); 208 define ('LBL_ADMIN_DOMAIN_CHANNEL_LBL','feeds'); 209 define ('LBL_ADMIN_DOMAIN_ITEM_LBL','Ê¢Âç®'); 210 define ('LBL_ADMIN_DOMAIN_CONFIG_LBL','é 211 ÂçÅ®'); 212 define ('LBL_ADMIN_DOMAIN_LBL_OPML_LBL','opml'); 213 define ('LBL_ADMIN_BOOKMARKET_LABEL','ÊÂÂå©bookmarklet [<a href="http://www.squarefree.com/bookmarklets/">?</a>]:'); 214 define ('LBL_ADMIN_BOOKMARKLET_TITLE','ÚšÂé± Gregarius!'); 215 216 217 define ('LBL_ADMIN_ERROR_NOT_AUTHORIZED', 218 "<h1>ʪʹåÂÂé²å 219 ¥ç®¡çÂÂ!</h1>" 220 ."é»ÂÊ <a href=\"%s\">éÂÂÊÂÂ¥</a> Ú¿ÂÃ¥ÂÂéŠÂé Â.\n" 221 ."ÀÅ å¥Å!"); 222 223 define ('LBL_ADMIN_ERROR_PRUNING_PERIOD','Invalid pruning period'); 224 define ('LBL_ADMIN_ERROR_NO_PERIOD','no period specified'); 225 define ('LBL_ADMIN_BAD_RSS_URL',"å°ÂÀşÂÚµ·,ÀşÂÚÂÅÚÂÂçÂÂéÂÂÃ¥ÂÂURL: '%s'"); 226 define ('LBL_ADMIN_ERROR_CANT_DELETE_HOME_FOLDER',"ÊšÀşÂÚÂÅåªéÂ⬠" . LBL_HOME_FOLDER . " çµÂ"); 227 define ('LBL_ADMIN_CANT_RENAME',"éÂÂÃ¥ÂÅÃ¥ÂÂÃ¥â¬Â±ÃŠÂÂ,çµÂÃ¥ÂÂ'%s'å·²ç¶ÂÃ¥ÂÂÃ¥ÂÅ¡."); 228 define('LBL_ADMIN_ERROR_CANT_CREATE',"çµÂå '%s'éÂÂåŞ©!"); 229 230 define ('LBL_TAG_TAGS','Tags'); 231 define ('LBL_TAG_EDIT','ç·šÚů'); 232 define ('LBL_TAG_SUBMIT','ÊÂÂ˼â¬'); 233 define ('LBL_TAG_CANCEL','Ã¥ÂÂʶÂ'); 234 define ('LBL_TAG_SUBMITTING','...'); 235 define ('LBL_TAG_ERROR_NO_TAG',"Ã¥ÂÂÃ¥ÂÂ~ʲÂÊÂÂçÂÅçÂŞÚ¢«ÊšÂÚšÂçÂÂÊ¢Âç® «%s» "); 236 define ('LBL_TAG_ALL_TAGS','ÊÂÂÊ Tags'); 237 define ('LBL_TAG_TAGGED','已ʚÂÚšÂ'); 238 define ('LBL_TAG_TAGGEDP','已ʚÂÚšÂ'); 239 define ('LBL_TAG_SUGGESTIONS','建Ú°'); 240 define ('LBL_TAG_SUGGESTIONS_NONE','ç¡建Ú°'); 241 define ('LBL_TAG_RELATED','ÊÂÂÚ¿ tags: '); 242 243 define ('LBL_SHOW_UNREAD_ALL_SHOW','顯çâ¬ÂºÃŠÂ¢Âç®: '); 244 define ('LBL_SHOW_UNREAD_ALL_UNREAD_ONLY','åª顯çâ¬ÂºÃŠÂªÚ®Â'); 245 define ('LBL_SHOW_UNREAD_ALL_READ_AND_UNREAD','å·²Ú®ÂÃ¥ÂÂʪڮÂ'); 246 247 define ('LBL_STATE_UNREAD','ʪڮ (ÚšÂçŮʬʢÂç® å·²Ú®Â/ʪڮ çÂÂÊ 248 Â)'); 249 define ('LBL_STATE_STICKY','Sticky (ç¶À¿®åªʢÂç®ÊÂÂÀşÂÊÂÂÚ¢«åªéÂâ¬)'); 250 define ('LBL_STATE_PRIVATE','À¿ÂÚ· (åªå 251 ÂÚš±ç®¡çÂÂå¡å¯ÂçÂÂ)'); 252 define ('LBL_STICKY','Sticky'); 253 define ('LBL_DEPRECATED','éÂÂå¶'); 254 define ('LBL_PRIVATE','À¿ÂÚ·'); 255 define ('LBL_ADMIN_TOGGLE_STATE','Toggle çÂÂÊ 256 Â:'); 257 define ('LBL_ADMIN_TOGGLE_SET','ÚšÂçÅ®'); 258 define ('LBL_ADMIN_IM_SURE','ÊÂÂ確å®Â!'); 259 260 261 // new in 0.5.1: 262 define ('LBL_LOGGED_IN_AS','çÂȎÂÂçº <strong>%s</strong>'); 263 define ('LBL_NOT_LOGGED_IN','ʪçÂȎÂÂ'); 264 define ('LBL_LOG_OUT','ʳšé·'); 265 define ('LBL_LOG_IN','çÂȎÂÅŸ'); 266 267 define ('LBL_ADMIN_OPML_IMPORT_AND','å°ÂÃ¥ 268 ¥Ê°ç feed Ã¥ÂÂ:'); 269 define ('LBL_ADMIN_OPML_IMPORT_WIPE','... Ê¿ÊÂÂÊÂÂÊÂÂçÂŞÊÂÂçÂÂfeedÃ¥ÂÂÊ¢Âç®.'); 270 define ('LBL_ADMIN_OPML_IMPORT_FOLDER','... Ê·»å å°çµÂ:'); 271 define ('LBL_ADMIN_OPML_IMPORT_MERGE','... ÚÂÂçÂŞÊÂÂçÂÂéšåÂÂÃ¥ÂÂÀşŠ.'); 272 273 define ('LBL_ADMIN_OPML_IMPORT_FEED_INFO','Ê·»å %s å° %s... '); 274 275 define ('LBL_TAG_FOLDERS','Ã¥ÂÂé¡Â'); 276 define ('LBL_SIDE_ITEMS','(%d Ê¢Â)'); 277 define ('LBL_SIDE_UNREAD_FEEDS','(%d ʪڮÂ, Ã¥ 278 ± %d feed)'); 279 define ('LBL_CATCNT_PF', '<strong>%d</strong> feed, Ã¥ 280 ± <strong>%d</strong> Ã¥ÂÂé¡Â'); 281 282 define ('LBL_RATING','ÚŠÂå®ÂÃ¥ÂÅ:'); 283 284 // New in 0.5.3: 285 define ('LBL_ENCLOSURE', 'éÂÂéÂÂ:'); 286 define ('LBL_DOWNLOAD', 'ÀşÂÚÅÂ'); 287 define ('LBL_PLAY', 'play'); 288 289 define ('LBL_MARK_READ', "ÊšÂÚšÂéÂÂ˼ÂÊ¢Âç®çº已ڮÂ"); 290 define ('LBL_MARK_CHANNEL_READ', "ÊšÂÚšÂéÂÂ˼ÂÊ¢Âç®çº已ڮÂ"); 291 define ('LBL_MARK_FOLDER_READ',"ÊšÂÚšÂéÂÂ˼ÂÊ¢Âç®çº已ڮÂ"); 292 293 define ('LBL_MARK_CHANNEL_READ_ALL', "ÊšÂÚšÂéÂÂ˼ÂFeedçº已ڮÂ"); 294 define ('LBL_MARK_FOLDER_READ_ALL',"ÊšÂÚšÂéÂÂ˼Âç®éÂÂçº已ڮÂ"); 295 define ('LBL_MARK_CATEGORY_READ_ALL',"ÊšÂÚšÂéÂÂ˼ÂÃ¥ÂÂé¡Âçº已ڮÂ"); 296 297 // New in 0.5.x: 298 define ('LBL_FOOTER_LAST_MODIF_NEVER', 'åŞÂʪ'); 299 define ('LBL_ADMIN_DASHBOARD','ʧå¶é¢Ê¿'); 300 301 define ('LBL_ADMIN_MUST_SET_PASS','<p>管çÂÂå¡ÊªÊÂÂå®ÂïÅÂ</p>' 302 .'<p>管çÂÂå¡ګÂÊÂÂÀŞÂçšÊ¶åÂÂÃ¥ÂÂå¯Âç¢Å˼Â!</p>'); 303 define ('LBL_USERNAME','çšÊ¶åÂÂ'); 304 define ('LBL_PASSWORD','å¯Âç¢Å'); 305 define ('LBL_PASSWORD2','é©ÂÚÂÂå¯Âç¢Å'); 306 define ('LBL_ADMIN_LOGIN','Ú«ÂçÂȎÂÅŸ'); 307 define ('LBL_ADMIN_PASS_NO_MATCH','å¯Âç¢ÅÀşÂ笊!'); 308 309 define ('LBL_ADMIN_PLUGINS','ÊÂŜå±Â'); 310 define ('LBL_ADMIN_DOMAIN_PLUGINS_LBL','ÊÂŜå±Â'); 311 define ('LBL_ADMIN_PLUGINS_HEADING_UPDATES','ÊÂÂçŜÂå¯çÂÅ¡'); 312 define ('LBL_ADMIN_CHECK_FOR_UPDATES','ʪ¢Ê¥ʰçÂÂʬ'); 313 define ('LBL_ADMIN_LOGIN_BAD_LOGIN','<strong>å¢å¢!</strong> çšÊ¶åÂÂÊÂÂå¯Âç¢Åé¯ڪâ¬'); 314 define ('LBL_ADMIN_LOGIN_NO_ADMIN','<strong>å¢å¢!</strong> çÂȎÂşÊÂÂå ' 315 .' %s çÂȎÂşÊÂÂÃ¥ÂÂ, ÀÅÂʯʚʲÂÊÂÂ管çÂÂʬÂã ګÂÃ¥ÂÂçÂȎÂÅŸ' 316 .'À»¥ç²åŞÂ管çÂÂʬÂéÂÂã <a href="..">éŠÂé Â</a>'); 317 318 define('LBL_ADMIN_ACTIVE_THEME','å¯çš颚ʠÅ'); 319 define('LBL_ADMIN_USE_THIS_THEME','ÀÅ¿çšÊÂâ¬Ã©Â¢Å¡ÃŠÂ Å'); 320 321 define ('LBL_ADMIN_PLUGINS_GET_MORE', '<p style="font-size:small">' 322 .'ÊÂŜå±Âʯ第ÀşÂÊÂ¹Ú 323 ³Ê¬. ' 324 .'ÊÂŜåâ¬ÂÊÂŜå±ÂÀşÂÚÅÂÚ«Âå° <a style="text-decoration:underline" ' 325 .' href="http://plugins.gregarius.net/">Plugin Repository</a>.</p>'); 326 327 define ('LBL_LAST_UPDATE','ÊÂÂåŞÂÊÂÂçŜÂ'); 328 define ('LBL_ADMIN_DOMAIN_THEMES_LBL','颚ʠÅ'); 329 define ('LBL_ADMIN_THEMES','颚ʠÅ'); 330 331 define ('LBL_ADMIN_THEMES_GET_MORE', '<p style="font-size:small">' 332 .'颚ʠÅʯÀşÂç³»åÂÂçÂÂÊš¡Ê¿ÊÂÂÀ»¶,Ã¥ 333 ·é«ÂåŠÂÀÅÂçÂÂÀÅ å®ÂÚ£ÂGregarius.<br />' 334 .'ÊÂŜåâ¬Â颚ʠÅÚ«Âå° <a style="text-decoration:underline" ' 335 .' href="http://themes.gregarius.net/">Themes Repository</a>.</p>'); 336 337 define ('LBL_STATE_FLAG','ÊšÂÚš
