diff localization/frFR.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/frFR.lua	Sun Jun 07 15:20:25 2015 -0700
+++ b/localization/frFR.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
@@ -12,7 +12,7 @@
 ---------------------------------------------------------------------------------------------------------------]]
 
 -- replace enUS with your locale
-local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "frFR", true)
+local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "frFR", false)
 
 if L then
 
@@ -48,6 +48,7 @@
 L.InstanceNames = {
 	[1228] = "Cognefort",
 	[1205] = "Fonderie des Rochenoires",
+	[1448] = "Hellfire Citadel",
 	[1182] = "Auchindoun",
 	[1175] = "Mine de la Masse-Sanglante",
 	[1208] = "Dépôt de Tristerail",
@@ -372,4 +373,7 @@
 L.OptionsShopAhName = "Voir la shopping list automatiquement à l'hôtel des ventes"
 L.OptionsShopAhDesc = "Quand tu ouvres l'hôtel des ventes, la fenêtre de la shopping list s'ouvre automatiquement. Tu peux cliquer sur un item dans la shopping list pour le chercher automatiquement dans l'hôtel des ventes."
 
+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