summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale2
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-radicale2')
-rw-r--r--applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua2
-rw-r--r--applications/luci-app-radicale2/po/bg/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ca/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/cs/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/de/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/el/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/en/radicale2.po4
-rw-r--r--applications/luci-app-radicale2/po/es/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/fr/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/he/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/hi/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/hu/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/it/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ja/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ko/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/mr/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ms/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/nb_NO/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/pl/radicale2.po9
-rw-r--r--applications/luci-app-radicale2/po/pt/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/pt_BR/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ro/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/ru/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/sk/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/sv/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/templates/radicale2.pot2
-rw-r--r--applications/luci-app-radicale2/po/tr/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/uk/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/vi/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/zh-cn/radicale2.po2
-rw-r--r--applications/luci-app-radicale2/po/zh-tw/radicale2.po2
31 files changed, 35 insertions, 36 deletions
diff --git a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
index b352bb46aa..19a7f0c753 100644
--- a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
+++ b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
@@ -152,7 +152,7 @@ pass.formvalue = function(self, section)
end
else
-local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using an generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed."))
+local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using a generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed."))
pass.password = true
pass.rmempty = false
diff --git a/applications/luci-app-radicale2/po/bg/radicale2.po b/applications/luci-app-radicale2/po/bg/radicale2.po
index b9b91cd7f8..635ee6823a 100644
--- a/applications/luci-app-radicale2/po/bg/radicale2.po
+++ b/applications/luci-app-radicale2/po/bg/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ca/radicale2.po b/applications/luci-app-radicale2/po/ca/radicale2.po
index e9001159ad..fb1a53a9d7 100644
--- a/applications/luci-app-radicale2/po/ca/radicale2.po
+++ b/applications/luci-app-radicale2/po/ca/radicale2.po
@@ -146,7 +146,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/cs/radicale2.po b/applications/luci-app-radicale2/po/cs/radicale2.po
index 5ba5e1ab3f..36441e8c1b 100644
--- a/applications/luci-app-radicale2/po/cs/radicale2.po
+++ b/applications/luci-app-radicale2/po/cs/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Obecné nastavení"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/de/radicale2.po b/applications/luci-app-radicale2/po/de/radicale2.po
index 7ad8d87445..3530d12ba0 100644
--- a/applications/luci-app-radicale2/po/de/radicale2.po
+++ b/applications/luci-app-radicale2/po/de/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Allgemeine Einstellungen"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/el/radicale2.po b/applications/luci-app-radicale2/po/el/radicale2.po
index b94bcea242..8bcf0daa64 100644
--- a/applications/luci-app-radicale2/po/el/radicale2.po
+++ b/applications/luci-app-radicale2/po/el/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/en/radicale2.po b/applications/luci-app-radicale2/po/en/radicale2.po
index fa7d88559d..3f873944c1 100644
--- a/applications/luci-app-radicale2/po/en/radicale2.po
+++ b/applications/luci-app-radicale2/po/en/radicale2.po
@@ -144,13 +144,13 @@ msgstr "General Settings"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
"installed."
msgstr ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/es/radicale2.po b/applications/luci-app-radicale2/po/es/radicale2.po
index 5e9ad45155..1bf8e437f9 100644
--- a/applications/luci-app-radicale2/po/es/radicale2.po
+++ b/applications/luci-app-radicale2/po/es/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Configuración general"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/fr/radicale2.po b/applications/luci-app-radicale2/po/fr/radicale2.po
index a6c1ecc979..8709a5e511 100644
--- a/applications/luci-app-radicale2/po/fr/radicale2.po
+++ b/applications/luci-app-radicale2/po/fr/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Paramètres généraux"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/he/radicale2.po b/applications/luci-app-radicale2/po/he/radicale2.po
index 97296358c7..1b93b97e62 100644
--- a/applications/luci-app-radicale2/po/he/radicale2.po
+++ b/applications/luci-app-radicale2/po/he/radicale2.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/hi/radicale2.po b/applications/luci-app-radicale2/po/hi/radicale2.po
index 6cebed1255..7eea5d7544 100644
--- a/applications/luci-app-radicale2/po/hi/radicale2.po
+++ b/applications/luci-app-radicale2/po/hi/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/hu/radicale2.po b/applications/luci-app-radicale2/po/hu/radicale2.po
index 14df3e1ffd..c27e828c3e 100644
--- a/applications/luci-app-radicale2/po/hu/radicale2.po
+++ b/applications/luci-app-radicale2/po/hu/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Általános beállítások"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/it/radicale2.po b/applications/luci-app-radicale2/po/it/radicale2.po
index 39c3c9faaa..7ee59b78b4 100644
--- a/applications/luci-app-radicale2/po/it/radicale2.po
+++ b/applications/luci-app-radicale2/po/it/radicale2.po
@@ -146,7 +146,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ja/radicale2.po b/applications/luci-app-radicale2/po/ja/radicale2.po
index 8079b6115e..2245adf0ef 100644
--- a/applications/luci-app-radicale2/po/ja/radicale2.po
+++ b/applications/luci-app-radicale2/po/ja/radicale2.po
@@ -146,7 +146,7 @@ msgstr "一般設定"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ko/radicale2.po b/applications/luci-app-radicale2/po/ko/radicale2.po
index 191b4be6e6..708944e43d 100644
--- a/applications/luci-app-radicale2/po/ko/radicale2.po
+++ b/applications/luci-app-radicale2/po/ko/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/mr/radicale2.po b/applications/luci-app-radicale2/po/mr/radicale2.po
index 28d00e90a5..48ba574210 100644
--- a/applications/luci-app-radicale2/po/mr/radicale2.po
+++ b/applications/luci-app-radicale2/po/mr/radicale2.po
@@ -146,7 +146,7 @@ msgstr "सामान्य सेटिंग्ज"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ms/radicale2.po b/applications/luci-app-radicale2/po/ms/radicale2.po
index 36fc3ed31f..622fa6409d 100644
--- a/applications/luci-app-radicale2/po/ms/radicale2.po
+++ b/applications/luci-app-radicale2/po/ms/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/nb_NO/radicale2.po b/applications/luci-app-radicale2/po/nb_NO/radicale2.po
index a0a56a692c..20d4985c88 100644
--- a/applications/luci-app-radicale2/po/nb_NO/radicale2.po
+++ b/applications/luci-app-radicale2/po/nb_NO/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/pl/radicale2.po b/applications/luci-app-radicale2/po/pl/radicale2.po
index 40348aca5b..d75c2364c1 100644
--- a/applications/luci-app-radicale2/po/pl/radicale2.po
+++ b/applications/luci-app-radicale2/po/pl/radicale2.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: luci-app-radicale 2\n"
-"PO-Revision-Date: 2020-01-16 21:23+0000\n"
+"PO-Revision-Date: 2020-01-19 06:04+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsradicale2/pl/>\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 3.10.2-dev\n"
+"X-Generator: Weblate 3.10.2\n"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4
@@ -147,7 +147,7 @@ msgstr "Ustawienia główne"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
@@ -250,9 +250,8 @@ msgid "Maximum number of simultaneous connections"
msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42
-#, fuzzy
msgid "Maximum size of request body (bytes)"
-msgstr "Maksymalny rozmiar treści zapytania (w bajtach)"
+msgstr "Maksymalny rozmiar treści żądania (bajty)"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15
msgid "Multiple files on filesystem"
diff --git a/applications/luci-app-radicale2/po/pt/radicale2.po b/applications/luci-app-radicale2/po/pt/radicale2.po
index a55ce156a6..1fe158265f 100644
--- a/applications/luci-app-radicale2/po/pt/radicale2.po
+++ b/applications/luci-app-radicale2/po/pt/radicale2.po
@@ -147,7 +147,7 @@ msgstr "Configurações Gerais"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/pt_BR/radicale2.po b/applications/luci-app-radicale2/po/pt_BR/radicale2.po
index 9661d127c2..3de318731a 100644
--- a/applications/luci-app-radicale2/po/pt_BR/radicale2.po
+++ b/applications/luci-app-radicale2/po/pt_BR/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Configurações Gerais"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ro/radicale2.po b/applications/luci-app-radicale2/po/ro/radicale2.po
index 66bc69bc29..680c82d84c 100644
--- a/applications/luci-app-radicale2/po/ro/radicale2.po
+++ b/applications/luci-app-radicale2/po/ro/radicale2.po
@@ -147,7 +147,7 @@ msgstr "Setări principale"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/ru/radicale2.po b/applications/luci-app-radicale2/po/ru/radicale2.po
index 2ad745208a..d3b9377ef9 100644
--- a/applications/luci-app-radicale2/po/ru/radicale2.po
+++ b/applications/luci-app-radicale2/po/ru/radicale2.po
@@ -147,7 +147,7 @@ msgstr "Основные настройки"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/sk/radicale2.po b/applications/luci-app-radicale2/po/sk/radicale2.po
index c12dbf0790..b9f8bb6cf6 100644
--- a/applications/luci-app-radicale2/po/sk/radicale2.po
+++ b/applications/luci-app-radicale2/po/sk/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/sv/radicale2.po b/applications/luci-app-radicale2/po/sv/radicale2.po
index 13df0699b4..5e94a70885 100644
--- a/applications/luci-app-radicale2/po/sv/radicale2.po
+++ b/applications/luci-app-radicale2/po/sv/radicale2.po
@@ -146,7 +146,7 @@ msgstr "Generella inställningar"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/templates/radicale2.pot b/applications/luci-app-radicale2/po/templates/radicale2.pot
index 40789b0ca0..f6f3d1254c 100644
--- a/applications/luci-app-radicale2/po/templates/radicale2.pot
+++ b/applications/luci-app-radicale2/po/templates/radicale2.pot
@@ -135,7 +135,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/tr/radicale2.po b/applications/luci-app-radicale2/po/tr/radicale2.po
index 371aa15b2c..a4ae34ef01 100644
--- a/applications/luci-app-radicale2/po/tr/radicale2.po
+++ b/applications/luci-app-radicale2/po/tr/radicale2.po
@@ -146,7 +146,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/uk/radicale2.po b/applications/luci-app-radicale2/po/uk/radicale2.po
index 41f8770cf9..0f95583110 100644
--- a/applications/luci-app-radicale2/po/uk/radicale2.po
+++ b/applications/luci-app-radicale2/po/uk/radicale2.po
@@ -147,7 +147,7 @@ msgstr "Загальні параметри"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/vi/radicale2.po b/applications/luci-app-radicale2/po/vi/radicale2.po
index 3237023390..01995c493d 100644
--- a/applications/luci-app-radicale2/po/vi/radicale2.po
+++ b/applications/luci-app-radicale2/po/vi/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/zh-cn/radicale2.po b/applications/luci-app-radicale2/po/zh-cn/radicale2.po
index ff8a1918ef..b09c9fc681 100644
--- a/applications/luci-app-radicale2/po/zh-cn/radicale2.po
+++ b/applications/luci-app-radicale2/po/zh-cn/radicale2.po
@@ -146,7 +146,7 @@ msgstr "基本设置"
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "
diff --git a/applications/luci-app-radicale2/po/zh-tw/radicale2.po b/applications/luci-app-radicale2/po/zh-tw/radicale2.po
index 083bc94d24..cc1bda1adb 100644
--- a/applications/luci-app-radicale2/po/zh-tw/radicale2.po
+++ b/applications/luci-app-radicale2/po/zh-tw/radicale2.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155
msgid ""
-"Generate this field using an generator for Apache htpasswd-style "
+"Generate this field using a generator for Apache htpasswd-style "
"authentication files (for the hash format you have chosen above), or install "
"python3-passlib to enable the ability to create the hash by entering the "
"plaintext in a field that will appear on this page if python3-passlib is "