vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.2"):new("FuBar_BagFu")
2  
3 L:RegisterTranslations("frFR", function() return {
4 ["Ammo/Soul Bags"] = "Munitions/Sacs d'\195\162me",
5 ["Profession Bags"] = "Sacs de profession",
6 ["Bag Depletion"] = "Espace libre",
7 ["Include ammo/soul bags"] = "Inclure munitions/sacs d'\195\162me.",
8 ["Include profession bags"] = "Inclure les sacs de profession.",
9 ["Show depletion of bags"] = "Montrer l'espace libre",
10  
11 ["Soul Bag"] = "Sac d'\195\162me",
12 ["Enchanting Bag"] = "Sac d'enchanteur",
13 ["Herb Bag"] = "Sac d'herbes",
14 ["Engineering Bag"] = "Sac d'ing\195\169nieur",
15 ["Quiver"] = "Carquois",
16 ["Ammo Pouch"] = "Giberne",
17  
18 ["Click to open your bags"] = "Clic pour ouvrir vos sacs."
19 } end)