-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
254 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
-- English localization file for enUS and enGB. | ||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); | ||
local L = AceLocale:NewLocale("ElvUI", "enUS", true, true); | ||
if not L then return; end | ||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0") | ||
local L = AceLocale:NewLocale("ElvUI", "enUS", true, true) | ||
if not L then return end | ||
|
||
L["LEVEL_TEMPLATE"] = "Level %s"; | ||
L["SHORT_LEVEL_TEMPLATE"] = "L %s"; | ||
L["LEVEL_TEMPLATE"] = "Level %s" | ||
L["SHORT_LEVEL_TEMPLATE"] = "L %s" | ||
|
||
L["Class Icon"] = true; | ||
L["Class Icon Status Color"] = true; | ||
L["Class Text"] = true; | ||
L["Colorize Name Only"] = true; | ||
L["Enhanced Friends List"] = true; | ||
L["Enhanced Name"] = true; | ||
L["Enhanced Zone Color"] = true; | ||
L["Enhanced Zone"] = true; | ||
L["Friends that are in the same area as you, have their zone info colorized green."] = true; | ||
L["Last Seen"] = true; | ||
L["Last seen"] = true; | ||
L["Level Range Color"] = true; | ||
L["Level Text"] = true; | ||
L["Level"] = true; | ||
L["Offline Friends"] = true; | ||
L["Online Friends"] = true; | ||
L["Same Zone Color"] = true; | ||
L["Same Zone"] = true; | ||
L["Short Level"] = true; | ||
L["Show Background"] = true; | ||
L["Show Status Icon"] = true; | ||
L["Status Icons Textures"] = true; | ||
L["Zone Font"] = true; | ||
L["Zone Text"] = true; | ||
L["Class Icon"] = true | ||
L["Class Icon Status Color"] = true | ||
L["Class Text"] = true | ||
L["Colorize Name Only"] = true | ||
L["Enhanced Friends List"] = true | ||
L["Enhanced Name"] = true | ||
L["Enhanced Zone Color"] = true | ||
L["Enhanced Zone"] = true | ||
L["Friends that are in the same area as you, have their zone info colorized green."] = true | ||
L["Last Seen"] = true | ||
L["Last seen"] = true | ||
L["Level Range Color"] = true | ||
L["Level Text"] = true | ||
L["Offline Friends"] = true | ||
L["Online Friends"] = true | ||
L["Same Zone Color"] = true | ||
L["Same Zone"] = true | ||
L["Short Level"] = true | ||
L["Show Background"] = true | ||
L["Show Status Icon"] = true | ||
L["Status Icons Textures"] = true | ||
L["Zone Font"] = true | ||
L["Zone Text"] = true | ||
L["Zone"] = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
-- French localization file for frFR. | ||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); | ||
local L = AceLocale:NewLocale("ElvUI", "frFR"); | ||
if not L then return; end | ||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0") | ||
local L = AceLocale:NewLocale("ElvUI", "frFR") | ||
if not L then return end | ||
|
||
L["LEVEL_TEMPLATE"] = "Level %s"; | ||
L["SHORT_LEVEL_TEMPLATE"] = "L %s"; | ||
L["LEVEL_TEMPLATE"] = "Level %s" | ||
L["SHORT_LEVEL_TEMPLATE"] = "L %s" | ||
|
||
L["Class Icon"] = true; | ||
L["Class Icon Status Color"] = true; | ||
L["Class Text"] = true; | ||
L["Colorize Name Only"] = true; | ||
L["Enhanced Friends List"] = true; | ||
L["Enhanced Name"] = true; | ||
L["Enhanced Zone Color"] = true; | ||
L["Enhanced Zone"] = true; | ||
L["Friends that are in the same area as you, have their zone info colorized green."] = true; | ||
L["Last Seen"] = true; | ||
L["Last seen"] = true; | ||
L["Level Range Color"] = true; | ||
L["Level Text"] = true; | ||
L["Level"] = true; | ||
L["Offline Friends"] = true; | ||
L["Online Friends"] = true; | ||
L["Same Zone Color"] = true; | ||
L["Same Zone"] = true; | ||
L["Short Level"] = true; | ||
L["Show Background"] = true; | ||
L["Show Status Icon"] = true; | ||
L["Status Icons Textures"] = true; | ||
L["Zone Font"] = true; | ||
L["Zone Text"] = true; | ||
L["Class Icon"] = true | ||
L["Class Icon Status Color"] = true | ||
L["Class Text"] = true | ||
L["Colorize Name Only"] = true | ||
L["Enhanced Friends List"] = true | ||
L["Enhanced Name"] = true | ||
L["Enhanced Zone Color"] = true | ||
L["Enhanced Zone"] = true | ||
L["Friends that are in the same area as you, have their zone info colorized green."] = true | ||
L["Last Seen"] = true | ||
L["Last seen"] = true | ||
L["Level Range Color"] = true | ||
L["Level Text"] = true | ||
L["Offline Friends"] = true | ||
L["Online Friends"] = true | ||
L["Same Zone Color"] = true | ||
L["Same Zone"] = true | ||
L["Short Level"] = true | ||
L["Show Background"] = true | ||
L["Show Status Icon"] = true | ||
L["Status Icons Textures"] = true | ||
L["Zone Font"] = true | ||
L["Zone Text"] = true | ||
L["Zone"] = "Zone" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.