Mercurial > wow > askmrrobot
diff 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 |
line wrap: on
line diff
--- a/localization/enUS.lua Sun Jun 07 15:20:25 2015 -0700 +++ b/localization/enUS.lua Tue Jun 23 00:27:21 2015 -0700 @@ -3,7 +3,7 @@ Instructions for Translators: 1. Copy this entire file into a new file in the same folder, named with your locale, e.g. deDE.lua for German. -2. At the top, replace "enUS" in the first code line with your locale. +2. At the top, replace "enUS" in the first code line with your locale, and change the next parameter from true to false. 3. Change all the English strings in your file as appropriate. Note that a couple of the "strings" are functions that are provided variables. Feel free to modify these @@ -48,6 +48,7 @@ L.InstanceNames = { [1228] = "Highmaul", [1205] = "Blackrock Foundry", + [1448] = "Hellfire Citadel", [1182] = "Auchindoun", [1175] = "Bloodmaul Slag Mines", [1208] = "Grimrail Depot", @@ -372,4 +373,7 @@ L.OptionsShopAhName = "Automatically show shopping list at auction house" 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." +L.OptionsUiScaleName = "Ask Mr. Robot UI scale" +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." + end