diff --git a/languages/wc-licensed-product-de_CH.mo b/languages/wc-licensed-product-de_CH.mo index 59b678c..f4626f6 100644 Binary files a/languages/wc-licensed-product-de_CH.mo and b/languages/wc-licensed-product-de_CH.mo differ diff --git a/languages/wc-licensed-product-de_CH.po b/languages/wc-licensed-product-de_CH.po index 8349f7d..74a8695 100644 --- a/languages/wc-licensed-product-de_CH.po +++ b/languages/wc-licensed-product-de_CH.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WC Licensed Product 0.5.0\n" -"Report-Msgid-Bugs-To: magdev3.0@gmail.com\n" -"POT-Creation-Date: 2026-01-26 16:08+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-26 17:06+0100\n" "PO-Revision-Date: 2026-01-25T18:30:00+00:00\n" "Last-Translator: Marco Graetsch \n" "Language-Team: German (Switzerland) \n" @@ -1282,32 +1282,32 @@ msgstr "Lizenz erfolgreich überprüft!" msgid "License validation failed." msgstr "Lizenzvalidierung fehlgeschlagen." -#: src/Api/RestApiController.php:84 +#: src/Api/RestApiController.php:106 msgid "Too many requests. Please try again later." msgstr "Zu viele Anfragen. Bitte versuchen Sie es später erneut." -#: src/Api/RestApiController.php:345 src/Api/RestApiController.php:378 +#: src/Api/RestApiController.php:400 src/Api/RestApiController.php:433 #: src/License/LicenseManager.php:475 msgid "License key not found." msgstr "Lizenzschlüssel nicht gefunden." -#: src/Api/RestApiController.php:386 +#: src/Api/RestApiController.php:441 msgid "This license is not valid." msgstr "Diese Lizenz ist ungültig." -#: src/Api/RestApiController.php:396 +#: src/Api/RestApiController.php:451 msgid "License is already activated for this domain." msgstr "Die Lizenz ist bereits für diese Domain aktiviert." -#: src/Api/RestApiController.php:405 +#: src/Api/RestApiController.php:460 msgid "Maximum number of activations reached." msgstr "Maximale Anzahl der Aktivierungen erreicht." -#: src/Api/RestApiController.php:416 +#: src/Api/RestApiController.php:471 msgid "Failed to activate license." msgstr "Lizenz konnte nicht aktiviert werden." -#: src/Api/RestApiController.php:422 +#: src/Api/RestApiController.php:477 msgid "License activated successfully." msgstr "Lizenz erfolgreich aktiviert." @@ -1432,6 +1432,15 @@ msgstr "Diese Lizenz ist inaktiv." msgid "This license is not valid for this domain." msgstr "Diese Lizenz ist für diese Domain nicht gültig." +#: src/Product/VersionManager.php:166 +msgid "Attachment file not found." +msgstr "Anhangs-Datei nicht gefunden." + +#: src/Product/VersionManager.php:177 +#, php-format +msgid "File checksum does not match. Expected: %1$s, Got: %2$s" +msgstr "Datei-Prüfsumme stimmt nicht überein. Erwartet: %1$s, Erhalten: %2$s" + #: src/Product/LicensedProductType.php:72 msgid "Licensed Product" msgstr "Lizensiertes Produkt" @@ -1523,15 +1532,6 @@ msgstr "Leer lassen für übergeordneten Standard. 0 = Lebenslang." msgid "Leave empty for parent default." msgstr "Leer lassen für übergeordneten Standard." -#: src/Product/VersionManager.php:166 -msgid "Attachment file not found." -msgstr "Anhangs-Datei nicht gefunden." - -#: src/Product/VersionManager.php:177 -#, php-format -msgid "File checksum does not match. Expected: %1$s, Got: %2$s" -msgstr "Datei-Prüfsumme stimmt nicht überein. Erwartet: %1$s, Erhalten: %2$s" - #: src/Product/LicensedProductVariation.php:143 msgid "Monthly" msgstr "Monatlich" diff --git a/languages/wc-licensed-product.pot b/languages/wc-licensed-product.pot index f1146ea..ff72c03 100644 --- a/languages/wc-licensed-product.pot +++ b/languages/wc-licensed-product.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the WC Licensed Product package. +# This file is distributed under the same license as the wc-licensed-product package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: WC Licensed Product 0.5.3\n" -"Report-Msgid-Bugs-To: magdev3.0@gmail.com\n" -"POT-Creation-Date: 2026-01-26 16:08+0100\n" +"Project-Id-Version: wc-licensed-product 0.5.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-26 17:06+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1238,32 +1238,32 @@ msgstr "" msgid "License validation failed." msgstr "" -#: src/Api/RestApiController.php:84 +#: src/Api/RestApiController.php:106 msgid "Too many requests. Please try again later." msgstr "" -#: src/Api/RestApiController.php:345 src/Api/RestApiController.php:378 +#: src/Api/RestApiController.php:400 src/Api/RestApiController.php:433 #: src/License/LicenseManager.php:475 msgid "License key not found." msgstr "" -#: src/Api/RestApiController.php:386 +#: src/Api/RestApiController.php:441 msgid "This license is not valid." msgstr "" -#: src/Api/RestApiController.php:396 +#: src/Api/RestApiController.php:451 msgid "License is already activated for this domain." msgstr "" -#: src/Api/RestApiController.php:405 +#: src/Api/RestApiController.php:460 msgid "Maximum number of activations reached." msgstr "" -#: src/Api/RestApiController.php:416 +#: src/Api/RestApiController.php:471 msgid "Failed to activate license." msgstr "" -#: src/Api/RestApiController.php:422 +#: src/Api/RestApiController.php:477 msgid "License activated successfully." msgstr "" @@ -1383,6 +1383,15 @@ msgstr "" msgid "This license is not valid for this domain." msgstr "" +#: src/Product/VersionManager.php:166 +msgid "Attachment file not found." +msgstr "" + +#: src/Product/VersionManager.php:177 +#, php-format +msgid "File checksum does not match. Expected: %1$s, Got: %2$s" +msgstr "" + #: src/Product/LicensedProductType.php:72 msgid "Licensed Product" msgstr "" @@ -1472,15 +1481,6 @@ msgstr "" msgid "Leave empty for parent default." msgstr "" -#: src/Product/VersionManager.php:166 -msgid "Attachment file not found." -msgstr "" - -#: src/Product/VersionManager.php:177 -#, php-format -msgid "File checksum does not match. Expected: %1$s, Got: %2$s" -msgstr "" - #: src/Product/LicensedProductVariation.php:143 msgid "Monthly" msgstr ""