|
|
|
local L = LibStub('AceLocale-3.0'):NewLocale('Grichelde', 'enUS', true)
|
|
|
|
if not L then return end
|
|
|
|
|
|
|
|
-- system messages
|
|
|
|
L.AddonName = "Grichelde"
|
|
|
|
L.AddonLoaded = 'Grichelde now helps you with your spelling disabilities.'
|
|
|
|
|
|
|
|
-- profiles
|
|
|
|
L.Options_Profile_Available = "Verf\195\188gbare Profile:"
|
|
|
|
L.Options_Profile_Created = "New profile \"%s\" created"
|
|
|
|
L.Options_Profile_Loaded = "Profile \"%s\" loaded"
|
|
|
|
L.Options_Profile_Deleted = "Profile \"%s\" deleted"
|
|
|
|
L.Options_Profile_Copied = "Settings applied from profile \"%s\""
|
|
|
|
L.Options_Profile_Reset = "Profil \"%s\" reset"
|
|
|
|
L.Options_Profile_Invalid = "Invalid profile \"%s\""
|
|
|
|
L.Options_Profile_DeleteError = "The current profile cannot be deleted"
|
|
|
|
|
|
|
|
-- options
|
|
|
|
L.Options_Enabled_Name = "Enabled"
|
|
|
|
L.Options_Enabled_Desc = "Enables Grichelde"
|
|
|
|
|
|
|
|
L.Options_Channels_Group_Name = "Channels"
|
|
|
|
L.Options_Channels_Group_Desc = "Grichelde is active in the following channels."
|
|
|
|
L.Options_Channels_ChannelSay_Name = "Say"
|
|
|
|
L.Options_Channels_ChannelSay_Desc = "Activates Grichelde in channel \"Say\""
|
|
|
|
L.Options_Channels_ChannelEmote_Name = "Emote"
|
|
|
|
L.Options_Channels_ChannelEmote_Desc = "Activates Grichelde in channel \"Emote\""
|
|
|
|
L.Options_Channels_ChannelYell_Name = "Yell"
|
|
|
|
L.Options_Channels_ChannelYell_Desc = "Activates Grichelde in channel \"Yell\""
|
|
|
|
L.Options_Channels_ChannelParty_Name = "Party"
|
|
|
|
L.Options_Channels_ChannelParty_Desc = "Activates Grichelde in channel \"Party\""
|
|
|
|
L.Options_Channels_ChannelPartyLeader_Name = "Party Leader"
|
|
|
|
L.Options_Channels_ChannelPartyLeader_Desc = "Aktiviert Activates im in channel \"Party Leader\""
|
|
|
|
L.Options_Channels_ChannelGuild_Name = "Guild"
|
|
|
|
L.Options_Channels_ChannelGuild_Desc = "Activates Grichelde in channel \"Guild\""
|
|
|
|
L.Options_Channels_ChannelOfficer_Name = "Officers"
|
|
|
|
L.Options_Channels_ChannelOfficer_Desc = "Activates Grichelde in channel \"Officers\""
|
|
|
|
L.Options_Channels_ChannelRaid_Name = "Raid"
|
|
|
|
L.Options_Channels_ChannelRaid_Desc = "Activates Grichelde in channel \"Raid\""
|
|
|
|
L.Options_Channels_ChannelRaidLeader_Name = "Raid Leader"
|
|
|
|
L.Options_Channels_ChannelRaidLeader_Desc = "Aktiviert Activates im in channel \"Raid Leader\""
|
|
|
|
L.Options_Channels_ChannelInstance_Name = "Instance"
|
|
|
|
L.Options_Channels_ChannelInstance_Desc = "Activates Grichelde in channel \"Instance\""
|
|
|
|
L.Options_Channels_ChannelBattleground_Name = "Battleground"
|
|
|
|
L.Options_Channels_ChannelBattleground_Desc = "Aktiviert Activates im in channel \"Battleground\""
|
|
|
|
L.Options_Channels_ChannelWhisper_Name = "Whisper"
|
|
|
|
L.Options_Channels_ChannelWhisper_Desc = "Activates Grichelde in channel \"Whisper\""
|
|
|
|
|
|
|
|
L.Options_Replacements_Group_Name = "Replacements"
|
|
|
|
L.Options_Replacements_Group_Desc = "These lookups will be replaced in activated channels"
|
|
|
|
L.Options_Replacements_SearchText_Name = "Search for:"
|
|
|
|
L.Options_Replacements_SearchText_Desc = "This text is looked up in your chat input box"
|
|
|
|
L.Options_Replacements_ReplaceText_Name = "Replacement:"
|
|
|
|
L.Options_Replacements_ReplaceText_Desc = "Any match will be replaced with this text"
|
|
|
|
L.Options_Replacements_CaseSensitive_Name = "case sensitive"
|
|
|
|
L.Options_Replacements_CaseSensitive_Desc = "Honour uppercase and lowercase on replacement"
|
|
|
|
L.Options_Replacements_Consolidate_Name = "consolidate consecutive matches"
|
|
|
|
L.Options_Replacements_Consolidate_Desc = "If after the replacement a text sequence is repeated directly after another, treat them as one occurrence."
|