comparison 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
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.
12 ---------------------------------------------------------------------------------------------------------------]] 12 ---------------------------------------------------------------------------------------------------------------]]
13 13
14 -- replace enUS with your locale 14 -- replace enUS with your locale
15 local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "frFR", true) 15 local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "frFR", false)
16 16
17 if L then 17 if L then
18 18
19 19
20 --[[---------------------------------------------------------------------- 20 --[[----------------------------------------------------------------------
46 } 46 }
47 47
48 L.InstanceNames = { 48 L.InstanceNames = {
49 [1228] = "Cognefort", 49 [1228] = "Cognefort",
50 [1205] = "Fonderie des Rochenoires", 50 [1205] = "Fonderie des Rochenoires",
51 [1448] = "Hellfire Citadel",
51 [1182] = "Auchindoun", 52 [1182] = "Auchindoun",
52 [1175] = "Mine de la Masse-Sanglante", 53 [1175] = "Mine de la Masse-Sanglante",
53 [1208] = "Dépôt de Tristerail", 54 [1208] = "Dépôt de Tristerail",
54 [1195] = "Quais de Fer", 55 [1195] = "Quais de Fer",
55 [1176] = "Terres sacrées d'Ombrelune", 56 [1176] = "Terres sacrées d'Ombrelune",
370 L.OptionsAutoGearDesc = "Quand tu changes de spé (via l'interface utilisateur, un autre add-on, etc.) le stuff importé depuis AMR (onglet Gear) pour cette spé est automatiquement équippé." 371 L.OptionsAutoGearDesc = "Quand tu changes de spé (via l'interface utilisateur, un autre add-on, etc.) le stuff importé depuis AMR (onglet Gear) pour cette spé est automatiquement équippé."
371 372
372 L.OptionsShopAhName = "Voir la shopping list automatiquement à l'hôtel des ventes" 373 L.OptionsShopAhName = "Voir la shopping list automatiquement à l'hôtel des ventes"
373 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." 374 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."
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