luci-app-acme: validation_method options: use the same string as tab names
authorSergey Ponomarev <[email protected]>
Sat, 4 Oct 2025 08:02:31 +0000 (11:02 +0300)
committerToke Høiland-Jørgensen <[email protected]>
Tue, 7 Oct 2025 12:01:06 +0000 (14:01 +0200)
For option names use a longer description that is already used for tabs that shows the method-specific options:
'Webroot' to the 'Webroot Challenge Validation'
'DNS' to 'DNS Challenge Validation'

This allows avoiding duplicated strings.

Signed-off-by: Sergey Ponomarev <[email protected]>
42 files changed:
applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js
applications/luci-app-acme/po/ar/acme.po
applications/luci-app-acme/po/bg/acme.po
applications/luci-app-acme/po/bn_BD/acme.po
applications/luci-app-acme/po/ca/acme.po
applications/luci-app-acme/po/cs/acme.po
applications/luci-app-acme/po/da/acme.po
applications/luci-app-acme/po/de/acme.po
applications/luci-app-acme/po/el/acme.po
applications/luci-app-acme/po/es/acme.po
applications/luci-app-acme/po/et/acme.po
applications/luci-app-acme/po/fa/acme.po
applications/luci-app-acme/po/fi/acme.po
applications/luci-app-acme/po/fr/acme.po
applications/luci-app-acme/po/ga/acme.po
applications/luci-app-acme/po/he/acme.po
applications/luci-app-acme/po/hi/acme.po
applications/luci-app-acme/po/hu/acme.po
applications/luci-app-acme/po/id/acme.po
applications/luci-app-acme/po/it/acme.po
applications/luci-app-acme/po/ja/acme.po
applications/luci-app-acme/po/ko/acme.po
applications/luci-app-acme/po/lt/acme.po
applications/luci-app-acme/po/mr/acme.po
applications/luci-app-acme/po/ms/acme.po
applications/luci-app-acme/po/nb_NO/acme.po
applications/luci-app-acme/po/nl/acme.po
applications/luci-app-acme/po/pl/acme.po
applications/luci-app-acme/po/pt/acme.po
applications/luci-app-acme/po/pt_BR/acme.po
applications/luci-app-acme/po/ro/acme.po
applications/luci-app-acme/po/ru/acme.po
applications/luci-app-acme/po/si/acme.po
applications/luci-app-acme/po/sk/acme.po
applications/luci-app-acme/po/sv/acme.po
applications/luci-app-acme/po/ta/acme.po
applications/luci-app-acme/po/templates/acme.pot
applications/luci-app-acme/po/tr/acme.po
applications/luci-app-acme/po/uk/acme.po
applications/luci-app-acme/po/vi/acme.po
applications/luci-app-acme/po/zh_Hans/acme.po
applications/luci-app-acme/po/zh_Hant/acme.po

index 8c27a80d6e9a08072bd880c4871491ed01f121b4..2c7f1032c9c248398ab2de337199bc5b43ecfe27 100644 (file)
@@ -92,8 +92,8 @@ return view.extend({
                                'DNS mode will allow you to use the DNS API of your DNS provider to issue a certificate.')
                );
                o.value('standalone', _('Standalone'));
-               o.value('webroot', _('Webroot'));
-               o.value('dns', _('DNS'));
+               o.value('webroot', _('Webroot Challenge Validation'));
+               o.value('dns', _('DNS Challenge Validation'));
                o.default = 'standalone';
 
                if (!hasDnsApi) {
index d440fa6897bc85d60df67818eb1f3b3aa696c52f..6b9809ac0e5faa43a31c605444b21870e0b08ef4 100644 (file)
@@ -56,10 +56,6 @@ msgstr "الاسم المستعار لاعتراض"
 msgid "Custom ACME server directory URL."
 msgstr "عنوان URL مخصص لدليل خادم ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "نظام أسماء النطاقات"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات"
@@ -272,10 +268,6 @@ msgstr "استخدم خادم الترحيل"
 msgid "Validation method"
 msgstr "طريقة التحقق من الصحة"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot التحقق من صحة التحدي"
index 1aef1acdfb9407568b7898abeb8ce0e4ce7d541f..49e66419cd956827c8e60689276291a1110f2015 100644 (file)
@@ -56,10 +56,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -242,10 +238,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Проверка на предизвикателство"
index 08adadad05f9cae41ec19822af69a51394b3dc44..d9b1b26ef1ba59c6f8c9f6ed7acef7a6cf467ec8 100644 (file)
@@ -55,10 +55,6 @@ msgstr "চ্যালেঞ্জ উপনাম"
 msgid "Custom ACME server directory URL."
 msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "ডিএনএস"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -265,10 +261,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot চ্যালেঞ্জ বৈধতা"
index 38cd98260a2097f7488840e442616c6cebe20a2a..759a489d80918fdb966642a72dd29547c0673a88 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 67d351ee77bcc7f95a123ac593054f52162b2558..9ba56ea031a8d0aa998e5839337e8467e45fe02a 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Alternativní název výzvy"
 msgid "Custom ACME server directory URL."
 msgstr "Uživatelsky určená URL složky ACME serveru."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -277,10 +273,6 @@ msgstr "Použít „nanečisto“ server"
 msgid "Validation method"
 msgstr "Metoda ověřování"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Kořen webu"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Ověřování výzvy kořenem webu"
index 5364bc12803c94f30cc3e1d93d45077310046ddf..bfc163e6cfcf582f8f29688f5ac4ac9f8a1e3572 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Udfordr Alias"
 msgid "Custom ACME server directory URL."
 msgstr "Brugerdefineret URL til ACME-serverens mappe."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -277,10 +273,6 @@ msgstr "Brug staging-server"
 msgid "Validation method"
 msgstr "Valideringsmetode"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Udfordringsvalidering"
index 0658cdd42a47f2c200b7d5a54bbccf154f44cadb..b5f69ab9bbd2a6c9cd7c0d12435c563b0df6b198 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Challenge-Alias"
 msgid "Custom ACME server directory URL."
 msgstr "Benutzerdefinierte ACME-Serververzeichnis URL."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -278,10 +274,6 @@ msgstr "Staging-Server verwenden"
 msgid "Validation method"
 msgstr "Überprüfungsmethode"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Challenge-Verifizierung"
index d9a5c9004a78f105cdee1b22716d325ab41e3b83..798f60f630dc82d2f20e73443ba9540d8ebba940 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr "Μέθοδος επιβεβαίωσης"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 72d7384da9e6abbb3bf1572db30317e0bea47054..26d61da07c0f1a2e2303bff740d6eb4bad081606 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Alias de desafío"
 msgid "Custom ACME server directory URL."
 msgstr "URL del directorio del servidor ACME personalizado."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API DNS"
@@ -279,10 +275,6 @@ msgstr "Usar servidor de prueba"
 msgid "Validation method"
 msgstr "Método de validación"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Validación del desafío Webroot"
index 6ead30898190dd11dec4da99bf7e754e241fd055..9c4e604df403a9a337d42de42116607391f3b190 100644 (file)
@@ -52,10 +52,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -238,10 +234,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index f42d69e6ee4fd340f5d9fd3804a5de1dced49f84..a10e54d6786a3090e25565d8ed367fed3c66cbe8 100644 (file)
@@ -55,10 +55,6 @@ msgstr "نام مستعار چالش"
 msgid "Custom ACME server directory URL."
 msgstr "آدرس سفارشی دایرکتوری سرور ACME ."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "ساناد"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -274,10 +270,6 @@ msgstr "استفاده از سرور مرحله‌ای"
 msgid "Validation method"
 msgstr "روش اعتبارسنجی"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "ریشه وب"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "اعتبارسنجی چالش ریشه وب"
index f64d3f675466deafb47639160f680de06b10a329..458698054ca0992ff131aca0447936ab79284421 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Haaste - alias"
 msgid "Custom ACME server directory URL."
 msgstr "Mukautettu ACME-palvelimen hakemiston URL-osoite."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -277,10 +273,6 @@ msgstr "Käytä staging-palvelimeen"
 msgid "Validation method"
 msgstr "Validointitapa"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot-haasteen validointi"
index 735a2ca666275bd31c773e546a4a42c6f596e0b7..b2d6205cd4675cce9f85e9873f1082914ebb1b00 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Alias du challenge"
 msgid "Custom ACME server directory URL."
 msgstr "URL du répertoire du serveur ACME personnalisé."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API du DNS"
@@ -277,10 +273,6 @@ msgstr "Utiliser le serveur de qualification"
 msgid "Validation method"
 msgstr "Méthode de validation"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Racine web"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validation du challenge"
index 96ad399f197633dc7055bb6a70059a502831b870..1c0013350765b4181f8402b325bf602f6d28c0a7 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Dúshlán Ailias"
 msgid "Custom ACME server directory URL."
 msgstr "URL eolaire freastalaí ACME saincheaptha."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -279,10 +275,6 @@ msgstr "Bain úsáid as freastalaí stáitse"
 msgid "Validation method"
 msgstr "Modh bailíochtaithe"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Fréimhe gréasáin"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Bailíochtú Dúshlán Webroot"
index c752510dfcc8cadaac5894f38f1b00dd07bf8751..ea5aeccafdc881a425f95c1afb73d2c7d74505a2 100644 (file)
@@ -56,10 +56,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -242,10 +238,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index b8ea8d64c839ce971362841f33ab8949da763439..84628c22c5a95c0d712c22849a7d42f10703a4b6 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index a2e110d8eeb10490e1d22c3731cfc26c0b4fcadf..f2843845d22ec4376ec6584414e289d3be84ea67 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Kihívás álneve"
 msgid "Custom ACME server directory URL."
 msgstr "Testreszabott ACME szerver könyvtár URL."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -278,10 +274,6 @@ msgstr "Előkészítő kiszolgáló használata"
 msgid "Validation method"
 msgstr "Érvényesítési módszer"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Kihívás érvényesítése"
index 2ca827154ec6acbd592cba24a437e2dc1b67aa7f..dffd93db7c5c5adf89a0e2ab945eff6bddd4cc01 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Tantangan Alias"
 msgid "Custom ACME server directory URL."
 msgstr "URL direktori server ACME khusus."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -272,10 +268,6 @@ msgstr ""
 msgid "Validation method"
 msgstr "Metode validasi"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validasi Tantangan"
index 23515d02223ec941c7220a2c3f24b56ce26d2537..d6932b49444a113d73bc849127a955b5af8e9a07 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Alias challenge"
 msgid "Custom ACME server directory URL."
 msgstr "URL personalizzata cartella server ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API DNS"
@@ -275,10 +271,6 @@ msgstr "Usa server di prova"
 msgid "Validation method"
 msgstr "Metodo validazione"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validazione challenge"
index 7b00c17b5159802b5369654fdc2af16a7fa4cc49..029d94ebd0c3a30d90148ba51435c5d8ea23765a 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr "カスタムACMEサーバーディレクトリのURL。"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -248,10 +244,6 @@ msgstr "ステージングサーバーを使用"
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 9cc274ecfc7b542dfe5ee070197fb1bc20c92757..28f6a4e16908075b3d45c9b27dca94376b08d025 100644 (file)
@@ -55,10 +55,6 @@ msgstr "챌린지 별칭"
 msgid "Custom ACME server directory URL."
 msgstr "사용자 지정 ACME 서버 디렉터리 URL."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -270,10 +266,6 @@ msgstr "테스트 서버 사용"
 msgid "Validation method"
 msgstr "유효성 검증 방법"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot 챌린지 확인"
index d78bbb3a0f4ac2154b6aa26a00e15db34c81c260..fcac0fb993dd4fe53aff3398375024a3f0eadce6 100644 (file)
@@ -58,10 +58,6 @@ msgstr "Atpažinimo pseudonimas"
 msgid "Custom ACME server directory URL."
 msgstr "Pasirinktinis „ACME“ serverio katalogo „URL“ – saitas."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "„DNS“"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "„DNS API“"
@@ -283,10 +279,6 @@ msgstr "Naudoti darbinį serverį"
 msgid "Validation method"
 msgstr "Patvirtinimo/Patikrinimo metodas"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "„Webroot“"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "„Webroot“ atpažinimo patvirtinimas/patikrinimas"
index dcd52668fe801aa8c257ffadf1b1f1c72f8f11ad..12f4c17c03949b0aaa3cbc34d7a04ac8564d36a9 100644 (file)
@@ -55,10 +55,6 @@ msgstr "आव्हान उपनाम"
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "डीएनएस एपीआय"
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 6f7319e44653a685573f6e717ad174477b89611b..8d4c0f8459695d53ae19ba6eaee512492fd09606 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 31b99a51c79643b752d63f64b02d094a5f41595f..8fb3795db039c9c918848f0a19865c58dfa2006e 100644 (file)
@@ -56,10 +56,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -242,10 +238,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 5283be6e14a0d350f6f3fed2967dfa4fa7a471ca..f2ca40874f76d00fca29195c063edaaea4b551ea 100644 (file)
@@ -57,10 +57,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -243,10 +239,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 1c04f0e5a8623e271406afcf48ae27c7e256f2ad..24ff5cb5e5aef50d8f2a3fee80ab3668cd9ee3f5 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Alias wyzwania"
 msgid "Custom ACME server directory URL."
 msgstr "Niestandardowy adres URL katalogu serwera ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API DNS"
@@ -276,10 +272,6 @@ msgstr "Użyj serwera pomostowego"
 msgid "Validation method"
 msgstr "Metoda walidacji"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Walidacja wyzwania Webroot"
index cca4b6be0bb7ba195a449907550cacc413d6377e..51cdb6ec77067d9bc4f44ab6a5748aa4928a77ee 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Aliás do Desafio"
 msgid "Custom ACME server directory URL."
 msgstr "URL personalizada do diretório do servidor ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API do DNS"
@@ -278,10 +274,6 @@ msgstr "Use o servidor de estágio"
 msgid "Validation method"
 msgstr "Método de validação"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validação do desafio"
index 8f0180612592876a990a2c47c0a3728d15cafa20..661cc3da0a0e5896be8606420c23c569adecd638 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Aliás do Desafio"
 msgid "Custom ACME server directory URL."
 msgstr "URL do Servidor ACME Customizado."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API do DNS"
@@ -278,10 +274,6 @@ msgstr "Use o servidor de encenação"
 msgid "Validation method"
 msgstr "Método de Validação"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validação do Desafio"
index 6f41ec49eb72e70d3b5d11cae31b72966b2f01e3..4c531bd79afc77c0aa6f4ecffd14022abdfa4ffe 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Alias de provocare"
 msgid "Custom ACME server directory URL."
 msgstr "Adresa directorului server-ului ACME personalizat."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -279,10 +275,6 @@ msgstr "Utilizați serverul staging"
 msgid "Validation method"
 msgstr "Metoda de validare"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Validarea provocării"
index 5bdb20f643e2bea14a201c95b51a0f2f2944cc3f..622189fd6eca84509b6375681e55181fbdfd2624 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Псевдонимы вызова"
 msgid "Custom ACME server directory URL."
 msgstr "URL-адрес пользовательского каталога сервера ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -278,10 +274,6 @@ msgstr "Использовать тестовый сервер"
 msgid "Validation method"
 msgstr "Метод проверки"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "«Webroot»"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot подтверждение"
index 3b70b0f8f3f603c8cd3865c87487af3b3ca3a58d..eccad163e0d4e060697bac18f596a8d0330b7472 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "ව.නා.ප."
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -241,10 +237,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index b6f891c31f7fc39a597a6243c9c22da6e133cd58..548bdb51de881bb84c90d7f01d5fbb87d8f6b309 100644 (file)
@@ -55,10 +55,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -250,10 +246,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 0f9a1072c5f5fd4fdead924b6b45ec4fe72c4e38..51e45c3d0526d7a7ff9643e5a4cf5e6f1f9d1510 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Alias för utmaningen"
 msgid "Custom ACME server directory URL."
 msgstr "Anpassad URL för katalogen till ACME-servern."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "API för DNS"
@@ -253,10 +249,6 @@ msgstr "Använd iscensättningsserver"
 msgid "Validation method"
 msgstr "Valideringsmetod"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webbrot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 2b1d98b2b47b4ead8a13ac9b30ec715f1899efc1..3cce6e73b8872b65cf3618fc17999c6a9fc91cf5 100644 (file)
@@ -55,10 +55,6 @@ msgstr "அறைகூவல் மாற்றுப்பெயர்"
 msgid "Custom ACME server directory URL."
 msgstr "தனிப்பயன் ACME சேவையக அடைவு முகவரி."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "டி.என்.எச்"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "டி.என்.எச் பநிஇ"
@@ -272,10 +268,6 @@ msgstr "ச்டேசிங் சேவையகத்தைப் பயன
 msgid "Validation method"
 msgstr "சரிபார்ப்பு முறை"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "வெப்ரூட்"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "வெப்ரூட் அறைகூவல் சரிபார்ப்பு"
index 0478e162ce9bc1df4d10f5c9aa0ee11dac308d32..3835fa97a8bfdd11d8dfc43400469b4346ba2a08 100644 (file)
@@ -46,10 +46,6 @@ msgstr ""
 msgid "Custom ACME server directory URL."
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr ""
@@ -232,10 +228,6 @@ msgstr ""
 msgid "Validation method"
 msgstr ""
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr ""
index 5d2629242b6c8c04b75270a7d34d19e69deddee1..13a0e14fa67344cb2107cb3e6bb2bb96c5742030 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Challenge Takma Adı"
 msgid "Custom ACME server directory URL."
 msgstr "Özel ACME sunucu dizini URL'si."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -275,10 +271,6 @@ msgstr "Aşama sunucusu kullan"
 msgid "Validation method"
 msgstr "Doğrulama yöntemi"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Zorluk Doğrulaması"
index e35fda47d6ce1461da7553e968a29c69a023ed08..2f7fcecd6a8a4bf3aa8ce2e740dc4acf2aaf3ff1 100644 (file)
@@ -56,10 +56,6 @@ msgstr "Псевдоніми виклику"
 msgid "Custom ACME server directory URL."
 msgstr "URL-адреса каталогу користувацького сервера ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -277,10 +273,6 @@ msgstr "Використовувати проміжний сервер"
 msgid "Validation method"
 msgstr "Метод перевірки"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Перевірка викликів"
index 5f38fc5af28a5efb539ae3f59b2aacd23c0c0ef9..1370ad9d94f8641996a7f63d77e8ff02958b1ed8 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Bí danh"
 msgid "Custom ACME server directory URL."
 msgstr "Tùy chỉnh đường dẫn máy chủ ACME."
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -273,10 +269,6 @@ msgstr "Sử dụng máy chủ tạm"
 msgid "Validation method"
 msgstr "Phương thức thẩm định"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr ""
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Thẩm định"
index c8669b07b868f1a94edd8f9a2401ba22bbcdaae6..a32d70c670a18a4da73177729cedfc0d697ffaaa 100644 (file)
@@ -55,10 +55,6 @@ msgstr "质询别名"
 msgid "Custom ACME server directory URL."
 msgstr "自定义 ACME 服务器目录 URL。"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -262,10 +258,6 @@ msgstr "使用临时服务器"
 msgid "Validation method"
 msgstr "验证方式"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot 质询验证"
index ca11672c6ca395aa74b54d5a5d416b05cd097690..ab7982a2d51d2dcea5076b32f5b6cfcb426dc8b6 100644 (file)
@@ -55,10 +55,6 @@ msgstr "Challenge別名"
 msgid "Custom ACME server directory URL."
 msgstr "自訂ACME伺服器目錄URL。"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
-msgid "DNS"
-msgstr "DNS"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95
 msgid "DNS API"
 msgstr "DNS API"
@@ -264,10 +260,6 @@ msgstr "使用臨時伺服器"
 msgid "Validation method"
 msgstr "驗證方法"
 
-#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
-msgid "Webroot"
-msgstr "Webroot"
-
 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
 msgid "Webroot Challenge Validation"
 msgstr "Webroot Challenge驗證"