Changeset 19 for minimanager/lang/zhCN.php
- Timestamp:
- Aug 13, 2007, 9:05:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/lang/zhCN.php
r5 r19 32 32 'none' => 'ÎÞ', 33 33 'delete' => 'ɾ³ý', 34 'delete_short' => 'Del.', 34 35 'edit' => '±à¼', 35 36 'yes' => 'È·¶¨', … … 259 260 'no_act_quests' => 'δÕÒµ½½øÐÐÖеÄÈÎÎñ.', 260 261 'quest_id' => 'ÈÎÎñID', 262 'quest_level' => 'lvl', 261 263 'quest_title' => 'ÈÎÎñ±êÌâ', 262 264 'professions' => 'Professions', //TODO 263 265 'skills' => 'Skills', //TODO 266 'skill_id' => 'ID', //TODO 267 'skill_name' => 'Skill Name', //TODO 268 'skill_value' => 'Value', //TODO 269 // --- $skill_rank_array --- 270 'apprentice' => 'Apprentice', //TODO: Translate 271 'journeyman' => 'Journeyman', //TODO: Translate 272 'expert' => 'Expert', //TODO: Translate 273 'artisan' => 'artisan', //TODO: Translate 274 'master' => 'Master', //TODO: Translate 275 'inherent' => 'Inherent', //TODO: Translate 276 'wise' => 'Wise', //TODO: Translate 264 277 // ---- edit_char.php ---- 265 278 'update' => '¸üÐÂÈËÎïÊý¾Ý', … … 596 609 $lang_mail = array( 597 610 // ----- MAIL.PHP ----- 598 'mail_options_type' => 'ÓʼþÑ¡Ïî /ÀàÐÍ', 611 'mail_type' => 'Mail Type', 612 'mail_options' => 'Mail Options', 599 613 'email' => 'Óʼþ', 600 614 'ingame_mail' => 'ÓÎÏ·ÖÐÓʼþ', … … 634 648 $lang_run_patch = array( 635 649 // -----RUN_PATCH.PHP ----- 636 'err_in_line' => ' MYSQLÓï·¨´íÎóÊý×Ö ',650 'err_in_line' => 'SQLÓï·¨´íÎóÊý×Ö ', 637 651 'run_sql_file_only' => 'ÄãÖ»ÄÜÔËÐÐ . sql »ò.qbquery Îļþ.', 638 652 'file_not_found' => 'ûÕÒµ½Îļþ!', … … 1369 1383 'req_level_desc' => 'Character level required to learn this spell.', 1370 1384 'check_to_delete' => '* Check checkbox next to item to remove from template.', 1371 'search_results' => 'Search Results' 1385 'search_results' => 'Search Results', 1386 'RacialLeader' => 'Racial Leader', 1387 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader' 1372 1388 ); 1373 1389 … … 1494 1510 'total_auctions' => 'Total Auctions', 1495 1511 'search_results' => 'Search Results', 1496 'auction_over' => 'Auction Over' 1512 'auction_over' => 'Auction Over', 1513 'all' => 'All', 1514 'item_id' => 'Item Id', 1515 'item_name' => 'Item Name', 1516 'seller_name' => 'Seller Name', 1517 'buyer_name' => 'Buyer Name', 1518 'tot_found' => 'Total Items Found' 1497 1519 ); 1498 1520
Note:
See TracChangeset
for help on using the changeset viewer.