You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
598 B
Lua
14 lines
598 B
Lua
5 years ago
|
local L = LibStub('AceLocale-3.0'):NewLocale('Grichelde', 'deDE')
|
||
|
if not L then return end
|
||
|
|
||
|
-- system messages
|
||
|
L.AddonLoaded = 'Grichelde hilft Euch jetzt bei euren Sprachschwierigkeiten.'
|
||
|
|
||
|
-- profiles
|
||
|
--L.ProfileCreated = 'Neues Profil "%s" erstellt'
|
||
|
--L.ProfileLoaded = 'Profil auf "%s" festgelegt'
|
||
|
--L.ProfileDeleted = 'Profil "%s" gel\195\182scht'
|
||
|
--L.ProfileCopied = 'Einstellungen von "%s" kopiert'
|
||
|
--L.ProfileReset = 'Profil "%s" zur\195\188ckgesetzt'
|
||
|
--L.CantDeleteCurrentProfile = 'Das aktuelle Profil kann nicht gel\195\182scht werden'
|
||
|
--L.InvalidProfile = 'Ung\195\188ltiges Profil "%s"'
|