bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
9 lines
263 B
Lua
9 lines
263 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore", "frFR" )
|
|
|
|
if not L then return end
|
|
|
|
L["Disabled"] = "Désactivée"
|
|
L["Enabled"] = "Activée"
|
|
L["Memory used for %d |4character:characters;:"] = "Mémoire utilisée pour %d |4personnage:personnages;:"
|
|
|