comparison localization/enUS.lua @ 61:cf2b6b9a8337 v23

6.2 update, shopping list bug fixes, ui scale option
author yellowfive
date Tue, 23 Jun 2015 00:27:21 -0700
parents ee701ce45354
children 69db1c3025ac
comparison
equal deleted inserted replaced
60:017c05f42fd4 61:cf2b6b9a8337
1 --[[------------------------------------------------------------------------------------------------------------- 1 --[[-------------------------------------------------------------------------------------------------------------
2 Master Localization File (English) 2 Master Localization File (English)
3 3
4 Instructions for Translators: 4 Instructions for Translators:
5 1. Copy this entire file into a new file in the same folder, named with your locale, e.g. deDE.lua for German. 5 1. Copy this entire file into a new file in the same folder, named with your locale, e.g. deDE.lua for German.
6 2. At the top, replace "enUS" in the first code line with your locale. 6 2. At the top, replace "enUS" in the first code line with your locale, and change the next parameter from true to false.
7 3. Change all the English strings in your file as appropriate. 7 3. Change all the English strings in your file as appropriate.
8 8
9 Note that a couple of the "strings" are functions that are provided variables. Feel free to modify these 9 Note that a couple of the "strings" are functions that are provided variables. Feel free to modify these
10 functions as necessary to output an appropriately worded statement in your language (but don't change the parameters). 10 functions as necessary to output an appropriately worded statement in your language (but don't change the parameters).
11 If you need assistance with the syntax of any used methods like string.format, please contact Team Robot and we will gladly assist you. 11 If you need assistance with the syntax of any used methods like string.format, please contact Team Robot and we will gladly assist you.
46 } 46 }
47 47
48 L.InstanceNames = { 48 L.InstanceNames = {
49 [1228] = "Highmaul", 49 [1228] = "Highmaul",
50 [1205] = "Blackrock Foundry", 50 [1205] = "Blackrock Foundry",
51 [1448] = "Hellfire Citadel",
51 [1182] = "Auchindoun", 52 [1182] = "Auchindoun",
52 [1175] = "Bloodmaul Slag Mines", 53 [1175] = "Bloodmaul Slag Mines",
53 [1208] = "Grimrail Depot", 54 [1208] = "Grimrail Depot",
54 [1195] = "Iron Docks", 55 [1195] = "Iron Docks",
55 [1176] = "Shadowmoon Burial Grounds", 56 [1176] = "Shadowmoon Burial Grounds",
370 L.OptionsAutoGearDesc = "Whenever you change spec (via the in-game UI, another addon, etc.), your imported AMR gear sets (on the Gear tab) will be automatically equipped." 371 L.OptionsAutoGearDesc = "Whenever you change spec (via the in-game UI, another addon, etc.), your imported AMR gear sets (on the Gear tab) will be automatically equipped."
371 372
372 L.OptionsShopAhName = "Automatically show shopping list at auction house" 373 L.OptionsShopAhName = "Automatically show shopping list at auction house"
373 L.OptionsShopAhDesc = "Whenever you open the auction house, automatically show the shopping list window. You can click on items in the shopping list to quickly search for them in the auction house." 374 L.OptionsShopAhDesc = "Whenever you open the auction house, automatically show the shopping list window. You can click on items in the shopping list to quickly search for them in the auction house."
374 375
375 end 376 L.OptionsUiScaleName = "Ask Mr. Robot UI scale"
377 L.OptionsUiScaleDesc = "Enter a value between 0.5 and 1.5 to change the scale of the Ask Mr. Robot user interface, press Enter, then close/open the window for it take effect. If the positioning gets messed up, use the /amr reset command."
378
379 end