Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
522545c7a2 | ||
|
|
63c68327dd | ||
|
|
0f9ced8f86 | ||
|
|
60e3dd87a2 | ||
|
|
5ab4312cad | ||
|
|
c1d6ca3bbd | ||
|
|
4ab9202533 | ||
|
|
5e15d34eeb | ||
|
|
b9feb8650f | ||
|
|
0f9858a3d3 | ||
|
|
a3379818eb | ||
|
|
d5c7db9f43 | ||
|
|
6e24885241 |
@@ -0,0 +1,7 @@
|
||||
---
|
||||
subtitle: "Kontextmenü in Pop-outs, Screenshot-Modus"
|
||||
versionsnatur: "Fehlerbehebung"
|
||||
---
|
||||
- **Das Kontextmenü ging in Pop-out-Fenstern nicht auf.** Ein Rechtsklick auf einen Namen oder ein Item hat dort schlicht nichts gemacht. Alle Chat-Flächen teilen sich einen Popup-Zustand, und das zuerst gezeichnete Fenster hat das Menü verworfen, bevor das Pop-out überhaupt an der Reihe war. Das Menü bleibt jetzt bei dem Fenster, aus dem der Klick kam.
|
||||
- **Der Screenshot-Modus ließ sich nicht ausschalten.** Er wird gespeichert, aber keiner der beiden Schalter hat die Änderung in die Konfiguration geschrieben. Einmal gespeichert kam er bei jedem Laden des Plugins wieder. Beide Schalter speichern jetzt. Wer ihn gerade festhängen hat, klickt ihn einmal aus.
|
||||
- **Vom Spiel eingefärbter Text konnte unsichtbar werden.** Manche dieser Farben kommen ohne Alpha-Byte an und wurden beim Umsortieren vollständig transparent.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
subtitle: "Aufgeräumt: Beschreibung und tote Strings"
|
||||
versionsnatur: "Aufräum-Release"
|
||||
---
|
||||
Am Verhalten des Plugins ändert sich nichts. Zwei Dinge, die überfällig waren.
|
||||
|
||||
- **Die Beschreibung im Plugin-Installer war zu lang und an einer Stelle schlicht falsch.** Sie lief über 908 Zeichen und fing damit an, eine Kategorie zu nennen, statt zu sagen was das Plugin tut. Ausserdem stand dort 24 Sprachen, es sind 25. Und die beiden Manifeste trugen unterschiedliche Kurzbeschreibungen, in der Plugin-Liste stand also ein anderer Satz als in den Details. Jetzt sind es 367 Zeichen, überall dieselben.
|
||||
- **30 Übersetzungsschlüssel für das Webinterface sind raus.** Das Feature selbst, seine HTTP-Routen und sein Frontend haben den Code im Mai verlassen, die Texte blieben in allen 25 Sprachen liegen, dazu je eine erzeugte Property. Vor dem Löschen wurde jeder Schlüssel einzeln gegen das gesamte Repository geprüft.
|
||||
@@ -61,7 +61,7 @@ public sealed class FontManager : IDisposable
|
||||
// widget gallery exposes it.
|
||||
internal static float SenderWeight = 1.3f;
|
||||
|
||||
// Wired post-build (B4b-3); a Func keeps FontManager off the theme layer.
|
||||
// Wired post-build; a Func keeps FontManager off the theme layer.
|
||||
private Func<ThemeTypography?>? _typographySource;
|
||||
|
||||
// Lets RebuildDelegateFontsIfChanged skip rebuilds when the size is unchanged.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
|
||||
<PropertyGroup>
|
||||
<!-- Independent versioning; see yaml changelog for upstream Chat 2 base -->
|
||||
<Version>2.0.2</Version>
|
||||
<Version>2.0.4</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<!-- Use lock file to pin exact versions -->
|
||||
|
||||
@@ -1,25 +1,11 @@
|
||||
name: Hellion Chat
|
||||
author: Jon Kazama (Hellion Forge)
|
||||
punchline: A Hellion Forge plugin — privacy-focused chat replacement for FFXIV, built for EU, US and JP data rules.
|
||||
punchline: Chat replacement for FFXIV that keeps your conversations and forgets the rest.
|
||||
description: |-
|
||||
Chat replacement for FINAL FANTASY XIV with privacy controls built around
|
||||
EU, US and JP data-protection rules.
|
||||
A chat window that stores your own conversations and nothing else. Public chat, NPC dialogue, system messages and battle logs stay out of the database until you switch them on.
|
||||
|
||||
By default only your own conversations are stored. Public chat, NPC
|
||||
dialogue and system messages stay out of the database unless you opt in.
|
||||
Retention windows are configurable per channel, history can be wiped
|
||||
retroactively, and everything can be exported on demand.
|
||||
Retention per channel, retroactive wipe, export to Markdown, JSON or CSV. Setup wizard with four profiles. 25 languages. Its own config and database.
|
||||
|
||||
Features:
|
||||
- Channel whitelist with a Privacy-First default
|
||||
- Per-channel retention with a daily background sweep
|
||||
- Retroactive cleanup (Ctrl+Shift confirm)
|
||||
- Export to Markdown, JSON or CSV
|
||||
- First-run wizard with four preset profiles
|
||||
- Multi-language UI (24 locales) with live language switching
|
||||
- Own config and database — no shared state with other plugins
|
||||
|
||||
Based on Chat 2 by Infi and Anna (EUPL-1.2).
|
||||
Support: https://discord.gg/X9V7Kcv5gR
|
||||
repo_url: https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat
|
||||
accepts_feedback: true
|
||||
@@ -35,6 +21,23 @@ tags:
|
||||
- Replacement
|
||||
- Privacy
|
||||
changelog: |-
|
||||
**v2.0.4 — Housekeeping (2026-08-20)**
|
||||
|
||||
Nothing changes in how the plugin behaves. Two pieces of tidying that were overdue.
|
||||
|
||||
- **The installer description was long, and one line of it was wrong.** It ran to 908 characters and opened by naming a category instead of saying what the plugin does. It also claimed 24 interface languages when there are 25, and the two manifests carried different one-line summaries, so the store listing and the plugin details showed different sentences.
|
||||
- **30 translation keys for the webinterface are gone.** That feature, its HTTP routes and its frontend left the code in May; the strings stayed behind in all 25 languages, along with a generated property for each. Every key was checked against the whole repository before anything was removed.
|
||||
|
||||
---
|
||||
|
||||
**v2.0.3 — Pop-out context menu, screenshot mode (2026-08-20)**
|
||||
|
||||
- **The context menu never opened in a pop-out window.** Right-clicking a name or an item there did nothing at all. Every chat surface shares one popup state, and whichever window drew first cleared the menu it had not opened before the pop-out got its turn. The menu now stays with the window the click came from.
|
||||
- **Screenshot mode could not be turned off.** It is a saved setting, but neither of its two toggles wrote the change to the config file, so switching it off never survived a reload and the mode came back on at every plugin load. Both toggles save now. If it is stuck on for you, one click off is enough.
|
||||
- **Text the game colours itself could render invisible.** Some of those colours arrive without an alpha byte, and the byte order swap then left them fully transparent.
|
||||
|
||||
---
|
||||
|
||||
**v2.0.2 — Emotes out, placeholders fixed (2026-08-19)**
|
||||
|
||||
- **BetterTTV emote support is gone.** Its shared-emote endpoint went behind authentication, and that was where nearly all of them came from — what remained was a 65-entry global set, eleven of which are on the known-broken list, so 54 mostly static images from Twitch's early days. Exactly one was animated, and that one wanted 492 frames and 37 MB of video memory. The plugin now makes no outbound network calls at all. Messages stored with emotes still read fine; they show the code that was typed.
|
||||
@@ -50,51 +53,4 @@ changelog: |-
|
||||
- MessagePack raised from 3.1.4 to 3.1.7. It handles the payload serialisation behind the message database. The advisories are a recursion-depth limit in `Skip` and a fault in LZ4 decompression, both reachable only through crafted input — this plugin writes and reads its own bytes in a local file, so the practical exposure needs someone who already has write access to it. Lifted anyway, because it costs nothing.
|
||||
- The release workflow publishes through the Gitea API directly. The 2.0.0 build succeeded and then failed to attach its own archive, which is why that release had to be completed by hand.
|
||||
|
||||
---
|
||||
|
||||
**v2.0.0 — Rebuilt, Repaired, Reset (2026-08-19)**
|
||||
|
||||
Nine development cycles in one release. Everything built as v1.6.0 through v1.15.0 ships here; those versions were never published on their own.
|
||||
|
||||
**This update resets your settings.** Nine cycles of rebuilding left saved values pointing at surfaces that no longer exist, and starting over is the only way to be sure every install is on the same defaults. **Your message history is untouched** — it lives in a separate database. Your old settings are kept next to the config file as `HellionChat.json.pre-2.0.0.bak`.
|
||||
|
||||
Fixed, and several of these lost data or hid it:
|
||||
|
||||
- Retroactive cleanup could never be applied at all. The preview took the database lock itself and that counted as a change, so every preview went stale the instant it finished and the apply button never appeared.
|
||||
- Compacting the database ran against an open reader and failed, after which the plugin reported that nothing had been deleted — while everything had.
|
||||
- Deleting messages left them in the search index, so search kept returning rows that were already gone.
|
||||
- Pinned tell tabs came up empty for a whole session: the history query ran at plugin start, before any character is logged in, and never tried again.
|
||||
- Export wrote invalid JSON where a setting value was involved, and a byte-order mark that strict parsers reject.
|
||||
- A pop-out with its title bar switched on could not be closed, and a tell from a popped-out partner hijacked the main window's active tab.
|
||||
- One third-party emote service started returning 403, and that response took all 65 working global emotes down with it on every start.
|
||||
- The GDPR notice for the full-history profile had been translated into 25 languages and shown nowhere since May.
|
||||
|
||||
Changed, and one of these changes what gets stored:
|
||||
|
||||
- **The channel grid is now authoritative.** Until now the unknown-channel failsafe was applied to known channels too, so a channel you had unticked was still being written while that failsafe was on. If that was you, this release stores less than before. Nothing already in the database is touched.
|
||||
- Every window is drawn by the plugin rather than by ImGui defaults, and they share one visual language: structure carried by typography, a surface on anything you can press, and colours measured against what sits behind them.
|
||||
- Typography has named roles — sender, body and timestamp mean the same thing everywhere, timestamps sit in their own column, system messages are italic.
|
||||
- Export, the tab editor, database maintenance and pinning had lost their entry points during the rebuild and are reachable again.
|
||||
- Screenshot mode reached one of four surfaces that draw a tab name. It reaches all four now.
|
||||
|
||||
Removed: six settings that had a control and a saved value but no reader anywhere in the plugin; a per-tab regex filter the game's own blackword filter covers; and a wizard checkbox that was collected, reported as applied and never read.
|
||||
|
||||
New: an Emote tab in the default layout, local and server clocks in the status bar, a screenshot mode reachable from the input row, `/hellion wizard` to reopen the setup wizard, a style lab under `/hellion lab`, and 25 UI languages with the settings window and wizard fully covered.
|
||||
|
||||
Based on Chat 2 1.35.3 (upstream Infiziert90/ChatTwo, EUPL-1.2). The two codebases have diverged far enough that they no longer line up.
|
||||
|
||||
---
|
||||
|
||||
**v1.5.6 — Settings Overhaul + Filter & Notification Polish (2026-05-23)**
|
||||
|
||||
- Settings window reorganised: ten tabs down to seven (General, Appearance, Chat, Window, Channels, Data & Privacy, About). Each tab now uses collapsible sections grouped by control type. Sections start collapsed every time you open a tab — less noise, easier to find what you need.
|
||||
- New sender-name display options under Chat → Messages: separate world-suffix and name-format modes (Full name / First name only / Initials × Never / Other worlds only / Always).
|
||||
- Plugin-only symbols now show a pre-send warning so other players do not get empty boxes (Chat → Messages → "Warn before sending plugin-only symbols").
|
||||
- Separate window opacity for focused vs. inactive chat window (Appearance → Window style → "Inactive window opacity"). The slider above sets the focused value.
|
||||
- Custom notification sound volume slider (General → Sound, and mirrored in Channels → per-tab → Notification). Affects only the three bundled custom sounds; the 16 game sounds are unaffected.
|
||||
- The per-tab regex filter that briefly shipped earlier in this cycle has been removed — FFXIV's built-in blackword filter covers the same need.
|
||||
- All 24 locale files updated for the new section labels and the v1.5.6 control labels (machine translation; native review continues via the Hellion Forge Discord).
|
||||
|
||||
Based on Chat 2 1.35.3 (upstream Infiziert90/ChatTwo, EUPL-1.2).
|
||||
|
||||
Earlier history: https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases
|
||||
|
||||
@@ -29,7 +29,7 @@ internal sealed class ThemeRegistryInitHostedService(
|
||||
foreach (var _ in registry.AllCustom()) { }
|
||||
registry.SwitchSilent(Plugin.Config.Theme);
|
||||
|
||||
// B4b-3: point font sizes at the active theme's typography, wire future
|
||||
// Point font sizes at the active theme's typography, wire future
|
||||
// theme switches to the atlas rebuild, and apply the boot theme's override.
|
||||
fontManager.SetTypographySource(() => registry.Active.Typography);
|
||||
registry.SetActiveChangedCallback(() => fontManager.RebuildDelegateFontsIfChanged());
|
||||
|
||||
@@ -49,6 +49,7 @@ internal sealed class PayloadHandler
|
||||
public uint LastHoverCounter;
|
||||
|
||||
private (Chunk, Payload?)? _popup;
|
||||
private object? _popupOwner;
|
||||
|
||||
public PayloadHandler(
|
||||
ThemeRegistry themes,
|
||||
@@ -69,6 +70,10 @@ internal sealed class PayloadHandler
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
// Every chat surface shares this handler, so each one claims it before it
|
||||
// renders. Without that the popup cannot tell whose click it belongs to.
|
||||
internal object? ActiveSurface { get; set; }
|
||||
|
||||
internal void Draw()
|
||||
{
|
||||
DrawPopups();
|
||||
@@ -84,7 +89,9 @@ internal sealed class PayloadHandler
|
||||
|
||||
private void DrawPopups()
|
||||
{
|
||||
if (_popup == null)
|
||||
// A foreign surface finds no open popup here and would otherwise read
|
||||
// that as "closed" and drop the state before the owner gets to draw.
|
||||
if (_popup == null || !PopupOwnership.Owns(_popupOwner, ActiveSurface))
|
||||
return;
|
||||
|
||||
var (chunk, payload) = _popup.Value;
|
||||
@@ -93,6 +100,7 @@ internal sealed class PayloadHandler
|
||||
if (!popup.Success)
|
||||
{
|
||||
_popup = null;
|
||||
_popupOwner = null;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -186,7 +194,10 @@ internal sealed class PayloadHandler
|
||||
return;
|
||||
}
|
||||
|
||||
ImGui.Checkbox(Language.Context_ScreenshotMode, ref Plugin.Config.ScreenshotMode);
|
||||
// The flag is persisted, so every toggle has to write it. Without the
|
||||
// write it only sticks when some unrelated save happens to run after.
|
||||
if (ImGui.Checkbox(Language.Context_ScreenshotMode, ref Plugin.Config.ScreenshotMode))
|
||||
Plugin.Instance.SaveConfig();
|
||||
|
||||
if (ImGui.Selectable(Language.Context_HideChat))
|
||||
Plugin.Config.HideChat = true;
|
||||
@@ -934,6 +945,7 @@ internal sealed class PayloadHandler
|
||||
private void RightClickPayload(Chunk chunk, Payload? payload)
|
||||
{
|
||||
_popup = (chunk, payload);
|
||||
_popupOwner = ActiveSurface;
|
||||
ImGui.OpenPopup(PopupId);
|
||||
}
|
||||
}
|
||||
|
||||
-269
@@ -3696,150 +3696,6 @@ namespace HellionChat.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to - Expect multi-boxing to work with this (only first client works).
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_DoNot_Multibox {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_DoNot_Multibox", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to - Forward the port used (9000).
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_DoNot_Port {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_DoNot_Port", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to - Share your authentication code with anyone else.
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_DoNot_Share {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_DoNot_Share", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to resolve hostname..
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Hostname_Fail {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Hostname_Fail", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Note: This will require at least a semi-modern browser in order to function correctly..
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Note {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Note", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface.
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Tab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Tab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do Not:.
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Warning_DoNot {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Warning_DoNot", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself..
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Warning_Header {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Warning_Header", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!.
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Warning_Reason {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Warning_Reason", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately..
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Warning_Support {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Warning_Support", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface will start alongside the plugin automatically.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceAutoStart_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceAutoStart_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Start automatically.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceAutoStart_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceAutoStart_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enables the webinterface that can be accessed with a browser..
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceEnable_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceEnable_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enabled.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceEnable_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceEnable_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Limits the amount of log lines to show in the webinterface. This will improve loading performance..
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceMaxLinesToSend_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Log line limit for the webinterface.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceMaxLinesToSend_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Window opacity.
|
||||
/// </summary>
|
||||
@@ -4020,130 +3876,5 @@ namespace HellionChat.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Start.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Button_Start {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Button_Start", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Stop.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Button_Stop {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Button_Stop", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Control Panel:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Controls {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Controls", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Active:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Controls_Active {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Controls_Active", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to URL:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Controls_Url {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Controls_Url", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Authcode:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_CurrentPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_CurrentPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The port this webinterface will be running on..
|
||||
/// </summary>
|
||||
internal static string Webinterface_Option_Port_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Option_Port_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Port.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Option_Port_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Option_Port_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset your password and invalidate all session tokens..
|
||||
/// </summary>
|
||||
internal static string Webinterface_PasswordReset_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_PasswordReset_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface failed to start. Check /xllog for more information..
|
||||
/// </summary>
|
||||
internal static string Webinterface_Start_Failed {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Start_Failed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface was started..
|
||||
/// </summary>
|
||||
internal static string Webinterface_Start_Success {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Start_Success", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface failed to stop. Check /xllog for more information..
|
||||
/// </summary>
|
||||
internal static string Webinterface_Stop_Failed {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Stop_Failed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface was stopped..
|
||||
/// </summary>
|
||||
internal static string Webinterface_Stop_Success {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Stop_Success", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Usage Notice.
|
||||
/// </summary>
|
||||
internal static string Webinterface_UsageNotice {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_UsageNotice", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Miscel·lània</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Use Dalamud's default language</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>If this is enabled, the Auto Translate list will be sorted alphabetically.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>S'ha produït un error enviant aquest missatge privat</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Různé</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Použít výchozí jazyk Dalamud</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Pokud je zapnuto, seznam Auto Translate bude seřazen abecedně.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Zapnuto</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Zapne webinterface, ke kterému lze přistupovat přes prohlížeč.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Spustit automaticky</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface se spustí automaticky spolu s pluginem</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Přepsat styl</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Klávesová zkratka pro přepnutí záložky dozadu</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Přístupový kód:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Resetovat heslo a zneplatnit všechny tokeny relací.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Ovládací panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktivní:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>nic nenastaveno</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Omezí počet řádků logu zobrazených v okně chatu. Může mírně zlepšit výkon.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Limit řádků logu pro webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Omezí počet řádků logu zobrazených ve webinterface. Zlepší výkon načítání.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Při načítání historie chatu došlo k chybě. Více informací pro nahlášení chyby najdeš v logu pluginu.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Při odesílání Tell zprávy došlo k chybě</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface byl zastaven.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface se nepodařilo zastavit. Více informací pod /xllog.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Zastavit</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Spustit</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface byl spuštěn.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface se nepodařilo spustit. Více informací pod /xllog.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Port, na kterém bude webinterface běžet.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Po zaškrtnutí 'Zapnuto' a kliknutí na 'Spustit' se načte vestavěné webové rozhraní Chat2, které umožní zařízením ve tvé síti přistupovat k hernímu chatu. Tuto funkci lze použít například k tomu, aby telefon nebo jiný počítač mohl sledovat aktivitu Chat2, přepínat kanály a odesílat zprávy, jako bys psal přímo ve FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Z důvodu bezpečnosti účtu není tato funkce určena k používání mimo tvou lokální síť. Byl jsi varován!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Nezapomeň:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Neforwarduj použitý port (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Nesdílej svůj autentizační kód s nikým jiným</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Neočekávej, že multi-boxing bude fungovat (funguje pouze první klient)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Podpora nebude poskytnuta, pokud nebudou dodržena pravidla ze sekce „Nezapomeň".</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Nelze přeložit název hostitele.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Poznámka: Pro správnou funkci je potřeba alespoň semi-moderní prohlížeč.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Upozornění k použití</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Toto zakáže výběr kanálu a zobrazí všechny zprávy přicházející od cíle.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diverse</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Brug Dalamud's standardsprog</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Hvis dette er aktiveret, sorteres Auto Translate-listen alfabetisk.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Aktiveret</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Aktiverer webinterfacet, der kan tilgås med en browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatisk</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterfacet starter automatisk sammen med pluginnet</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Tilsidesæt stil</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Genvejstast til forrige chatfane</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Adgangskode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Nulstil din adgangskode og ugyldiggør alle sessionstokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Kontrolpanel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktiv:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>ingen genvej sat</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Begrænser antallet af loglinjer der vises i chatvinduet. Dette kan forbedre ydeevnen en smule.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Loglinjebegrænsning for webinterfacet</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Begrænser antallet af loglinjer der vises i webinterfacet. Dette vil forbedre indlæsningsydeevnen.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Der opstod en fejl under indlæsning af chathistorik. Se venligst plugin-logs for mere information til at rapportere dette problem.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Der opstod en fejl under afsendelse af denne Tell-besked</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterfacet blev stoppet.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterfacet kunne ikke stoppes. Tjek /xllog for mere information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterfacet blev startet.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterfacet kunne ikke startes. Tjek /xllog for mere information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Den port dette webinterface kører på.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Efter at have markeret 'Aktiveret' og klikket 'Start' indlæses Chat2's indbyggede webgrænseflade, som giver enheder på dit netværk adgang til spil-chatten. Denne funktion kan bruges til at lade en telefon eller en anden computer se Chat2-aktivitet, skifte kanaler og sende beskeder som om du tastede direkte i FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Af hensyn til kontosikkerheden er denne funktion ikke beregnet til brug uden for dit lokale netværk, du er advaret!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Gør ikke:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Videresend den anvendte port (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Del din godkendelseskode med nogen andre</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Forvent at multi-boxing virker med dette (kun første klient virker)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Der ydes ingen support, hvis nogen af 'Gør ikke'-punkterne ikke overholdes korrekt.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Kan ikke opløse værtsnavn.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Bemærk: Dette kræver mindst en semi-moderne browser for at fungere korrekt.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Brugsmeddelelse</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Dette deaktiverer kanalvalget og viser alle beskeder fra målet.</value>
|
||||
</data>
|
||||
|
||||
Generated
-92
@@ -493,9 +493,6 @@ Sie wurden gewarnt.</value>
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Sonstiges</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Dalamud's Standardsprache verwenden</value>
|
||||
</data>
|
||||
@@ -583,18 +580,6 @@ Sie wurden gewarnt.</value>
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Wenn dies aktiviert ist, wird die Auto-Übersetzerliste alphabetisch sortiert.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Aktiviert</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Aktiviert das Webinterface, auf das mit einem Browser zugegriffen werden kann.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Automatisch starten</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Das Webinterface wird automatisch zusammen mit dem Plugin gestartet</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Stil überschreiben</value>
|
||||
</data>
|
||||
@@ -607,21 +592,6 @@ Sie wurden gewarnt.</value>
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Tastenbelegung zum Rückwärts wechseln des Chat-Tabs</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Setze dein Passwort zurück und mache alle Sitzungstoken ungültig.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Einstellungen:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktiv:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>keins festgelegt</value>
|
||||
</data>
|
||||
@@ -1138,12 +1108,6 @@ Sie wurden gewarnt.</value>
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Begrenzt die Anzahl der Nachrichten, die im Chatfenster angezeigt werden sollen. Dies kann die Leistung leicht verbessern.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Beim Laden des Chat-Verlaufs ist ein Fehler aufgetreten. Weitere Informationen finden Sie unter /xllog, um dieses Problem zu melden.</value>
|
||||
</data>
|
||||
@@ -1351,62 +1315,6 @@ Sie wurden gewarnt.</value>
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Beim Senden dieser Nachricht ist ein Fehler aufgetreten</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface wurde gestoppt.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface konnte nicht gestoppt werden. Schau in /xllog nach weiteren Informationen.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface wurde gestartet.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface konnte nicht gestartet werden. Schau in /xllog nach weiteren Informationen.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Der Port, auf dem dieses Webinterface laufen wird.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>The informal translation for the provided text in German would be:
|
||||
|
||||
Nachdem du 'Aktiviert' angeklickt und auf 'Start' gedrückt hast, wird die eingebaute Web-Oberfläche von Chat2 geladen. Dadurch können Geräte in deinem Netzwerk auf den In-Game-Chat zugreifen. Diese Funktion kann verwendet werden, um einem Handy oder einem anderen Computer zu ermöglichen, Chat2-Aktivitäten zu sehen, Kanäle zu wechseln und Nachrichten zu senden, als ob du direkt in FFXIV tippst.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Aus Sicherheitsgründen ist diese Funktion nicht für die Nutzung außerhalb deines lokalen Netzwerks gedacht. Du wurdest gewarnt!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Folgendes ist dir untersagt:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Weiterleitung des benutzten Ports (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Dein Authentifizierungscode mit anderen zu teilen</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Zu erwarten, dass Multiboxing damit funktioniert (nur der erste Client funktioniert)."**</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Es wird keine Unterstützung bereitgestellt, wenn eine der Untersagungen nicht respektiert oder eingehalten wird.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Hostname kann nicht ermittelt werden.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Hinweis: Dies erfordert mindestens einen halbwegs modernen Browser, um richtig zu funktionieren.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Nutzungshinweis</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Διάφορα</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Χρήση προεπιλεγμένης γλώσσας Dalamud</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Αν είναι ενεργό, η λίστα Auto Translate θα ταξινομείται αλφαβητικά.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Ενεργοποιημένο</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Ενεργοποιεί το webinterface που είναι προσβάσιμο μέσω browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Αυτόματη εκκίνηση</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Το Webinterface θα ξεκινά αυτόματα μαζί με το plugin</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Παράκαμψη στυλ</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Συντόμευση εναλλαγής καρτέλας συνομιλίας προς τα πίσω</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Κωδικός πρόσβασης:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Επαναφορά κωδικού πρόσβασης και ακύρωση όλων των tokens συνεδρίας.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Πίνακας ελέγχου:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Ενεργό:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>δεν έχει οριστεί</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Περιορίζει τον αριθμό γραμμών αρχείου καταγραφής που εμφανίζονται στο παράθυρο συνομιλίας. Αυτό μπορεί να βελτιώσει ελαφρώς την απόδοση.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Όριο γραμμών αρχείου καταγραφής για το webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Περιορίζει τον αριθμό γραμμών αρχείου καταγραφής στο webinterface. Αυτό θα βελτιώσει την απόδοση φόρτωσης.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Παρουσιάστηκε σφάλμα κατά τη φόρτωση του ιστορικού συνομιλίας. Δες τα αρχεία καταγραφής του plugin για περισσότερες πληροφορίες για αναφορά αυτού του προβλήματος.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Παρουσιάστηκε σφάλμα κατά την αποστολή αυτού του μηνύματος Tell</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Το Webinterface διακόπηκε.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Το Webinterface απέτυχε να διακοπεί. Έλεγξε το /xllog για περισσότερες πληροφορίες.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Διακοπή</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Εκκίνηση</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Το Webinterface εκκινήθηκε.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Το Webinterface απέτυχε να εκκινηθεί. Έλεγξε το /xllog για περισσότερες πληροφορίες.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Θύρα</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Η θύρα στην οποία θα εκτελείται αυτό το webinterface.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Αφού επιλέξεις 'Ενεργοποιημένο' και πατήσεις 'Εκκίνηση', θα φορτωθεί η ενσωματωμένη web διεπαφή του Chat 2, που θα επιτρέπει σε συσκευές στο δίκτυό σου να έχουν πρόσβαση στη συνομιλία του παιχνιδιού. Αυτή η λειτουργία μπορεί να χρησιμοποιηθεί για να επιτρέψει σε ένα τηλέφωνο ή άλλον υπολογιστή να βλέπει τη δραστηριότητα του Chat 2, να αλλάζει κανάλια και να στέλνει μηνύματα σαν να πληκτρολογείς στο FFXIV ο ίδιος.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Για λόγους ασφάλειας λογαριασμού, αυτή η λειτουργία δεν προορίζεται για χρήση εκτός του τοπικού σου δικτύου, έχεις προειδοποιηθεί!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Μην κάνεις:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Προώθηση της χρησιμοποιούμενης θύρας (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Κοινοποίηση του κωδικού ελέγχου ταυτότητας σε άλλους</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Περίμενε multi-boxing να λειτουργεί με αυτό (μόνο το πρώτο client λειτουργεί)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Δεν θα παρέχεται υποστήριξη αν κάποιος από τους κανόνες 'Μην κάνεις' δεν τηρείται κατάλληλα.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Αδυναμία επίλυσης ονόματος host.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Σημείωση: Αυτό απαιτεί τουλάχιστον ένα ημι-σύγχρονο browser για να λειτουργήσει σωστά.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Ειδοποίηση χρήσης</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Αυτό απενεργοποιεί την επιλογή καναλιού και εμφανίζει όλα τα μηνύματα που προέρχονται από τον στόχο.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Otros</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Interfaz Web</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Usar el idioma por defecto de Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Si esto está habilitado, la lista del Traductor Automático se ordenará alfabéticamente.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Habilitado</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Habilita la interfaz web a la que se puede acceder con un navegador.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Iniciar automáticamente</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>La interfaz web comenzará junto al plugin automáticamente</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Sobrescribir estilo</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Ciclo de la pestaña de chat hacia atrás</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Código de autor:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Restablecer su contraseña e invalidar todos los tokens de sesión.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Panel de control:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Activo:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>ninguno establecido</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limita la cantidad de líneas de registro que se pueden mostrar en la ventana de chat. Esto puede mejorar ligeramente el rendimiento.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Límite de líneas de registro para la interfaz web</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limita la cantidad de líneas de registro a mostrar en la interfaz web. Esto mejorará el rendimiento de la carga.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Ha ocurrido un error al cargar el historial del chat. Por favor comprueba los registros del plugin para más informacion para reportar este problema.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Se produjo un error al enviar este mensaje privado</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Interfaz web detenida.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>La interfaz web no se ha detenido. Revisa /xllog para más información.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Detener</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Iniciar</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Interfaz web iniciada.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>La interfaz web no pudo iniciarse. Revisa /xllog para más información.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Puerto</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Puerto en el que se ejecutará esta interfaz web.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Después de marcar 'Activado' y hacer clic en 'Iniciar', se cargará la interfaz web integrada de Chat2, que permitirá a los dispositivos de tu red acceder al chat en el juego. Esta función se puede utilizar para permitir que un teléfono u otro equipo vea la actividad de Chat2, cambie de canal, y envíe mensajes como si estuvieras escribiendo en FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Por razones de seguridad de la cuenta, esta característica no está pensada para su uso fuera de su red local, ¡usted ha sido advertido!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>No:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>Redirijas el puerto usado (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>Compartas tu código con nadie más</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>Esperes que el multi-Boeing funcione con esto (solo el primer cliente funciona).</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No se proporcionará ningún soporte a las cláusulas de "NO" que no sean respetadas y adheridas apropiadamente.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Incapaz de resolver nombre del host.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Nota: Esto requerirá al menos un navegador semi moderno para funcionar correctamente</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Aviso de Uso</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Muut asetukset</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Käytä Dalamud'n oletuskieltä</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Jos tämä on käytössä, Auto Translate -lista lajitellaan aakkosjärjestykseen.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Käytössä</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Ottaa käyttöön webinterface-rajapinnan, johon pääsee selaimella.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Käynnistä automaattisesti</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface käynnistyy automaattisesti lisäosan mukana</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Ohita tyyli</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Näppäinkomento chat-välilehden siirtymiseen taaksepäin</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Tunnuskoodi:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Nollaa salasana ja mitätöi kaikki istuntotunnukset.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Ohjauspaneeli:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktiivinen:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>ei asetettu</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Rajoittaa chat-ikkunassa näytettävien lokirivien määrää. Tämä saattaa parantaa suorituskykyä hieman.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Lokirivien raja webinterfacelle</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Rajoittaa webinterfacessa näytettävien lokirivien määrää. Tämä parantaa lataussuorituskykyä.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Chat-historian latauksen aikana tapahtui virhe. Katso lisätietoja lisäosan lokeista tämän ongelman ilmoittamista varten.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Tell-viestin lähetyksessä tapahtui virhe</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface pysäytettiin.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface-pysäytys epäonnistui. Tarkista /xllog lisätietoja varten.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Pysäytä</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Käynnistä</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface käynnistettiin.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface-käynnistys epäonnistui. Tarkista /xllog lisätietoja varten.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Portti</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Portti, jossa tämä webinterface toimii.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Kun otat 'Käytössä' käyttöön ja napsautat 'Käynnistä', tämä lataa Chat2:n sisäänrakennetun verkkoliittymän, joka sallii verkkosi laitteiden pääsyn pelin chattiin. Tätä ominaisuutta voidaan käyttää puhelimen tai toisen tietokoneen sallimiseksi nähdä Chat2-toiminta, vaihtaa kanavia ja lähettää viestejä kuin kirjoittaisit FFXIV:ssä itse.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Tiliturvasyistä tätä ominaisuutta ei ole tarkoitettu käytettäväksi paikallisverkon ulkopuolella, olet saaneet varoituksen!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Älä:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Lähetä käytettyä porttia eteenpäin (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Jaa tunnuskoodiasi kenenkään muun kanssa</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Odota multi-boxingin toimivan tämän kanssa (vain ensimmäinen asiakas toimii)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Tukea ei anneta, jos 'Älä'-kohtia ei noudateta asianmukaisesti.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Isäntänimen selvittäminen epäonnistui.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Huomio: Tämä vaatii vähintään puolimodernin selaimen toimiakseen oikein.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Käyttöilmoitus</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Tämä poistaa kanavavalinnan käytöstä ja näyttää kaikki kohteelta tulevat viestit.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Divers</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Interface web</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Utiliser la langue par défaut de Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Si cette option est activée, la liste de Traduction Automatique sera triée par ordre alphabétique.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Activé</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Activer l'interface web accessible depuis un navigateur.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Démarrer automatiquement</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>L'interface web démarrera automatiquement avec le plugin</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Remplacer le style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Raccourci clavier pour faire défiler l'onglet de discussion vers l'arrière</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Code d'authentification :</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Réinitialisez votre mot de passe et invalidez tous les jetons de session.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Panneau de configuration :</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Actif :</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL :</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>aucune valeur définie</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limite le nombre de lignes à afficher dans la fenêtre de chat. Cela peut légèrement améliorer les performances.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Nombre de lignes maximum de l'interface web</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limite le nombre de lignes à afficher dans l'interface web. Cela améliore la performance des chargements.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Une erreur s'est produite lors du chargement de l'historique de la conversation. Veuillez consulter les logs du plugin pour plus d'informations pour signaler ce problème.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Une erreur s'est produite pendant l'envoi du message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>L'interface web a été arrêtée.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>L'arrêt de l'interface Web a échoué. Consultez /xllog pour plus d'informations.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Arrêter</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Démarrer</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>L'interface Web a été démarrée.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Échec du démarrage de l'interface Web. Vérifiez /xllog pour plus d'informations.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Le port sur lequel s'exécutera cette interface web.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Après avoir coché 'Activé' et cliquez sur 'Démarrer', cela chargera l'interface web intégrée de Chat2, qui permettra aux périphériques de votre réseau d'accéder au chat en jeu. Cette fonctionnalité peut être utilisée pour permettre à un téléphone ou à un autre ordinateur de voir l'activité de Chat2, changer de canal, et envoyer des messages comme si vous écriviez dans FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Pour des raisons de sécurité du compte, cette fonctionnalité n'est pas destinée à être utilisée en dehors de votre réseau local, vous avez été averti !</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Ne pas faire :</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Rediriger le port utilisé (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Partager votre code d'authentification avec n'importe qui d'autre</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Vous attendre à ce que le multi-boxing fonctionne avec ça (seul le premier client fonctionne)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Aucune assistance ne sera fournie si l'une des clauses "Ne pas faire" n'est pas respectée et observée de manière appropriée.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Impossible de résoudre le nom d'hôte.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note : Cela nécessitera au moins un navigateur semi-moderne pour fonctionner correctement.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Notice d'utilisation</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Egyéb</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Dalamud alapértelmezett nyelvének használata</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Ha be van kapcsolva, az Auto Translate lista ábécé sorrendbe lesz rendezve.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Engedélyezve</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Engedélyezi a böngészőből elérhető webinterface-t.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Automatikus indítás</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>A Webinterface automatikusan elindul a pluginnel együtt</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Stílus felülbírálása</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Chat fül hátra léptető gyorsbillentyű</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Hitelesítési kód:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Jelszó visszaállítása és az összes munkamenet-token érvénytelenítése.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Vezérlőpult:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktív:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>nincs beállítva</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Korlátozza a chatablakban megjelenő naplósorok számát. Ez kis mértékben javíthatja a teljesítményt.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Naplósor-korlát a webinterface-hez</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Korlátozza a webinterface-en megjelenő naplósorok számát. Ez javítja a betöltési teljesítményt.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Hiba történt a chat-előzmények betöltése közben. A hiba bejelentéséhez tekintsd meg a plugin-naplókat.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Hiba történt a Tell üzenet küldése közben</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>A Webinterface leállt.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>A Webinterface leállítása sikertelen. További információért nézd meg a /xllog-ot.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Leállítás</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Indítás</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>A Webinterface elindult.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>A Webinterface indítása sikertelen. További információért nézd meg a /xllog-ot.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>A port, amelyen a Webinterface fut.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Az 'Engedélyezve' bejelölése és az 'Indítás' gombra kattintás után betöltődik a Chat2 beépített webes felülete, amely lehetővé teszi a hálózaton lévő eszközök számára a játékon belüli chat elérését. Ez a funkció például egy telefon vagy másik számítógép számára lehetővé teszi a Chat2 tevékenységének megtekintését, csatornák váltását és üzenetek küldését, mintha az FFXIV-ban gépelnél.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Fiókbiztonsági okokból ez a funkció nem a helyi hálózaton kívüli használatra készült. Figyelmeztetés megtörtént!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Ne tedd a következőket:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- A használt port továbbítása (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- A hitelesítési kód megosztása bárki mással</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Multi-boxing használatának elvárása ezzel (csak az első kliens működik)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Nem nyújtunk támogatást, ha a 'Ne tedd' pontok bármelyike nem kerül megfelelően betartásra.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>A hosztnév nem oldható fel.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Megjegyzés: A megfelelő működéshez legalább egy félig modern böngésző szükséges.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Használati megjegyzés</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Ez letiltja a csatorna-kiválasztást és megjeleníti az összes, a célponttól érkező üzenetet.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Miscellaneous</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Interfaccia web</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Utilizza la lingua predefinita di Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>If this is enabled, the Auto Translate list will be sorted alphabetically.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Abilita</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Si è verificato un errore durante l'invio del messaggio privato</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>L'interfaccia web è stata interrotta.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>L'interfaccia web non si è interrotta. Controlla /xllog per maggiori informazioni.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Interrompi</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Inizia</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>L'interfaccia web è stata avviata.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Avvio interfaccia web non riuscito. Controlla /xllog per maggiori informazioni.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Porta</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>La porta su cui verrà attivata questa interfaccia web.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Dopo aver selezionato 'Abilita' e aver cliccato su 'Inizia' questo caricherà l'interfaccia web integrata di Chat2, che permetterà ai dispositivi di rete di accedere alla chat in-game. Questa funzione può essere utilizzata per consentire a un telefono o a un altro computer di vedere l'attività di Chat2, cambiare canali e inviare messaggi come se si stesse digitando su FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Per motivi di sicurezza dell'account, questa funzione non è destinata ad essere utilizzata al di fuori della rete locale, sei stato avvisato!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Non Fare:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Inoltrare la porta utilizzata (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Condividere il tuo codice di autenticazione con altre persone</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Aspettarsi che il multi-boxing funzioni (funziona solo il primo client)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Non sarà fornito alcun supporto se una qualsiasi delle clausole 'Non Fare' non è rispettata in modo adeguato.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Impossibile risolvere il nome host.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Nota: Questo richiederà almeno un browser semi-moderno per funzionare correttamente.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Avviso Di Utilizzo</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>その他の設定</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webインターフェイス</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Dalamudのデフォルト言語を使用する</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>これが有効な場合、自動翻訳リストはアルファベット順にソートされます。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>有効</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>ブラウザでアクセスできるWebインターフェースを有効にします。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>自動で開始</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webインターフェイスは自動的にプラグインと一緒に起動します</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>スタイルを上書き</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>チャットタブの逆方向キーバインド</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>認証コード:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>パスワードをリセットし、すべてのセッショントークンを無効にします。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>コントロールパネル:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>有効:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>未設定</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>チャットウィンドウに表示するログ行数を制限します。これによりパフォーマンスが若干向上する可能性があります。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Webインターフェースのログ行数制限</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Webインターフェースに表示するログの数を制限します。これにより読み込みのパフォーマンスが向上します。</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>チャット履歴の読み込み中にエラーが発生しました。この問題を報告するには、プラグインのログを参照してください。</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>このメッセージを送信中にエラーが発生しました</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webインターフェースが停止しました。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webインターフェイスの停止に失敗しました。詳細は /xllog を確認してください。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webインターフェースを開始しました。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webインターフェースの起動に失敗しました。詳細は /xllog を確認してください。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>ポート</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>このWebインターフェイスのポートは動作します。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>「有効」にチェックを入れて「開始」をクリックすると、Chat2の内蔵Webインターフェースが読み込まれ、ネットワーク上のデバイスがゲーム内チャットにアクセスできるようになります。 この機能は、電話または別のコンピュータがチャット2アクティビティを表示できるようにするために使用できます。 FFXIV を入力しているかのようにチャネルを切り替え、メッセージを送信します。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>アカウントのセキュリティ上の理由から、この機能はローカルネットワーク外での使用を意図したものではありません。注意してください!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- 使用するポートを転送 (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- あなたの認証コードを他の人と共有します</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- マルチボクシングがこれで動作することを期待します (最初のクライアントのみ)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>「Do Not」条項のいずれかが尊重されず、適切に遵守されていない場合は、サポートは提供されません。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>ホスト名を解決できません</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>注意: 正しく機能するためには、少なくとも半最新のブラウザが必要です。</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>使用上の注意</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>기타</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>달라무드의 기본 언어를 사용</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>이 옵션이 활성화되면, 상용구 사전이 가나다 순서로 정렬됩니다.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>스타일 덮어쓰기</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>채팅창에 표시할 로그 줄 수의 양을 제한합니다. 성능을 약간 향상시킬 수 있습니다.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>채팅 기록을 불러오지 못했습니다. 자세한 정보는 플러그인 로그를 확인해주세요.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diverse</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webgrensesnitt</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Bruk Dalamud sitt standardspråk</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Når dette er aktivert, sorteres Auto Translate-listen alfabetisk.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Aktivert</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Aktiverer webgrensesnittet som kan åpnes i en nettleser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatisk</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webgrensesnittet starter automatisk sammen med plugin-en</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Overstyr stil</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Tastebinding for å bla bakover i faner</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Autentiseringskode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Tilbakestill passordet ditt og ugyldiggjør alle økt-token.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Kontrollpanel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktiv:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>ingen satt</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Begrenser antall logglinjer som vises i chatvinduet. Dette kan forbedre ytelsen litt.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Logglinjebegrensning for webgrensesnittet</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Begrenser antall logglinjer som vises i webgrensesnittet. Dette forbedrer innlastingsytelsen.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>En feil oppstod ved innlasting av chatthistorikk. Se plugin-loggene for mer informasjon for å rapportere dette problemet.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>En feil oppstod ved sending av denne Tell-meldingen</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webgrensesnittet ble stoppet.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Klarte ikke å stoppe webgrensesnittet. Sjekk /xllog for mer informasjon.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stopp</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webgrensesnittet ble startet.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Klarte ikke å starte webgrensesnittet. Sjekk /xllog for mer informasjon.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Porten dette webgrensesnittet kjører på.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Etter å ha krysset av for "Aktivert" og klikket "Start" vil Chat 2 sitt innebygde webgrensesnitt lastes inn. Dette gjør det mulig for enheter på nettverket ditt å se inn-spill-chatten. Funksjonen kan for eksempel brukes til å la en telefon eller en annen datamaskin se Chat 2-aktivitet, bytte kanaler og sende meldinger som om du selv satt og tastet i FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Av hensyn til kontosikkerheten er denne funksjonen ikke beregnet for bruk utenfor ditt lokale nettverk. Du er advart!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Ikke gjør dette:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Videresend porten som brukes (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Del autentiseringskoden din med noen andre</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Forvent at multi-boxing fungerer med dette (kun første klient fungerer)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Det gis ingen støtte hvis noen av punktene under "Ikke gjør dette" ikke overholdes.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Klarte ikke å løse opp vertsnavnet.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Merk: Dette krever en relativt moderne nettleser for å fungere riktig.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Bruksmerknader</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Dette deaktiverer kanalvalget og viser alle meldinger fra målet.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Overig</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Gebruik de standaard taal van Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Als dit is ingeschakeld, zal de Automatisch Vertalingen lijst alfabetisch worden gesorteerd.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Ingeschakeld</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Schakelt de webinterface in die toegankelijk is met een browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatisch</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface start automatisch naast de plugin</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Stijl overschrijven</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cyclus chat tab achterwaarts toetsbinding</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset je wachtwoord en maak alle sessietokens ongeldig.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Bedieningspaneel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Actief:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>niet ingesteld</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limiteer het maximum aantal regels die worden getoont in het chatvester.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Regel limiet voor de webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Beperkt het aantal regels om weer te geven in de webinterface. Dit zal de laadprestaties verbeteren.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Er is een fout opgetreden tijdens het laden van de chatgeschiedenis. Bekijk de plugin logs voor meer informatie om dit probleem te rapporteren.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Er is een fout opgetreden tijdens het verzenden van dit bericht</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was gestopt.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface kan niet stoppen. Controleer /xllog voor meer informatie.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Begin</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface werd gestart.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface is niet gestart. Controleer /xllog voor meer informatie.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Poort</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>De poort waarop deze webinterface zal draaien.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Nadat je 'Ingeschakeld' hebt aangevinkt en op 'Start' hebt geklikt, wordt de ingebouwde webinterface van Chat2 geladen, waarmee apparaten op je netwerk toegang krijgen tot in-game chat. Deze functie kan worden gebruikt om een telefoon of een andere computer Chat2-activiteit te laten zien, van kanaal te laten wisselen en berichten te laten versturen alsof je in FFXIV zelf aan het typen bent.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Om redenen van accountbeveiliging is deze functie niet bedoeld voor gebruik buiten je lokale netwerk, je bent gewaarschuwd!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Niet doen:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- De gebruikte poort doorsturen (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Je verificatiecode met iemand anders delen</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Verwacht dat multi-boxing hiermee werkt (alleen eerste client werkt)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Er wordt geen ondersteuning geboden als een van de 'Niet doen'-clausules niet wordt gerespecteerd en nageleefd.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Kan hostnaam niet oplossen.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Opmerking: Dit vereist ten minste een semi-moderne browser om correct te functioneren.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Gebruiksaanwijzing</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Różne</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Używaj domyślnego języka Dalamud</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Jeśli włączone, lista automatycznego tłumaczenia zostanie posortowana alfabetycznie.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Włączone</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Włącza webinterface dostępny z poziomu przeglądarki.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Uruchamiaj automatycznie</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface uruchomi się automatycznie razem z wtyczką</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Zastąp styl</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Skrót do przełączania zakładek czatu do tyłu</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Zresetuj hasło i unieważnij wszystkie tokeny sesji.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Panel sterowania:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Aktywny:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>nie ustawiono</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Ogranicza liczbę linii logu wyświetlanych w oknie czatu. Może nieznacznie poprawić wydajność.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Limit linii logu dla webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Ogranicza liczbę linii logu wyświetlanych w webinterface. Poprawi wydajność ładowania.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Wystąpił błąd podczas ładowania historii czatu. Sprawdź logi wtyczki, żeby uzyskać więcej informacji do zgłoszenia problemu.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Wystąpił błąd podczas wysyłania tej wiadomości Tell</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface został zatrzymany.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Nie udało się zatrzymać webinterface. Sprawdź /xllog, aby uzyskać więcej informacji.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Zatrzymaj</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Uruchom</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface został uruchomiony.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Nie udało się uruchomić webinterface. Sprawdź /xllog, aby uzyskać więcej informacji.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Port, na którym będzie działał webinterface.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Po zaznaczeniu opcji 'Włączone' i kliknięciu 'Uruchom' zostanie załadowany wbudowany interfejs webowy Chat 2, który umożliwi urządzeniom w twojej sieci dostęp do czatu w grze. Funkcja ta może być używana, żeby telefon lub inny komputer mógł widzieć aktywność Chat 2, przełączać kanały i wysyłać wiadomości tak jakbyś pisał w FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Ze względów bezpieczeństwa konta ta funkcja nie jest przeznaczona do użytku poza siecią lokalną. Zostałeś ostrzeżony!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Nie rób tego:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Nie przekierowuj używanego portu (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Nie udostępniaj nikomu swojego kodu uwierzytelniającego</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Nie oczekuj, że multi-boxing będzie działać (tylko pierwszy klient działa)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Nie będzie udzielana żadna pomoc, jeśli którykolwiek z punktów listy 'Nie rób tego' nie zostanie odpowiednio przestrzegany.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Nie można rozwiązać nazwy hosta.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Uwaga: Do prawidłowego działania wymagana jest co najmniej w miarę nowoczesna przeglądarka.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Informacja o użytkowaniu</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Wyłącza wybór kanału i pokazuje wszystkie wiadomości od celu.</value>
|
||||
</data>
|
||||
|
||||
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diversos</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Usar idioma padrão do Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Se esta opção estiver habilitada, a lista de tradução automática será classificada em ordem alfabética.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Substituir estilo</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limita a quantidade de linhas de registro para mostrar na janela do bate-papo. Isso pode melhorar um pouco o desempenho.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Ocorreu um erro ao carregar o histórico do bate-papo. Por favor, consulte os registros do plugin para obter mais informações para reportar este problema.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diversos</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Usar o idioma predefinido do Dalamud</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Se esta opção estiver ativada, a lista de tradução automática será ordenada alfabeticamente.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Ativado</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Ativa a webinterface que pode ser acedida com um browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Iniciar automaticamente</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>A webinterface iniciará automaticamente a par do plugin.</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Substituir estilo</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Atalho para recuar no separador de chat</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Repõe a palavra-passe e invalida todos os tokens de sessão.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Painel de controlo:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Ativo:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>nenhum definido</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limita o número de linhas do registo apresentadas na janela de chat. Pode melhorar ligeiramente o desempenho.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Limite de linhas do registo para a webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limita o número de linhas do registo apresentadas na webinterface. Melhora o desempenho do carregamento.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Ocorreu um erro ao carregar o histórico do chat. Consulta os registos do plugin para mais informações e para reportar o problema.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Ocorreu um erro ao enviar esta mensagem Tell</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>A webinterface foi parada.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>A webinterface falhou ao parar. Consulta /xllog para mais informações.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Parar</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Iniciar</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>A webinterface foi iniciada.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>A webinterface falhou ao iniciar. Consulta /xllog para mais informações.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Porta</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>A porta em que esta webinterface vai estar a correr.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Ao marcar 'Ativado' e clicar em 'Iniciar', será carregada a interface web integrada do Chat2, que permitirá que dispositivos na tua rede acedam ao chat do jogo. Esta funcionalidade pode ser usada para que um telemóvel ou outro computador veja a atividade do Chat2, mude de canal e envie mensagens como se estivesses a escrever no próprio FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Por razões de segurança da conta, esta funcionalidade não se destina a ser usada fora da tua rede local. Ficaste avisado!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Não faças:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Reencaminhar a porta usada (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Partilhar o teu código de autenticação com mais ninguém</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Esperar que o multi-boxing funcione com isto (só o primeiro cliente funciona)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Não será prestado suporte se alguma das cláusulas de 'Não faças' não for respeitada e cumprida adequadamente.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Não foi possível resolver o nome do anfitrião.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Nota: É necessário um browser minimamente moderno para que isto funcione corretamente.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Aviso de utilização</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Desativa a seleção de canal e mostra todas as mensagens provenientes do alvo.</value>
|
||||
</data>
|
||||
|
||||
@@ -478,9 +478,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Miscellaneous</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Use Dalamud's default language</value>
|
||||
</data>
|
||||
@@ -568,18 +565,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>If this is enabled, the Auto Translate list will be sorted alphabetically.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -592,21 +577,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1123,12 +1093,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1336,60 +1300,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diverse</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Folosește limba implicită a lui Dalamud</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Dacă această opțiune este activată, lista de traduceri automate va fi sortată alfabetic.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Прочее</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Использовать по умолчанию язык Dalamud 'а</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Сортировать список автоматических переводов по алфавиту.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Diverse</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Använd Dalamuds standardspråk</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Om detta är aktiverat kommer listan för automatisk översättning sorteras alfabetiskt.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Çeşitli</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Web arayüzü</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Dalamud'un varsayılan dilini kullan</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Etkinleştirilirse Otomatik Çeviri listesi alfabetik olarak sıralanır.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Etkin</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Bir tarayıcıyla erişilebilen web arayüzünü etkinleştirir.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Otomatik olarak başlat</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Web arayüzü, eklentiyle birlikte otomatik olarak başlar</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Stili geçersiz kıl</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Sohbet sekmesini geriye döngüle tuş ataması</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Kimlik doğrulama kodu:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Parolanızı sıfırlayın ve tüm oturum belirteçlerini geçersiz kılın.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Kontrol Paneli:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Etkin:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>atanmamış</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Sohbet penceresinde gösterilecek günlük satırı sayısını sınırlar. Bu, performansı hafifçe artırabilir.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Web arayüzü için günlük satırı sınırı</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Web arayüzünde gösterilecek günlük satırı sayısını sınırlar. Bu, yükleme performansını artıracaktır.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Sohbet geçmişi yüklenirken bir hata oluştu. Bu sorunu bildirmek için daha fazla bilgi için eklenti günlüklerine bakın.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Bu Tell mesajı gönderilirken bir hata oluştu</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Web arayüzü durduruldu.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Web arayüzü durdurulamadı. Daha fazla bilgi için /xllog adresini kontrol edin.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Durdur</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Başlat</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Web arayüzü başlatıldı.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Web arayüzü başlatılamadı. Daha fazla bilgi için /xllog adresini kontrol edin.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Bu web arayüzünün çalışacağı port.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>'Etkin' seçeneğini işaretleyip 'Başlat'a tıkladıktan sonra Chat 2'nin yerleşik web arayüzü yüklenecek ve ağınızdaki cihazların oyun içi sohbete erişmesine izin verecektir. Bu özellik, bir telefon veya başka bir bilgisayarın Chat 2 etkinliğini görmesine, kanal değiştirmesine ve FFXIV'de yazıyormuş gibi mesaj göndermesine olanak tanımak için kullanılabilir.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>Hesap güvenliği nedeniyle bu özellik yerel ağınız dışında kullanılmak üzere tasarlanmamıştır, uyarıldınız!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Yapılmaması Gerekenler:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Kullanılan portu (9000) yönlendirme</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Kimlik doğrulama kodunuzu başkalarıyla paylaşma</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Multi-box'ın çalışmasını bekleme (yalnızca ilk istemci çalışır)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>'Yapılmaması Gerekenler' maddelerinden herhangi biri uygulanmazsa destek sağlanmayacaktır.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Ana makine adı çözümlenemedi.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Not: Bunun düzgün çalışması için en azından yarı modern bir tarayıcı gereklidir.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Kullanım Bildirimi</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Bu, kanal seçimini devre dışı bırakır ve hedeften gelen tüm mesajları gösterir.</value>
|
||||
</data>
|
||||
|
||||
Generated
-90
@@ -494,9 +494,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Різне</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Вебінтерфейс</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Використовувати мову Dalamud за замовчуванням</value>
|
||||
</data>
|
||||
@@ -584,18 +581,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>Якщо увімкнено, список автоперекладу буде відсортовано за алфавітом.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Увімкнено</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Вмикає вебінтерфейс, доступний через браузер.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Запускати автоматично</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Вебінтерфейс запускатиметься разом із плагіном автоматично</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Перевизначити стиль</value>
|
||||
</data>
|
||||
@@ -608,21 +593,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Клавіша перемикання вкладки чату назад</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Код доступу:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Скинути пароль та анулювати всі токени сесій.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Панель керування:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Активно:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>не призначено</value>
|
||||
</data>
|
||||
@@ -1139,12 +1109,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Обмежує кількість рядків журналу у вікні чату. Може трохи покращити продуктивність.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Ліміт рядків для вебінтерфейсу</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Обмежує кількість рядків журналу у вебінтерфейсі. Покращує швидкість завантаження.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>Під час завантаження журналу чату сталася помилка. Перегляньте журнали плагіна для отримання додаткової інформації та повідомлення про проблему.</value>
|
||||
</data>
|
||||
@@ -1352,60 +1316,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>Під час надсилання цього повідомлення Tell сталася помилка</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Вебінтерфейс зупинено.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Не вдалося зупинити вебінтерфейс. Перевірте /xllog для отримання додаткової інформації.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Зупинити</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Запустити</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Вебінтерфейс запущено.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Не вдалося запустити вебінтерфейс. Перевірте /xllog для отримання додаткової інформації.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Порт</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>Порт, на якому працюватиме вебінтерфейс.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>Після увімкнення та натискання «Запустити» буде завантажено вбудований вебінтерфейс Chat 2, який дозволить пристроям у вашій мережі отримати доступ до ігрового чату. Ця функція може використовуватися для перегляду активності Chat 2 з телефону чи іншого комп'ютера, перемикання каналів і надсилання повідомлень так, ніби Ви вводите їх безпосередньо у FFXIV.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>З міркувань безпеки облікового запису цю функцію не призначено для використання поза локальною мережею. Будьте уважні!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Не робіть:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Не пробрасовуйте порт (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Не діліться кодом автентифікації з іншими</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Не розраховуйте на роботу з кількома клієнтами (працює лише перший)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>Підтримка не надаватиметься, якщо вказані вимоги не дотримуються належним чином.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Не вдалося визначити ім'я хосту.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Примітка: для коректної роботи потрібен принаймні відносно сучасний браузер.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Умови використання</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>Це вимикає вибір каналу і показує всі повідомлення від цілі.</value>
|
||||
</data>
|
||||
|
||||
-90
@@ -472,9 +472,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>偏好</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>网页界面</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>使用Dalamud的默认语言</value>
|
||||
</data>
|
||||
@@ -562,18 +559,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>如果启用此选项,定型文列表将按字母顺序排序。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>启用</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>启用可通过浏览器访问的网络界面。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>自动启动</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>网页界面将随插件一同启动</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>覆盖样式</value>
|
||||
</data>
|
||||
@@ -586,21 +571,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>倒序切换聊天标签页快捷键</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>验证码:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>重置密码并使所有会话令牌失效。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>控制面板:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>活动状态:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>未设置</value>
|
||||
</data>
|
||||
@@ -1117,12 +1087,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>限制在聊天窗口中显示的日志行数。这可能会稍微提高性能。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>网页界面日志行数限制</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>限制在网页界面中显示的日志行数。可提高加载性能。</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>加载聊天记录时发生错误。请查看插件日志以获取更多信息以报告此问题。</value>
|
||||
</data>
|
||||
@@ -1324,60 +1288,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>发送悄悄话时发生了错误</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>网页界面已停止。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>网页界面停止失败。检查 /xllog 获取更多信息。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>停止</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>启动</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>网页界面已启动。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>网页界面启动失败。检查 /xllog 获取更多信息。</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>端口</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>网页界面将运行在此端口。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>勾选 “启用” 并点击 “启动” 后,将加载 Chat2 的内置网络界面,并允许网络上的设备访问游戏内聊天。此功能可用手机或其他电脑看到 Chat2 的活动、切换频道和发送信息,就像在 最终幻想14 中打字一样。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>出于账户安全考虑,此功能不适合在本地网络之外使用,你已收到警告!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>注意事项:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- 不要转发使用的端口 (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- 不要与任何人分享你的验证码</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- 不要尝试在多个客户端中同时使用 (仅第一个客户端工作)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>如果 “注意事项” 中的任何条款没有得到适当遵守,将不会提供任何支持。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>无法解析主机名。</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>注意:需要至少是个半现代浏览器才能正常运行。</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>使用须知</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>禁用频道选择,显示目标的所有消息。</value>
|
||||
</data>
|
||||
|
||||
-90
@@ -473,9 +473,6 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>偏好</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>使用Dalamud的預設語言</value>
|
||||
</data>
|
||||
@@ -563,18 +560,6 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>如果啓用此選項,定型文列表將按字母順序排序。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enabled</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Name">
|
||||
<value>Start automatically</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceAutoStart_Description">
|
||||
<value>Webinterface will start alongside the plugin automatically</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>覆蓋樣式</value>
|
||||
</data>
|
||||
@@ -587,21 +572,6 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Authcode:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls">
|
||||
<value>Control Panel:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Controls_Url">
|
||||
<value>URL:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
@@ -1118,12 +1088,6 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>限制在聊天窗口種現實的日誌行數,性能可能會因此略有提高。</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>載入聊天日誌時發生錯誤,清查勘查間日誌已獲得更多新系已報告此問題。</value>
|
||||
</data>
|
||||
@@ -1325,60 +1289,6 @@
|
||||
<data name="Chat_SendTell_Error" xml:space="preserve">
|
||||
<value>An error occured while sending this tell message</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Success" xml:space="preserve">
|
||||
<value>Webinterface was stopped.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Stop_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to stop. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Stop" xml:space="preserve">
|
||||
<value>Stop</value>
|
||||
</data>
|
||||
<data name="Webinterface_Button_Start" xml:space="preserve">
|
||||
<value>Start</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Success" xml:space="preserve">
|
||||
<value>Webinterface was started.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Start_Failed" xml:space="preserve">
|
||||
<value>Webinterface failed to start. Check /xllog for more information.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Name" xml:space="preserve">
|
||||
<value>Port</value>
|
||||
</data>
|
||||
<data name="Webinterface_Option_Port_Description" xml:space="preserve">
|
||||
<value>The port this webinterface will be running on.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Header" xml:space="preserve">
|
||||
<value>After checking 'Enabled' and clicking 'Start' this will load up Chat2's built-in web interface, which will allow devices on your network to access in-game chat. This feature may be used to allow a phone or another computer to see Chat2 activity, switch channels, and send messages as though you were typing in FFXIV itself.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Reason" xml:space="preserve">
|
||||
<value>For reasons of account security, this feature is not intended for use outside of your local network, you have been warned!</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_DoNot" xml:space="preserve">
|
||||
<value>Do Not:</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Port" xml:space="preserve">
|
||||
<value>- Forward the port used (9000)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Share" xml:space="preserve">
|
||||
<value>- Share your authentication code with anyone else</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_DoNot_Multibox" xml:space="preserve">
|
||||
<value>- Expect multi-boxing to work with this (only first client works)</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Warning_Support" xml:space="preserve">
|
||||
<value>No support will be provided if any of the 'Do Not' clauses aren't respected and adhered to appropriately.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Hostname_Fail" xml:space="preserve">
|
||||
<value>Unable to resolve hostname.</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Note" xml:space="preserve">
|
||||
<value>Note: This will require at least a semi-modern browser in order to function correctly.</value>
|
||||
</data>
|
||||
<data name="Webinterface_UsageNotice" xml:space="preserve">
|
||||
<value>Usage Notice</value>
|
||||
</data>
|
||||
<data name="Options_Help_SenderMessages" xml:space="preserve">
|
||||
<value>This disables the channel selection and shows all messages coming from the target.</value>
|
||||
</data>
|
||||
|
||||
@@ -4,7 +4,7 @@ using Dalamud.Plugin.SelfTest;
|
||||
namespace HellionChat.SelfTests;
|
||||
|
||||
// Optional metric capture. Accumulates 1000 steady-state frames of ImGui IO
|
||||
// counters plus the plugin's full-Draw wall-time (Plugin.LastDrawMs, B5-1),
|
||||
// counters plus the plugin's full-Draw wall-time (Plugin.LastDrawMs),
|
||||
// then writes a single perf-baseline.json into the plugin ConfigDirectory so
|
||||
// the cycle-notes author can copy the baseline figures without a separate
|
||||
// profiling harness. The step only records — it never fails on a threshold
|
||||
|
||||
@@ -13,7 +13,7 @@ internal static class ThemeJsonLoader
|
||||
// policy from the v2.x style refactor: v1 user themes are not migrated,
|
||||
// they're silently ignored so the loader stays free of legacy mapping
|
||||
// code. Any other malformed input still throws FormatException.
|
||||
// B4b-2: callers must pass the logger or the default-fill warnings go silent.
|
||||
// Callers must pass the logger or the default-fill warnings go silent.
|
||||
public static Theme? LoadFromString(string json, ILogger? logger = null)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(json))
|
||||
|
||||
@@ -901,7 +901,10 @@ internal sealed class InputBar
|
||||
)
|
||||
)
|
||||
{
|
||||
// Persisted flag -- write it here too, or turning it back off
|
||||
// never reaches the config file.
|
||||
Plugin.Config.ScreenshotMode = !Plugin.Config.ScreenshotMode;
|
||||
Plugin.Instance.SaveConfig();
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
@@ -158,6 +158,11 @@ internal sealed class MessageList
|
||||
return;
|
||||
}
|
||||
|
||||
// Claim the shared handler, so a popup opened here stays with this
|
||||
// window instead of being cleared by whichever surface draws first.
|
||||
if (_handler is not null)
|
||||
_handler.ActiveSurface = this;
|
||||
|
||||
// No own ImRaii.Child here — MainWindow already wraps the message
|
||||
// area in one. Nesting would give the window two stacked scrolls
|
||||
// and a runaway content-height computation.
|
||||
|
||||
@@ -52,7 +52,7 @@ internal sealed class TopTabBar
|
||||
for (var i = 0; i < tabs.Count; i++)
|
||||
{
|
||||
var tab = tabs[i];
|
||||
// POP-1b: a popped-out tab is owned by its pop-out window, not the main
|
||||
// A popped-out tab is owned by its pop-out window, not the main
|
||||
// strip (1.5.6 exclusivity). Gate on the pool, not Tab.PopOut (stale flag).
|
||||
if (_pool.IsOpen(tab.Identifier))
|
||||
continue;
|
||||
|
||||
@@ -175,6 +175,7 @@ internal sealed class InputPreview : Window
|
||||
_handlerLender.ResetCounter();
|
||||
|
||||
var handler = _handlerLender.Borrow();
|
||||
handler.ActiveSurface = this;
|
||||
_chunkRenderer.DrawChunks(
|
||||
_previewMessage!.Content,
|
||||
wrap: true,
|
||||
|
||||
@@ -155,7 +155,7 @@ internal sealed class ChannelPopoutWindow : Window, IFocusableChatWindow
|
||||
if (Bound is null)
|
||||
return;
|
||||
|
||||
// POP-1f: the bound tab is live-visible in this pop-out, so it carries no
|
||||
// The bound tab is live-visible in this pop-out, so it carries no
|
||||
// unread badge — mirror MainWindow's per-frame zero for the active tab.
|
||||
// View-state reset only (tab.Messages store is untouched).
|
||||
Bound.Unread = 0;
|
||||
|
||||
@@ -310,9 +310,9 @@ internal sealed class MainWindow : Window, IFocusableChatWindow
|
||||
TabLifecycleHelpers.OnTabActivated(reseed, active);
|
||||
}
|
||||
|
||||
// POP-1c: a popped-out tab must not stay the main window's active surface
|
||||
// A popped-out tab must not stay the main window's active surface
|
||||
// (1.5.6 exclusivity). Re-anchor to the first non-popped tab the moment the
|
||||
// active one is popped; null when every tab is popped (POP-1d guards Draw).
|
||||
// active one is popped; null when every tab is popped, which Draw guards for.
|
||||
// Runs post-seed, before the sidebar/top-tab draw, so the popped tab never
|
||||
// renders. Idempotent: PickMainActiveTab returns the same reference once
|
||||
// settled, so OnTabActivated fires only on the pop frame.
|
||||
|
||||
@@ -66,8 +66,23 @@ internal static class ColourUtil
|
||||
);
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
// Cherry-picked from ChatTwo upstream a51789b + 5b58513 (Infiziert90,
|
||||
// 2026-06-12). Both guards belong together -- a51789b alone turns a zero
|
||||
// colour into opaque black, which then slips past the invisible-text
|
||||
// guard in ChunkUtil and paints over the inherited colour.
|
||||
// TEST-MIRROR: ../../../Hellion Build test/Util/ColourUtilTests.cs
|
||||
// ---------------------------------------------------------------
|
||||
public static unsafe uint ArgbToRgba(uint x)
|
||||
{
|
||||
if (x == 0)
|
||||
return 0;
|
||||
|
||||
// The game omits the alpha byte on some GlobalValue colours, and the
|
||||
// swap below would leave alpha at 0 -- invisible text.
|
||||
if (x <= 0x00FFFFFFu)
|
||||
x |= 0xFF000000u;
|
||||
|
||||
var buf = (byte*)&x;
|
||||
(buf[1], buf[2], buf[3], buf[0]) = (buf[0], buf[1], buf[2], buf[3]);
|
||||
return x;
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
namespace HellionChat.Util;
|
||||
|
||||
// Chat surfaces share one payload handler and all render it in the same frame.
|
||||
// A popup belongs to the surface that opened it; the others must leave its
|
||||
// state alone instead of reading "no popup here" as "popup was closed".
|
||||
internal static class PopupOwnership
|
||||
{
|
||||
// Reference identity on purpose -- two surfaces can compare equal without
|
||||
// being the same window.
|
||||
internal static bool Owns(object? owner, object? surface) =>
|
||||
owner is not null && ReferenceEquals(owner, surface);
|
||||
}
|
||||
@@ -165,7 +165,7 @@ internal static class TabLifecycleHelpers
|
||||
|
||||
// Sectioned sidebar render order (1.5.6 parity): persistent → pinned TempTabs →
|
||||
// unpinned TempTabs. Returns indices into the live tab list so the list order is
|
||||
// never mutated and DrawRow keeps each tab's ORIGINAL index for PushID. POP-1a:
|
||||
// never mutated and DrawRow keeps each tab's ORIGINAL index for PushID.
|
||||
// isPoppedOut excludes tabs bound to a pop-out window — an excluded tab draws no
|
||||
// row and its pool's section header gates on the first tab actually reached. Pure
|
||||
// + Dalamud-free so the Build-Suite can pin it.
|
||||
@@ -215,7 +215,7 @@ internal static class TabLifecycleHelpers
|
||||
return persistent;
|
||||
}
|
||||
|
||||
// POP-1c: returns the tab the main window should display — the current tab if it
|
||||
// Returns the tab the main window should display — the current tab if it
|
||||
// is not popped out, else the FIRST non-popped tab in list order, else null when
|
||||
// every tab is popped. NOTE: deliberately NOT ResetActiveTabIfRemoved's
|
||||
// unconditional Tabs[0] — Tabs[0] may itself be popped and would re-trigger the
|
||||
@@ -243,7 +243,7 @@ internal static class TabLifecycleHelpers
|
||||
Popout,
|
||||
}
|
||||
|
||||
// POP-1f: the alreadyPopped case is the whole reason this is a function.
|
||||
// The alreadyPopped case is the whole reason this is a function.
|
||||
//
|
||||
// Revealing a popped-out tab in the main window looks like it does nothing,
|
||||
// and then does something worse: PickMainActiveTab re-anchors on the next
|
||||
@@ -268,12 +268,12 @@ internal static class TabLifecycleHelpers
|
||||
_ => switchAlways && !alreadyPopped ? TellReveal.MainWindow : TellReveal.None,
|
||||
};
|
||||
|
||||
// POP-1e: popout-aware sibling of WrapTabIndex for the ChatTabForward/Backward
|
||||
// Popout-aware sibling of WrapTabIndex for the ChatTabForward/Backward
|
||||
// keybind. Steps from current by delta's sign (±1), wrapping, and returns the
|
||||
// first index whose tab is NOT popped out within tabs.Count steps; returns current
|
||||
// when every other tab is popped (no-op), the list is empty, or a single tab.
|
||||
// Skipping popped tabs here is what stops the POP-1c re-anchor from making the
|
||||
// cycle stick (CYCLE-1). Pure + Dalamud-free.
|
||||
// Skipping popped tabs here is what stops the PickMainActiveTab re-anchor
|
||||
// from making the cycle stick. Pure + Dalamud-free.
|
||||
// TEST-MIRROR: ../../../Hellion Build test/_Helpers/NextMainTabIndexTests.cs
|
||||
internal static int NextMainTabIndex(
|
||||
int current,
|
||||
|
||||
+25
-38
@@ -20,8 +20,8 @@ Last reviewed: 2026-08-18 (HellionChat v1.12.0).
|
||||
`pluginConfigs/HellionChat/` directory.
|
||||
- The plugin does not phone home. No telemetry, no analytics, no crash reporter, no usage counter,
|
||||
no remote update check beyond what Dalamud itself does.
|
||||
- One outbound network call exists by design: the BetterTTV emote service (for chat emotes). It is
|
||||
documented in detail below and can be reasoned about per request.
|
||||
- As of v2.0.2 the plugin makes **no outbound network requests at all**. The one that existed, the
|
||||
BetterTTV emote service, was removed along with the feature it served.
|
||||
- You can export every message the plugin has stored, in Markdown, JSON or CSV. You can delete it by
|
||||
channel, by age, or all of it at once.
|
||||
|
||||
@@ -42,8 +42,9 @@ HellionChat keeps three kinds of state on your machine, all under
|
||||
ExtraChat. Public chat, NPC dialogue, system messages and battle logs are dropped on the storage
|
||||
layer and never written to disk.
|
||||
|
||||
3. **Cached emote images** (`EmoteCacheV1/` directory). Image files downloaded from BetterTTV when
|
||||
an emote appears in a message you receive. See "Outbound network calls" below.
|
||||
Earlier versions kept a third item here, an `EmoteCacheV1/` directory of images downloaded from
|
||||
BetterTTV. Nothing writes to it as of v2.0.2. If you used a version before that, the directory is
|
||||
still on disk and can be deleted by hand; the plugin no longer reads or creates it.
|
||||
|
||||
There is no shared state with the upstream Chat 2 plugin. `pluginConfigs/HellionChat/` is
|
||||
independent from `pluginConfigs/ChatTwo/`.
|
||||
@@ -73,35 +74,23 @@ turn the retention sweep on in the settings. Until then, stored messages stay un
|
||||
|
||||
## Outbound network calls
|
||||
|
||||
HellionChat makes one kind of automatic outbound network request, inherited from upstream Chat 2 and
|
||||
documented here because "GDPR-by-design" means you should know what your client does on your behalf.
|
||||
The second one this section used to list, the Lodestone font download, was removed in v1.0.4 and the
|
||||
font is bundled instead.
|
||||
**None.** As of v2.0.2 the plugin makes no automatic outbound network requests of any kind. Both
|
||||
calls this section used to describe are gone, and the section is kept so the claim can be checked
|
||||
against what it replaced rather than simply asserted.
|
||||
|
||||
### 1. BetterTTV emote service (`api.betterttv.net`, `cdn.betterttv.net`)
|
||||
### 1. BetterTTV emote service (removed in v2.0.2)
|
||||
|
||||
- **What it does:** When a chat message arrives that references a BetterTTV emote, the plugin asks
|
||||
the BetterTTV API for the emote metadata and downloads the image from the BetterTTV CDN to display
|
||||
it inline.
|
||||
- **What is sent:** A standard HTTPS GET request. Your IP address reaches BetterTTV (unavoidable for
|
||||
any HTTPS request); the request itself contains no identifying user data, no character name, no
|
||||
message text. Only the emote ID being looked up is in the URL path.
|
||||
- **When it triggers:**
|
||||
- The emote _list_ (global emotes plus the top-1500 community emotes over fifteen API pages) is
|
||||
fetched from `api.betterttv.net` once per session at plugin startup, provided the **Show
|
||||
emotes** option is on. This first list-fetch happens before any chat message has arrived.
|
||||
BetterTTV's edge therefore sees your IP as soon as the plugin loads, not only after an emote is
|
||||
mentioned.
|
||||
- The individual emote _images_ on `cdn.betterttv.net` are fetched on demand, only when an
|
||||
incoming chat message contains a token matching one of the cached IDs. These are cached locally
|
||||
(`EmoteCacheV1/`) and reused across sessions.
|
||||
- **Cached:** Yes, in `EmoteCacheV1/`. A given emote is downloaded once per machine and reused.
|
||||
- **How to opt out:** Turn off the **Show emotes** option in Settings → Chat → Display modes. With
|
||||
it disabled, the emote cache does not load and no requests to BetterTTV are made for the rest of
|
||||
the session.
|
||||
- **BetterTTV's privacy policy:** <https://betterttv.com/privacy>
|
||||
Until v2.0.2 the plugin fetched an emote list from `api.betterttv.net` once per session at startup,
|
||||
and individual images from `cdn.betterttv.net` on demand, caching them in `EmoteCacheV1/`. The
|
||||
startup fetch meant BetterTTV's edge saw your IP as soon as the plugin loaded, whether or not an
|
||||
emote ever appeared in your chat. A setting could switch it off, but it was on by default.
|
||||
|
||||
Source: `HellionChat/EmoteCache.cs`.
|
||||
The feature was removed rather than defaulted off: BetterTTV moved its shared-emote endpoint behind
|
||||
authentication, which left 54 mostly static images from a set of 65, and that is not worth a
|
||||
connection nobody asked for. The download path, the cache directory and the renderer are gone from
|
||||
the source.
|
||||
|
||||
Messages already stored with emotes in them remain readable and show the code that was typed.
|
||||
|
||||
### 2. Square Enix Lodestone font (removed in v1.0.4)
|
||||
|
||||
@@ -204,13 +193,12 @@ messages. Existing data needs the retroactive cleanup to apply retroactively, by
|
||||
|
||||
| Party | Why they appear | What reaches them | Their privacy policy |
|
||||
| ---------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------ | -------------------------------------- |
|
||||
| BetterTTV (NightDev LLC) | Optional emote rendering | HTTPS request for an emote ID; your IP | <https://betterttv.com/privacy> |
|
||||
| Hellion Forge (Gitea, self-hosted by Hellion Online Media) | Plugin distribution via custom repo, issue tracker | Whatever the Gitea instance sees from any HTTPS request to a public repo | <https://hellion-media.de/datenschutz> |
|
||||
| Dalamud / XIVLauncher (goatcorp) | Plugin loader, font subsystem, repo polling | Whatever Dalamud reports for itself; out of HellionChat's scope | <https://github.com/goatcorp/Dalamud> |
|
||||
|
||||
The Hellion Forge Gitea instance and the Dalamud/XIVLauncher loader are unavoidable for anyone using
|
||||
HellionChat through Dalamud at all. BetterTTV is the only third party HellionChat introduces on top
|
||||
of that baseline, and it is opt-out via settings.
|
||||
Both are unavoidable for anyone using HellionChat through Dalamud at all. Since v2.0.2 the plugin
|
||||
introduces no third party on top of that baseline: BetterTTV was the only one, and it left with the
|
||||
emote feature.
|
||||
|
||||
---
|
||||
|
||||
@@ -223,11 +211,10 @@ plugin pulls in:
|
||||
- `Microsoft.Data.Sqlite`: local SQLite access, no network.
|
||||
- `morelinq`: LINQ helpers, no network.
|
||||
- `Pidgin`: parser combinators, no network.
|
||||
- `SixLabors.ImageSharp`: image decoding (used for the BetterTTV emote pipeline), no network on its
|
||||
own.
|
||||
- `SixLabors.ImageSharp`: image decoding (icon handling), no network on its own.
|
||||
|
||||
The single network call listed under "Outbound network calls" is written directly in HellionChat's
|
||||
own source, not delegated to a dependency.
|
||||
No dependency opens a connection on the plugin's behalf, and since v2.0.2 the plugin opens none
|
||||
itself either.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/actions/workflows/build.yml)
|
||||
[](LICENSE)
|
||||
[](https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/latest)
|
||||
[](https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/latest)
|
||||
[](https://github.com/goatcorp/Dalamud)
|
||||
[](https://dotnet.microsoft.com/)
|
||||
[](https://www.finalfantasyxiv.com/)
|
||||
@@ -11,7 +11,7 @@
|
||||
<img src="docs/images/hellion-forge.png" alt="Hellion Forge" width="180" />
|
||||
</p>
|
||||
|
||||
**Version 2.0.2** — Privacy-first chat plugin for FINAL FANTASY XIV / Dalamud, originally
|
||||
**Version 2.0.4** — Privacy-first chat plugin for FINAL FANTASY XIV / Dalamud, originally
|
||||
forked from [Chat 2](https://github.com/Infiziert90/ChatTwo) (EUPL-1.2).
|
||||
|
||||
Hellion Chat is a privacy-first chat plugin that began as a fork of Chat 2. The core it grew from
|
||||
@@ -84,9 +84,9 @@ Hellion Chat is developed under **Hellion Forge**, the specialized modding and p
|
||||
- **Export** to Markdown, JSON, or CSV via the Dalamud file dialog (GDPR Art. 15 right of access).
|
||||
Narrow it by channel group, by age in days, or by a substring of the sender's name.
|
||||
- **Full privacy overview** in [`PRIVACY.md`](PRIVACY.md) and third-party components in
|
||||
[`docs/THIRD_PARTY_NOTICES.md`](docs/THIRD_PARTY_NOTICES.md): what is stored, the single outbound
|
||||
call that exists and how to switch it off (BetterTTV), an explicit no-telemetry statement,
|
||||
and the mapping of GDPR rights (Art. 15/17/18/20/21) to concrete plugin functions.
|
||||
[`docs/THIRD_PARTY_NOTICES.md`](docs/THIRD_PARTY_NOTICES.md): what is stored, an explicit
|
||||
no-telemetry statement, and the mapping of GDPR rights (Art. 15/17/18/20/21) to concrete plugin
|
||||
functions. As of v2.0.2 the plugin makes no outbound network requests at all.
|
||||
|
||||
### Onboarding
|
||||
|
||||
@@ -143,7 +143,6 @@ Deuteranopia/Protanopia-safe (red-green color blindness) based on the Wong/Okabe
|
||||
|
||||
### Stability
|
||||
|
||||
- BetterTTV cache crash fix (null key handling).
|
||||
- Font atlas build fallback for missing system fonts.
|
||||
- Defensive wrapping of all migration operations.
|
||||
|
||||
@@ -272,9 +271,6 @@ Linux / XIVLauncher Core:
|
||||
```bash
|
||||
mv ~/.xlcore/pluginConfigs/ChatTwo/chat-sqlite.db \
|
||||
~/.xlcore/pluginConfigs/HellionChat/chat-sqlite.db
|
||||
[ -d ~/.xlcore/pluginConfigs/ChatTwo/EmoteCacheV1 ] && \
|
||||
mv ~/.xlcore/pluginConfigs/ChatTwo/EmoteCacheV1 \
|
||||
~/.xlcore/pluginConfigs/HellionChat/
|
||||
```
|
||||
|
||||
Windows / XIVLauncher:
|
||||
|
||||
@@ -24,7 +24,6 @@ I respond on weekdays during European business hours.
|
||||
influence)
|
||||
- The privacy filter in `MessageStore.cs` and the export pipeline
|
||||
- The configuration migration logic
|
||||
- The `EmoteCache` HTTP client and path handling
|
||||
- The Auto-Tell-Tabs spawn logic and history preload
|
||||
|
||||
### Out of scope
|
||||
|
||||
@@ -11,6 +11,47 @@ releases as an overview and links to the release pages for details.
|
||||
|
||||
---
|
||||
|
||||
## [2.0.4] — 2026-08-20
|
||||
|
||||
Housekeeping. Nothing changes in how the plugin behaves.
|
||||
|
||||
### Changed
|
||||
|
||||
- The installer description is shorter and leads with what the plugin does
|
||||
rather than what category it belongs to: 367 characters instead of 908. Two
|
||||
things in it were also wrong rather than merely long — it claimed 24
|
||||
interface languages when there are 25, and `repo.json` and the plugin yaml
|
||||
carried different one-line summaries, so the store listing and the plugin
|
||||
details showed different sentences.
|
||||
|
||||
### Removed
|
||||
|
||||
- 30 translation keys belonging to the webinterface, across all 25 languages,
|
||||
plus the generated property for each. The feature itself, its HTTP routes and
|
||||
its frontend went out in May; only the strings were left behind. Every key was
|
||||
matched on word boundaries against the whole repository before removal, and
|
||||
the build proves the rest: a key still in use would have failed to compile.
|
||||
|
||||
## [2.0.3] — 2026-08-20
|
||||
|
||||
### Fixed
|
||||
|
||||
- The context menu never opened in a pop-out window. Right-clicking a name or an
|
||||
item there did nothing at all. One payload handler is shared by the main
|
||||
window, every pop-out and the input preview, and it carries a single popup
|
||||
state. The main window draws first, found no open popup in its own scope, read
|
||||
that as closed and cleared the state before the pop-out had drawn. A popup now
|
||||
belongs to the surface that opened it and the others leave it alone.
|
||||
- Screenshot mode could not be turned off. The setting is persisted, but neither
|
||||
of its two toggles saved the config, so turning it on only stuck when an
|
||||
unrelated save happened to follow — and once stored, turning it off never
|
||||
reached the file, so it returned at every plugin load. Both toggles save now;
|
||||
an install currently stuck on it needs one click.
|
||||
- Text the game colours itself could render invisible. Some of those colours
|
||||
arrive without an alpha byte, and the byte order swap left them fully
|
||||
transparent. A colour that carries no value at all still resolves to the
|
||||
colour already in effect rather than to opaque black.
|
||||
|
||||
## [2.0.2] — 2026-08-19
|
||||
|
||||
### Removed
|
||||
|
||||
@@ -12,6 +12,18 @@ be a poor fit for the plugin's privacy-first scope during brainstorming.
|
||||
|
||||
## Released
|
||||
|
||||
**v2.0.2 — Emotes out, placeholders fixed (2026-08-19)** removed BetterTTV emote
|
||||
support entirely. Its shared-emote endpoint went behind authentication and that was
|
||||
where nearly all of them came from; what remained was 54 mostly static images, one
|
||||
of them animated at 492 frames. With it went the plugin's only outbound network
|
||||
call. Also fixed five settings descriptions that printed `{0}` instead of the
|
||||
plugin name, and replaced the preview images, which were older than every cycle in
|
||||
2.0.0.
|
||||
|
||||
**v2.0.1 — Hotfix (2026-08-19)** lifted MessagePack to 3.1.7 and repaired the
|
||||
release workflow, which built the 2.0.0 archive successfully and then failed to
|
||||
attach it.
|
||||
|
||||
**v2.0.0 — Rebuilt, Repaired, Reset (2026-08-19)** ships everything that was
|
||||
developed as v1.6.0 through v1.15.0. Those versions were never published on their
|
||||
own: the whole window layer was being rewritten from ImGui defaults to custom
|
||||
@@ -66,6 +78,25 @@ follows.
|
||||
Native-speaker review of the AI-assisted v1.5.3 translations (13 legacy Crowdin locales) runs in
|
||||
parallel as a continuous correction pass, gathered via the Hellion Forge Discord.
|
||||
|
||||
### Carried over from the 2.0.x cycle
|
||||
|
||||
Small items that surfaced during the 2.0.0 release and were deliberately left for
|
||||
a later pass rather than rushed into a patch:
|
||||
|
||||
- **Comment length.** 47 comment blocks run to 12 lines or more, the longest at 41.
|
||||
The task codes and personal names came out in 2.0.0; trimming the long ones needs
|
||||
judgement rather than a pattern, since several carry reasoning that is now the
|
||||
basis of the style reference.
|
||||
- **Channel names are only translated in 10 of 25 languages.** Spanish had two of
|
||||
three translated and one left in English, which was corrected. The other 15 sit
|
||||
fully in English, which is correct for anyone on an English client — FFXIV ships
|
||||
four client languages — but inconsistent where a language does have its own.
|
||||
- **An orphaned `EmoteCacheV1/` directory** stays on disk for anyone who ran a
|
||||
version before 2.0.2. Nothing reads or writes it. A one-time cleanup on load
|
||||
would be tidier than asking people to delete it by hand.
|
||||
- **`Metrics.Scale` uses the deprecated `ImGuiHelpers.GlobalScaleSafe`**, which is
|
||||
the only compiler warning left in the build.
|
||||
|
||||
---
|
||||
|
||||
## v1.5.6 — Settings Overhaul + Filter & Notification Polish (released 2026-05-23)
|
||||
|
||||
@@ -55,13 +55,12 @@ history, including the close of active cherry-picking in the v1.4.x cycle.
|
||||
## Components that touch the network
|
||||
|
||||
Of everything listed above, **none** of the bundled or NuGet components opens network connections on
|
||||
their own. All outbound traffic is initiated explicitly by HellionChat's own source files and is
|
||||
documented in `PRIVACY.md` under "Outbound network calls":
|
||||
their own, and as of v2.0.2 neither does HellionChat itself. Both calls this list used to name are
|
||||
gone:
|
||||
|
||||
- `HellionChat/EmoteCache.cs` → BetterTTV API + CDN (opt-out via setting)
|
||||
|
||||
The earlier Square Enix Lodestone font download (`FontManager.cs`) was removed in v1.0.4 — it was a
|
||||
leftover from upstream's removed webinterface feature and was no longer consumed.
|
||||
- `HellionChat/EmoteCache.cs` → BetterTTV API + CDN, removed in v2.0.2 along with the emote feature.
|
||||
- The Square Enix Lodestone font download (`FontManager.cs`), removed in v1.0.4 — a leftover from
|
||||
upstream's removed webinterface feature that was no longer consumed.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"Author": "Jon Kazama (Hellion Forge)",
|
||||
"Name": "Hellion Chat",
|
||||
"InternalName": "HellionChat",
|
||||
"AssemblyVersion": "2.0.2.0",
|
||||
"Description": "A Hellion Forge plugin — privacy-focused chat replacement for FINAL FANTASY XIV, built for EU, US and JP data rules.\n\nBy default only your own conversations are stored. Public chat, NPC dialogue, system messages and battle logs are discarded at the storage layer unless you opt in. Retention windows are configurable per channel, history can be wiped retroactively, and everything can be exported on demand.\n\nFeatures:\n- Channel whitelist with a Privacy-First default\n- Per-channel retention with a daily background sweep\n- Retroactive cleanup with preview and Ctrl+Shift confirm\n- Export to Markdown, JSON or CSV\n- First-run wizard with four profiles: Privacy-First, Casual, Roleplay, Full History\n- Multi-language UI (24 locales) with live language switching\n- Own config and database — no shared state with other plugins\n\nBased on Chat 2 by Infi and Anna (EUPL-1.2).\nSupport: https://discord.gg/X9V7Kcv5gR",
|
||||
"AssemblyVersion": "2.0.4.0",
|
||||
"Description": "A chat window that stores your own conversations and nothing else. Public chat, NPC dialogue, system messages and battle logs stay out of the database until you switch them on.\n\nRetention per channel, retroactive wipe, export to Markdown, JSON or CSV. Setup wizard with four profiles. 25 languages. Its own config and database.\n\nSupport: https://discord.gg/X9V7Kcv5gR",
|
||||
"ApplicableVersion": "any",
|
||||
"RepoUrl": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat",
|
||||
"Tags": [
|
||||
@@ -19,13 +19,13 @@
|
||||
"LoadSync": false,
|
||||
"CanUnloadAsync": false,
|
||||
"LoadPriority": 0,
|
||||
"Punchline": "A Hellion Forge plugin. Privacy-first chat for FFXIV, built to stay out of your way.",
|
||||
"Changelog": "**v2.0.2 — Emotes out, placeholders fixed (2026-08-19)**\n\n- **BetterTTV emote support is gone.** Its shared-emote endpoint went behind authentication, and that was where nearly all of them came from — what remained was a 65-entry global set, eleven of which are on the known-broken list, so 54 mostly static images from Twitch's early days. Exactly one was animated, and that one wanted 492 frames and 37 MB of video memory. The plugin now makes no outbound network calls at all. Messages stored with emotes still read fine; they show the code that was typed.\n- **Five settings descriptions printed `{0}` instead of the plugin name.** All 25 languages were affected, English included — it just hid better there, since \"Hide {0} during cutscenes\" still scans as a sentence while German puts the placeholder first. A test now walks every resource string with a placeholder and fails if one reaches a widget unformatted.\n- **New preview images.** The ones in the plugin installer were from 8 May and showed the interface as it looked before any of the window rebuilds.",
|
||||
"Punchline": "Chat replacement for FFXIV that keeps your conversations and forgets the rest.",
|
||||
"Changelog": "**v2.0.4 \u2014 Housekeeping (2026-08-20)**\n\nNothing changes in how the plugin behaves. Two pieces of tidying that were overdue.\n\n- **The installer description was long, and one line of it was wrong.** It ran to 908 characters and opened by naming a category instead of saying what the plugin does. It also claimed 24 interface languages when there are 25, and the two manifests carried different one-line summaries, so the store listing and the plugin details showed different sentences.\n- **30 translation keys for the webinterface are gone.** That feature, its HTTP routes and its frontend left the code in May; the strings stayed behind in all 25 languages, along with a generated property for each. Every key was checked against the whole repository before anything was removed.\n\n---\n\n**v2.0.3 \u2014 Pop-out context menu, screenshot mode (2026-08-20)**\n\n- **The context menu never opened in a pop-out window.** Right-clicking a name or an item there did nothing at all. Every chat surface shares one popup state, and whichever window drew first cleared the menu it had not opened before the pop-out got its turn. The menu now stays with the window the click came from.\n- **Screenshot mode could not be turned off.** It is a saved setting, but neither of its two toggles wrote the change to the config file, so switching it off never survived a reload and the mode came back on at every plugin load. Both toggles save now. If it is stuck on for you, one click off is enough.\n- **Text the game colours itself could render invisible.** Some of those colours arrive without an alpha byte, and the byte order swap then left them fully transparent.\n\n---\n\n**v2.0.2 — Emotes out, placeholders fixed (2026-08-19)**\n\n- **BetterTTV emote support is gone.** Its shared-emote endpoint went behind authentication, and that was where nearly all of them came from — what remained was a 65-entry global set, eleven of which are on the known-broken list, so 54 mostly static images from Twitch's early days. Exactly one was animated, and that one wanted 492 frames and 37 MB of video memory. The plugin now makes no outbound network calls at all. Messages stored with emotes still read fine; they show the code that was typed.\n- **Five settings descriptions printed `{0}` instead of the plugin name.** All 25 languages were affected, English included — it just hid better there, since \"Hide {0} during cutscenes\" still scans as a sentence while German puts the placeholder first. A test now walks every resource string with a placeholder and fails if one reaches a widget unformatted.\n- **New preview images.** The ones in the plugin installer were from 8 May and showed the interface as it looked before any of the window rebuilds.",
|
||||
"AcceptsFeedback": true,
|
||||
"DownloadLinkInstall": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.2/latest.zip",
|
||||
"DownloadLinkUpdate": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.2/latest.zip",
|
||||
"DownloadLinkTesting": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.2/latest.zip",
|
||||
"TestingAssemblyVersion": "2.0.2.0",
|
||||
"DownloadLinkInstall": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.4/latest.zip",
|
||||
"DownloadLinkUpdate": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.4/latest.zip",
|
||||
"DownloadLinkTesting": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/releases/download/v2.0.4/latest.zip",
|
||||
"TestingAssemblyVersion": "2.0.4.0",
|
||||
"IconUrl": "https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/raw/branch/main/HellionChat/images/icon.png",
|
||||
"ImageUrls": [
|
||||
"https://gitea.hellion-forge.cloud/JonKazama-Hellion/HellionChat/raw/branch/main/HellionChat/images/chatWindow.png",
|
||||
|
||||
Reference in New Issue
Block a user