You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
376 B
17 lines
376 B
|
5 years ago
|
if not (GetLocale() == "deDE") then
|
||
|
|
return
|
||
|
|
end
|
||
|
|
|
||
|
|
local L = Narci.L
|
||
|
|
|
||
|
|
L["Heritage Armor"] = "Traditionsrüstung";
|
||
|
|
|
||
|
|
--Solving Lower-case or Abbreviation Issue--
|
||
|
|
NARCI_CRITICAL_STRIKE = "Krit";
|
||
|
|
|
||
|
|
--Equipment Comparison--
|
||
|
|
NARCI_AZERITE_POWERS = "Azeritboni"
|
||
|
|
|
||
|
|
--Model Control--
|
||
|
|
NARCI_GROUP_PHOTO = "Gruppenfoto";
|
||
|
|
NARCI_GROUP_PHOTO_NOTIFICATION = "Bitte wähle einen Spieler aus.";
|