From 54f0fae8e7f2590ee968fb02b0345235efca6e72 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Fri, 2 Sep 2022 19:37:48 -0400 Subject: [PATCH] chore: update translations --- ChatTwo/Resources/Language.Designer.cs | 3471 +++++++++-------------- ChatTwo/Resources/Language.af.resx | 241 -- ChatTwo/Resources/Language.ar.resx | 241 -- ChatTwo/Resources/Language.ca.resx | 241 -- ChatTwo/Resources/Language.cs.resx | 241 -- ChatTwo/Resources/Language.da.resx | 241 -- ChatTwo/Resources/Language.de.resx | 570 ++-- ChatTwo/Resources/Language.el.resx | 310 +- ChatTwo/Resources/Language.es.resx | 550 ++-- ChatTwo/Resources/Language.fi.resx | 241 -- ChatTwo/Resources/Language.fr.resx | 559 ++-- ChatTwo/Resources/Language.he.resx | 241 -- ChatTwo/Resources/Language.hu.resx | 241 -- ChatTwo/Resources/Language.it.resx | 241 -- ChatTwo/Resources/Language.ja.resx | 288 +- ChatTwo/Resources/Language.ko.resx | 241 -- ChatTwo/Resources/Language.nl.resx | 554 ++-- ChatTwo/Resources/Language.no.resx | 241 -- ChatTwo/Resources/Language.pl.resx | 241 -- ChatTwo/Resources/Language.pt-BR.resx | 554 ++-- ChatTwo/Resources/Language.pt.resx | 241 -- ChatTwo/Resources/Language.resx | 565 ++-- ChatTwo/Resources/Language.ro.resx | 447 ++- ChatTwo/Resources/Language.ru.resx | 570 ++-- ChatTwo/Resources/Language.sr.resx | 241 -- ChatTwo/Resources/Language.sv.resx | 554 ++-- ChatTwo/Resources/Language.tr.resx | 241 -- ChatTwo/Resources/Language.uk.resx | 241 -- ChatTwo/Resources/Language.vi.resx | 241 -- ChatTwo/Resources/Language.zh-Hans.resx | 1068 +++---- ChatTwo/Resources/Language.zh-Hant.resx | 574 ++-- fix_resources.sh | 6 + 32 files changed, 4739 insertions(+), 9998 deletions(-) create mode 100755 fix_resources.sh diff --git a/ChatTwo/Resources/Language.Designer.cs b/ChatTwo/Resources/Language.Designer.cs index a1d2501..6cf8d03 100755 --- a/ChatTwo/Resources/Language.Designer.cs +++ b/ChatTwo/Resources/Language.Designer.cs @@ -11,46 +11,32 @@ namespace ChatTwo.Resources { using System; - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Language { - private static global::System.Resources.ResourceManager resourceMan; + private static System.Resources.ResourceManager resourceMan; - private static global::System.Globalization.CultureInfo resourceCulture; + private static System.Globalization.CultureInfo resourceCulture; - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Language() { } - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + internal static System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChatTwo.Resources.Language", typeof(Language).Assembly); + if (object.Equals(null, resourceMan)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("ChatTwo.Resources.Language", typeof(Language).Assembly); resourceMan = temp; } return resourceMan; } } - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + internal static System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -59,2226 +45,1485 @@ namespace ChatTwo.Resources { } } - /// - /// Looks up a localized string similar to Ctrl + {0}. - /// - internal static string AutoTranslate_Completion_Key { - get { - return ResourceManager.GetString("AutoTranslate_Completion_Key", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search Auto Translate.... - /// - internal static string AutoTranslate_Search_Hint { - get { - return ResourceManager.GetString("AutoTranslate_Search_Hint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide chat. - /// - internal static string ChatLog_HideChat { - get { - return ResourceManager.GetString("ChatLog_HideChat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disabled for this tab.. - /// - internal static string ChatLog_SwitcherDisabled { - get { - return ResourceManager.GetString("ChatLog_SwitcherDisabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete tab. - /// - internal static string ChatLog_Tabs_Delete { - get { - return ResourceManager.GetString("ChatLog_Tabs_Delete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move down. - /// - internal static string ChatLog_Tabs_MoveDown { - get { - return ResourceManager.GetString("ChatLog_Tabs_MoveDown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move left. - /// - internal static string ChatLog_Tabs_MoveLeft { - get { - return ResourceManager.GetString("ChatLog_Tabs_MoveLeft", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move right. - /// - internal static string ChatLog_Tabs_MoveRight { - get { - return ResourceManager.GetString("ChatLog_Tabs_MoveRight", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move up. - /// - internal static string ChatLog_Tabs_MoveUp { - get { - return ResourceManager.GetString("ChatLog_Tabs_MoveUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pop out. - /// - internal static string ChatLog_Tabs_PopOut { - get { - return ResourceManager.GetString("ChatLog_Tabs_PopOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alliance Member. - /// - internal static string ChatSource_AllianceMember { - get { - return ResourceManager.GetString("ChatSource_AllianceMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pet (Alliance member). - /// - internal static string ChatSource_AlliancePet { - get { - return ResourceManager.GetString("ChatSource_AlliancePet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Engaged Enemy. - /// - internal static string ChatSource_EngagedEnemy { - get { - return ResourceManager.GetString("ChatSource_EngagedEnemy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Friendly NPC. - /// - internal static string ChatSource_FriendlyNpc { - get { - return ResourceManager.GetString("ChatSource_FriendlyNpc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Other. - /// - internal static string ChatSource_Other { - get { - return ResourceManager.GetString("ChatSource_Other", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pet (Other). - /// - internal static string ChatSource_OtherPet { - get { - return ResourceManager.GetString("ChatSource_OtherPet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Party Member. - /// - internal static string ChatSource_PartyMember { - get { - return ResourceManager.GetString("ChatSource_PartyMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pet (Party). - /// - internal static string ChatSource_PartyPet { - get { - return ResourceManager.GetString("ChatSource_PartyPet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Self. - /// - internal static string ChatSource_Self { - get { - return ResourceManager.GetString("ChatSource_Self", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pet (Self). - /// - internal static string ChatSource_SelfPet { - get { - return ResourceManager.GetString("ChatSource_SelfPet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unengaged Enemy. - /// - internal static string ChatSource_UnengagedEnemy { - get { - return ResourceManager.GetString("ChatSource_UnengagedEnemy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Actions used. - /// - internal static string ChatType_Action { - get { - return ResourceManager.GetString("ChatType_Action", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alarm Notifications. - /// - internal static string ChatType_Alarm { - get { - return ResourceManager.GetString("ChatType_Alarm", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alliance. - /// - internal static string ChatType_Alliance { - get { - return ResourceManager.GetString("ChatType_Alliance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Battle System Messages. - /// - internal static string ChatType_BattleSystem { - get { - return ResourceManager.GetString("ChatType_BattleSystem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synthesis Messages. - /// - internal static string ChatType_Crafting { - get { - return ResourceManager.GetString("ChatType_Crafting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [1]. - /// - internal static string ChatType_CrossLinkshell1 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [2]. - /// - internal static string ChatType_CrossLinkshell2 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [3]. - /// - internal static string ChatType_CrossLinkshell3 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [4]. - /// - internal static string ChatType_CrossLinkshell4 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [5]. - /// - internal static string ChatType_CrossLinkshell5 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [6]. - /// - internal static string ChatType_CrossLinkshell6 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [7]. - /// - internal static string ChatType_CrossLinkshell7 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell7", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Linkshell [8]. - /// - internal static string ChatType_CrossLinkshell8 { - get { - return ResourceManager.GetString("ChatType_CrossLinkshell8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cross-world Party. - /// - internal static string ChatType_CrossWorldParty { - get { - return ResourceManager.GetString("ChatType_CrossWorldParty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custom Emotes. - /// - internal static string ChatType_CustomEmotes { - get { - return ResourceManager.GetString("ChatType_CustomEmotes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Damage dealt. - /// - internal static string ChatType_Damage { - get { - return ResourceManager.GetString("ChatType_Damage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Debug. - /// - internal static string ChatType_Debug { - get { - return ResourceManager.GetString("ChatType_Debug", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Echo. - /// - internal static string ChatType_Echo { - get { - return ResourceManager.GetString("ChatType_Echo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error Messages. - /// - internal static string ChatType_Error { - get { - return ResourceManager.GetString("ChatType_Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free Company. - /// - internal static string ChatType_FreeCompany { - get { - return ResourceManager.GetString("ChatType_FreeCompany", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free Company Announcements. - /// - internal static string ChatType_FreeCompanyAnnouncement { - get { - return ResourceManager.GetString("ChatType_FreeCompanyAnnouncement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free Company Member Login Notifications. - /// - internal static string ChatType_FreeCompanyLoginLogout { - get { - return ResourceManager.GetString("ChatType_FreeCompanyLoginLogout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Beneficial effects granted. - /// - internal static string ChatType_GainBuff { - get { - return ResourceManager.GetString("ChatType_GainBuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Detrimental effects inflicted. - /// - internal static string ChatType_GainDebuff { - get { - return ResourceManager.GetString("ChatType_GainDebuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gathering Messages. - /// - internal static string ChatType_Gathering { - get { - return ResourceManager.GetString("ChatType_Gathering", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gathering System Messages. - /// - internal static string ChatType_GatheringSystem { - get { - return ResourceManager.GetString("ChatType_GatheringSystem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free Company (GM). - /// - internal static string ChatType_GmFreeCompany { - get { - return ResourceManager.GetString("ChatType_GmFreeCompany", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [1] (GM). - /// - internal static string ChatType_GmLinkshell1 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [2] (GM). - /// - internal static string ChatType_GmLinkshell2 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [3] (GM). - /// - internal static string ChatType_GmLinkshell3 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [4] (GM). - /// - internal static string ChatType_GmLinkshell4 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [5] (GM). - /// - internal static string ChatType_GmLinkshell5 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [6] (GM). - /// - internal static string ChatType_GmLinkshell6 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [7] (GM). - /// - internal static string ChatType_GmLinkshell7 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell7", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [8] (GM). - /// - internal static string ChatType_GmLinkshell8 { - get { - return ResourceManager.GetString("ChatType_GmLinkshell8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Novice Network (GM). - /// - internal static string ChatType_GmNoviceNetwork { - get { - return ResourceManager.GetString("ChatType_GmNoviceNetwork", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Party (GM). - /// - internal static string ChatType_GmParty { - get { - return ResourceManager.GetString("ChatType_GmParty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Say (GM). - /// - internal static string ChatType_GmSay { - get { - return ResourceManager.GetString("ChatType_GmSay", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Shout (GM). - /// - internal static string ChatType_GmShout { - get { - return ResourceManager.GetString("ChatType_GmShout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tell (GM). - /// - internal static string ChatType_GmTell { - get { - return ResourceManager.GetString("ChatType_GmTell", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Yell (GM). - /// - internal static string ChatType_GmYell { - get { - return ResourceManager.GetString("ChatType_GmYell", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Healing. - /// - internal static string ChatType_Healing { - get { - return ResourceManager.GetString("ChatType_Healing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Items used. - /// - internal static string ChatType_Item { - get { - return ResourceManager.GetString("ChatType_Item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [1]. - /// - internal static string ChatType_Linkshell1 { - get { - return ResourceManager.GetString("ChatType_Linkshell1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [2]. - /// - internal static string ChatType_Linkshell2 { - get { - return ResourceManager.GetString("ChatType_Linkshell2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [3]. - /// - internal static string ChatType_Linkshell3 { - get { - return ResourceManager.GetString("ChatType_Linkshell3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [4]. - /// - internal static string ChatType_Linkshell4 { - get { - return ResourceManager.GetString("ChatType_Linkshell4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [5]. - /// - internal static string ChatType_Linkshell5 { - get { - return ResourceManager.GetString("ChatType_Linkshell5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [6]. - /// - internal static string ChatType_Linkshell6 { - get { - return ResourceManager.GetString("ChatType_Linkshell6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [7]. - /// - internal static string ChatType_Linkshell7 { - get { - return ResourceManager.GetString("ChatType_Linkshell7", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linkshell [8]. - /// - internal static string ChatType_Linkshell8 { - get { - return ResourceManager.GetString("ChatType_Linkshell8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loot Notices. - /// - internal static string ChatType_LootNotice { - get { - return ResourceManager.GetString("ChatType_LootNotice", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loot Messages. - /// - internal static string ChatType_LootRoll { - get { - return ResourceManager.GetString("ChatType_LootRoll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Beneficial effects lost. - /// - internal static string ChatType_LoseBuff { - get { - return ResourceManager.GetString("ChatType_LoseBuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Detrimental effects cured. - /// - internal static string ChatType_LoseDebuff { - get { - return ResourceManager.GetString("ChatType_LoseDebuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Message Book Alert. - /// - internal static string ChatType_MessageBook { - get { - return ResourceManager.GetString("ChatType_MessageBook", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed attacks. - /// - internal static string ChatType_Miss { - get { - return ResourceManager.GetString("ChatType_Miss", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Notice. - /// - internal static string ChatType_Notice { - get { - return ResourceManager.GetString("ChatType_Notice", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Novice Network. - /// - internal static string ChatType_NoviceNetwork { - get { - return ResourceManager.GetString("ChatType_NoviceNetwork", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Novice Network Announcements. - /// - internal static string ChatType_NoviceNetworkSystem { - get { - return ResourceManager.GetString("ChatType_NoviceNetworkSystem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to NPC Dialogue (Announcements). - /// - internal static string ChatType_NpcAnnouncement { - get { - return ResourceManager.GetString("ChatType_NpcAnnouncement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to NPC Dialogue. - /// - internal static string ChatType_NpcDialogue { - get { - return ResourceManager.GetString("ChatType_NpcDialogue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Current Orchestrion Track Messages. - /// - internal static string ChatType_Orchestrion { - get { - return ResourceManager.GetString("ChatType_Orchestrion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Party. - /// - internal static string ChatType_Party { - get { - return ResourceManager.GetString("ChatType_Party", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Periodic Recruitment Notifications. - /// - internal static string ChatType_PeriodicRecruitmentNotification { - get { - return ResourceManager.GetString("ChatType_PeriodicRecruitmentNotification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Progression Messages. - /// - internal static string ChatType_Progress { - get { - return ResourceManager.GetString("ChatType_Progress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PvP Team. - /// - internal static string ChatType_PvpTeam { - get { - return ResourceManager.GetString("ChatType_PvpTeam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PvP Team Announcements. - /// - internal static string ChatType_PvpTeamAnnouncement { - get { - return ResourceManager.GetString("ChatType_PvpTeamAnnouncement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PvP Team Member Login Notifications. - /// - internal static string ChatType_PvpTeamLoginLogout { - get { - return ResourceManager.GetString("ChatType_PvpTeamLoginLogout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Random Number Messages. - /// - internal static string ChatType_RandomNumber { - get { - return ResourceManager.GetString("ChatType_RandomNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Retainer Sale Notifications. - /// - internal static string ChatType_RetainerSale { - get { - return ResourceManager.GetString("ChatType_RetainerSale", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Say. - /// - internal static string ChatType_Say { - get { - return ResourceManager.GetString("ChatType_Say", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Shout. - /// - internal static string ChatType_Shout { - get { - return ResourceManager.GetString("ChatType_Shout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sign Messages for PC Targets. - /// - internal static string ChatType_Sign { - get { - return ResourceManager.GetString("ChatType_Sign", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Standard Emotes. - /// - internal static string ChatType_StandardEmotes { - get { - return ResourceManager.GetString("ChatType_StandardEmotes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to System Messages. - /// - internal static string ChatType_System { - get { - return ResourceManager.GetString("ChatType_System", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tell (Incoming). - /// - internal static string ChatType_TellIncoming { - get { - return ResourceManager.GetString("ChatType_TellIncoming", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tell (Outgoing). - /// - internal static string ChatType_TellOutgoing { - get { - return ResourceManager.GetString("ChatType_TellOutgoing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Urgent. - /// - internal static string ChatType_Urgent { - get { - return ResourceManager.GetString("ChatType_Urgent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Yell. - /// - internal static string ChatType_Yell { - get { - return ResourceManager.GetString("ChatType_Yell", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Left. - /// - internal static string CommandHelpSide_Left { - get { - return ResourceManager.GetString("CommandHelpSide_Left", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None. - /// - internal static string CommandHelpSide_None { - get { - return ResourceManager.GetString("CommandHelpSide_None", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Right. - /// - internal static string CommandHelpSide_Right { - get { - return ResourceManager.GetString("CommandHelpSide_Right", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add to Blacklist. - /// - internal static string Context_AddToBlacklist { - get { - return ResourceManager.GetString("Context_AddToBlacklist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy. - /// - internal static string Context_Copy { - get { - return ResourceManager.GetString("Context_Copy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy Item Name. - /// - internal static string Context_CopyItemName { - get { - return ResourceManager.GetString("Context_CopyItemName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide chat. - /// - internal static string Context_HideChat { - get { - return ResourceManager.GetString("Context_HideChat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Integrations. - /// - internal static string Context_Integrations { - get { - return ResourceManager.GetString("Context_Integrations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invite to Novice Network. - /// - internal static string Context_InviteToNoviceNetwork { - get { - return ResourceManager.GetString("Context_InviteToNoviceNetwork", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invite to Party. - /// - internal static string Context_InviteToParty { - get { - return ResourceManager.GetString("Context_InviteToParty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Different world. - /// - internal static string Context_InviteToParty_DifferentWorld { - get { - return ResourceManager.GetString("Context_InviteToParty_DifferentWorld", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Same world. - /// - internal static string Context_InviteToParty_SameWorld { - get { - return ResourceManager.GetString("Context_InviteToParty_SameWorld", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Item Comparison. - /// - internal static string Context_ItemComparison { - get { - return ResourceManager.GetString("Context_ItemComparison", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kick from Party. - /// - internal static string Context_KickFromParty { - get { - return ResourceManager.GetString("Context_KickFromParty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Link. - /// - internal static string Context_Link { - get { - return ResourceManager.GetString("Context_Link", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Promote. - /// - internal static string Context_Promote { - get { - return ResourceManager.GetString("Context_Promote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reply in Selected Chat Mode. - /// - internal static string Context_ReplyInSelectedChatMode { - get { - return ResourceManager.GetString("Context_ReplyInSelectedChatMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Screenshot mode. - /// - internal static string Context_ScreenshotMode { - get { - return ResourceManager.GetString("Context_ScreenshotMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search for Item. - /// - internal static string Context_SearchForItem { - get { - return ResourceManager.GetString("Context_SearchForItem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search Recipes Using This Material. - /// - internal static string Context_SearchRecipes { - get { - return ResourceManager.GetString("Context_SearchRecipes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send Friend Request. - /// - internal static string Context_SendFriendRequest { - get { - return ResourceManager.GetString("Context_SendFriendRequest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send Tell. - /// - internal static string Context_SendTell { - get { - return ResourceManager.GetString("Context_SendTell", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Target. - /// - internal static string Context_Target { - get { - return ResourceManager.GetString("Context_Target", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Try On. - /// - internal static string Context_TryOn { - get { - return ResourceManager.GetString("Context_TryOn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Chinese (full). - /// - internal static string ExtraGlyphRanges_ChineseFull_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_ChineseFull_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Chinese (common simplified). - /// - internal static string ExtraGlyphRanges_ChineseSimplifiedCommon_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_ChineseSimplifiedCommon_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cyrillic. - /// - internal static string ExtraGlyphRanges_Cyrillic_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_Cyrillic_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Japanese. - /// - internal static string ExtraGlyphRanges_Japanese_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_Japanese_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Korean. - /// - internal static string ExtraGlyphRanges_Korean_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_Korean_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Thai. - /// - internal static string ExtraGlyphRanges_Thai_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_Thai_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Vietnamese. - /// - internal static string ExtraGlyphRanges_Vietnamese_Name { - get { - return ResourceManager.GetString("ExtraGlyphRanges_Vietnamese_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Flexible. - /// - internal static string KeybindMode_Flexible_Name { - get { - return ResourceManager.GetString("KeybindMode_Flexible_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Process keybinds with modifiers even if other modifiers are pressed.. - /// - internal static string KeybindMode_Flexible_Tooltip { - get { - return ResourceManager.GetString("KeybindMode_Flexible_Tooltip", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Strict. - /// - internal static string KeybindMode_Strict_Name { - get { - return ResourceManager.GetString("KeybindMode_Strict_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only process keybinds with modifiers if no other modifiers are pressed.. - /// - internal static string KeybindMode_Strict_Tooltip { - get { - return ResourceManager.GetString("KeybindMode_Strict_Tooltip", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Dalamud's default language. - /// - internal static string LanguageOverride_None { - get { - return ResourceManager.GetString("LanguageOverride_None", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is performing a database migration.. - /// - internal static string Migration_Line1 { - get { - return ResourceManager.GetString("Migration_Line1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} and the plugin installer will be unavailable until it is complete.. - /// - internal static string Migration_Line2 { - get { - return ResourceManager.GetString("Migration_Line2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This may take a few minutes depending on the size of your chat database.. - /// - internal static string Migration_Line3 { - get { - return ResourceManager.GetString("Migration_Line3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not close FFXIV, unload Dalamud, or turn off your computer during this time.. - /// - internal static string Migration_Line4 { - get { - return ResourceManager.GetString("Migration_Line4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Click the button to the left to see what's being worked on and what's next.. - /// - internal static string Options_About_ClickUp { - get { - return ResourceManager.GetString("Options_About_ClickUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Click the button to the left to help translate {0}.. - /// - internal static string Options_About_CrowdIn { - get { - return ResourceManager.GetString("Options_About_CrowdIn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is a project to completely recreate the in-game chat and make it even better.. - /// - internal static string Options_About_Opening { - get { - return ResourceManager.GetString("Options_About_Opening", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to About. - /// - internal static string Options_About_Tab { - get { - return ResourceManager.GetString("Options_About_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Translators. - /// - internal static string Options_About_Translators { - get { - return ResourceManager.GetString("Options_About_Translators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow moving chat. - /// - internal static string Options_CanMove_Name { - get { - return ResourceManager.GetString("Options_CanMove_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow resizing chat. - /// - internal static string Options_CanResize_Name { - get { - return ResourceManager.GetString("Options_CanResize_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import from game. - /// - internal static string Options_ChatColours_Import { - get { - return ResourceManager.GetString("Options_ChatColours_Import", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset to default. - /// - internal static string Options_ChatColours_Reset { - get { - return ResourceManager.GetString("Options_ChatColours_Reset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Chat colours. - /// - internal static string Options_ChatColours_Tab { - get { - return ResourceManager.GetString("Options_ChatColours_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace consecutive duplicate messages with a counter appended to the first instance of the message.. - /// - internal static string Options_CollapseDuplicateMessages_Description { - get { - return ResourceManager.GetString("Options_CollapseDuplicateMessages_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Collapse duplicate messages. - /// - internal static string Options_CollapseDuplicateMessages_Name { - get { - return ResourceManager.GetString("Options_CollapseDuplicateMessages_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The side of {0} to display help for commands on.. - /// - internal static string Options_CommandHelpSide_Description { - get { - return ResourceManager.GetString("Options_CommandHelpSide_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command help side. - /// - internal static string Options_CommandHelpSide_Name { - get { - return ResourceManager.GetString("Options_CommandHelpSide_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Advanced. - /// - internal static string Options_Database_Advanced { - get { - return ResourceManager.GetString("Options_Database_Advanced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not click these buttons unless you know what you're doing.. - /// - internal static string Options_Database_Advanced_Warning { - get { - return ResourceManager.GetString("Options_Database_Advanced_Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database. - /// - internal static string Options_Database_Tab { - get { - return ResourceManager.GetString("Options_Database_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If battle messages are saved to the database, the size of the database will grow much faster, and there will be a noticeable freeze when saving settings. It is recommended to leave this disabled.. - /// - internal static string Options_DatabaseBattleMessages_Description { - get { - return ResourceManager.GetString("Options_DatabaseBattleMessages_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save battle messages in database. - /// - internal static string Options_DatabaseBattleMessages_Name { - get { - return ResourceManager.GetString("Options_DatabaseBattleMessages_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display. - /// - internal static string Options_Display_Tab { - get { - return ResourceManager.GetString("Options_Display_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extra glyphs can be added to {0}'s global font by enabling the checkboxes below. This will likely require increasing Dalamud's font atlas size.. - /// - internal static string Options_ExtraGlyphs_Description { - get { - return ResourceManager.GetString("Options_ExtraGlyphs_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extra font glyphs. - /// - internal static string Options_ExtraGlyphs_Name { - get { - return ResourceManager.GetString("Options_ExtraGlyphs_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include messages from before the game was launched when populating tabs. Tabs are populated when the settings are saved.. - /// - internal static string Options_FilterIncludePreviousSessions_Description { - get { - return ResourceManager.GetString("Options_FilterIncludePreviousSessions_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include previous sessions when populating tabs. - /// - internal static string Options_FilterIncludePreviousSessions_Name { - get { - return ResourceManager.GetString("Options_FilterIncludePreviousSessions_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The font {0} will use to display non-Japanese text.. - /// - internal static string Options_Font_Description { - get { - return ResourceManager.GetString("Options_Font_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Font. - /// - internal static string Options_Font_Name { - get { - return ResourceManager.GetString("Options_Font_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using certain system fonts may crash your game. You have been warned.. - /// - internal static string Options_Font_Warning { - get { - return ResourceManager.GetString("Options_Font_Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fonts. - /// - internal static string Options_Fonts_Tab { - get { - return ResourceManager.GetString("Options_Fonts_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable custom fonts. - /// - internal static string Options_FontsEnabled { - get { - return ResourceManager.GetString("Options_FontsEnabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Font size. - /// - internal static string Options_FontSize_Name { - get { - return ResourceManager.GetString("Options_FontSize_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide the in-game chat window when the plugin is active.. - /// - internal static string Options_HideChat_Description { - get { - return ResourceManager.GetString("Options_HideChat_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide vanilla chat. - /// internal static string Options_HideChat_Name { get { return ResourceManager.GetString("Options_HideChat_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Hide {0} during cutscenes.. - /// - internal static string Options_HideDuringCutscenes_Description { + internal static string Options_HideChat_Description { get { - return ResourceManager.GetString("Options_HideDuringCutscenes_Description", resourceCulture); + return ResourceManager.GetString("Options_HideChat_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Hide chat during cutscenes. - /// internal static string Options_HideDuringCutscenes_Name { get { return ResourceManager.GetString("Options_HideDuringCutscenes_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Hide timestamps when previous messages have the same timestamp.. - /// - internal static string Options_HideSameTimestamps_Description { + internal static string Options_HideDuringCutscenes_Description { get { - return ResourceManager.GetString("Options_HideSameTimestamps_Description", resourceCulture); + return ResourceManager.GetString("Options_HideDuringCutscenes_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Hide timestamps when redundant. - /// - internal static string Options_HideSameTimestamps_Name { - get { - return ResourceManager.GetString("Options_HideSameTimestamps_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide {0} when you are not logged in to a character.. - /// - internal static string Options_HideWhenNotLoggedIn_Description { - get { - return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide when not logged in. - /// - internal static string Options_HideWhenNotLoggedIn_Name { - get { - return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide {0} when the game UI is hidden.. - /// - internal static string Options_HideWhenUiHidden_Description { - get { - return ResourceManager.GetString("Options_HideWhenUiHidden_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide when game UI is hidden. - /// - internal static string Options_HideWhenUiHidden_Name { - get { - return ResourceManager.GetString("Options_HideWhenUiHidden_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The font {0} will use to display Japanese text.. - /// - internal static string Options_JapaneseFont_Description { - get { - return ResourceManager.GetString("Options_JapaneseFont_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Japanese font. - /// - internal static string Options_JapaneseFont_Name { - get { - return ResourceManager.GetString("Options_JapaneseFont_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Japanese font size. - /// - internal static string Options_JapaneseFontSize_Name { - get { - return ResourceManager.GetString("Options_JapaneseFontSize_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The way in which {0} should handle keybinds.. - /// - internal static string Options_KeybindMode_Description { - get { - return ResourceManager.GetString("Options_KeybindMode_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keybind mode. - /// - internal static string Options_KeybindMode_Name { - get { - return ResourceManager.GetString("Options_KeybindMode_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The language to display {0} in.. - /// - internal static string Options_Language_Description { - get { - return ResourceManager.GetString("Options_Language_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Language. - /// - internal static string Options_Language_Name { - get { - return ResourceManager.GetString("Options_Language_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to After logging in, populate the chat with the messages from when you last logged off.. - /// - internal static string Options_LoadPreviousSession_Description { - get { - return ResourceManager.GetString("Options_LoadPreviousSession_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display previous chat session on login. - /// - internal static string Options_LoadPreviousSession_Name { - get { - return ResourceManager.GetString("Options_LoadPreviousSession_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Miscellaneous. - /// - internal static string Options_Miscellaneous_Tab { - get { - return ResourceManager.GetString("Options_Miscellaneous_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reduce the spacing between messages.. - /// - internal static string Options_MoreCompactPretty_Description { - get { - return ResourceManager.GetString("Options_MoreCompactPretty_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More compact modern layout. - /// - internal static string Options_MoreCompactPretty_Name { - get { - return ResourceManager.GetString("Options_MoreCompactPretty_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show in-game item tooltips when hovering over items in {0}.. - /// - internal static string Options_NativeItemTooltips_Description { - get { - return ResourceManager.GetString("Options_NativeItemTooltips_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show native item tooltips. - /// internal static string Options_NativeItemTooltips_Name { get { return ResourceManager.GetString("Options_NativeItemTooltips_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Display messages in a more modern style.. - /// - internal static string Options_PrettierTimestamps_Description { + internal static string Options_NativeItemTooltips_Description { get { - return ResourceManager.GetString("Options_PrettierTimestamps_Description", resourceCulture); + return ResourceManager.GetString("Options_NativeItemTooltips_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Use modern layout. - /// - internal static string Options_PrettierTimestamps_Name { - get { - return ResourceManager.GetString("Options_PrettierTimestamps_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow multiple clients to run {0} at the same time, sharing the same database.. - /// - internal static string Options_SharedMode_Description { - get { - return ResourceManager.GetString("Options_SharedMode_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable multi-client mode. - /// - internal static string Options_SharedMode_Name { - get { - return ResourceManager.GetString("Options_SharedMode_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This option is not recommended. No support will be offered if you enable this option. This option will hurt the performance of {0}.. - /// - internal static string Options_SharedMode_Warning { - get { - return ResourceManager.GetString("Options_SharedMode_Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show the Novice Network join button next to the settings button if logged in as a mentor.. - /// - internal static string Options_ShowNoviceNetwork_Description { - get { - return ResourceManager.GetString("Options_ShowNoviceNetwork_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show Novice Network join button. - /// - internal static string Options_ShowNoviceNetwork_Name { - get { - return ResourceManager.GetString("Options_ShowNoviceNetwork_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show title bar for popped-out tabs. - /// - internal static string Options_ShowPopOutTitleBar_Name { - get { - return ResourceManager.GetString("Options_ShowPopOutTitleBar_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show title bar for chat. - /// - internal static string Options_ShowTitleBar_Name { - get { - return ResourceManager.GetString("Options_ShowTitleBar_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show tabs in {0} as a sidebar instead of a bar at the top.. - /// - internal static string Options_SidebarTabView_Description { - get { - return ResourceManager.GetString("Options_SidebarTabView_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show tabs in a sidebar. - /// internal static string Options_SidebarTabView_Name { get { return ResourceManager.GetString("Options_SidebarTabView_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to If this is enabled, the Auto Translate list will be sorted alphabetically.. - /// - internal static string Options_SortAutoTranslate_Description { + internal static string Options_SidebarTabView_Description { get { - return ResourceManager.GetString("Options_SortAutoTranslate_Description", resourceCulture); + return ResourceManager.GetString("Options_SidebarTabView_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Sort the Auto Translate list. - /// - internal static string Options_SortAutoTranslate_Name { + internal static string Options_PrettierTimestamps_Name { get { - return ResourceManager.GetString("Options_SortAutoTranslate_Name", resourceCulture); + return ResourceManager.GetString("Options_PrettierTimestamps_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to The font size to use for game symbols.. - /// - internal static string Options_SymbolsFontSize_Description { + internal static string Options_PrettierTimestamps_Description { get { - return ResourceManager.GetString("Options_SymbolsFontSize_Description", resourceCulture); + return ResourceManager.GetString("Options_PrettierTimestamps_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Symbols font size. - /// - internal static string Options_SymbolsFontSize_Name { + internal static string Options_MoreCompactPretty_Name { get { - return ResourceManager.GetString("Options_SymbolsFontSize_Name", resourceCulture); + return ResourceManager.GetString("Options_MoreCompactPretty_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Add. - /// - internal static string Options_Tabs_Add { + internal static string Options_MoreCompactPretty_Description { get { - return ResourceManager.GetString("Options_Tabs_Add", resourceCulture); + return ResourceManager.GetString("Options_MoreCompactPretty_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Channels. - /// - internal static string Options_Tabs_Channels { + internal static string Options_ShowNoviceNetwork_Name { get { - return ResourceManager.GetString("Options_Tabs_Channels", resourceCulture); + return ResourceManager.GetString("Options_ShowNoviceNetwork_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Announcements. - /// - internal static string Options_Tabs_ChannelTypes_Announcements { + internal static string Options_ShowNoviceNetwork_Description { get { - return ResourceManager.GetString("Options_Tabs_ChannelTypes_Announcements", resourceCulture); + return ResourceManager.GetString("Options_ShowNoviceNetwork_Description", resourceCulture); } } - /// - /// Looks up a localized string similar to Battle. - /// - internal static string Options_Tabs_ChannelTypes_Battle { + internal static string Options_FontSize_Name { get { - return ResourceManager.GetString("Options_Tabs_ChannelTypes_Battle", resourceCulture); + return ResourceManager.GetString("Options_FontSize_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Chat. - /// - internal static string Options_Tabs_ChannelTypes_Chat { - get { - return ResourceManager.GetString("Options_Tabs_ChannelTypes_Chat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Special. - /// - internal static string Options_Tabs_ChannelTypes_Special { - get { - return ResourceManager.GetString("Options_Tabs_ChannelTypes_Special", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete. - /// - internal static string Options_Tabs_Delete { - get { - return ResourceManager.GetString("Options_Tabs_Delete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All. - /// - internal static string Options_Tabs_ExtraChatAll { - get { - return ResourceManager.GetString("Options_Tabs_ExtraChatAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ExtraChat channels. - /// - internal static string Options_Tabs_ExtraChatChannels { - get { - return ResourceManager.GetString("Options_Tabs_ExtraChatChannels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use different opacity than main window. - /// - internal static string Options_Tabs_IndependentOpacity { - get { - return ResourceManager.GetString("Options_Tabs_IndependentOpacity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Input channel. - /// - internal static string Options_Tabs_InputChannel { - get { - return ResourceManager.GetString("Options_Tabs_InputChannel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move down. - /// - internal static string Options_Tabs_MoveDown { - get { - return ResourceManager.GetString("Options_Tabs_MoveDown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move up. - /// - internal static string Options_Tabs_MoveUp { - get { - return ResourceManager.GetString("Options_Tabs_MoveUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name. - /// - internal static string Options_Tabs_Name { - get { - return ResourceManager.GetString("Options_Tabs_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New tab. - /// - internal static string Options_Tabs_NewTab { - get { - return ResourceManager.GetString("Options_Tabs_NewTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <None>. - /// - internal static string Options_Tabs_NoInputChannel { - get { - return ResourceManager.GetString("Options_Tabs_NoInputChannel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Opacity. - /// - internal static string Options_Tabs_Opacity { - get { - return ResourceManager.GetString("Options_Tabs_Opacity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display in separate window. - /// - internal static string Options_Tabs_PopOut { - get { - return ResourceManager.GetString("Options_Tabs_PopOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preset: {0}. - /// - internal static string Options_Tabs_Preset { - get { - return ResourceManager.GetString("Options_Tabs_Preset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show timestamps. - /// - internal static string Options_Tabs_ShowTimestamps { - get { - return ResourceManager.GetString("Options_Tabs_ShowTimestamps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabs. - /// - internal static string Options_Tabs_Tab { - get { - return ResourceManager.GetString("Options_Tabs_Tab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unread mode. - /// - internal static string Options_Tabs_UnreadMode { - get { - return ResourceManager.GetString("Options_Tabs_UnreadMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Window opacity. - /// internal static string Options_WindowOpacity_Name { get { return ResourceManager.GetString("Options_WindowOpacity_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Discard. - /// - internal static string Settings_Discard { + internal static string Options_CanMove_Name { get { - return ResourceManager.GetString("Settings_Discard", resourceCulture); + return ResourceManager.GetString("Options_CanMove_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Support {0} on Ko-fi. - /// - internal static string Settings_Kofi { + internal static string Options_CanResize_Name { get { - return ResourceManager.GetString("Settings_Kofi", resourceCulture); + return ResourceManager.GetString("Options_CanResize_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Save. - /// - internal static string Settings_Save { + internal static string Options_ShowTitleBar_Name { get { - return ResourceManager.GetString("Settings_Save", resourceCulture); + return ResourceManager.GetString("Options_ShowTitleBar_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to Save and close. - /// - internal static string Settings_SaveAndClose { + internal static string Options_Display_Tab { get { - return ResourceManager.GetString("Settings_SaveAndClose", resourceCulture); + return ResourceManager.GetString("Options_Display_Tab", resourceCulture); } } - /// - /// Looks up a localized string similar to {0} settings. - /// - internal static string Settings_Title { + internal static string Options_ChatColours_Tab { get { - return ResourceManager.GetString("Settings_Title", resourceCulture); + return ResourceManager.GetString("Options_ChatColours_Tab", resourceCulture); } } - /// - /// Looks up a localized string similar to New tab. - /// - internal static string Tab_DefaultName { + internal static string Options_ChatColours_Reset { get { - return ResourceManager.GetString("Tab_DefaultName", resourceCulture); + return ResourceManager.GetString("Options_ChatColours_Reset", resourceCulture); } } - /// - /// Looks up a localized string similar to Event. - /// - internal static string Tabs_Presets_Event { + internal static string Options_ChatColours_Import { get { - return ResourceManager.GetString("Tabs_Presets_Event", resourceCulture); + return ResourceManager.GetString("Options_ChatColours_Import", resourceCulture); } } - /// - /// Looks up a localized string similar to General. - /// - internal static string Tabs_Presets_General { + internal static string Options_Tabs_Tab { get { - return ResourceManager.GetString("Tabs_Presets_General", resourceCulture); + return ResourceManager.GetString("Options_Tabs_Tab", resourceCulture); } } - /// - /// Looks up a localized string similar to All. - /// - internal static string UnreadMode_All { + internal static string Options_Tabs_Add { get { - return ResourceManager.GetString("UnreadMode_All", resourceCulture); + return ResourceManager.GetString("Options_Tabs_Add", resourceCulture); + } + } + + internal static string Options_Tabs_Delete { + get { + return ResourceManager.GetString("Options_Tabs_Delete", resourceCulture); + } + } + + internal static string Options_Tabs_MoveUp { + get { + return ResourceManager.GetString("Options_Tabs_MoveUp", resourceCulture); + } + } + + internal static string Options_Tabs_MoveDown { + get { + return ResourceManager.GetString("Options_Tabs_MoveDown", resourceCulture); + } + } + + internal static string Options_Tabs_Name { + get { + return ResourceManager.GetString("Options_Tabs_Name", resourceCulture); + } + } + + internal static string Options_Tabs_ShowTimestamps { + get { + return ResourceManager.GetString("Options_Tabs_ShowTimestamps", resourceCulture); + } + } + + internal static string Options_Tabs_UnreadMode { + get { + return ResourceManager.GetString("Options_Tabs_UnreadMode", resourceCulture); + } + } + + internal static string Options_Tabs_NoInputChannel { + get { + return ResourceManager.GetString("Options_Tabs_NoInputChannel", resourceCulture); + } + } + + internal static string Options_Tabs_InputChannel { + get { + return ResourceManager.GetString("Options_Tabs_InputChannel", resourceCulture); + } + } + + internal static string Options_Tabs_Channels { + get { + return ResourceManager.GetString("Options_Tabs_Channels", resourceCulture); } } - /// - /// Looks up a localized string similar to Always show unread indicators.. - /// internal static string UnreadMode_All_Tooltip { get { return ResourceManager.GetString("UnreadMode_All_Tooltip", resourceCulture); } } - /// - /// Looks up a localized string similar to None. - /// - internal static string UnreadMode_None { + internal static string UnreadMode_Unseen_Tooltip { get { - return ResourceManager.GetString("UnreadMode_None", resourceCulture); + return ResourceManager.GetString("UnreadMode_Unseen_Tooltip", resourceCulture); } } - /// - /// Looks up a localized string similar to Never show unread indicators.. - /// internal static string UnreadMode_None_Tooltip { get { return ResourceManager.GetString("UnreadMode_None_Tooltip", resourceCulture); } } - /// - /// Looks up a localized string similar to Unseen. - /// + internal static string Tab_DefaultName { + get { + return ResourceManager.GetString("Tab_DefaultName", resourceCulture); + } + } + + internal static string Settings_Kofi { + get { + return ResourceManager.GetString("Settings_Kofi", resourceCulture); + } + } + + internal static string Settings_SaveAndClose { + get { + return ResourceManager.GetString("Settings_SaveAndClose", resourceCulture); + } + } + + internal static string Settings_Save { + get { + return ResourceManager.GetString("Settings_Save", resourceCulture); + } + } + + internal static string Settings_Discard { + get { + return ResourceManager.GetString("Settings_Discard", resourceCulture); + } + } + + internal static string Settings_Title { + get { + return ResourceManager.GetString("Settings_Title", resourceCulture); + } + } + + internal static string ChatLog_SwitcherDisabled { + get { + return ResourceManager.GetString("ChatLog_SwitcherDisabled", resourceCulture); + } + } + + internal static string ChatLog_HideChat { + get { + return ResourceManager.GetString("ChatLog_HideChat", resourceCulture); + } + } + + internal static string ChatLog_Tabs_MoveUp { + get { + return ResourceManager.GetString("ChatLog_Tabs_MoveUp", resourceCulture); + } + } + + internal static string ChatLog_Tabs_MoveLeft { + get { + return ResourceManager.GetString("ChatLog_Tabs_MoveLeft", resourceCulture); + } + } + + internal static string ChatLog_Tabs_MoveDown { + get { + return ResourceManager.GetString("ChatLog_Tabs_MoveDown", resourceCulture); + } + } + + internal static string ChatLog_Tabs_MoveRight { + get { + return ResourceManager.GetString("ChatLog_Tabs_MoveRight", resourceCulture); + } + } + + internal static string Options_Tabs_ChannelTypes_Chat { + get { + return ResourceManager.GetString("Options_Tabs_ChannelTypes_Chat", resourceCulture); + } + } + + internal static string Options_Tabs_ChannelTypes_Battle { + get { + return ResourceManager.GetString("Options_Tabs_ChannelTypes_Battle", resourceCulture); + } + } + + internal static string Options_Tabs_ChannelTypes_Announcements { + get { + return ResourceManager.GetString("Options_Tabs_ChannelTypes_Announcements", resourceCulture); + } + } + + internal static string UnreadMode_All { + get { + return ResourceManager.GetString("UnreadMode_All", resourceCulture); + } + } + internal static string UnreadMode_Unseen { get { return ResourceManager.GetString("UnreadMode_Unseen", resourceCulture); } } - /// - /// Looks up a localized string similar to Only show unread indicators for messages you haven't seen.. - /// - internal static string UnreadMode_Unseen_Tooltip { + internal static string UnreadMode_None { get { - return ResourceManager.GetString("UnreadMode_Unseen_Tooltip", resourceCulture); + return ResourceManager.GetString("UnreadMode_None", resourceCulture); + } + } + + internal static string ChatSource_Self { + get { + return ResourceManager.GetString("ChatSource_Self", resourceCulture); + } + } + + internal static string ChatSource_PartyMember { + get { + return ResourceManager.GetString("ChatSource_PartyMember", resourceCulture); + } + } + + internal static string ChatSource_AllianceMember { + get { + return ResourceManager.GetString("ChatSource_AllianceMember", resourceCulture); + } + } + + internal static string ChatSource_Other { + get { + return ResourceManager.GetString("ChatSource_Other", resourceCulture); + } + } + + internal static string ChatSource_EngagedEnemy { + get { + return ResourceManager.GetString("ChatSource_EngagedEnemy", resourceCulture); + } + } + + internal static string ChatSource_UnengagedEnemy { + get { + return ResourceManager.GetString("ChatSource_UnengagedEnemy", resourceCulture); + } + } + + internal static string ChatSource_FriendlyNpc { + get { + return ResourceManager.GetString("ChatSource_FriendlyNpc", resourceCulture); + } + } + + internal static string ChatSource_SelfPet { + get { + return ResourceManager.GetString("ChatSource_SelfPet", resourceCulture); + } + } + + internal static string ChatSource_PartyPet { + get { + return ResourceManager.GetString("ChatSource_PartyPet", resourceCulture); + } + } + + internal static string ChatSource_AlliancePet { + get { + return ResourceManager.GetString("ChatSource_AlliancePet", resourceCulture); + } + } + + internal static string ChatSource_OtherPet { + get { + return ResourceManager.GetString("ChatSource_OtherPet", resourceCulture); + } + } + + internal static string Options_Font_Name { + get { + return ResourceManager.GetString("Options_Font_Name", resourceCulture); + } + } + + internal static string Options_JapaneseFont_Name { + get { + return ResourceManager.GetString("Options_JapaneseFont_Name", resourceCulture); + } + } + + internal static string Options_Font_Description { + get { + return ResourceManager.GetString("Options_Font_Description", resourceCulture); + } + } + + internal static string Options_Font_Warning { + get { + return ResourceManager.GetString("Options_Font_Warning", resourceCulture); + } + } + + internal static string Options_JapaneseFont_Description { + get { + return ResourceManager.GetString("Options_JapaneseFont_Description", resourceCulture); + } + } + + internal static string Options_Tabs_ChannelTypes_Special { + get { + return ResourceManager.GetString("Options_Tabs_ChannelTypes_Special", resourceCulture); + } + } + + internal static string Options_Fonts_Tab { + get { + return ResourceManager.GetString("Options_Fonts_Tab", resourceCulture); + } + } + + internal static string Options_SymbolsFontSize_Name { + get { + return ResourceManager.GetString("Options_SymbolsFontSize_Name", resourceCulture); + } + } + + internal static string Options_JapaneseFontSize_Name { + get { + return ResourceManager.GetString("Options_JapaneseFontSize_Name", resourceCulture); + } + } + + internal static string Options_SymbolsFontSize_Description { + get { + return ResourceManager.GetString("Options_SymbolsFontSize_Description", resourceCulture); + } + } + + internal static string ChatLog_Tabs_Delete { + get { + return ResourceManager.GetString("ChatLog_Tabs_Delete", resourceCulture); + } + } + + internal static string Options_HideWhenNotLoggedIn_Name { + get { + return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Name", resourceCulture); + } + } + + internal static string Options_HideWhenNotLoggedIn_Description { + get { + return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Description", resourceCulture); + } + } + + internal static string Tabs_Presets_General { + get { + return ResourceManager.GetString("Tabs_Presets_General", resourceCulture); + } + } + + internal static string Options_Tabs_Preset { + get { + return ResourceManager.GetString("Options_Tabs_Preset", resourceCulture); + } + } + + internal static string Tabs_Presets_Event { + get { + return ResourceManager.GetString("Tabs_Presets_Event", resourceCulture); + } + } + + internal static string Options_Tabs_NewTab { + get { + return ResourceManager.GetString("Options_Tabs_NewTab", resourceCulture); + } + } + + internal static string Options_About_Tab { + get { + return ResourceManager.GetString("Options_About_Tab", resourceCulture); + } + } + + internal static string Options_About_Opening { + get { + return ResourceManager.GetString("Options_About_Opening", resourceCulture); + } + } + + internal static string Options_About_ClickUp { + get { + return ResourceManager.GetString("Options_About_ClickUp", resourceCulture); + } + } + + internal static string Options_About_CrowdIn { + get { + return ResourceManager.GetString("Options_About_CrowdIn", resourceCulture); + } + } + + internal static string Options_About_Translators { + get { + return ResourceManager.GetString("Options_About_Translators", resourceCulture); + } + } + + internal static string CommandHelpSide_None { + get { + return ResourceManager.GetString("CommandHelpSide_None", resourceCulture); + } + } + + internal static string CommandHelpSide_Left { + get { + return ResourceManager.GetString("CommandHelpSide_Left", resourceCulture); + } + } + + internal static string CommandHelpSide_Right { + get { + return ResourceManager.GetString("CommandHelpSide_Right", resourceCulture); + } + } + + internal static string Options_CommandHelpSide_Name { + get { + return ResourceManager.GetString("Options_CommandHelpSide_Name", resourceCulture); + } + } + + internal static string Options_CommandHelpSide_Description { + get { + return ResourceManager.GetString("Options_CommandHelpSide_Description", resourceCulture); + } + } + + internal static string Options_HideWhenUiHidden_Name { + get { + return ResourceManager.GetString("Options_HideWhenUiHidden_Name", resourceCulture); + } + } + + internal static string Options_HideWhenUiHidden_Description { + get { + return ResourceManager.GetString("Options_HideWhenUiHidden_Description", resourceCulture); + } + } + + internal static string Options_KeybindMode_Name { + get { + return ResourceManager.GetString("Options_KeybindMode_Name", resourceCulture); + } + } + + internal static string Options_KeybindMode_Description { + get { + return ResourceManager.GetString("Options_KeybindMode_Description", resourceCulture); + } + } + + internal static string Options_Miscellaneous_Tab { + get { + return ResourceManager.GetString("Options_Miscellaneous_Tab", resourceCulture); + } + } + + internal static string LanguageOverride_None { + get { + return ResourceManager.GetString("LanguageOverride_None", resourceCulture); + } + } + + internal static string KeybindMode_Flexible_Name { + get { + return ResourceManager.GetString("KeybindMode_Flexible_Name", resourceCulture); + } + } + + internal static string KeybindMode_Strict_Name { + get { + return ResourceManager.GetString("KeybindMode_Strict_Name", resourceCulture); + } + } + + internal static string KeybindMode_Flexible_Tooltip { + get { + return ResourceManager.GetString("KeybindMode_Flexible_Tooltip", resourceCulture); + } + } + + internal static string KeybindMode_Strict_Tooltip { + get { + return ResourceManager.GetString("KeybindMode_Strict_Tooltip", resourceCulture); + } + } + + internal static string Options_Language_Name { + get { + return ResourceManager.GetString("Options_Language_Name", resourceCulture); + } + } + + internal static string Options_Language_Description { + get { + return ResourceManager.GetString("Options_Language_Description", resourceCulture); + } + } + + internal static string Options_DatabaseBattleMessages_Name { + get { + return ResourceManager.GetString("Options_DatabaseBattleMessages_Name", resourceCulture); + } + } + + internal static string Options_DatabaseBattleMessages_Description { + get { + return ResourceManager.GetString("Options_DatabaseBattleMessages_Description", resourceCulture); + } + } + + internal static string Options_LoadPreviousSession_Name { + get { + return ResourceManager.GetString("Options_LoadPreviousSession_Name", resourceCulture); + } + } + + internal static string Options_LoadPreviousSession_Description { + get { + return ResourceManager.GetString("Options_LoadPreviousSession_Description", resourceCulture); + } + } + + internal static string Options_Database_Tab { + get { + return ResourceManager.GetString("Options_Database_Tab", resourceCulture); + } + } + + internal static string Options_FilterIncludePreviousSessions_Name { + get { + return ResourceManager.GetString("Options_FilterIncludePreviousSessions_Name", resourceCulture); + } + } + + internal static string Options_FilterIncludePreviousSessions_Description { + get { + return ResourceManager.GetString("Options_FilterIncludePreviousSessions_Description", resourceCulture); + } + } + + internal static string Options_Database_Advanced_Warning { + get { + return ResourceManager.GetString("Options_Database_Advanced_Warning", resourceCulture); + } + } + + internal static string Options_Database_Advanced { + get { + return ResourceManager.GetString("Options_Database_Advanced", resourceCulture); + } + } + + internal static string Options_SharedMode_Name { + get { + return ResourceManager.GetString("Options_SharedMode_Name", resourceCulture); + } + } + + internal static string Options_SharedMode_Description { + get { + return ResourceManager.GetString("Options_SharedMode_Description", resourceCulture); + } + } + + internal static string Options_SharedMode_Warning { + get { + return ResourceManager.GetString("Options_SharedMode_Warning", resourceCulture); + } + } + + internal static string ChatLog_Tabs_PopOut { + get { + return ResourceManager.GetString("ChatLog_Tabs_PopOut", resourceCulture); + } + } + + internal static string Options_HideSameTimestamps_Name { + get { + return ResourceManager.GetString("Options_HideSameTimestamps_Name", resourceCulture); + } + } + + internal static string Options_HideSameTimestamps_Description { + get { + return ResourceManager.GetString("Options_HideSameTimestamps_Description", resourceCulture); + } + } + + internal static string Options_ShowPopOutTitleBar_Name { + get { + return ResourceManager.GetString("Options_ShowPopOutTitleBar_Name", resourceCulture); + } + } + + internal static string Options_Tabs_PopOut { + get { + return ResourceManager.GetString("Options_Tabs_PopOut", resourceCulture); + } + } + + internal static string Options_Tabs_IndependentOpacity { + get { + return ResourceManager.GetString("Options_Tabs_IndependentOpacity", resourceCulture); + } + } + + internal static string Options_Tabs_Opacity { + get { + return ResourceManager.GetString("Options_Tabs_Opacity", resourceCulture); + } + } + + internal static string Options_FontsEnabled { + get { + return ResourceManager.GetString("Options_FontsEnabled", resourceCulture); + } + } + + internal static string AutoTranslate_Search_Hint { + get { + return ResourceManager.GetString("AutoTranslate_Search_Hint", resourceCulture); + } + } + + internal static string Options_SortAutoTranslate_Name { + get { + return ResourceManager.GetString("Options_SortAutoTranslate_Name", resourceCulture); + } + } + + internal static string Options_SortAutoTranslate_Description { + get { + return ResourceManager.GetString("Options_SortAutoTranslate_Description", resourceCulture); + } + } + + internal static string AutoTranslate_Completion_Key { + get { + return ResourceManager.GetString("AutoTranslate_Completion_Key", resourceCulture); + } + } + + internal static string Options_ExtraGlyphs_Name { + get { + return ResourceManager.GetString("Options_ExtraGlyphs_Name", resourceCulture); + } + } + + internal static string Options_ExtraGlyphs_Description { + get { + return ResourceManager.GetString("Options_ExtraGlyphs_Description", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_ChineseFull_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_ChineseFull_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_ChineseSimplifiedCommon_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_ChineseSimplifiedCommon_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_Cyrillic_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_Cyrillic_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_Japanese_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_Japanese_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_Korean_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_Korean_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_Thai_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_Thai_Name", resourceCulture); + } + } + + internal static string ExtraGlyphRanges_Vietnamese_Name { + get { + return ResourceManager.GetString("ExtraGlyphRanges_Vietnamese_Name", resourceCulture); + } + } + + internal static string Context_Integrations { + get { + return ResourceManager.GetString("Context_Integrations", resourceCulture); + } + } + + internal static string Context_ScreenshotMode { + get { + return ResourceManager.GetString("Context_ScreenshotMode", resourceCulture); + } + } + + internal static string Context_HideChat { + get { + return ResourceManager.GetString("Context_HideChat", resourceCulture); + } + } + + internal static string Context_Copy { + get { + return ResourceManager.GetString("Context_Copy", resourceCulture); + } + } + + internal static string Context_TryOn { + get { + return ResourceManager.GetString("Context_TryOn", resourceCulture); + } + } + + internal static string Context_ItemComparison { + get { + return ResourceManager.GetString("Context_ItemComparison", resourceCulture); + } + } + + internal static string Context_SearchRecipes { + get { + return ResourceManager.GetString("Context_SearchRecipes", resourceCulture); + } + } + + internal static string Context_SearchForItem { + get { + return ResourceManager.GetString("Context_SearchForItem", resourceCulture); + } + } + + internal static string Context_Link { + get { + return ResourceManager.GetString("Context_Link", resourceCulture); + } + } + + internal static string Context_CopyItemName { + get { + return ResourceManager.GetString("Context_CopyItemName", resourceCulture); + } + } + + internal static string Context_SendTell { + get { + return ResourceManager.GetString("Context_SendTell", resourceCulture); + } + } + + internal static string Context_InviteToParty { + get { + return ResourceManager.GetString("Context_InviteToParty", resourceCulture); + } + } + + internal static string Context_InviteToParty_SameWorld { + get { + return ResourceManager.GetString("Context_InviteToParty_SameWorld", resourceCulture); + } + } + + internal static string Context_InviteToParty_DifferentWorld { + get { + return ResourceManager.GetString("Context_InviteToParty_DifferentWorld", resourceCulture); + } + } + + internal static string Context_Promote { + get { + return ResourceManager.GetString("Context_Promote", resourceCulture); + } + } + + internal static string Context_KickFromParty { + get { + return ResourceManager.GetString("Context_KickFromParty", resourceCulture); + } + } + + internal static string Context_SendFriendRequest { + get { + return ResourceManager.GetString("Context_SendFriendRequest", resourceCulture); + } + } + + internal static string Context_AddToBlacklist { + get { + return ResourceManager.GetString("Context_AddToBlacklist", resourceCulture); + } + } + + internal static string Context_InviteToNoviceNetwork { + get { + return ResourceManager.GetString("Context_InviteToNoviceNetwork", resourceCulture); + } + } + + internal static string Context_ReplyInSelectedChatMode { + get { + return ResourceManager.GetString("Context_ReplyInSelectedChatMode", resourceCulture); + } + } + + internal static string Context_Target { + get { + return ResourceManager.GetString("Context_Target", resourceCulture); + } + } + + internal static string ChatType_Debug { + get { + return ResourceManager.GetString("ChatType_Debug", resourceCulture); + } + } + + internal static string ChatType_Urgent { + get { + return ResourceManager.GetString("ChatType_Urgent", resourceCulture); + } + } + + internal static string ChatType_Notice { + get { + return ResourceManager.GetString("ChatType_Notice", resourceCulture); + } + } + + internal static string ChatType_Say { + get { + return ResourceManager.GetString("ChatType_Say", resourceCulture); + } + } + + internal static string ChatType_Shout { + get { + return ResourceManager.GetString("ChatType_Shout", resourceCulture); + } + } + + internal static string ChatType_TellOutgoing { + get { + return ResourceManager.GetString("ChatType_TellOutgoing", resourceCulture); + } + } + + internal static string ChatType_TellIncoming { + get { + return ResourceManager.GetString("ChatType_TellIncoming", resourceCulture); + } + } + + internal static string ChatType_Party { + get { + return ResourceManager.GetString("ChatType_Party", resourceCulture); + } + } + + internal static string ChatType_Alliance { + get { + return ResourceManager.GetString("ChatType_Alliance", resourceCulture); + } + } + + internal static string ChatType_Linkshell1 { + get { + return ResourceManager.GetString("ChatType_Linkshell1", resourceCulture); + } + } + + internal static string ChatType_Linkshell2 { + get { + return ResourceManager.GetString("ChatType_Linkshell2", resourceCulture); + } + } + + internal static string ChatType_Linkshell3 { + get { + return ResourceManager.GetString("ChatType_Linkshell3", resourceCulture); + } + } + + internal static string ChatType_Linkshell4 { + get { + return ResourceManager.GetString("ChatType_Linkshell4", resourceCulture); + } + } + + internal static string ChatType_Linkshell5 { + get { + return ResourceManager.GetString("ChatType_Linkshell5", resourceCulture); + } + } + + internal static string ChatType_Linkshell6 { + get { + return ResourceManager.GetString("ChatType_Linkshell6", resourceCulture); + } + } + + internal static string ChatType_Linkshell7 { + get { + return ResourceManager.GetString("ChatType_Linkshell7", resourceCulture); + } + } + + internal static string ChatType_Linkshell8 { + get { + return ResourceManager.GetString("ChatType_Linkshell8", resourceCulture); + } + } + + internal static string ChatType_FreeCompany { + get { + return ResourceManager.GetString("ChatType_FreeCompany", resourceCulture); + } + } + + internal static string ChatType_NoviceNetwork { + get { + return ResourceManager.GetString("ChatType_NoviceNetwork", resourceCulture); + } + } + + internal static string ChatType_CustomEmotes { + get { + return ResourceManager.GetString("ChatType_CustomEmotes", resourceCulture); + } + } + + internal static string ChatType_StandardEmotes { + get { + return ResourceManager.GetString("ChatType_StandardEmotes", resourceCulture); + } + } + + internal static string ChatType_Yell { + get { + return ResourceManager.GetString("ChatType_Yell", resourceCulture); + } + } + + internal static string ChatType_CrossWorldParty { + get { + return ResourceManager.GetString("ChatType_CrossWorldParty", resourceCulture); + } + } + + internal static string ChatType_PvpTeam { + get { + return ResourceManager.GetString("ChatType_PvpTeam", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell1 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell1", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell2 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell2", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell3 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell3", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell4 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell4", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell5 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell5", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell6 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell6", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell7 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell7", resourceCulture); + } + } + + internal static string ChatType_CrossLinkshell8 { + get { + return ResourceManager.GetString("ChatType_CrossLinkshell8", resourceCulture); + } + } + + internal static string ChatType_Damage { + get { + return ResourceManager.GetString("ChatType_Damage", resourceCulture); + } + } + + internal static string ChatType_Miss { + get { + return ResourceManager.GetString("ChatType_Miss", resourceCulture); + } + } + + internal static string ChatType_Action { + get { + return ResourceManager.GetString("ChatType_Action", resourceCulture); + } + } + + internal static string ChatType_Item { + get { + return ResourceManager.GetString("ChatType_Item", resourceCulture); + } + } + + internal static string ChatType_Healing { + get { + return ResourceManager.GetString("ChatType_Healing", resourceCulture); + } + } + + internal static string ChatType_GainBuff { + get { + return ResourceManager.GetString("ChatType_GainBuff", resourceCulture); + } + } + + internal static string ChatType_GainDebuff { + get { + return ResourceManager.GetString("ChatType_GainDebuff", resourceCulture); + } + } + + internal static string ChatType_LoseBuff { + get { + return ResourceManager.GetString("ChatType_LoseBuff", resourceCulture); + } + } + + internal static string ChatType_LoseDebuff { + get { + return ResourceManager.GetString("ChatType_LoseDebuff", resourceCulture); + } + } + + internal static string ChatType_Alarm { + get { + return ResourceManager.GetString("ChatType_Alarm", resourceCulture); + } + } + + internal static string ChatType_Echo { + get { + return ResourceManager.GetString("ChatType_Echo", resourceCulture); + } + } + + internal static string ChatType_System { + get { + return ResourceManager.GetString("ChatType_System", resourceCulture); + } + } + + internal static string ChatType_BattleSystem { + get { + return ResourceManager.GetString("ChatType_BattleSystem", resourceCulture); + } + } + + internal static string ChatType_GatheringSystem { + get { + return ResourceManager.GetString("ChatType_GatheringSystem", resourceCulture); + } + } + + internal static string ChatType_Error { + get { + return ResourceManager.GetString("ChatType_Error", resourceCulture); + } + } + + internal static string ChatType_NpcDialogue { + get { + return ResourceManager.GetString("ChatType_NpcDialogue", resourceCulture); + } + } + + internal static string ChatType_LootNotice { + get { + return ResourceManager.GetString("ChatType_LootNotice", resourceCulture); + } + } + + internal static string ChatType_Progress { + get { + return ResourceManager.GetString("ChatType_Progress", resourceCulture); + } + } + + internal static string ChatType_LootRoll { + get { + return ResourceManager.GetString("ChatType_LootRoll", resourceCulture); + } + } + + internal static string ChatType_Crafting { + get { + return ResourceManager.GetString("ChatType_Crafting", resourceCulture); + } + } + + internal static string ChatType_Gathering { + get { + return ResourceManager.GetString("ChatType_Gathering", resourceCulture); + } + } + + internal static string ChatType_NpcAnnouncement { + get { + return ResourceManager.GetString("ChatType_NpcAnnouncement", resourceCulture); + } + } + + internal static string ChatType_FreeCompanyAnnouncement { + get { + return ResourceManager.GetString("ChatType_FreeCompanyAnnouncement", resourceCulture); + } + } + + internal static string ChatType_FreeCompanyLoginLogout { + get { + return ResourceManager.GetString("ChatType_FreeCompanyLoginLogout", resourceCulture); + } + } + + internal static string ChatType_RetainerSale { + get { + return ResourceManager.GetString("ChatType_RetainerSale", resourceCulture); + } + } + + internal static string ChatType_PeriodicRecruitmentNotification { + get { + return ResourceManager.GetString("ChatType_PeriodicRecruitmentNotification", resourceCulture); + } + } + + internal static string ChatType_Sign { + get { + return ResourceManager.GetString("ChatType_Sign", resourceCulture); + } + } + + internal static string ChatType_RandomNumber { + get { + return ResourceManager.GetString("ChatType_RandomNumber", resourceCulture); + } + } + + internal static string ChatType_NoviceNetworkSystem { + get { + return ResourceManager.GetString("ChatType_NoviceNetworkSystem", resourceCulture); + } + } + + internal static string ChatType_Orchestrion { + get { + return ResourceManager.GetString("ChatType_Orchestrion", resourceCulture); + } + } + + internal static string ChatType_PvpTeamAnnouncement { + get { + return ResourceManager.GetString("ChatType_PvpTeamAnnouncement", resourceCulture); + } + } + + internal static string ChatType_PvpTeamLoginLogout { + get { + return ResourceManager.GetString("ChatType_PvpTeamLoginLogout", resourceCulture); + } + } + + internal static string ChatType_MessageBook { + get { + return ResourceManager.GetString("ChatType_MessageBook", resourceCulture); + } + } + + internal static string ChatType_GmTell { + get { + return ResourceManager.GetString("ChatType_GmTell", resourceCulture); + } + } + + internal static string ChatType_GmSay { + get { + return ResourceManager.GetString("ChatType_GmSay", resourceCulture); + } + } + + internal static string ChatType_GmShout { + get { + return ResourceManager.GetString("ChatType_GmShout", resourceCulture); + } + } + + internal static string ChatType_GmYell { + get { + return ResourceManager.GetString("ChatType_GmYell", resourceCulture); + } + } + + internal static string ChatType_GmParty { + get { + return ResourceManager.GetString("ChatType_GmParty", resourceCulture); + } + } + + internal static string ChatType_GmFreeCompany { + get { + return ResourceManager.GetString("ChatType_GmFreeCompany", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell1 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell1", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell2 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell2", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell3 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell3", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell4 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell4", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell5 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell5", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell6 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell6", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell7 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell7", resourceCulture); + } + } + + internal static string ChatType_GmLinkshell8 { + get { + return ResourceManager.GetString("ChatType_GmLinkshell8", resourceCulture); + } + } + + internal static string ChatType_GmNoviceNetwork { + get { + return ResourceManager.GetString("ChatType_GmNoviceNetwork", resourceCulture); + } + } + + internal static string Options_CollapseDuplicateMessages_Name { + get { + return ResourceManager.GetString("Options_CollapseDuplicateMessages_Name", resourceCulture); + } + } + + internal static string Options_CollapseDuplicateMessages_Description { + get { + return ResourceManager.GetString("Options_CollapseDuplicateMessages_Description", resourceCulture); + } + } + + internal static string Options_Tabs_ExtraChatChannels { + get { + return ResourceManager.GetString("Options_Tabs_ExtraChatChannels", resourceCulture); + } + } + + internal static string Options_Tabs_ExtraChatAll { + get { + return ResourceManager.GetString("Options_Tabs_ExtraChatAll", resourceCulture); + } + } + + internal static string Migration_Line1 { + get { + return ResourceManager.GetString("Migration_Line1", resourceCulture); + } + } + + internal static string Migration_Line2 { + get { + return ResourceManager.GetString("Migration_Line2", resourceCulture); + } + } + + internal static string Migration_Line3 { + get { + return ResourceManager.GetString("Migration_Line3", resourceCulture); + } + } + + internal static string Migration_Line4 { + get { + return ResourceManager.GetString("Migration_Line4", resourceCulture); } } } diff --git a/ChatTwo/Resources/Language.af.resx b/ChatTwo/Resources/Language.af.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.af.resx +++ b/ChatTwo/Resources/Language.af.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.ar.resx b/ChatTwo/Resources/Language.ar.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.ar.resx +++ b/ChatTwo/Resources/Language.ar.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.ca.resx b/ChatTwo/Resources/Language.ca.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.ca.resx +++ b/ChatTwo/Resources/Language.ca.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.cs.resx b/ChatTwo/Resources/Language.cs.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.cs.resx +++ b/ChatTwo/Resources/Language.cs.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.da.resx b/ChatTwo/Resources/Language.da.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.da.resx +++ b/ChatTwo/Resources/Language.da.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.de.resx b/ChatTwo/Resources/Language.de.resx index 316c17c..35d5ac4 100644 --- a/ChatTwo/Resources/Language.de.resx +++ b/ChatTwo/Resources/Language.de.resx @@ -121,728 +121,748 @@ PublicKeyToken=b77a5c561934e089 - - Originales Chatfenster ausblenden - - - Blendet das originale Chatfenster aus, wenn das Plugin aktiv ist. - - - Chatfenster während Zwischensequenzen ausblenden - - - {0} während Zwischensequenzen ausblenden. - - - Originale Gegenstandsbeschreibung anzeigen - - - Zeigt die spielinterne Gegenstandsbeschreibung in {0} an. - - - Tabs in der Seitenleiste anzeigen - - - Zeigt die Tabs in {0} als Seitenleiste, anstatt sie über dem Chat zu platzieren. - - + + Originales Chatfenster ausblenden + + + Blendet das originale Chatfenster aus, wenn das Plugin aktiv ist. + + + Chatfenster während Zwischensequenzen ausblenden + + + {0} während Zwischensequenzen ausblenden. + + + Originale Gegenstandsbeschreibung anzeigen + + + Zeigt die spielinterne Gegenstandsbeschreibung in {0} an. + + + Tabs in der Seitenleiste anzeigen + + + Zeigt die Tabs in {0} als Seitenleiste, anstatt sie über dem Chat zu platzieren. + + Modernen Stil verwenden - + Zeigt Nachrichten im modernen Stil an. - - Kompakteres modernes Aussehen - - - Reduziert den Zeilenabstand zwischen den Nachrichten. - - - Neulings-Chat Knopf anzeigen - - - Zeigt den Knopf neben dem Einstellungsknopf an, um als Mentor dem Neulings-Chat beizutreten. - - - Schriftgröße - - - Transparenz - - - Chatfenster bewegen erlauben - - - Chatfenstergröße anpassen erlauben - - - Titelleiste für den Chat anzeigen - - + + Kompakteres modernes Aussehen + + + Reduziert den Zeilenabstand zwischen den Nachrichten. + + + Neulings-Chat Knopf anzeigen + + + Zeigt den Knopf neben dem Einstellungsknopf an, um als Mentor dem Neulings-Chat beizutreten. + + + Schriftgröße + + + Transparenz + + + Chatfenster bewegen erlauben + + + Chatfenstergröße anpassen erlauben + + + Titelleiste für den Chat anzeigen + + Anzeige - + Chatfarben - + Auf Standardwert zurücksetzen - + Vom Spiel importieren - + Kanäle - + Hinzufügen - + Löschen - + Hinaufbewegen - + Hinabbewegen - + Name - + Zeitstempel anzeigen - + Ungelesener Status - + <Keiner> - + Eingabekanal - + Kanäle - + Markierung für ungelesene Nachrichten immer anzeigen. - + Markierung für ungelesene Nachrichten nur bei ungesehenen anzeigen. - + Markierung für ungelesene Nachrichten nie anzeigen. - + Neuer Tab - + {0} auf Ko-fi unterstützen - + Speichern und schließen - + Speichern - + Änderungen verwerfen - + {0} Einstellungen - + Für diesen Tab ausgeschalten. - + Chatfenster ausblenden - + Hinaufbewegen - + Nach links bewegen - + Hinabbewegen - + Nach rechts bewegen - + Kommunikation - + Kampf - + Ankündigungen - + Alle - + Ungesehen - + Keine - + Eigenes - + Partymitglied - + Allianzmitglied - + Andere - + Angegriffener Gegner - + Nicht angegriffener Gegner - + Freundlicher NPC - + Begleiter (Eigener) - + Begleiter (Party) - + Begleiter (Allianzmitglied) - + Begleiter (Andere) - + Schriftart - + Japanische Schrift - + Die Schriftart, die {0} nutzt, um nicht-Japanischen Text anzuzeigen. - + Bestimmte Schriftarten können das Spiel zum Absturz bringen. Sie wurden gewarnt. - + Die Schriftart, die {0} nutzt, um japanischen Text anzuzeigen. - + Spezielles - + Schrift - + Symbol Schriftgröße - + Japanische Schriftgröße - + Die für Symbole verwendete Schriftgröße. - + Tab löschen - + Chatfenster ausblenden, wenn nicht eingeloggt - + {0} ausblenden, wenn du mit keinem Charakter eingeloggt bist. - + Allgemein - + Vorlage: {0} - + Event - + Neuer Tab - + Info - + {0} ist ein Projekt, dessen Ziel es ist, den Spielchat zu verbessern und neu zu gestalten. - + Drücken Sie auf den linken Knopf, um zu sehen, woran gerade gearbeitet wird. - + Drücken Sie auf den linken Knopf, um bei der Übersetzung von {0} zu helfen. - + Übersetzer - + Keine - + Links - + Rechts - + Seite der Befehlshilfe - + Die Seite auf der {0} Hilfe zu Befehlen anzeigen soll. - + Chatfenster mit Spiel-UI ausblenden - + {0} ausblenden, wenn das Spiel-UI ebenfalls ausgeblendet ist. - + Tastenkürzel Eingabe - + Wie {0} mit Tastenkürzel umgehen soll. - + Sonstiges - + Dalamud's Standardsprache verwenden - + Flexibel - + Strikt - + Tastenkürzel selbst beim Drücken mehrerer Zusatztasten erlauben. - + Tastenkürzel nur beim Drücken einer einzelnen Zusatztaste erlauben. - + Sprache - + Die Sprache in der {0} angezeigt wird. - + Kampf-Nachrichten in der Datenbank speichern - + Wenn Kampf-Nachrichten in der Datenbank gespeichert werden, so erreicht diese viel schneller ein größeres Volumen und es kann beim Speichern der Daten zum Einfrieren des Spiels kommen. Es wird empfohlen, dies ausgeschalten zu lassen. - + Nachrichten aus der letzten Sitzung anzeigen - + Nach dem Anmelden werden die Nachrichten aus der letzten Spielsitzung im Chat angezeigt. - + Datenbank - + Vorherige Sitzungen beim Ausfüllen von Tabs einschließen - + Die Tabs werden mit Nachrichten befüllt, die vor dem Starten des Spiels gesendet wurden. Diese werden erst beim Speichern hinzugefügt. - + Nur für Leute, die wissen was sie tun. - + Erweitert - + Mehrere Clients verwenden - + Erlaubt es mehreren Clients, {0} gleichzeitig zu verwenden und Daten zu teilen. - + Diese Einstellung ist nicht empfohlen. Es wird keine Hilfe angeboten, falls diese Option genutzt wird. Dadurch sinkt zudem die Leistung von {0}. - + Herauslösen - + Zeitstempel nur bei Änderung anzeigen - + Blendet den Zeitstempel bei Nachrichten, deren Vorgänger dieselbe Uhrzeit hat, aus. - + Titelleiste für herausgelöste Tabs anzeigen - + In separatem Fenster anzeigen - + Transparenz vom Hauptfenster separat einstellen - + Transparenz - + Eigene Schriftarten verwenden - + Durchsuche Auto-Übersetzung... - + Auto-Übersetzungsliste sortieren - + Wenn dies aktiviert ist, wird die Auto-Übersetzerliste alphabetisch sortiert. - + Strg + {0} - + Zusätzliche Schriftzeichen - + Zusätzliche Schriftzeichen können zur globalen Schriftart von {0} hinzugefügt werden indem Sie die Kontrollkästchen unten nutzen. Dies erfordert wahrscheinlich eine Vergrößerung der Dalamud Schriftart. - + Chinesisch (vollständig) - + Chinesisch (vereinfacht) - + Kyrillisch - + Japanisch - + Koreanisch - + Thailändisch - + Vietnamesisch - + Integrationen - + Screenshot Modus - + Chatlog verbergen - + Kopieren - + Anprobieren - + Vergleichen - + Nach Rezept mit diesem Material suchen - + Im Inventar suchen - + Beschreibung im Chat senden - + Gegenstandsnamen kopieren - + Zuflüstern - + In die Gruppe einladen - + Gleiche Welt - + Verschiedene Welt - + Zum Gruppenanführer machen - + Aus der Gruppe entfernen - + Freundschaft anbieten - + Auf die Schwarze Liste - + In den Neulings-Chat einladen - + Im ausgewählten Chatmodus antworten - + Anvisieren - + Debug - + Dringend - + Anmerkung - + Sagen - + Schreien - + Flüstern (ausgehend) - + Flüstern (eingehend) - + Gruppe - + Allianz - + Kontaktkreis 1 - + Kontaktkreis 2 - + Kontaktkreis 3 - + Kontaktkreis 4 - + Kontaktkreis 5 - + Kontaktkreis 6 - + Kontaktkreis 7 - + Kontaktkreis 8 - + Freie Gesellschaft - + Neulinge - + Benutzerdefinierte Emotes - + Standard Emotes - + Rufen - + Weltübergreifende Party - + PvP-Team - + Welten-Kontaktkreis [1] - + Welten-Kontaktkreis [2] - + Welten-Kontaktkreis [3] - + Welten-Kontaktkreis [4] - + Welten-Kontaktkreis [5] - + Welten-Kontaktkreis [6] - + Welten-Kontaktkreis [7] - + Welten-Kontaktkreis [8] - + Verursachter Schaden - + Fehlgeschlagene Angriffe - + Verwendete Aktionen - + Benutzte Gegenstände - + Heilung - + Gutartige Effekte erhalten - + Nebenwirkungen zugefügt - + Gutartige Effekte verloren - + Nebenwirkungen geheilt - + Alarmbenachrichtigungen - + Für andere unsichtbarer „/echo“-Text - + Systemnachrichten - + Systemnachrichten - Kampf - + Systemnachrichten - Sammeln - + Fehlermeldungen - + NPC-Dialoge - + Beute Hinweise - + Fortschrittsnachrichten - + Beute Nachrichten - + Synthese Nachrichten - + Sammel Nachrichten - + NPC Dialog (Ankündigungen) - + Mitteilungen der Freien Gesellschaft - + Freie Gesellschaft Mitgliedsanmeldungen - + Gehilfen Verkaufsmeldungen - + Periodische Rekrutierungsbenachrichtigungen - + Markierung für Spieler Ziele - + Zufällige Zahlen Nachrichten - + Neuling-Informationen - + Aktuelle Orchestrion-Rolle Nachrichten - + Nachricht des PvP-Teams - + PvP Team Mitglied Anmeldebenachrichtigungen - + Nachrichtenbuch-Warnung - + Flüstern (GM) - + Sagen (GM) - + Rufen (GM) - + Schreien (GM) - + Gruppe (GM) - + Freie Gesellschaft (GM) - + Kontaktkreis [1] (GM) - + Kontaktkreis [2] (GM) - + Kontaktkreis [3] (GM) - + Kontaktkreis [4] (GM) - + Kontaktkreis [5] (GM) - + Kontaktkreis [6] (GM) - + Kontaktkreis [7] (GM) - + Kontaktkreis [8] (GM) - + Anfängernetzwerk (GM) - + Wiederholte Nachrichten ausblenden - + Ersetzt sich wiederholende Nachrichten mit einem Zähler, der der originalen Nachricht angehängt wird. + + ExtraChat-Kanäle + + + Alles + Options_Tabs_ExtraChatAll +This is the option that will make a tab show messages from all ExtraChat linkshells. If this is unchecked, the user can select specific linkshells to display in the tab. If this is checked, they cannot. + + + {0} führt eine Datenbank-Migration durch. + + + {0} und der Plugin-Installer sind nicht verfügbar, bis der Vorgang abgeschlossen ist. + + + Dies könnte je nach Größe Ihrer Chat Datenbank mehrere Minuten in Anspruch nehmen. + + + Bitte schließen Sie weder FFXIV, noch fahren Sie Dalamud oder Ihren Computer herab. + diff --git a/ChatTwo/Resources/Language.el.resx b/ChatTwo/Resources/Language.el.resx index 64a21f6..63bf1bc 100644 --- a/ChatTwo/Resources/Language.el.resx +++ b/ChatTwo/Resources/Language.el.resx @@ -121,279 +121,55 @@ PublicKeyToken=b77a5c561934e089 - - Απόκρυψη αρχικού παραθύρου συνομιλιών - - - Απόκρυψη αρχικού παραθύρου συνομιλιών όταν το plugin είναι ενεργό. - - - - - - - Εμφάνιση καρτελών σε πλαϊνή μπάρα - - - Εμφάνιση καρτελών στο {0} ως πλαϊνή μπάρα αντί για μια μπάρα στην κορυφή. - - + + Απόκρυψη αρχικού παραθύρου συνομιλιών + + + Απόκρυψη αρχικού παραθύρου συνομιλιών όταν το plugin είναι ενεργό. + + + Εμφάνιση καρτελών σε πλαϊνή μπάρα + + + Εμφάνιση καρτελών στο {0} ως πλαϊνή μπάρα αντί για μια μπάρα στην κορυφή. + + Χρήση σύγχρονης διάταξης - + Εμφάνιση μηνυμάτων σε πιο μοντέρνο στυλ. - - Πιο συμπαγής μοντέρνα διάταξη - - - Μείωση της απόστασης μεταξύ μηνυμάτων. - - - Εμφάνιση κουμπιού σύνδεσης στο Δίκτυο Αρχαρίων - - - Εμφάνιση του κουμπιού σύνδεσης στο Δίκτυο Αρχαρίων δίπλα στο κουμπί ρυθμίσεων, εάν συνδέεστε ως μέντορας. - - - Μέγεθος γραμματοσειράς - - - Διαφάνεια παραθύρου - - - Να επιτρέπεται η μετακίνηση του παραθύρου συνομιλιών - - - Να επιτρέπεται η αλλαγή μεγέθους του παραθύρου συνομιλιών - - - Να εμφανίζεται η γραμμή τίτλου του παραθύρου συνομιλιών - - + + Πιο συμπαγής μοντέρνα διάταξη + + + Μείωση της απόστασης μεταξύ μηνυμάτων. + + + Εμφάνιση κουμπιού σύνδεσης στο Δίκτυο Αρχαρίων + + + Εμφάνιση του κουμπιού σύνδεσης στο Δίκτυο Αρχαρίων δίπλα στο κουμπί ρυθμίσεων, εάν συνδέεστε ως μέντορας. + + + Μέγεθος γραμματοσειράς + + + Διαφάνεια παραθύρου + + + Να επιτρέπεται η μετακίνηση του παραθύρου συνομιλιών + + + Να επιτρέπεται η αλλαγή μεγέθους του παραθύρου συνομιλιών + + + Να εμφανίζεται η γραμμή τίτλου του παραθύρου συνομιλιών + + Εμφάνιση - + Χρώματα παραθύρου συνομιλιών - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.es.resx b/ChatTwo/Resources/Language.es.resx index 120b89e..07f7fce 100644 --- a/ChatTwo/Resources/Language.es.resx +++ b/ChatTwo/Resources/Language.es.resx @@ -121,727 +121,727 @@ PublicKeyToken=b77a5c561934e089 - - Ocultar chat del juego por defecto - - - Oculta la ventana de chat del juego cuando el plug-in está activo. - - - Ocultar la interfaz del plug-in durante las cinemáticas - - - Ocultar {0} durante las cinemáticas. - - - Mostrar descripción del ítem - - - Mostrar descripción del ítem cuando el cursor pase sobre el objeto en el {0}. - - - Mostrar pestañas en la barra lateral - - - Mostrar pestañas en {0} como barra lateral en lugar de una barra en la parte superior. - - + + Ocultar chat del juego por defecto + + + Oculta la ventana de chat del juego cuando el plug-in está activo. + + + Ocultar la interfaz del plug-in durante las cinemáticas + + + Ocultar {0} durante las cinemáticas. + + + Mostrar descripción del ítem + + + Mostrar descripción del ítem cuando el cursor pase sobre el objeto en el {0}. + + + Mostrar pestañas en la barra lateral + + + Mostrar pestañas en {0} como barra lateral en lugar de una barra en la parte superior. + + Usar diseño moderno - + Mostrar mensajes con un estilo más moderno. - - Diseño moderno y compacto - - - Reduce el espacio entre mensajes. - - - Mostrar botón de unirse a la Red de Novatos - - - Mostrar el botón de unirse a la Red de Novatos junto al botón de configuración si se conecta como mentor. - - - Tamaño de fuente - - - Opacidad de la ventana - - - Permitir mover chat - - - Permitir cambiar el tamaño del chat - - - Mostrar la barra de título en la parte superior izquierda del chat - - + + Diseño moderno y compacto + + + Reduce el espacio entre mensajes. + + + Mostrar botón de unirse a la Red de Novatos + + + Mostrar el botón de unirse a la Red de Novatos junto al botón de configuración si se conecta como mentor. + + + Tamaño de fuente + + + Opacidad de la ventana + + + Permitir mover chat + + + Permitir cambiar el tamaño del chat + + + Mostrar la barra de título en la parte superior izquierda del chat + + General - + Color del chat - + Restablecer por defecto - + Importar desde el juego - + Pestañas - + Añadir - + Borrar - + Mover hacia arriba - + Mover hacia abajo - + Nombre - + Mostrar hora - + Modo no leído - + <Ninguno> - + Canal de entrada - + Canales - + Siempre mostrar indicadores no leídos. - + Mostrar solo los indicadores no leídos para los mensajes que no ha visto. - + No mostrar nunca indicadores no leídos. - + Nueva pestaña - + Apoyar {0} en Ko-fi - + Guardar y cerrar - + Guardar - + Descartar - + Configuración de {0} - + Desactivado para esta pestaña. - + Ocultar chat - + Mover hacia arriba - + Mover a la izquierda - + Mover hacia abajo - + Mover a la derecha - + Chat - + Combate - + Anuncios - + Todos - + No vistos - + Ninguno - + Uno mismo - + Miembros de grupo - + Miembros de la alianza - + Otros - + Enemigo Atraido - + Enemigo sin atraer - + NPC amistoso - + Mascota (Yo) - + Mascota (Grupo) - + Mascota (Miembro de la Alianza) - + Mascota (Otros) - + Tipo de fuente - + Fuente japonesa - + La fuente {0} se utilizará para mostrar texto no japonés. - + El uso de ciertas fuentes del sistema puede fallar en su juego. Se le ha advertido. - + La fuente {0} se utilizará para mostrar el texto japonés. - + Especiales - + Fuentes - + Tamaño de Símbolos - + Tamaño de la fuente japonesa - + El tamaño de fuente a usar para símbolos del juego. - + Eliminar Pestaña - + Ocultar cuando no se inicie sesión - + Ocultar {0} cuando no haya iniciado sesión en un personaje. - + General - + Preset: {0} - + Evento - + Nueva pestaña - + Acerca de - + {0} es un proyecto para recrear por completo el chat del juego y hacerlo incluso mejor. - + Haz clic en el botón de la izquierda para ver en qué funciones se está trabajando y qué está por llegar. - + Haz clic en el botón de la izquierda para ayudar a traducir {0}. - + Traductores - + Ninguno - + Izquierda - + Derecha - + Lado de la ayuda de comando - + El lado de {0} donde se mostrará la ayuda para comandos. - + Ocultar cuando la interfaz de juego está oculta - + Ocultar {0} cuando la UI del juego está oculta. - + Combinacion de Teclas - + La forma en la que {0} debe manejar los atajos. - + Otros - + Usar el idioma por defecto de Dalamud - + Flexible - + Estricto - + Procesar teclas con modificadores incluso si se presionan otros modificadores. - + Procesar teclas con modificadores incluso si se presionan otros modificadores. - + Idioma - + El idioma en el que se mostrará {0}. - + Guardar mensajes de batalla en la base de datos - + Si los mensajes de la batalla se guardan en la base de datos, el tamaño de la base de datos crecerá mucho más rápido, y habrá una congelación notable al guardar los ajustes. Se recomienda dejar esto desactivado. - + Mostrar sesión de chat previa al iniciar sesión - + Después de iniciar sesión, rellene el chat con los mensajes desde la última vez que se desconectó. - + Base de datos - + Incluir sesiones anteriores al llenar pestañas - + Incluye mensajes anteriores al lanzamiento del juego cuando se llenan las pestañas. Las pestañas se llenan cuando se guardan los ajustes. - + No haga clic en estos botones a menos que sepa lo que está haciendo. - + Avanzado - + Habilitar modo multiventana - + Permitir que múltiples clientes ejecuten {0} al mismo tiempo, compartiendo la misma base de datos. - + Esta opción no es recomendada. No se ofrecerá ningún soporte si activas esta opción. Esta opción perjudicará el rendimiento dé {0}. - + Nueva pestaña - + Ocultar marcas de tiempo cuando existan múltiples - + Ocultar marcas de tiempo cuando mensajes anteriores tengan la misma marca de tiempo. - + Mostrar barra de título en las pestañas desplegadas - + Mostrar en ventana separada - + Usar opacidad distinta a la ventana principal - + Opacidad - + Habilitar fuentes personalizadas - + Buscar en el Traductor Automático... - + Ordenar la lista del Traductor Automático - + Si esto está habilitado, la lista del Traductor Automático se ordenará alfabéticamente. - + Ctrl + {0} - + Glifos de fuente adicionales - + Se pueden añadir glifos adicionales a la fuente global de {0} habilitando la casilla inferior. Esto probablemente incremente el tamaño del atlas de la fuente de Dalamud. - + Chino (completo) - + Chino (común simplificado) - + Cirílico - + Japonés - + Coreano - + Tailandés - + Vietnamita - + Integraciones - + Modo pantallazo - + Ocultar chat - + Copiar - + Probar - + Comparar Objetos - + Buscar Recetas Usando Este Material - + Buscar Objeto - + Enlazar - + Copiar Nombre de Objeto - + Mandar Tell - + Invitar a Party - + Mismo mundo - + Diferente mundo - + Ascender - + Echar de Party - + Mandar Petición de Amistad - + Añadir a Blacklist - + Invitar a la Novice Network - + Responder en Modo de Chat Seleccionado - + Seleccionar - + Debug - + Urgente - + Avisos - + Say - + Shout - + Tell (saliente) - + Tell (entrante) - + Party - + Alliance - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Free Company - + Novice Network - + Emotes Personalizados - + Emotes estándar - + Yell - + Party Cross-world - + Equipo PvP - + Linkshell Cross-world [1] - + Linkshell Cross-world [2] - + Linkshell Cross-world [3] - + Linkshell Cross-world [4] - + Linkshell Cross-world [5] - + Linkshell Cross-world [6] - + Linkshell Cross-world [7] - + Linkshell Cross-world [8] - + Daño inflingido - + Ataques fallidos - + Acciones usadas - + Objetos usados - + Sanación - + Efectos beneficiosos concedidos - + Efectos perjudiciales infligidos - + Efectos beneficiosos perdidos - + Efectos perjudiciales sanados - + Notificaciones de Alarma - + Echo - + Mensajes de Sistema - + Mensajes del Sistema de Batalla - + Mensajes de Sistema de Gathering - + Mensajes de Error - + Diálogo de NPC - + Avisos de Loot - + Mensajes de Progresión - + Mensajes de Loot - + Mensajes de Síntesis - + Mensajes de Gathering - + Diálogo de NPC (Anuncios) - + Anuncios de Free Company - + Notificaciones de Inicio de Sesión de Miembro de Free Company - + Notificaciones de Venta de Retainer - + Notificaciones Periódicas de Reclutamiento - + Mensajes al Marcar a Jugadores - + Mensajes de Números al Azar - + Anuncios de la Novice Network - + Mensajes de Canción Actual - + Anuncios de Equipo de PvP - + Notificaciones de Inicio de Sesión de Miembro de Equipo de PvP - + Alerta de Libro de Visitas - + Tell (GM) - + Say (GM) - + Shout (GM) - + Yell (GM) - + Party (GM) - + Free Company (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Novice Network (GM) - + Colapsar mensajes duplicados - + Reemplaza los mensajes duplicados consecutivos con un contador anexado a la primera instancia del mensaje. diff --git a/ChatTwo/Resources/Language.fi.resx b/ChatTwo/Resources/Language.fi.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.fi.resx +++ b/ChatTwo/Resources/Language.fi.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.fr.resx b/ChatTwo/Resources/Language.fr.resx index cc4fafa..1673306 100644 --- a/ChatTwo/Resources/Language.fr.resx +++ b/ChatTwo/Resources/Language.fr.resx @@ -121,727 +121,736 @@ PublicKeyToken=b77a5c561934e089 - - Cacher le chat standard - - - Masque la fenêtre de chat du jeu lorsque le plugin est affiché. - - - Cacher le chat durant les cinématiques - - - Cache {0} durant les cinématiques. - - - Afficher les détails natifs des objets - - - Affiche les détails des objets natifs lorsque vous survolez les liens d'objets dans {0}. - - - Afficher les onglets dans une barre latérale - - - Affiche les onglets de {0} dans une barre latérale au lieu d'une barre horizontale en haut. - - + + Cacher le chat standard + + + Masque la fenêtre de chat du jeu lorsque le plugin est affiché. + + + Cacher le chat durant les cinématiques + + + Cache {0} durant les cinématiques. + + + Afficher les détails natifs des objets + + + Affiche les détails des objets natifs lorsque vous survolez les liens d'objets dans {0}. + + + Afficher les onglets dans une barre latérale + + + Affiche les onglets de {0} dans une barre latérale au lieu d'une barre horizontale en haut. + + Utiliser la disposition moderne - + Affiche les messages dans un style plus moderne. - - Mise en page moderne et davantage compacte - - - Réduit l'espacement entre les messages. - - - Afficher le bouton pour rejoindre le Réseau des Novices - - - Afficher le bouton pour rejoindre le Réseau des Novices à côté du bouton des paramètres si vous êtes mentor. - - - Taille de la police - - - Opacité de la fenêtre - - - Permettre le déplacement du chat - - - Permettre le redimensionnement du chat - - - Afficher la barre de titre du chat - - + + Mise en page moderne et davantage compacte + + + Réduit l'espacement entre les messages. + + + Afficher le bouton pour rejoindre le Réseau des Novices + + + Afficher le bouton pour rejoindre le Réseau des Novices à côté du bouton des paramètres si vous êtes mentor. + + + Taille de la police + + + Opacité de la fenêtre + + + Permettre le déplacement du chat + + + Permettre le redimensionnement du chat + + + Afficher la barre de titre du chat + + Affichage - + Couleurs du chat - + Réinitialiser aux couleurs par défaut - + Importer depuis le jeu - + Onglets - + Ajouter - + Supprimer - + Remonter - + Descendre - + Nom - + Afficher l'heure des messages - + Mode non-lu - + <Aucun> - + Canal de saisie - + Canaux - + Toujours afficher les indicateurs de non-lecture. - + N'afficher que les indicateurs de messages non-lus pour ceux que vous n'avez pas vu. - + Ne jamais afficher les indicateurs de non-lecture. - + Nouvel onglet - + Soutenir {0} sur Ko-fi - + Sauvegarder et fermer - + Sauvegarder - + Annuler - + Paramètres de {0} - + Désactivé pour cet onglet. - + Masquer le chat - + Remonter - + Déplacer vers la gauche - + Descendre - + Déplacer vers la droite - + Chat - + Combat - + Annonces - + Tout - + Non lu - + Aucun - + Soi-même - + Membre d'Équipe - + Membre d'Alliance - + Autre - + Ennemi Engagé - + Ennemi non engagé - + NPC Amical - + Familier (Soi-même) - + Familier (Équipe) - + Familier (Alliance) - + Familier (Autres) - + Police - + Police Japonaise - + La police que {0} utilisera pour afficher du texte non-Japonais. - + L'utilisation de certaines polices système peut faire planter votre jeu. Vous avez été prévenu. - + La police que {0} utilisera pour afficher du texte Japonais. - + Spéciaux - + Polices - + Taille de police des symboles - + Taille de police Japonaise - + La taille de police à utiliser pour les symboles du jeu. - + Supprimer l'onglet - + Masquer lorsque vous n'êtes pas connecté - + Masque {0} quand vous n'êtes pas encore connecté sur un personnage. - + Général - + Preset: {0} - + Evénement - + Nouvel onglet - + À propos - + {0} est un projet visant à recréer complètement le chat en jeu et à l'améliorer. - + Cliquez sur le bouton à gauche afin d'avoir un aperçu des fonctionnalités en cours de développement et de celles à venir. - + Cliquez sur le bouton à gauche pour nous aider à traduire {0}. - + Traducteurs - + Ne pas afficher - + À gauche - + À droite - + Côté d'affichage de l'aide des commandes - + Le côté de {0} où afficher l'aide pour les commandes. - + Masquer lorsque l'interface du jeu est cachée - + Masque {0} lorsque l'interface de jeu est cachée. - + Mode des raccourcis clavier - + La manière dont {0} doit gérer les raccourcis clavier. - + Divers - + Utiliser la langue par défaut de Dalamud - + Flexible - + Strict - + Permet l'utilisation de raccourcis clavier même lorsqu'une autre touche de modification est pressée. - + Ne pas permettre le traitement de raccourcis clavier lorsqu'une autre touche de modification est pressée. - + Langue - + La langue dans laquelle afficher {0}. - + Enregistrer les messages de combat dans la base de données - + Si les messages de bataille sont enregistrés dans la base de données, la base de données augmentera en taille considérablement plus vite et un freeze visible se produira lors de la sauvegarde des paramètres. Il est recommandé de laisser cette option désactivée. - + Afficher la session de discussion précédente lors de la connexion - + Une fois la connexion achevée, le chat sera rempli avec les messages qui précédent votre dernière déconnexion. - + Base de données - + Inclure les sessions précédentes durant le remplissage des onglets - + Inclure les messages d'avant le démarrage du jeu lors du remplissage des onglets. Les onglets sont remplis lorsque les paramètres sont enregistrés. - + Ne cliquez sur ces boutons que si vous savez réellement ce que vous faites. - + Avancé - + Activer le mode multi-client - + Permet à plusieurs clients d'exécuter {0} en même temps, en partageant la même base de données. - + Cette option n'est pas recommandée. Aucune assistance ne sera offerte si vous activez cette option. Cette option nuira aux performances de {0}. - + Détacher - + Masquer les horodatages en cas de redondance - + Masque les horodatages lorsque les messages précédents ont le même horodatage. - + Afficher la barre de titre pour les onglets détachés - + Afficher dans une fenêtre séparée - + Utiliser une opacité différente de la fenêtre principale - + Opacité - + Activer les fontes personnalisées - + Recherche d'une Traduction Automatique... - + Trier la liste de Traduction Automatique - + Si cette option est activée, la liste de Traduction Automatique sera triée par ordre alphabétique. - + Ctrl + {0} - + Glyphes de fonte supplémentaires - + Des glyphes supplémentaires peuvent être ajoutés à la police globale de fonte de {0} en cochant les cases ci-dessous. Cela nécessitera probablement d'augmenter la taille de l'atlas de fonte de Dalamud. - + Chinois (traditionnel) - + Chinois (simplifié) - + Cyrillique - + Japonais - + Coréen - + Thaïlandais - + Vietnamien - + Intégrations - + Mode Capture d'écran - + Cacher la fenêtre de log - + Copier - + Essayer - + Comparer - + Recettes associées - + Nombre possédé - + Lien d'objet - + Copier le nom d'objet - + Murmurer - + Inviter dans l'équipe - + Même monde - + Monde différent - + Nommer chef d'équipe - + Exclure de l'équipe - + Envoyer une requête d'ami - + Ajouter à la liste noire - + Inviter dans le réseau des novices - + Répondre avec le même mode de discussion - + Cibler - + Débug - + Urgent - + Notification - + Dire - + Hurler - + Murmure (Sortant) - + Murmure (Entrant) - + Équipe - + Alliance - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Compagnie libre - + Réseau des novices - + Emotes personnalisées - + Emotes standards - + Crier - + Équipe inter-monde - + Équipe JcJ - + Linkshell inter-Monde [1] - + Linkshell inter-Monde [2] - + Linkshell inter-Monde [3] - + Linkshell inter-Monde [4] - + Linkshell inter-Monde [5] - + Linkshell inter-Monde [6] - + Linkshell inter-Monde [7] - + Linkshell inter-Monde [8] - + Dégâts infligés - + Attaques ratées - + Actions utilisées - + Objets utilisés - + Soins - + Effets bénéfiques octroyés - + Effets néfastes infligés - + Effets bénéfiques perdus - + Effets néfastes guéris - + Notifications d'alarme - + Écho - + Messages système - + Messages système de combat - + Messages système de récolte - + Messages d'erreur - + Dialogue des PNJ - + Notifications de butin - + Messages de progression - + Messages de butin - + Messages de synthèse - + Messages de récolte - + Dialogues des PNJ (Annonces) - + Annonces de compagnie libre - + Notification de (dé)connexion d'un membre de Compagnie Libre - + Notifications de ventes du servant - + Notifications périodiques de recrutement - + Messages de signes appliqués/retirés sur les joueurs - + Messages de nombres aléatoires - + Annonces du réseau des novices - + Messages du morceau actuellement joué par l'Orchestrion - + Annonce d'équipe JcJ - + Notification de (dé)connexion d'un membre d'équipe PvP - + Messages d'Alerte du Livre de Correspondance - + Murmure (GM) - + Dire (GM) - + Hurler (GM) - + Crier (GM) - + Équipe (GM) - + Compagnie libre (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Réseau des novices (GM) - + Condenser les messages doublons - + Remplace les messages identiques consécutifs par un compteur ajouté à la première instance des dits messages. + + Canaux d'ExtraChat + + + Cela peut prendre quelques minutes selon la taille de votre base de données de discussion. + + + Ne fermez pas FFXIV, ne déchargez pas Dalamud ni n'éteignez votre ordinateur pendant cette migration. + diff --git a/ChatTwo/Resources/Language.he.resx b/ChatTwo/Resources/Language.he.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.he.resx +++ b/ChatTwo/Resources/Language.he.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.hu.resx b/ChatTwo/Resources/Language.hu.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.hu.resx +++ b/ChatTwo/Resources/Language.hu.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.it.resx b/ChatTwo/Resources/Language.it.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.it.resx +++ b/ChatTwo/Resources/Language.it.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.ja.resx b/ChatTwo/Resources/Language.ja.resx index 05abcd5..fcdfd21 100644 --- a/ChatTwo/Resources/Language.ja.resx +++ b/ChatTwo/Resources/Language.ja.resx @@ -121,339 +121,145 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ログウィンドウを隠す - + コピーする - + 装備試着 - + 装備詳細を比較 - + この素材から作れるものを確認 - + 所持状況を確認 - + 基本性能を伝える - + アイテム名をコピーする - + Tellする - + パーティに誘う - - - + パーティリーダーを委譲する - + パーティから除外する - + フレンド申請をする - + ブラックリストに登録する - + ビギナーチャンネルに招待する - + 選択した会話モードに返信する - + ターゲットする - - - - - - - - - + アライアンス - + Linkshell[1] - + Linkshell[2] - + Linkshell[3] - + Linkshell[4] - + Linkshell[5] - + Linkshell[6] - + Linkshell[7] - + Linkshell[8] - + フリーカンパニー - + ビギナーチャンネル - - - - - + PvPチーム - + クロスワールドリンクシェル:チャンネル1 - + クロスワールドリンクシェル:チャンネル2 - + クロスワールドリンクシェル:チャンネル3 - + クロスワールドリンクシェル:チャンネル4 - + クロスワールドリンクシェル:チャンネル5 - + クロスワールドリンクシェル:チャンネル6 - + クロスワールドリンクシェル:チャンネル7 - + クロスワールドリンクシェル:チャンネル8 - + ダメージを与えた - - - - - - - - - - + /echoで出力するテキスト - + システムメッセージ - + 戦闘に関するシステムメッセージ - + 採集に関するシステムメッセージ - + エラーメッセージ - + NPC会話 - - - - - - - + フリーカンパニーアナウンス - - - - - - + ビギナーチャンネルアナウンス - - + PvPチームアナウンス - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.ko.resx b/ChatTwo/Resources/Language.ko.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.ko.resx +++ b/ChatTwo/Resources/Language.ko.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.nl.resx b/ChatTwo/Resources/Language.nl.resx index 0c05d5e..28033a2 100644 --- a/ChatTwo/Resources/Language.nl.resx +++ b/ChatTwo/Resources/Language.nl.resx @@ -121,723 +121,727 @@ PublicKeyToken=b77a5c561934e089 - - Verberg vanilla chat - - - Verberg het in-game chatvenster wanneer de plug-in actief is. - - - Verberg chat tijdens cutscenes - - - Verberg {0} tijdens cutscenes. - - - Toon native item tooltips - - - Toon in-game item tooltips bij zweven het over items in {0}. - - - Tabbladen in een zijbalk weergeven - - - Tabbladen in {0} weergeven als zijbalk in plaats van een balk bovenaan. - - + + Verberg vanilla chat + + + Verberg het in-game chatvenster wanneer de plug-in actief is. + + + Verberg chat tijdens cutscenes + + + Verberg {0} tijdens cutscenes. + + + Toon native item tooltips + + + Toon in-game item tooltips bij zweven het over items in {0}. + + + Tabbladen in een zijbalk weergeven + + + Tabbladen in {0} weergeven als zijbalk in plaats van een balk bovenaan. + + Gebruik moderne lay-out - + Berichten in een modernere stijl weergeven. - - Meer compacte moderne lay-out - - - Verminder de afstand tussen berichten. - - - Toon "Join Novice Network" knop - - - Toon de knop om deel te nemen aan de Novice Network naast de instellingen knop indien ingelogd als mentor. - - - Lettergrootte - - - Venster doorzichtigheid - - - Sta verplaatsen chat toe - - - Aanpassen formaat chat toestaan - - - Titelbalk voor chat tonen - - + + Meer compacte moderne lay-out + + + Verminder de afstand tussen berichten. + + + Toon "Join Novice Network" knop + + + Toon de knop om deel te nemen aan de Novice Network naast de instellingen knop indien ingelogd als mentor. + + + Lettergrootte + + + Venster doorzichtigheid + + + Sta verplaatsen chat toe + + + Aanpassen formaat chat toestaan + + + Titelbalk voor chat tonen + + Weergave - + Chat kleuren - + Standaardinstellingen herstellen - + Uit spel importeren - + Tabbladen - + Voeg toe - + Verwijder - + Verplaats naar boven - + Verplaats naar beneden - + Naam - + Tijdsaanduiding weergeven - + Ongelezen modus - + <Geen> - + Chat kanaal - + Kanalen - + Altijd ongelezen indicatoren tonen. - + Toon alleen ongelezen indicatoren voor berichten die je nog niet hebt gezien. - + Toon nooit ongelezen indicatoren. - + Nieuw Tabblad - + Ondersteun {0} op Ko-fi - + Opslaan en afsluiten - + Opslaan - + Annuleren - + {0} Instellingen - + Uitgeschakeld voor dit tabblad. - + Verberg chat - + Verplaats naar boven - + Verplaats naar links - + Verplaats naar beneden - + Verplaats naar rechts - + Chat - + Gevecht - + Mededelingen - + Alles - + Nieuw - + Geen - + Zelf - + Groep Lid - + Alliantie Lid - + Andere - + Engaged Vijand - + Unengaged Vijand - + Vriendelijke NPC - + Kameraad (Zelf) - + Kameraad (groep) - + Kameraad (Alliantielid) - + Kameraad (Andere) - + Lettertype - + Japanse lettertype - + Het lettertype {0} gebruikt om niet-Japanse tekst weer te geven. - + Het gebruik van bepaalde systeemlettertypen kan je spel crashen. Je bent gewaarschuwd. - + Het lettertype {0} gebruikt om Japanse tekst weer te geven. - + Speciaal - + Lettertypen - + Symbolen lettergrootte - + Japanse lettergrootte - + De lettergrootte om te gebruiken voor spelsymbolen. - + Verwijder tabblad - + Verberg wanneer niet ingelogd - + Verberg {0} wanneer je niet bent ingelogd op een karakter. - + Algemeen - + Preset: {0} - + Event - + Nieuw Tabblad - + Over - + {0} is een project om de in-game chat volledig opnieuw te maken en nog beter te maken. - + Klik op de knop links om te zien waar aan gewerkt wordt en wat er daarna komt. - + Klik op de knop links om {0} te helpen vertalen. - + Vertalers - + Geen - + Links - + Rechts - + Commando hulp zijde - + De zijde van {0} om hulp weer te geven voor commando's. - + Verberg als spel-UI is verborgen - + Verberg {0} wanneer de spel-UI is verborgen. - + Sneltoets modus - + De manier waarop {0} sneltoetsen moet behandelen. - + Overig - + Gebruik de standaard taal van Dalamud - + Flexibel - + Strikt - + Verwerk sneltoetsen met speciale toetsen, ook al zijn andere speciale toetsen ingedrukt. - + Verwerk alleen sneltoetsen met speciale toetsen alleen als er geen andere speciale toetsen worden ingedrukt. - + Taal - + De taal waarin {0} wordt weergegeven. - + Sla gevechtsberichten op in database - + Als gevechtsberichten worden opgeslagen in de database, zal de grootte van de database veel sneller groeien, en er zal een merkbare bevriezing zijn bij het opslaan van de instellingen. Het is aan te raden om dit uit te schakelen. - + Toon vorige chatsessie bij inloggen - + Nadat je bent ingelogd, vul de chat met de berichten van wanneer je voor het laatst bent uitgelogd. - + Database - + Eerdere sessies opnemen bij het vullen van tabbladen - + Berichten van voordat het spel werd gelanceerd opnemen bij het vullen van tabbladen. Tabbladen worden gevuld wanneer de instellingen worden opgeslagen. - + Klik niet op deze knoppen tenzij je weet wat je aan het doen bent. - + Geavanceerd - + Modus voor meerdere vensters inschakelen - + Meerdere vensters toestaan om {0} tegelijkertijd uit te voeren en dezelfde database te delen. - + Deze optie wordt niet aanbevolen. Er wordt geen ondersteuning aangeboden als je deze optie inschakelt. Deze optie is schadelijk voor de snelheid van {0}. - + Uitvouwen - + Verberg tijdstempels wanneer overbodig - + Verberg tijdstempels wanneer vorige berichten dezelfde tijdstempel hebben. - + Titelbalk voor uitgevouwen tabbladen weergeven - + In apart venster weergeven - + Gebruik andere doorzichtigheid dan het hoofdvenster - + Doorzichtigheid - + Aangepaste lettertypen inschakelen - + Automatische vertaling zoeken... - + Sorteer de lijst met automatische vertalingen - + Als dit is ingeschakeld, zal de Automatisch Vertalingen lijst alfabetisch worden gesorteerd. - + Ctrl + {0} - + Extra lettertype tekens - + Extra tekens kunnen worden toegevoegd aan het algemene lettertype van {0} door de onderstaande selectievakjes in te schakelen. Dit vereist waarschijnlijk een verhoging van de atlas lettertype grootte van Dalamud. - + Chinees (volledig) - + Chinees (vereenvoudigd) - + Cyrillisch - + Japans - + Koreaans - + Thais - + Vietnamees - + Integraties - + Schermafbeelding modus - + Verberg chat - + Kopiëer - + Probeer Aan - + Item Vergelijken - + Zoek Recepten die dit materiaal gebruiken - + Zoek naar Item - + Geef Door - + Item naam kopiëren - + Stuur Vertel - + Stuur Groepsuitnodiging - + Dezelfde wereld - + Andere wereld - + Promoveren - + Uit Groep zetten - + Verstuur een vriendschapsverzoek - + Voeg toe aan zwarte lijst - + Nodig uit voor Novice Network - + Beantwoord in geselecteerde chatmodus - + Selecteer - + Debug - + Dringend - + Melding - + Zeg - + Schreeuw - + Vertel (Vertrekkend) - + Vertel (Inkomend) - + Groep - + Alliantie - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Free Company - + Novice Network - + Eigen Handeling - + Standaard Handeling - + Roep - + Wereldoverschrijdende Groep - + PvP Team - + Wereldoverschrijdende Linkshell [1] - + Wereldoverschrijdende Linkshell [2] - + Wereldoverschrijdende Linkshell [3] - + Wereldoverschrijdende Linkshell [4] - + Wereldoverschrijdende Linkshell [5] - + Wereldoverschrijdende Linkshell [6] - + Wereldoverschrijdende Linkshell [7] - + Wereldoverschrijdende Linkshell [8] - + Uitgedeelde schade - + Mislukte aanvallen - + Gebruikte acties - + Gebruikte items - + Genezing - + Begunstigde effecten toegekend - + Detrimentele effecten aangebracht - + Begunstigde effecten verloren - + Detrimentale effecten genezen - + Alarm notificaties - + Echo - + Systeemberichten - + Gevechtssysteem berichten - + Verzamelsysteem berichten - + Foutmeldingen - + NPC Dialoog - + Buit meldingen - + Voortgangs berichten - + Buit Berichten - + Synthese Berichten - + Verzamel berichten - + NPC Dialoog (Mededelingen) - + Free Company Mededelingen - + Free Company Lid Inlog Notificaties - + Bediende Verkoop Notificaties - + Periodieke Werving Meldingen - + Merkteken Berichten voor PC-objecten - + Willekeurig Nummer Berichten - + Novice Network Mededelingen - + Huidige Orchestrion Nummer Berichten - + PvP Team Mededelingen - + PvP Team Lid Inlog Meldingen - + Berichtenboek Melding - + Vertel (GM) - + Zeg (GM) - + Schreeuw (GM) - + Roep (GM) - + Groep (GM) - + Free Company (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Novice Network (GM) - - + + Dubbele berichten samenvouwen + + + Vervang opeenvolgende dubbele berichten door een teller die is toegevoegd aan het eerste exemplaar van het bericht. + diff --git a/ChatTwo/Resources/Language.no.resx b/ChatTwo/Resources/Language.no.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.no.resx +++ b/ChatTwo/Resources/Language.no.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.pl.resx b/ChatTwo/Resources/Language.pl.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.pl.resx +++ b/ChatTwo/Resources/Language.pl.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.pt-BR.resx b/ChatTwo/Resources/Language.pt-BR.resx index 5a3b3fd..0f51684 100644 --- a/ChatTwo/Resources/Language.pt-BR.resx +++ b/ChatTwo/Resources/Language.pt-BR.resx @@ -121,723 +121,727 @@ PublicKeyToken=b77a5c561934e089 - - Esconder o chat vanilla - - - Esconda o chat do jogo quando o plugin estiver ativo. - - - Esconder chat durante cutscenes - - - Esconda {0} durante cutscenes. - - - Exibir descrição de itens - - - Exiba a descrição do item ao passar o mouse sobre o item em {0}. - - - Exibir abas em uma barra lateral - - - Mostre abas em {0} como uma barra lateral as invés de uma barra no topo. - - + + Esconder o chat vanilla + + + Esconda o chat do jogo quando o plugin estiver ativo. + + + Esconder chat durante cutscenes + + + Esconda {0} durante cutscenes. + + + Exibir descrição de itens + + + Exiba a descrição do item ao passar o mouse sobre o item em {0}. + + + Exibir abas em uma barra lateral + + + Mostre abas em {0} como uma barra lateral as invés de uma barra no topo. + + Usar layout moderno - + Exibir mensagens num estilo mais moderno. - - Design moderno e compacto - - - Reduz o espaço entre as mensagens. - - - Exibir botão para ingressar na Novice Network - - - Exibe o botão para ingressar na Novice Network ao lado do botão de configurações caso conectado como um mentor. - - - Tamanho da fonte - - - Opacidade da janela - - - Permitir mover o chat - - - Permitir redimensionar o chat - - - Exibir barra de título - - + + Design moderno e compacto + + + Reduz o espaço entre as mensagens. + + + Exibir botão para ingressar na Novice Network + + + Exibe o botão para ingressar na Novice Network ao lado do botão de configurações caso conectado como um mentor. + + + Tamanho da fonte + + + Opacidade da janela + + + Permitir mover o chat + + + Permitir redimensionar o chat + + + Exibir barra de título + + Exibir - + Cores do chat - + Redefinir para Padrão - + Importar do jogo - + Abas - + Adicionar - + Excluir - + Mover - cima - + Mover - baixo - + Nome - + Exibir timestamps - + Mensagens não lidas - + <Nenhum> - + Canal de Input - + Canais - + Sempre exiba indicadores de mensagens não lidas. - + Apenas exiba indicadores de não-lido para mensagens não vistas. - + Nunca exibir indicadores para mensagens não-lidas. - + Nova aba - + Apoie {0} no Ko-fi - + Salvar e Fechar - + Salvar - + Não Salvar - + {0} - Configuração - + Desativado para esta aba. - + Esconder chat - + Mover - cima - + Mover - esquerda - + Mover - baixo - + Mover - direita - + Chat - + Batalha - + Avisos - + Todas - + Invisível - + Nenhuma - + Si Mesmo - + Membros do Grupo - + Membros da Aliança - + Outro - + Inimigo Engajado - + Inimigo Desengajado - + NPC Amigável - + Mascote (Próprio) - + Mascote (Grupo) - + Mascote (Aliança) - + Mascote (Outro) - + Fonte - + Fonte japonesa - + A fonte que {0} usará para exibir texto que não seja japonês. - + O uso de certas fontes do sistema poderá travar o jogo. Você foi avisado. - + A fonte que {0} usará para exibir texto em japonês. - + Especiais - + Fontes - + Tamanho dos símbolos - + Tamanho da fonte em japonês - + O tamanho da fonte para os símbolos do jogo. - + Excluir aba - + Esconder quando não estiver logado - + Esconda {0} quando você não estiver logado com um personagem. - + Geral - + Preset: {0} - + Evento - + Nova aba - + Sobre - + {0} é um projeto com o objetivo de recriar completamente o chat do jogo e torná-lo ainda melhor. - + Clique no botão à esquerda para ver o que está em desenvolvimento e o que está por vir. - + Clique no botão à esquerda para ajudar a traduzir {0}. - + Tradutores - + Nenhum - + Esquerda - + Direita - + Lado de ajuda para comandos - + O lado que {0} exibirá a ajuda para comandos. - + Esconder quando a interface do jogo estiver invisível - + Esconda {0} quando a interface do jogo estiver invisível. - + Modo de keybind - + A maneira como {0} deve lidar com keybinds. - + Outros - + Use o idioma padrão de Dalamud - + Flexível - + Estrito - + Processe keybinds com modificadores mesmo se outros modificadores forem pressionados. - + Processar keybinds apenas com modificadores se nenhum outro modificador for pressionado. - + Idioma - + O idioma utilizado por {0}. - + Salvar mensagens de batalha no banco de dados - + Se as mensagens de batalha forem salvas no banco de dados, o volume de dados vai crescer muito mais rápido, e ocorrerá travamento visível ao salvar mudanças. Recomenda-se deixar isto desativado. - + Mostrar sessão de chat anterior no login - + Após o login, preencha o chat com as mensagens de quando você desconectou da última vez. - + Banco de Dados - + Incluir sessões anteriores ao preencher abas - + Inclua mensagens de antes do jogo ser iniciado quando as abas são preenchidas. As abas são preenchidas quando as configurações são salvas. - + Não clique nestes botões a menos que saiba o que está fazendo. - + Avançado - + Ativar modo de mútiplos clientes - + Permitir que vários clientes sejam executados {0} ao mesmo tempo, compartilhando o mesmo banco de dados. - + Esta opção não é recomendada. Nenhum suporte será oferecido se você ativar esta opção. Esta opção irá prejudicar o desempenho de {0}. - + Separar da janela - + Ocultar horário quando redundante - + Ocultar horário quando mensagens anteriores tiverem o mesmo timestamp. - + Exibir barra de título para abas separadas - + Exibir em janela separada - + Usar opacidade diferente da janela principal - + Opacidade - + Ativar fontes personalizadas - + Pesquisar Tradução Automática... - + Ordenar a lista de tradução automática - + Se esta opção estiver habilitada, a lista de tradução automática será classificada em ordem alfabética. - + Ctrl + {0} - + Glifos extras da fonte - + Glifos extras podem ser adicionados à fonte global de {0} ao habilitar as caixas de seleção abaixo. Isso provavelmente exigirá aumentar o tamanho do atlas de fontes do Dalamud. - + Chinês (completo) - + Chinês (Simplificado) - + Cirílico - + Japonês - + Coreano - + Tailandês - + Vietnamita - + Integrações - + Modo de captura de tela - + Ocultar chat - + Copiar - + Experimentar - + Comparação de itens - + Buscar Receitas Usando Este Material - + Pesquisar por item - + Link - + Copiar Nome do Item - + Enviar Tell - + Convidar para Grupo - + Mesmo mundo - + Mundo diferente - + Promover - + Expulsar do grupo - + Enviar Pedido de Amizade - + Adicionar à lista de bloqueados - + Convidar para a "Novice Network" - + Responder no modo de chat selecionado - + Alvo - + Debug - + Urgente - + Aviso - + Dizer - + Gritar - + Tell (Enviado) - + Tell (Recebido) - + Grupo - + Aliança - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Free Company - + Novice Network - + Emotes personalizados - + Emotes Padrão - + Yell - + Grupo Entre-mundos - + Equipe PvP - + Linkshell Cross-world [1] - + Linkshell Cross-world [2] - + Linkshell Cross-world [3] - + Linkshell Cross-world [4] - + Linkshell Cross-world [5] - + Linkshell Cross-world [6] - + Linkshell Cross-world [7] - + Linkshell Cross-world [8] - + Dano causado - + Ataques que falharam - + Ações usadas - + Itens utilizados - + Curando - + Efeitos benéficos concedidos - + Efeitos negativos causados - + Efeitos benéficos perdidos - + Efeitos negativos curados - + Notificações de alarme - + Echo - + Mensagens do sistema - + Mensagens de Batalha do Sistema - + Mensagens de Coleta do Sistema - + Mensagens de Erro - + Diálogo do NPC - + Notificações de Loot - + Mensagens de Progresso - + Mensagens de Loot - + Mensagens de Síntese - + Mensagens de Coleta - + Diálogo do NPC (Anúncios) - + Anúncios da Free Company - + Notificações de login de membros da Free Company - + Notificações de venda do retainer - + Notificações periódicas de recrutamento - + Assinar Mensagens para Alvos do Jogador - + Mensagens de número aleatório - + Anúncios da "Novice Network" - + Mensagens sobre Música tocando no Orchestrion - + Anúncios de Equipe PvP - + Notificações de login de membros da equipe PvP - + Alertas do Livro de Mensagens - + Tells (GM) - + Dizer (GM) - + Gritar (GM) - + Yells (GM) - + Grupo (GM) - + Free Company (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Novice Network (GM) - - + + {0} está realizando uma migração do banco de dados. + + + {0} e o instalador de plugins ficarão indisponíveis até que esteja completa. + diff --git a/ChatTwo/Resources/Language.pt.resx b/ChatTwo/Resources/Language.pt.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.pt.resx +++ b/ChatTwo/Resources/Language.pt.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.resx b/ChatTwo/Resources/Language.resx index 08144b1..1254f02 100644 --- a/ChatTwo/Resources/Language.resx +++ b/ChatTwo/Resources/Language.resx @@ -59,8 +59,7 @@ : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> - + @@ -122,745 +121,745 @@ PublicKeyToken=b77a5c561934e089 - - Hide vanilla chat - - - Hide the in-game chat window when the plugin is active. - - - Hide chat during cutscenes - - - Hide {0} during cutscenes. - - - Show native item tooltips - - - Show in-game item tooltips when hovering over items in {0}. - - - Show tabs in a sidebar - - - Show tabs in {0} as a sidebar instead of a bar at the top. - - + + Hide vanilla chat + + + Hide the in-game chat window when the plugin is active. + + + Hide chat during cutscenes + + + Hide {0} during cutscenes. + + + Show native item tooltips + + + Show in-game item tooltips when hovering over items in {0}. + + + Show tabs in a sidebar + + + Show tabs in {0} as a sidebar instead of a bar at the top. + + Use modern layout - + Display messages in a more modern style. - - More compact modern layout - - - Reduce the spacing between messages. - - - Show Novice Network join button - - - Show the Novice Network join button next to the settings button if logged in as a mentor. - - - Font size - - - Window opacity - - - Allow moving chat - - - Allow resizing chat - - - Show title bar for chat - - + + More compact modern layout + + + Reduce the spacing between messages. + + + Show Novice Network join button + + + Show the Novice Network join button next to the settings button if logged in as a mentor. + + + Font size + + + Window opacity + + + Allow moving chat + + + Allow resizing chat + + + Show title bar for chat + + Display - + Chat colours - + Reset to default - + Import from game - + Tabs - + Add - + Delete - + Move up - + Move down - + Name - + Show timestamps - + Unread mode - + <None> - + Input channel - + Channels - + Always show unread indicators. - + Only show unread indicators for messages you haven't seen. - + Never show unread indicators. - + New tab - + Support {0} on Ko-fi - + Save and close - + Save - + Discard - + {0} settings - + Disabled for this tab. - + Hide chat - + Move up - + Move left - + Move down - + Move right - + Chat - + Battle - + Announcements - + All - + Unseen - + None - + Self - + Party Member - + Alliance Member - + Other - + Engaged Enemy - + Unengaged Enemy - + Friendly NPC - + Pet (Self) - + Pet (Party) - + Pet (Alliance member) - + Pet (Other) - + Font - + Japanese font - + The font {0} will use to display non-Japanese text. - + Using certain system fonts may crash your game. You have been warned. - + The font {0} will use to display Japanese text. - + Special - + Fonts - + Symbols font size - + Japanese font size - + The font size to use for game symbols. - + Delete tab - + Hide when not logged in - + Hide {0} when you are not logged in to a character. - + General - + Preset: {0} - + Event - + New tab - + About - + {0} is a project to completely recreate the in-game chat and make it even better. - + Click the button to the left to see what's being worked on and what's next. - + Click the button to the left to help translate {0}. - + Translators - + None - + Left - + Right - + Command help side - + The side of {0} to display help for commands on. - + Hide when game UI is hidden - + Hide {0} when the game UI is hidden. - + Keybind mode - + The way in which {0} should handle keybinds. - + Miscellaneous - + Use Dalamud's default language - + Flexible - + Strict - + Process keybinds with modifiers even if other modifiers are pressed. - + Only process keybinds with modifiers if no other modifiers are pressed. - + Language - + The language to display {0} in. - + Save battle messages in database - + If battle messages are saved to the database, the size of the database will grow much faster, and there will be a noticeable freeze when saving settings. It is recommended to leave this disabled. - + Display previous chat session on login - + After logging in, populate the chat with the messages from when you last logged off. - + Database - + Include previous sessions when populating tabs - + Include messages from before the game was launched when populating tabs. Tabs are populated when the settings are saved. - + Do not click these buttons unless you know what you're doing. - + Advanced - + Enable multi-client mode - + Allow multiple clients to run {0} at the same time, sharing the same database. - + This option is not recommended. No support will be offered if you enable this option. This option will hurt the performance of {0}. - + Pop out - + Hide timestamps when redundant - + Hide timestamps when previous messages have the same timestamp. - + Show title bar for popped-out tabs - + Display in separate window - + Use different opacity than main window - + Opacity - + Enable custom fonts - + Search Auto Translate... - + Sort the Auto Translate list - + If this is enabled, the Auto Translate list will be sorted alphabetically. - + Ctrl + {0} - + Extra font glyphs - + Extra glyphs can be added to {0}'s global font by enabling the checkboxes below. This will likely require increasing Dalamud's font atlas size. - + Chinese (full) - + Chinese (common simplified) - + Cyrillic - + Japanese - + Korean - + Thai - + Vietnamese - + Integrations - + Screenshot mode - + Hide chat - + Copy - + Try On - + Item Comparison - + Search Recipes Using This Material - + Search for Item - + Link - + Copy Item Name - + Send Tell - + Invite to Party - + Same world - + Different world - + Promote - + Kick from Party - + Send Friend Request - + Add to Blacklist - + Invite to Novice Network - + Reply in Selected Chat Mode - + Target - + Debug - + Urgent - + Notice - + Say - + Shout - + Tell (Outgoing) - + Tell (Incoming) - + Party - + Alliance - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Free Company - + Novice Network - + Custom Emotes - + Standard Emotes - + Yell - + Cross-world Party - + PvP Team - + Cross-world Linkshell [1] - + Cross-world Linkshell [2] - + Cross-world Linkshell [3] - + Cross-world Linkshell [4] - + Cross-world Linkshell [5] - + Cross-world Linkshell [6] - + Cross-world Linkshell [7] - + Cross-world Linkshell [8] - + Damage dealt - + Failed attacks - + Actions used - + Items used - + Healing - + Beneficial effects granted - + Detrimental effects inflicted - + Beneficial effects lost - + Detrimental effects cured - + Alarm Notifications - + Echo - + System Messages - + Battle System Messages - + Gathering System Messages - + Error Messages - + NPC Dialogue - + Loot Notices - + Progression Messages - + Loot Messages - + Synthesis Messages - + Gathering Messages - + NPC Dialogue (Announcements) - + Free Company Announcements - + Free Company Member Login Notifications - + Retainer Sale Notifications - + Periodic Recruitment Notifications - + Sign Messages for PC Targets - + Random Number Messages - + Novice Network Announcements - + Current Orchestrion Track Messages - + PvP Team Announcements - + PvP Team Member Login Notifications - + Message Book Alert - + Tell (GM) - + Say (GM) - + Shout (GM) - + Yell (GM) - + Party (GM) - + Free Company (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Novice Network (GM) - + Collapse duplicate messages - + Replace consecutive duplicate messages with a counter appended to the first instance of the message. - + ExtraChat channels - + All - + {0} is performing a database migration. - + {0} and the plugin installer will be unavailable until it is complete. - + This may take a few minutes depending on the size of your chat database. - + Do not close FFXIV, unload Dalamud, or turn off your computer during this time. diff --git a/ChatTwo/Resources/Language.ro.resx b/ChatTwo/Resources/Language.ro.resx index 60eb6a4..350783a 100644 --- a/ChatTwo/Resources/Language.ro.resx +++ b/ChatTwo/Resources/Language.ro.resx @@ -121,521 +121,418 @@ PublicKeyToken=b77a5c561934e089 - - Ascunde chat-ul normal - - - Ascunde fereastra de chat a jocului atunci când pluginul este activ. - - - Ascunde chat-ul pe durata cinematic-urilor - - - Ascunde {0} pe durata cinematic-urilor. - - - Afișează descrierea nativa a item-urilor - - - Afișează descrierea item-urilor din joc când cursorul este peste un item in {0}. - - - Afișează taburi într-o bara laterala - - - Afișează taburi in {0} ca o bara laterala in loc de o bara deasupra ferestrei. - - + + Ascunde chat-ul normal + + + Ascunde fereastra de chat a jocului atunci când pluginul este activ. + + + Ascunde chat-ul pe durata cinematic-urilor + + + Ascunde {0} pe durata cinematic-urilor. + + + Afișează descrierea nativa a item-urilor + + + Afișează descrierea item-urilor din joc când cursorul este peste un item in {0}. + + + Afișează taburi într-o bara laterala + + + Afișează taburi in {0} ca o bara laterala in loc de o bara deasupra ferestrei. + + Folosește aspectul modern - + Afișează mesajele într-un stil modern. - - Aspect modern mai compact - - - Reduce spațiul dintre mesaje. - - - Afișează butonul de alăturare la Novice Network - - - Afișează butonul de alăturare la Novice Network lângă butonul de setări daca ești conectat ca un mentor. - - - Dimensiunea textului - - - Opacitatea ferestrei - - - Permite mutarea chat-ului - - - Permite redimensionarea chat-ului - - - Afișează bara de titlu pentru chat - - + + Aspect modern mai compact + + + Reduce spațiul dintre mesaje. + + + Afișează butonul de alăturare la Novice Network + + + Afișează butonul de alăturare la Novice Network lângă butonul de setări daca ești conectat ca un mentor. + + + Dimensiunea textului + + + Opacitatea ferestrei + + + Permite mutarea chat-ului + + + Permite redimensionarea chat-ului + + + Afișează bara de titlu pentru chat + + Afișaj - + Culori în chat - + Resetează la valorile implicite - + Importă din joc - + Taburi - + Adaugă - + Șterge - + Mută în sus - + Mută în jos - + Nume - + Afișează marcajele de timp - + Modul necitit - + <Nimic> - + Canalul de comunicare - + Canale - + Afișează întotdeauna indicatorii pentru mesajele necitite. - + Afișează indicatorii pentru mesajele necitite doar pentru mesajele pe care nu le-ai văzut. - + Nu arată indicatori pentru mesajele necitite. - + Tab nou - + Suportă {0} pe Ko-fi - + Salvează si închide - + Salvează - + Anulează - + Setări {0} - + Dezactivat pentru acest tab. - + Ascunde chat-ul - + Mută în sus - + Mută în stânga - + Mută în jos - + Mută în dreapta - + Conversație - + Luptă - + Anunțuri - + Toate - + Nevăzut - + Niciunul - + Propriu - + Membru al grupului - + Membru al alianței - + Altele - + Inamic atacat - + Inamic neatacat - + NPC prietenos - + Pet (Propriu) - + Pet (Grup) - + Pet (Membru al alianței) - + Pet (Altele) - + Font - + Font japonez - + Fontul pe care {0} îl va folosii sa afișeze text non-japonez. - + Folosirea anumitor fonturi de sistem vă poate închide jocul. Ați fost avertizat. - + Fontul care va fi folosit pentru a afișa textul japonez in {0}. - + Special - + Fonturi - + Dimensiunea fontului simbolurilor - + Dimensiunea fontului japonez - + Dimensiunea fontului care va fi folosită pentru simbolurile jocului. - + Șterge tabul - + Ascunde când nu ești autentificat - + Ascunde {0} când nu ești conectat la un caracter. - + General - + Presetare: {0} - + Eveniment - + Tab nou - + Despre - + {0} este un proiect care recreează complet chat-ul din joc si îl îmbunătățește. - + Apasă butonul din stânga pentru a vedea ce este in lucru si ce urmează. - + Apasă butonul din stânga pentru a contribui la traducerea {0}. - + Traducători - + Niciunul - + Stânga - + Dreapta - + Partea pentru ajutor la comenzi - + Partea {0}-ului de afișare a ajutorului pentru comenzi. - + Ascunde când interfața jocului este ascunsă - + Ascunde {0} atunci când interfața jocului este ascunsă. - + Modul scurtăturilor - + Modul în care {0} ar trebui să se ocupe de scurtături. - + Diverse - + Folosește limba implicită a lui Dalamud - + Flexibil - + Strict - + Procesează funcția tastelor cu modificatori, chiar dacă sunt apăsați alți modificatori. - + Procesează tastele cu modificatori doar daca alți modificatori nu sunt apăsați. - + Limbă - + Limba în care se afișează {0}. - + Salvează mesajele de luptă în baza de date - + Daca mesajele de lupta sunt salvate in baza de date, dimensiunea bazei de date va creste mult mai repede, și va exista o întârziere vizibilă la salvarea setărilor. Este recomandat să lăsați aceasta opțiune dezactivată. - + Afișează sesiunea anterioară a chat-ului la autentificare - + După autentificare, populează chat-ul cu mesajele de când te-ai deconectat ultima dată. - + Bază de date - + Include sesiunile anterioare la popularea taburilor - + Include mesaje de dinaintea lansării jocului atunci când se populează taburile. Taburile sunt populate atunci când setările sunt salvate. - + Nu apasă butoanele astea daca nu știi ce faci. - + Avansat - + Activează modul instanțelor multiple - + Permite mai multor instanțe sa folosească {0} simultan, folosind aceeași data de baze. - + Această opțiune nu este recomandată. Dacă o activați nu veți primi niciun suport. Această opțiune va afecta performanța {0}-ului. - + Mută tabul într-o fereastra noua - + Ascunde marcajele de timp când nu sunt necesare - + Ascunde marcajele de timp atunci când mesajele anterioare au aceeași marcă de timp. - + Arată bara de titlu pentru tab-urile in ferestre diferite - + Afișează într-o fereastră separată - + Folosește o transparentă diferită de fereastra principală - + Transparență - + Activează fonturi personalizate - + Caută traducere automată... - + Sortează lista de traduceri automate - + Dacă această opțiune este activată, lista de traduceri automate va fi sortată alfabetic. - + Ctrl + {0} - + Caractere suplimentare - + Pot fi adăugate mai multe caractere la fontul global al {0} prin activarea opțiunilor de mai jos. Este posibil să fie necesară creșterea dimensiunilor fontului din Dalamud. - + Chineză (completă) - + Chineză (simplificată) - + Chirilică - + Japoneză - + Coreeană - + Tailandeză - + Vietnameză - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.ru.resx b/ChatTwo/Resources/Language.ru.resx index 852bb26..44d9281 100644 --- a/ChatTwo/Resources/Language.ru.resx +++ b/ChatTwo/Resources/Language.ru.resx @@ -121,727 +121,747 @@ PublicKeyToken=b77a5c561934e089 - - Скрыть стандартный чат - - - Скрыть окно стандартного чата, когда плагин активен. - - - Скрыть чат во время катсцен - - - Скрыть {0} во время катсцен. - - - Показывать подсказки для предметов - - - Показывать подсказки при наведении курсора на предметы внутри {0}. - - - Отображать вкладки в боковой панели - - - Показывать вкладки в {0} как боковую панель вместо полосы в верхней части чата. - - + + Скрыть стандартный чат + + + Скрыть окно стандартного чата, когда плагин активен. + + + Скрыть чат во время катсцен + + + Скрыть {0} во время катсцен. + + + Показывать подсказки для предметов + + + Показывать подсказки при наведении курсора на предметы внутри {0}. + + + Отображать вкладки в боковой панели + + + Показывать вкладки в {0} как боковую панель вместо полосы в верхней части чата. + + Использовать современное оформление - + Отображение сообщений в более современном стиле. - - Более компактный вид чата - - - Уменьшить промежуток между строками. - - - Показать кнопку "Присоединиться к Novice Network" - - - Показать кнопку "Присоединиться к Novice Network" рядом с настройками, если вы вошли в систему как наставник. - - - Размер шрифта - - - Прозрачность окна - - - Разрешить перемещение окна чата - - - Разрешить изменение размера окна чата - - - Показывать заголовок для окна чата - - + + Более компактный вид чата + + + Уменьшить промежуток между строками. + + + Показать кнопку "Присоединиться к Novice Network" + + + Показать кнопку "Присоединиться к Novice Network" рядом с настройками, если вы вошли в систему как наставник. + + + Размер шрифта + + + Прозрачность окна + + + Разрешить перемещение окна чата + + + Разрешить изменение размера окна чата + + + Показывать заголовок для окна чата + + Внешний вид - + Цвета чата - + Сбросить настройки - + Импортировать из игры - + Вкладки - + Добавить - + Удалить - + Поднять - + Опустить - + Имя - + Показать метки времени - + Режим отображения непрочитанных - + <Не выбран> - + Канал ввода - + Каналы - + Всегда отображать индикаторы непрочитанных сообщений. - + Показывать индикаторы непрочитанных только для сообщений, которые вы не видели. - + Не отображать метки непрочитанных сообщений. - + Новая вкладка - + Поддержать {0} через Ko-fi - + Сохранить и закрыть - + Сохранить - + Отменить - + Настройки {0} - + Отключено для этой вкладки. - + Cкрыть чат - + Поднять - + Сдвинуть влево - + Опустить - + Сдвинуть вправо - + Чат - + Бой - + Оповещения - + Все - + Непрочитанные - + Не выбран - + Свой - + Участники группы - + Участники альянса - + Прочие - + Захваченные враги - + Незахваченные враги - + Дружественные NPC - + Пет (свой) - + Пет (группа) - + Пет (альянс) - + Пет (прочие) - + Шрифт - + Японский шрифт - + Шрифт {0} для всех языков кроме японского. - + Использование некоторых шрифтов может привести к крашу игры. Вы были предупреждены. - + Шрифт {0} для отображения японского текста. - + Особые - + Шрифты - + Размер шрифта символов - + Размер японского шрифта - + Размер шрифта для игровых символов. - + Удалить вкладку - + Скрывать, когда не залогинен - + Скрывать {0}, когда вы не вошли на персонажа. - + Основной - + Пресет: {0} - + События - + Новая вкладка - + О проекте - + {0} - проект, полностью пересоздаёт внутриигровой чат и делает его еще лучше. - + Нажмите на кнопку слева, чтобы увидеть, что в работе и что будет дальше. - + Нажмите кнопку слева, чтобы помочь перевести {0}. - + Переводчики - + Не выбран - + Слева - + Справа - + Сторона помощи по команде - + Сторона {0}, на которой отображается помощь по командам. - + Скрывать, когда игровой интерфейс скрыт - + Скрыть {0}, когда скрыт игровой интерфейс. - + Режим сочетания клавиш - + Способ обработки клавиш {0}. - + Прочее - + Использовать по умолчанию язык Dalamud 'а - + Гибкий - + Строгий - + Обработать комбинации клавиш с модификаторами даже при нажатии других модификаторов. - + Обработать комбинации клавиш с модификаторами если не нажаты другие модификаторы. - + Язык - + Язык для отображения {0}. - + Сохранять сообщения о битвах в базу данных - + Если в базу данных сохранены боевые сообщения, то размер базы данных будет расти намного быстрее, и при сохранении настроек будет заметно заморожено. Рекомендуется оставить это отключено. - + Показывать чат предыдущий сессии при входе - + После входа в систему, заполните чат сообщениями с момента последнего выхода из системы. - + База данных - + Включать предыдущие сессии при заполнении вкладок - + Включать сообщения до начала игры при заполнении вкладок. Вкладки заполняются при сохранении настроек. - + Не нажимайте на эти кнопки, если не знаете, что вы делаете. - + Расширенные - + Включить режим нескольких клиентов - + Разрешить нескольким клиентам запускать {0} одновременно, обмениваясь одной и той же базой данных. - + Эта опция не рекомендуется. Если вы включите эту опцию, то поддержка не будет предоставляться. Эта опция значитьльно навредит производительности {0}. - + Отделить - + Скрыть избыточные временные метки - + Скрывать метку времени, когда предыдущие сообщения имеют одинаковую метку. - + Показывать заголовок для всплывающих вкладок - + Показывать в отдельном окне - + Использовать отличную от главного окна прозрачность - + Прозрачность - + Включение пользовательских шрифтов - + Поиск автоперевода... - + Сортировка списка автоперевода - + Сортировать список автоматических переводов по алфавиту. - + Ctrl+{0} - + Дополнительные символы шрифта - + Дополнительные глифы могут быть добавлены в глобальный шрифт {0}, включив флажки ниже. Это скорее всего потребует увеличения размера атласа шрифта Dalamudd. - + Китайский (полный) - + Китайский (упрощенный) - + Кириллица - + Японский - + Корейский - + Тайский - + Вьетнамский - + Интеграции - + Режим скриншота - + Cкрыть чат - + Копировать - + Попробовать - + Сравнение предметов - + Поиск рецептов с использованием этого материала - + Поиск предмета - + Ссылка - + Копировать имя предмета - + Послать сообщение - + Пригласить в группу - + Тот же мир - + Другой мир - + Повысить - + Исключить из группы - + Отправить заявку в друзья - + Добавить в «черный список» - + Пригласить в сеть новичков - + Ответ в Выбранном режиме чата - + Цель - + Отладка - + Чрезвычайное - + Уведомления - + Сказать - + Крик - + ЛС (Исходящие) - + ЛС (Входящие) - + Группа - + Альянс - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Свободная компания - + Сеть новичков - + Пользовательские эмоции - + Стандартные эмоции - + Вопль - + Межмировая группа - + Команда PvP - + Межмировой Linkshell [1] - + Межмировой Linkshell [2] - + Межмировой Linkshell [3] - + Межмировой Linkshell [4] - + Межмировой Linkshell [5] - + Межмировой Linkshell [6] - + Межмировой Linkshell [7] - + Межмировой Linkshell [8] - + Нанесённый урон - + Неудачные атаки - + Действия - + Использование предмета - + Лечение - + Баф получен - + Дебаф получен - + Баф закончился - + Дебаф снят - + Оповещения - + Эхо - + Системные сообщения - + Сообщения боевой системы - + Сообщения системы собирания - + Сообщения об ошибках - + Диалог NPC - + Добыча - + Сообщения прогресса - + Сообщения Добычи - + Сообщения синтеза - + Сообщения собирателя - + Диалог NPC (объявления) - + Объявления свободной компании - + Уведомления о входе членов свободной компании - + Оповещения Слуг о продаже - + Периодические уведомления о вербовке - + Сообщения о метки цели - + Сообщения о случайном числе - + Объявления сети новичков - + Текущие сообщения оркестра - + Объявления команды PvP - + Уведомления о входе члена команды PvP - + Сообщение в книге сообщений - + ЛС (GM) - + Разговор (GM) - + Крик (GM) - + Вопль (GM) - + Группа (ГМ) - + Свободная компания (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Сеть новичков (GM) - + Свернуть повторяющиеся сообщения - + Замените повторяющиеся последовательные сообщения счётчиком, добавленным к первому экземпляру сообщения. + + ExtraChat каналы + + + Все + Options_Tabs_ExtraChatAll +This is the option that will make a tab show messages from all ExtraChat linkshells. If this is unchecked, the user can select specific linkshells to display in the tab. If this is checked, they cannot. + + + {0} в процессе миграции базы данных. + + + {0} и инсталлятор плагинов будут недоступны, пока не завершится текущая операция. + + + Это может занять несколько минут в зависимости от размера базы данных Вашего чата. + + + Не закрывайте FFXIV, не выгружайте Dalamud и не выключайте компьютер в это время. + diff --git a/ChatTwo/Resources/Language.sr.resx b/ChatTwo/Resources/Language.sr.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.sr.resx +++ b/ChatTwo/Resources/Language.sr.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.sv.resx b/ChatTwo/Resources/Language.sv.resx index a12fef2..fd0fd95 100644 --- a/ChatTwo/Resources/Language.sv.resx +++ b/ChatTwo/Resources/Language.sv.resx @@ -121,723 +121,727 @@ PublicKeyToken=b77a5c561934e089 - - Dölj vanlig chatt - - - Döljer spelets chattfönster när plugin är aktiverat. - - - Dölj chatt under cutscener - - - Döljer {0} under cutscener. - - - Visa spelets ursprungliga verktygstips - - - Visar spelets egna verktygstips när du håller muspekaren över artiklar i {0}. - - - Visa flikar i ett sidofält - - - Visar flikar i {0} som ett sidofält istället för ett toppfält. - - + + Dölj vanlig chatt + + + Döljer spelets chattfönster när plugin är aktiverat. + + + Dölj chatt under cutscener + + + Döljer {0} under cutscener. + + + Visa spelets ursprungliga verktygstips + + + Visar spelets egna verktygstips när du håller muspekaren över artiklar i {0}. + + + Visa flikar i ett sidofält + + + Visar flikar i {0} som ett sidofält istället för ett toppfält. + + Använd modern layout - + Visar meddelanden i en modernare stil. - - Mer kompakt modern layout - - - Minskar radavstånd mellan meddelanden. - - - Visa Novice Network-knappen - - - Visar knappen för att gå med i Novice Network bredvid inställningar när du är inloggad som en mentor. - - - Teckenstorlek - - - Fönstergenomskinlighet - - - Tillåt att flytta chattfönstret - - - Tillåt att ändra chattfönstrets storlek - - - Visa titelfältet för chattfönstret - - + + Mer kompakt modern layout + + + Minskar radavstånd mellan meddelanden. + + + Visa Novice Network-knappen + + + Visar knappen för att gå med i Novice Network bredvid inställningar när du är inloggad som en mentor. + + + Teckenstorlek + + + Fönstergenomskinlighet + + + Tillåt att flytta chattfönstret + + + Tillåt att ändra chattfönstrets storlek + + + Visa titelfältet för chattfönstret + + Display - + Chattfärger - + Återställ till standardfärger - + Importera från spelet - + Flikar - + Lägg till - + Ta bort - + Flytta upp - + Flytta ned - + Namn - + Visa tidsstämpel - + Oläst läge - + <Ingen> - + Inmatningskanal - + Kanaler - + Visa alltid indikatorer för olästa meddelanden. - + Visa endast indikatorer för meddelanden du inte läst. - + Visa aldrig indikatorer för olästa meddelanden. - + Ny flik - + Stöd {0} på Ko-fi - + Spara och stäng - + Verkställ - + Avbryt - + {0} inställningar - + Inaktiverat för denna flik. - + Dölj chattfönstret - + Flytta up - + Flytta vänster - + Flytta ner - + Flytta höger - + Chatt - + Strid - + Viktiga meddelanden - + Alla - + Olästa - + Ingen - + Egna - + Lagmedlem - + Alliansmedlem - + Övriga - + Anfallen Fiende - + Ej Anfallen Fiende - + Vänlig NPC - + Kamrat (Egen) - + Kamrat (Grupp) - + Kamrat (Alliansmedlem) - + Kamrat (Övriga) - + Teckensnitt - + Japanskt teckensnitt - + Teckensnittet {0} kommer använda för all text utom Japanska. - + Vissa systemteckensnitt kan krascha spelet. Du har blivit varnad. - + Teckensnittet {0} kommer använda för japansk text. - + Speciella - + Teckensnitt - + Teckenstorlek av symboler - + Teckenstorlek för Japanska - + Teckenstorleken som spelets symboler använder. - + Radera flik - + Dölj när du inte är inloggad - + Döljer {0} när du inte är inloggad som en karaktär. - + Allmänt - + Förinställning: {0} - + Event - + Ny flik - + Om {0} - + {0} är ett projekt gjort för att fullt återskapa spelets ursprungliga chattfönster och göra det ännu bättre. - + Klicka på knappen till vänster för att se vad som arbetas på och vad som planeras. - + Klicka på knappen till vänster för att hjälpa med översättningen av {0}. - + Översättare - + Ingen - + Vänster - + Höger - + Sida för kommandohjälp - + Sidan {0} visar hjälp för kommandon på. - + Dölj när spelets gränssnitt är dolt - + Döljer {0} när spelets gränssnitt är dolt. - + Tangentbindningsläge - + Metoden som {0} hanterar tangentbindningar med. - + Diverse - + Använd Dalamuds standardspråk - + Flexibel - + Sträng - + Bearbetar tangenttryck med modifierarknappar även om andra modifierarknappar är nedtryckta. - + Bearbetar endast tangenttryck med modifierarknappar om inga andra modifierarknappar är nedtryckta. - + Språk - + Språket att visa {0} i. - + Spara stridsmeddelanden i databasen - + Om stridsmeddelanden är sparade till databasen kommer databasen att växa mycket fortare, och att spara inställningar kan märkbart frysa spelet. Det är rekommenderat att inte aktivera denna inställning. - + Visa föregående chattsessioner vid inloggning - + Fyll i meddelanden från när du senast loggade ut efter inloggning. - + Databas - + Inkludera föregående sessioner vid ifyllning av flikar - + Inkludera meddelanden från innan spelet startade vid ifyllning av flikar. Flikar fylls i när inställningar sparas. - + Tryck inte här om du inte vet vad du håller på med. - + Avancerat - + Aktivera flerklientsläge - + Tillåt flera klienter att köra {0} samtidigt med samma databas. - + Den här inställningen rekommenderas inte. Inget stöd kommer erbjudas om du aktiverar den här inställningen. Den här inställningen kommer att förvärra prestandan av {0}. - + Separera - + Dölj onödiga tidsstämplar - + Döljer tidsstämplar när föregående meddelanden har samma tidsstämpel. - + Visa titelfältet för separerade tabbar - + Visa i ett separat fönster - + Använd annan genomskinlighet än huvudfönstret - + Genomskinlighet - + Aktivera egna typsnitt - + Sök automatisk översättning... - + Sortera listan för automatisk översättning - + Om detta är aktiverat kommer listan för automatisk översättning sorteras alfabetiskt. - + Ctrl + {0} - + Extra typsnittsglyfer - + Extra glyfer kan läggas till i {0}s globala typsnitt genom att kryssa de nedanstående rutorna. Du kan behöva höja Dalamud's typsnittsatlasstorlek. - + Kinesiska (traditionell) - + Kinesiska (förenklad) - + Kyrilliska - + Japanska - + Koreanska - + Thailändska - + Vietnamesiska - + Integrationer - + Fotoläge - + Dölj chatt - + Kopiera - + Prova på - + Artikeljämförelse - + Sök recept som använder detta material - + Sök artikel - + Länka - + Kopiera artikelnamn - + Viska - + Bjud in till grupp - + Samma värld - + Annan värld - + Befordra - + Sparka från grupp - + Skicka vänförfrågan - + Lägg till i Blacklist - + Bjud in till Novice Network - + Svara i valt chattläge - + Sikta - + Debug - + Akut - + Observera - + Säg - + Ropa - + Viska (Utgående) - + Viska (Inkommande) - + Grupp - + Allians - + Linkshell [1] - + Linkshell [2] - + Linkshell [3] - + Linkshell [4] - + Linkshell [5] - + Linkshell [6] - + Linkshell [7] - + Linkshell [8] - + Free Company - + Novice Network - + Anpassade Emotes - + Standardemotes - + Skrik - + Flervärldsgrupp - + PvP-lag - + Flervärlds-Linkshell [1] - + Flervärlds-Linkshell [2] - + Flervärlds-Linkshell [3] - + Flervärlds-Linkshell [4] - + Flervärlds-Linkshell [5] - + Flervärlds-Linkshell [6] - + Flervärlds-Linkshell [7] - + Flervärlds-Linkshell [8] - + Skada gjord - + Misslyckade attacker - + Använda Actions - + Använda saker - + Helande - + Gynnsamma effekter utdelade - + Skadliga effekter orsakade - + Gynnsamma effekter förlorade - + Skadliga effekter botade - + Larmaviseringar - + Eko - + Systemmeddelanden - + Stridssystemmeddelanden - + Samlingssystemmeddelanden - + Felmeddelanden - + NPC-dialog - + Loot-meddelanden - + Framfartsmeddelanden - + Loot-meddelanden - + Syntesmeddelanden - + Samlingsmeddelanden - + NPC-dialog (Viktiga meddelanden) - + Viktiga meddelanden från Free Company - + Inloggningsnotiser för Free Company-medlemmar - + Notiser för Retainerförsäljningar - + Periodiska rekryteringsnotiser - + Symbolmeddelanden för spelarkaraktärer - + Tärningskastsiffror - + Viktiga meddelanden från Novice Network - + Nuvarande Orchestrion-låtmeddelanden - + Viktiga meddelanden från PvP-lag - + Inloggningsnotiser för PvP-lagmedlemmar - + Gästboksnotiser - + Viska (GM) - + Säg (GM) - + Ropa (GM) - + Skrik (GM) - + Grupp (GM) - + Free Company (GM) - + Linkshell [1] (GM) - + Linkshell [2] (GM) - + Linkshell [3] (GM) - + Linkshell [4] (GM) - + Linkshell [5] (GM) - + Linkshell [6] (GM) - + Linkshell [7] (GM) - + Linkshell [8] (GM) - + Novice Network (GM) - - + + Kollapsa dubbla meddelanden + + + Ersätter dubbla meddelanden i följd med en räknare fäst till den första instansen av meddelandet. + diff --git a/ChatTwo/Resources/Language.tr.resx b/ChatTwo/Resources/Language.tr.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.tr.resx +++ b/ChatTwo/Resources/Language.tr.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.uk.resx b/ChatTwo/Resources/Language.uk.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.uk.resx +++ b/ChatTwo/Resources/Language.uk.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.vi.resx b/ChatTwo/Resources/Language.vi.resx index 497bd8f..2f2cd1c 100644 --- a/ChatTwo/Resources/Language.vi.resx +++ b/ChatTwo/Resources/Language.vi.resx @@ -121,245 +121,4 @@ PublicKeyToken=b77a5c561934e089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ChatTwo/Resources/Language.zh-Hans.resx b/ChatTwo/Resources/Language.zh-Hans.resx index fe83413..11304d2 100644 --- a/ChatTwo/Resources/Language.zh-Hans.resx +++ b/ChatTwo/Resources/Language.zh-Hans.resx @@ -121,723 +121,747 @@ PublicKeyToken=b77a5c561934e089 - - 隐藏原版聊天窗口 - - - 当插件处于激活状态时隐藏游戏内聊天窗口。 - - - 播放过场动画时隐藏聊天窗口 - - - 播放过场动画时隐藏{0}。 - - - 显示原始道具帮助 - - - 当鼠标悬停在 {0} 中的道具时,显示游戏中的道具帮助。 - - - 在侧边栏中显示标签页 - - - 在 {0} 中显示标签页作为侧边栏,而不是顶部。 - - + + 隐藏原版聊天窗口 + + + 当插件处于激活状态时隐藏游戏内聊天窗口。 + + + 播放过场动画时隐藏聊天窗口 + + + 播放过场动画时隐藏{0}。 + + + 显示原始道具帮助 + + + 当鼠标悬停在 {0} 中的道具时,显示游戏中的道具帮助。 + + + 在侧边栏中显示标签页 + + + 在 {0} 中显示标签页作为侧边栏,而不是顶部。 + + 使用现代化布局 - + 以更现代化的样式显示消息。 - - 更紧凑的现代布局 - - - 缩小消息之间的间距。 - - - 显示新人频道加入按钮 - - - 以指导者身份登录时,在设置按钮旁边显示新人频道加入按钮。 - - - 字体大小 - - - 窗口不透明度 - - - 允许移动聊天窗口 - - - 允许调整聊天窗口大小 - - - 显示聊天窗口标题栏 - - - 显示 + + 更紧凑的现代布局 - - 聊天频道颜色 + + 缩小消息之间的间距。 - - 重置为默认设置 + + 显示新人频道加入按钮 - - 从游戏中导入 + + 以指导者身份登录时,在设置按钮旁边显示新人频道加入按钮。 - - 标签页 + + 字体大小 - - 添加 - - - 删除 - - - 上移 - - - 下移 - - - 名称 - - - 显示时间戳 - - - 未读模式 - - - <无> - - - 输入频道 - - - 频道 - - - 始终显示未读数。 - - - 仅显示未看的消息的未读数。 - - - 永远不会显示未读数。 - - - 新建标签页 - - - 在 Ko-Fi 上支持 {0} - - - 保存并关闭 - - - 保存 - - - 取消 - - - {0} 设置 - - - 禁用此标签页。 - - - 隐藏聊天界面 - - - 上移 - - - 左移 - - - 下移 - - - 右移 - - - 聊天 - - - 战斗 - - - 公告 - - - 所有 - - - 未看过的 - - - - - - 自己 - - - 小队 - - - 团队 - - - 他人 - - - 交战状态下的敌人 - - - 非交战状态的敌人 - - - 友好的非玩家角色 - - - 召唤兽及搭档(自己) - - - 召唤兽及搭档(小队) - - - 召唤兽及搭档(团队) - - - 召唤兽及搭档(他人) - - - 字体 - - - 日文字体 - - - 字体将用于 {0} 显示非日文文本。 - - - 使用某些系统字体可能会使您的游戏崩溃。已经警告你了。 - - - 字体将用于 {0} 显示日文文本。 - - - 特殊 - - - 字体 - - - 符号字体大小 - - - 日文字体大小 - - - 用于游戏符号的字体大小。 - - - 删除标签页 - - - 未登录时隐藏 - - - 当您没有登录到角色时隐藏 {0}。 - - - 通常 - - - 预设: {0} - - - 剧情 - - - 新建标签页 - - - 关于 - - - {0} 是一个完全重新创建游戏内聊天并使其变得更好的项目。 - - - 点击左边的按钮来查看正在做些什么以及下一步做什么。 - - - 点击左边的按钮来帮助翻译 {0}。 - - - 翻译者 - - - - - - 左侧 - - - 右侧 - - - 命令帮助 - - - {0} 的一侧显示命令帮助。 - - - 当游戏界面隐藏时隐藏 - - - 当游戏界面隐藏时隐藏 {0}。 - - - 热键模式 - - - {0} 处理热键的方式。 - - - 偏好 - - - 使用Dalamud的默认语言 - - - 灵活的 - - - 精确的 - - - 即使其他按键被按下时,也能使用键盘快捷键。 - - - 仅当没有按键被按下时,才能使用键盘快捷键。 - - - 语言 - - - {0} 显示的语言。 - - - 将战斗消息保存到数据库 - - - 如果将战斗消息保存到数据库中,数据库的大小将会更快增长,保存设置时会出现明显的卡顿。 建议禁用此功能。 - - - 登录时显示之前的聊天会话 - - - 登入后,将上次登出时的消息填充聊天内容。 - - - 数据库 - - - 在填充标签页时包括以前的会话 - - - 填充标签页时包括游戏启动前的信息。保存设置时标签页会被填充。 - - - 不要点击这些按钮,除非您知道自己在做什么。 - - - 高级选项 - - - 启用多客户端模式 - - - 允许多个客户端同时运行 {0} ,共享同一个数据库。 - - - 不推荐此选项。如果您启用此选项,不会提供任何支持。此选项将损害 {0} 的性能。 - - - 弹出 - - - 隐藏重复的时间戳 - - - 当以前的消息有相同的时间戳时,隐藏时间戳。 - - - 显示弹出标签页标题栏 - - - 在单独窗口中显示 - - - 使用与主窗口不同的不透明度 - - + 窗口不透明度 - - 启用自定义字体 + + 允许移动聊天窗口 - - 定型文搜索... + + 允许调整聊天窗口大小 - - 定型文列表排序 + + 显示聊天窗口标题栏 - - 如果启用此选项,定型文列表将按字母顺序排序。 + + 显示 - - Ctrl + {0} + + 聊天频道颜色 - - 额外的字体字形 + + 重置为默认设置 - - 启用下面的复选框,可以将额外的字形添加到 {0} 的全局字体中。这可能需要增加Dalamud字体图集的大小。 + + 从游戏中导入 - - 中文(完整) + + 标签页 - - 中文(常用简体) + + 添加 - - 西里尔文 + + 删除 - - 日文 + + 上移 - - 韩文 + + 下移 - - 泰文 + + 名称 - - 越南文 + + 显示时间戳 - - 整合 + + 未读模式 - - 截图模式 + + <无> - - 隐藏聊天 + + 输入频道 - - 复制 + + 频道 - - 试穿 + + 始终显示未读数。 - - 装备属性对比 + + 仅显示未看的消息的未读数。 - - 查看它能用来制作什么道具 + + 永远不会显示未读数。 - - 查看持有情况 + + 新建标签页 - - 展示道具属性 + + 在 Ko-Fi 上支持 {0} - - 复制物品名称 + + 保存并关闭 - - 发送悄悄话 + + 保存 - - 发送组队邀请 + + 取消 - - 同服 + + {0} 设置 - - 跨服 + + 禁用此标签页。 - - 转让队长 + + 隐藏聊天界面 - - 移出小队 + + 上移 - - 发送好友申请 + + 左移 - - 加入到黑名单 + + 下移 - - 邀请到新人频道中 + + 右移 - - 切换到相同频道回复 + + 聊天 - - 选中 + + 战斗 - - 调试 + + 公告 - - 紧急 + + 所有 - - 通知 + + 未看过的 - - 说话 + + - - 喊话 + + 自己 - - 悄悄话(发出) - - - 悄悄话(接收) - - + 小队 - + 团队 - + + 他人 + + + 交战状态下的敌人 + + + 非交战状态的敌人 + + + 友好的非玩家角色 + + + 召唤兽及搭档(自己) + + + 召唤兽及搭档(小队) + + + 召唤兽及搭档(团队) + + + 召唤兽及搭档(他人) + + + 字体 + + + 日文字体 + + + 字体将用于 {0} 显示非日文文本。 + + + 使用某些系统字体可能会使您的游戏崩溃。已经警告你了。 + + + 字体将用于 {0} 显示日文文本。 + + + 特殊 + + + 字体 + + + 符号字体大小 + + + 日文字体大小 + + + 用于游戏符号的字体大小。 + + + 删除标签页 + + + 未登录时隐藏 + + + 当您没有登录到角色时隐藏 {0}。 + + + 通常 + + + 预设: {0} + + + 剧情 + + + 新建标签页 + + + 关于 + + + {0} 是一个完全重新创建游戏内聊天并使其变得更好的项目。 + + + 点击左边的按钮来查看正在做些什么以及下一步做什么。 + + + 点击左边的按钮来帮助翻译 {0}。 + + + 翻译者 + + + + + + 左侧 + + + 右侧 + + + 命令帮助 + + + {0} 的一侧显示命令帮助。 + + + 当游戏界面隐藏时隐藏 + + + 当游戏界面隐藏时隐藏 {0}。 + + + 热键模式 + + + {0} 处理热键的方式。 + + + 偏好 + + + 使用Dalamud的默认语言 + + + 灵活的 + + + 精确的 + + + 即使其他按键被按下时,也能使用键盘快捷键。 + + + 仅当没有按键被按下时,才能使用键盘快捷键。 + + + 语言 + + + {0} 显示的语言。 + + + 将战斗消息保存到数据库 + + + 如果将战斗消息保存到数据库中,数据库的大小将会更快增长,保存设置时会出现明显的卡顿。 建议禁用此功能。 + + + 登录时显示之前的聊天会话 + + + 登入后,将上次登出时的消息填充聊天内容。 + + + 数据库 + + + 在填充标签页时包括以前的会话 + + + 填充标签页时包括游戏启动前的信息。保存设置时标签页会被填充。 + + + 不要点击这些按钮,除非您知道自己在做什么。 + + + 高级选项 + + + 启用多客户端模式 + + + 允许多个客户端同时运行 {0} ,共享同一个数据库。 + + + 不推荐此选项。如果您启用此选项,不会提供任何支持。此选项将损害 {0} 的性能。 + + + 弹出 + + + 隐藏重复的时间戳 + + + 当以前的消息有相同的时间戳时,隐藏时间戳。 + + + 显示弹出标签页标题栏 + + + 在单独窗口中显示 + + + 使用与主窗口不同的不透明度 + + + 窗口不透明度 + + + 启用自定义字体 + + + 定型文搜索... + + + 定型文列表排序 + + + 如果启用此选项,定型文列表将按字母顺序排序。 + + + Ctrl + {0} + + + 额外的字体字形 + + + 启用下面的复选框,可以将额外的字形添加到 {0} 的全局字体中。这可能需要增加Dalamud字体图集的大小。 + + + 中文(完整) + + + 中文(常用简体) + + + 西里尔文 + + + 日文 + + + 韩文 + + + 泰文 + + + 越南文 + + + 整合 + + + 截图模式 + + + 隐藏聊天 + + + 复制 + + + 试穿 + + + 装备属性对比 + + + 查看它能用来制作什么道具 + + + 查看持有情况 + + + 展示道具属性 + + + 复制物品名称 + + + 发送悄悄话 + + + 发送组队邀请 + + + 同服 + + + 跨服 + + + 转让队长 + + + 移出小队 + + + 发送好友申请 + + + 加入到黑名单 + + + 邀请到新人频道中 + + + 切换到相同频道回复 + + + 选中 + + + 调试 + + + 紧急 + + + 通知 + + + 说话 + + + 喊话 + + + 悄悄话(发出) + + + 悄悄话(接收) + + + 小队 + + + 团队 + + 通讯贝 [1] - + 通讯贝 [2] - + 通讯贝 [3] - + 通讯贝 [4] - + 通讯贝 [5] - + 通讯贝 [6] - + 通讯贝 [7] - + 通讯贝 [8] - + 部队 - + 新人频道 - + 自定义情感动作 - + 情感动作 - + 呼喊 - + 跨服小队 - + 战队 - + 跨服通讯贝 [1] - + 跨服通讯贝 [2] - + 跨服通讯贝 [3] - + 跨服通讯贝 [4] - + 跨服通讯贝 [5] - + 跨服通讯贝 [6] - + 跨服通讯贝 [7] - + 跨服通讯贝 [8] - + 造成伤害 - + 回避攻击 - + 发动技能 - + 使用道具 - + 恢复 - + 附加强化状态 - + 附加弱化状态 - + 强化状态效果消失 - + 弱化状态效果消失 - + 闹钟通知信息 - + 默语 - + 系统信息 - + 战斗系统信息 - + 采集系统信息 - + 错误信息 - + 非玩家角色对话 - + 掉落品信息 - + 成长信息 - + 战利品信息 - + 制作信息 - + 采集信息 - + 非玩家角色通告 - + 部队通告 - + 部队成员上线通知 - + 市场出售信息 - + 队员招募的通知信息 - + 标记设置信息 - + 掷骰的信息 - + 新人频道广播 - + 管弦乐琴的播放信息 - + 战队通告 - + 战队成员上线通知 - + 交流簿的新留言 - + 悄悄话(游戏管理员) - + 说话(游戏管理员) - + 喊话(游戏管理员) - + 呼喊(游戏管理员) - + 小队(游戏管理员) - + 部队(游戏管理员) - + 通讯贝 [1] (游戏管理员) - + 通讯贝 [2] (游戏管理员) - + 通讯贝 [3] (游戏管理员) - + 通讯贝 [4] (游戏管理员) - + 通讯贝 [5] (游戏管理员) - + 通讯贝 [6] (游戏管理员) - + 通讯贝 [7] (游戏管理员) - + 通讯贝 [8] (游戏管理员) - + 新人频道(游戏管理员) - - + + 折叠重复消息 + + + 折叠连续重复的消息并显示折叠数量。 + + + ExtraChat频道 + + + 全选 + Options_Tabs_ExtraChatAll +This is the option that will make a tab show messages from all ExtraChat linkshells. If this is unchecked, the user can select specific linkshells to display in the tab. If this is checked, they cannot. + + + {0} 正在执行数据库迁移。 + + + {0} 和插件安装程序将在完成前不可用。 + + + 这可能需要几分钟,具体取决于聊天数据库的大小。 + + + 在此期间不要关闭FFXIV, 卸载Dalamud, 或关闭您的计算机。 + diff --git a/ChatTwo/Resources/Language.zh-Hant.resx b/ChatTwo/Resources/Language.zh-Hant.resx index ba89b0d..e73f655 100644 --- a/ChatTwo/Resources/Language.zh-Hant.resx +++ b/ChatTwo/Resources/Language.zh-Hant.resx @@ -121,724 +121,748 @@ PublicKeyToken=b77a5c561934e089 - - 隱藏原版聊天視窗 - - - 當挿件處於啓動状態時隱藏遊戲内聊天視窗。 - - - 播放過場動畫時隱藏聊天視窗 - - - 播放過場動畫時隱藏{0}。 - - - 顯示原始道具幇助 - - - 當滑鼠懸停在 {0} 中的道具時,顯示遊戲中的道具幇助。 - - - 在側邊欄中顯示標籤頁 - - - 在 {0} 中顯示標籤頁作為側邊欄,而不是頂部。 - - + + 隱藏原版聊天視窗 + + + 當挿件處於啓動状態時隱藏遊戲内聊天視窗。 + + + 播放過場動畫時隱藏聊天視窗 + + + 播放過場動畫時隱藏{0}。 + + + 顯示原始道具幇助 + + + 當滑鼠懸停在 {0} 中的道具時,顯示遊戲中的道具幇助。 + + + 在側邊欄中顯示標籤頁 + + + 在 {0} 中顯示標籤頁作為側邊欄,而不是頂部。 + + 使用現代化布局 - + 以更現代化的樣式顯示消息。 - - 更緊湊的現代布局 - - - 縮小消息之間的間距。 - - - 顯示新人頻道加入按鈕 - - - 以指導者身分登入時,在設定按鈕旁邊顯示新人頻道加入按鈕。 - - - 字型大小 - - - 視窗不透明度 - - - 允許移動聊天視窗 - - - 允許調整聊天窗口大小 - - - 顯示聊天視窗標題欄 - - + + 更緊湊的現代布局 + + + 縮小消息之間的間距。 + + + 顯示新人頻道加入按鈕 + + + 以指導者身分登入時,在設定按鈕旁邊顯示新人頻道加入按鈕。 + + + 字型大小 + + + 視窗不透明度 + + + 允許移動聊天視窗 + + + 允許調整聊天窗口大小 + + + 顯示聊天視窗標題欄 + + 顯示 - + 聊天頻道顏色 - + 重置為預設設定 - + 從遊戲中匯入 - + 標籤頁 - + 新増 - + 刪除 - + 上移 - + 下移 - + 名稱 - + 顯示時間戳 - + 未讀模式 - + <無> - + 輸入頻道 - + 頻道 - + 始終顯示未讀數。 - + 僅顯示未看的訊息的未讀數。 - + 永遠不會顯示未讀數。 - + 新建標籤頁 - + 在 Ko-Fi 上支持 {0} - + 儲存並關閉 - + 儲存 - + 取消 - + {0} 設定 - + 禁用此標籤頁。 - + 隱藏聊天介面 - + 上移 - + 左移 - + 下移 - + 右移 - + 聊天 - + 戰鬥 - + 公告 - + 所有 - + 未看過的 - + - + 自己 - + 小隊 - + 團隊 - + 他人 - + 交戰状態下的敵人 - + 非交戰状態的敵人 - + 友好的非玩家角色 - + 召喚獸及搭档(自己) - + 召喚獸及搭档(小隊) - + 召喚獸及搭档(團隊) - + 召喚獸及搭档(他人) - + 字型 - + 日文字型 - + 字型將用於 {0} 顯示非日文文字。 - + 使用某些系統字型可能會使君の遊戲崩潰。 已經警告汝了。 - + 字型將用於 {0} 顯示日文文字。 - + 特殊 - + 字型 - + 符號字型大小 - + 日文字型大小 - + 用於遊戲符號的字型大小 - + 刪除標籤頁 - + 未登入時隱藏 - + 當汝沒有登入到角色時隱藏 {0}。 - + 通常 - + 預設: {0} - + 劇情 - + 新建標籤頁 - + 關於 - + {0} 是一個完全重新建立遊戲内聊天並使其變得更好的專案。 繁體中文是為了不開補全功能也能與其他玩家正常顯示溝通所翻譯及修改。 - + 點選左邊的按鈕來檢視正在做些什麼以及下一歩做什麼。 - + 點選左邊的按鈕來幇助翻譯 {0}。 - + 翻譯人員 - + - + 左側 - + 右側 - + 命令幇助 - + {0} 的一側顯示命令幇助。 - + 當遊戲介面隱藏時隱藏 - + 當遊戲介面隱藏時隱藏 {0} 。 - + 熱鍵模式 - + {0} 處理熱鍵的方式。 - + 偏好 - + 使用Dalamud的預設語言 - + 靈活的 - + 精確的 - + 即使其他按鍵被按下時,也能使用鍵盤快捷鍵。 - + 僅當沒有按鍵被按下時,才能使用鍵盤快捷鍵。 - + 語言 - + {0} 顯示的語言。 - + 將戰鬥訊息儲存到資料庫 - + 如果將戰鬥訊息儲存到資料庫中,資料庫的大小將會更快増長,儲存設定時會出現明顯的遲鈍。 建議禁用此功能。 - + 登入時顯示之前的聊天會話 - + 登入後,將上次登出時的訊息填充聊天内容。 - + 資料庫 - + 在填充標籤頁時包括以前的會話 - + 填充標籤頁時包括遊戲啓動前的資訊。儲存設定時標籤頁會被填充。 - + 不要點選這些按鈕,除非您知道自己在做什麼。 - + 高階選項 - + 啓用多客戸端模式 - + 允許多個客戸端同時執行 {0} ,共享同一個資料庫。 - + 不推薦此選項。 如果啓用此選項,不會提供任何支持。 此選項將損害 {0} 的效能。 - + 彈出 - + 隱藏重複的時間戳 - + 當以前的訊息有相同的時間戳時,隱藏時間戳。 - + 顯示彈出標籤頁標題欄 - + 在單獨視窗中顯示 - + 使用與主視窗不同的不透明度 - + 視窗不透明度 - + 啓用自定義字型 - + 定型文搜尋… - + 定型文列表排序 - + 如果啓用此選項,定型文列表將按字母順序排序。 - + Ctrl + {0} - + 額外的字型 - + 啓用下面的複選框,可以將額外的字形新増到 {0} 的全域性字型中。這可能需要増加Dalamud字型圖集的大小。 - + 中文(完整) - + 中文(常用簡體) - + 西里爾語 - + 日文 - + 韓文 - + 泰文 - + 越南文 - + 整合 - + 截圖模式 - + 隱藏聊天 - + 複製 - + 試穿 - + 裝備屬性對比 - + 檢視它能用來製作什麼道具 - + 檢視持有情況 - + 展示道具屬性 - + 複製物品名稱 - + 傳送悄悄話 - + 傳送組隊邀請 - + 同服 - + 跨服 - + 轉讓隊長 - + 移出小隊 - + 傳送好友申請 - + 加入到黒名單 - + 邀請到新人頻道中 - + 切換到相同頻道回覆 - + 選中 - + 調試 - + 緊急 - + 通知 - + 説話 - + 喊話 - + 悄悄話(發出) - + 悄悄話(接收) - + 小隊 - + 團隊 - + 通訊貝 [1] - + 通訊貝 [2] - + 通訊貝 [3] - + 通訊貝 [4] - + 通訊貝 [5] - + 通訊貝 [6] - + 通訊貝 [7] - + 通訊貝 [8] - + 部隊 - + 新人頻道 - + 自定義情感動作 - + 情感動作 - + 呼喊 - + 跨服小隊 - + 戰隊 - + 跨服通訊貝 [1] - + 跨服通訊貝 [2] - + 跨服通訊貝 [3] - + 跨服通訊貝 [4] - + 跨服通訊貝 [5] - + 跨服通訊貝 [6] - + 跨服通訊貝 [7] - + 跨服通訊貝 [8] - + 造成傷害 - + 迴避攻撃 - + 發動技能 - + 使用道具 - + 恢復 - + 附加強化状態 - + 附加弱化状態 - + 強化状態效果消失 - + 弱化状態效果消失 - + 鬧鐘通知資訊 - + 默語 - + 系統資訊 - + 戰鬥系統資訊 - + 採集系統資訊 - + 錯誤資訊 - + 非玩家角色對話 - + 掉落品資訊 - + 成長資訊 - + 戰利品資訊 - + 製作資訊 - + 採集資訊 - + 非玩家角色通告 - + 部隊通告部隊通告 - + 部隊成員上線通知 - + 市場出售資訊 - + 隊員招募的通知資訊 - + 標記設定資訊 - + 擲骰的資訊 - + 新人頻道廣播 - + 管絃樂琴的播放資訊 - + 戰隊通告 - + 戰隊成員上線通知 - + 交流簿的新留言 - + 悄悄話(遊戲管理員) - + 説話(遊戲管理員) - + 喊話(遊戲管理員) - + 呼喊(遊戲管理員) - + 小隊(遊戲管理員) - + 部隊(遊戲管理員) - + 通訊貝 [1] (遊戲管理員) - + 通訊貝 [2] (遊戲管理員) - + 通訊貝 [3] (遊戲管理員) - + 通訊貝 [4] (遊戲管理員) - + 通訊貝 [5] (遊戲管理員) - + 通訊貝 [6] (遊戲管理員) - + 通訊貝 [7] (遊戲管理員) - + 通訊貝 [8] (遊戲管理員) - + 新人頻道(遊戲管理員) - - + + 摺疊重複訊息 + + + 摺疊連續重複的訊息並顯示摺疊數量。 + + + ExtraChat頻道 + + + 全選 + Options_Tabs_ExtraChatAll +This is the option that will make a tab show messages from all ExtraChat linkshells. If this is unchecked, the user can select specific linkshells to display in the tab. If this is checked, they cannot. + + + {0} 正在執行資料庫遷移。 + + + {0} 和外掛安裝程式將在完成前不可用。 + + + 這可能需要幾分鐘,具體取決於聊天資料庫的大小。 + + + 在此期間不要關閉FFXIV, 解除安裝Dalamud, 或關閉計算機。 + diff --git a/fix_resources.sh b/fix_resources.sh new file mode 100755 index 0000000..407a6ca --- /dev/null +++ b/fix_resources.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +for f in ChatTwo/Resources/Language.resx ChatTwo/Resources/Language.*.resx; do + sed -i 's/ xml:space="preserve"//g' "$f" + xmlstarlet fo -e utf-8 -s 4 "$f" | sponge "$f" +done