Commit Graph

10 Commits

Author SHA1 Message Date
David Korth
8801fb9432 [locale] Updated the translation files using lupdate.sh. 2025-06-16 22:52:49 -04:00
David Korth
4c93b1d4ce [locale] rvthtool_de.ts: More translations from Moddimation. 2025-06-16 22:52:18 -04:00
David Korth
c215903bde [librvth] rvth_error.c: Remove the '.' from the RVTH_ERROR_NDEV_GCN_NOT_SUPPORTED message.
FIXME: rvth_error.h's message comments don't all match rvth_error.c.

[locale] Update for these changes.
2025-05-30 19:47:38 -04:00
David Korth
8d34c3e3dd [librvth] rvth_error.c: Mark RVT-H error strings for Qt localization.
[locale] Update for these changes.

[qrvthtool] Update for localized RVT-H error strings:

- WorkerObject: Don't include the error code in the message when
  emitting finished().

- QRvtHWindow: Handle RVT-H error codes better:
  - If -ECANCELED is returned, show the message as-is, since the operation
    was cancelled.
  - If it's an RVT-H error, use QCoreApplication::translate() with the
    "RvtH|Error" context and rvth_error(err) string.
  - If it's a POSIX error, use rvth_error() anyway for now.

FIXME: Need to properly translate POSIX errors.
2025-05-30 18:35:04 -04:00
David Korth
3a0c7f6632 [qrvthtool] WorkerObject: Consolidate various error messages.
Use a '%1' placeholder for "doExtract" and "doImport", since the messages
are all the same except for the function name.

[locale] Update localizations for this change.
2025-05-30 00:02:34 -04:00
David Korth
039d225794 [locale] rvthtool_de.ts: Initial German translation.
German translation provided by crediar and Moddimation.

[qrvthtool] AboutDialog.cpp: Add German translation credits.
2025-05-29 23:36:26 -04:00
David Korth
ccb22bc8e1 [qrvthtool] FormatSize: Consolidate the size formatting code into a single file.
This consolidates the code and translations from BankEntryView and
SelectDeviceDialog,

[locale] Update localizations for this change.
2025-05-29 23:18:54 -04:00
David Korth
44886ecc95 [locale] Updated the translation files using lupdate.sh. 2025-05-26 19:46:21 -04:00
David Korth
b738376971 [locale] Updated the translation files using lupdate.sh.
Seemingly no changes since the last time I ran it, other than
line number updates...
2025-05-22 22:48:25 -04:00
David Korth
e2f342d38a [locale] Add initial (blank) translation files for de and es. 2024-04-26 22:37:02 -04:00