Changeset 19 for minimanager/lang/enUS.php
- Timestamp:
- Aug 13, 2007, 9:05:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/lang/enUS.php
r5 r19 27 27 'home' => 'Home', 28 28 'none' => 'none', 29 'delete' => 'Del.', 29 'delete' => 'Delete', 30 'delete_short' => 'Del.', 30 31 'edit' => 'Edit', 31 32 'yes' => 'YES', … … 256 257 'no_act_quests' => 'No active Quests Found.', 257 258 'quest_id' => 'ID', 259 'quest_level' => 'lvl', 258 260 'quest_title' => 'Quest Title', 259 261 'professions' => 'Professions', 260 262 'skills' => 'Skills', 263 'skill_id' => 'ID', 264 'skill_name' => 'Skill Name', 265 'skill_value' => 'Value', 266 // --- $skill_rank_array --- 267 'apprentice' => 'Apprentice', 268 'journeyman' => 'Journeyman', 269 'expert' => 'Expert', 270 'artisan' => 'artisan', 271 'master' => 'Master', 272 'inherent' => 'Inherent', 273 'wise' => 'Wise', 261 274 // ---- edit_char.php ---- 262 275 'update' => 'Update Character\'s Data', … … 591 604 $lang_mail = array( 592 605 // ----- MAIL.PHP ----- 593 'mail_options_type' => 'Mail Options / Type', 606 'mail_type' => 'Mail Type', 607 'mail_options' => 'Mail Options', 594 608 'email' => 'Email', 595 609 'ingame_mail' => 'InGame Mail', … … 629 643 $lang_run_patch = array( 630 644 // -----RUN_PATCH.PHP ----- 631 'err_in_line' => ' MySQL syntax error in query number ',645 'err_in_line' => 'SQL syntax error in query number ', 632 646 'run_sql_file_only' => 'You may only run .sql or .qbquery files.', 633 647 'file_not_found' => 'File Not Found!', … … 1360 1374 'req_level_desc' => 'Character level required to learn this spell.', 1361 1375 'check_to_delete' => '* Check checkbox next to item to remove from template.', 1362 'search_results' => 'Search Results' 1376 'search_results' => 'Search Results', 1377 'RacialLeader' => 'Racial Leader', 1378 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader' 1363 1379 ); 1364 1380 … … 1485 1501 'total_auctions' => 'Total Auctions', 1486 1502 'search_results' => 'Search Results', 1487 'auction_over' => 'Auction Over' 1503 'auction_over' => 'Auction Over', 1504 'all' => 'All', 1505 'item_id' => 'Item Id', 1506 'item_name' => 'Item Name', 1507 'seller_name' => 'Seller Name', 1508 'buyer_name' => 'Buyer Name', 1509 'tot_found' => 'Total Items Found' 1488 1510 ); 1489 1511
Note:
See TracChangeset
for help on using the changeset viewer.