vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("ItemBonusesFu") |
2 | |||
3 | L:RegisterTranslations("frFR", function() return { |
||
4 | ["Easy access item bonuses."] = "Accès aisé aux bonus des objets.", -- Desc |
||
5 | ["Item Bonuses"] = "Bonus des objets", -- TEXT |
||
6 | ["IB"] = "BO", -- SHORT_TEXT |
||
7 | ["Display none"] = "Afficher aucun", -- DISPLAY_NONE |
||
8 | ["Show label text"] = "Afficher le texte descriptif", -- SHOWLABEL |
||
9 | ["Brief label text"] = "Afficher le descriptif bref", -- SHORTDISPLAY |
||
10 | ["Show Colored text"] = "Afficher le texte coloré", -- COLORED |
||
11 | ["BonusScanner N/A"] = "BonusScanner n'est pas disponible", -- BONUSSCANNER_MISSING |
||
12 | ["Attributes"] = "Attributs", -- CAT - ATT |
||
13 | ["Resistance"] = "Résistances", -- CAT - RES |
||
14 | ["Skills"] = "Compétences", -- CAT - SKILL |
||
15 | ["Melee and ranged combat"] = "Combat à distance et au corps à corps", -- CAT - BON |
||
16 | ["Spells"] = "Sorts", -- CAT - SBON |
||
17 | ["Life and mana"] = "Vie et mana" --CAT - OBON |
||
18 | } end) |