-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBorderless_localization.frFR.lua
30 lines (30 loc) · 2.44 KB
/
Borderless_localization.frFR.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
local _, L = ...;
if GetLocale() == "frFR" then
L["Hello World!"] = "Hello France!";
L["No dragons/lions"] = "No dragons/lions";
L["Remove the dragons around the actionbars"] = "Remove the dragons around the actionbars";
L["No borders around actionbars"] = "No borders around actionbars";
L["Removes the borders around all the actionbar items"] = "Removes the borders around all the actionbar items";
L["No borders around minimap"] = "No borders around minimap";
L["Removes the borders around the minimap"] = "Removes the borders around the minimap";
L["No borders around the playerframe"] = "No borders around the playerframe";
L["Removes the border around the playerframe"] = "Removes the border around the playerframe";
L["No borders around the targetframe"] = "No borders around the targetframe";
L["Removes the border around the targetframe"] = "Removes the border around the targetframe";
L["No borders around the focusframe"] = "No borders around the focusframe";
L["Removes the border around the focusframe"] = "Removes the border around the focusframe";
L["No borders around the castbar"] = "No borders around the castbar";
L["Removes the border around the castbar"] = "Removes the border around the castbar";
L["No borders around the micro game menu"] = "No borders around the micro game menu";
L["Hide the bags"] = "Hide the bags";
L["Remove the bags over the ingame micro-menu line"] = "Remove the bags over the ingame micro-menu line";
L["Objective Tracker"] = "Objective Tracker";
L["Removes the border and header column effects of the objective tracker"] = "Removes the border and header column effects of the objective tracker";
L["Disabling this requires a ui reload. Try /reload, or just log out and back in again"] = "Disabling this requires a ui reload. Try /reload, or just log out and back in again";
L["Overwrite Player, Target and Focus portrait with class icon"] = "Overwrite Player, Target and Focus portrait with class icon";
L["Status bar"] = "Status bar";
L["The bar below actionbars that shows xp, reputation, honor, azerite, etc"] = "The bar below actionbars that shows xp, reputation, honor, azerite, etc";
L["Talking Popup"] = "Talking popup";
L["This is the popup that shows a picture and some dialog when you enter certain dungeons/quests"] = "This is the popup that shows a picture and some dialog when you enter certain dungeons/quests";
L["borderless"] = "borderless"; -- used for slashcommand and interface option panel name
end