Version 0.2
- handle SendChatMessage ordering if addon Misspelled is also installed - break long texts in chunks of 255 length - debug flag and messages
This commit is contained in:
14
localisation/deDE.lua
Normal file
14
localisation/deDE.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
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"'
|
5
localisation/enUS.lua
Normal file
5
localisation/enUS.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local L = LibStub('AceLocale-3.0'):NewLocale('Grichelde', 'enUS', true)
|
||||
if not L then return end
|
||||
|
||||
-- system messages
|
||||
L.AddonLoaded = 'Grichelde now helps you with your spelling disabilities.'
|
@@ -1,22 +0,0 @@
|
||||
--[[
|
||||
Localization.lua
|
||||
Translations for Dominos
|
||||
|
||||
German language
|
||||
--]]
|
||||
|
||||
local L = LibStub('AceLocale-3.0'):NewLocale('Grichelde', 'deDE')
|
||||
if not L then return end
|
||||
|
||||
--system messages
|
||||
L.NewPlayer = 'Neues Profil f\195\188r %s erstellt'
|
||||
L.Updated = 'Aktualisiert auf v%s'
|
||||
|
||||
--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"'
|
Reference in New Issue
Block a user