From 2c3018d426e7a8afe06b529075aa43df2f8096f8 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Sat, 5 Aug 2023 02:16:07 +0200 Subject: [PATCH 1/7] luci-base: grammar fixes Login (n) -> Log (v) in Logout (n) -> Log (v) out Signed-off-by: Paul Dee --- modules/luci-base/htdocs/luci-static/resources/luci.js | 2 +- modules/luci-base/po/ar/base.po | 6 +++--- modules/luci-base/po/bg/base.po | 6 +++--- modules/luci-base/po/bn_BD/base.po | 6 +++--- modules/luci-base/po/ca/base.po | 6 +++--- modules/luci-base/po/cs/base.po | 6 +++--- modules/luci-base/po/da/base.po | 6 +++--- modules/luci-base/po/de/base.po | 6 +++--- modules/luci-base/po/el/base.po | 6 +++--- modules/luci-base/po/en/base.po | 6 +++--- modules/luci-base/po/es/base.po | 6 +++--- modules/luci-base/po/fi/base.po | 6 +++--- modules/luci-base/po/fr/base.po | 6 +++--- modules/luci-base/po/he/base.po | 6 +++--- modules/luci-base/po/hi/base.po | 6 +++--- modules/luci-base/po/hu/base.po | 6 +++--- modules/luci-base/po/it/base.po | 6 +++--- modules/luci-base/po/ja/base.po | 6 +++--- modules/luci-base/po/ko/base.po | 6 +++--- modules/luci-base/po/lt/base.po | 6 +++--- modules/luci-base/po/mr/base.po | 6 +++--- modules/luci-base/po/ms/base.po | 6 +++--- modules/luci-base/po/nb_NO/base.po | 6 +++--- modules/luci-base/po/nl/base.po | 6 +++--- modules/luci-base/po/pl/base.po | 6 +++--- modules/luci-base/po/pt/base.po | 6 +++--- modules/luci-base/po/pt_BR/base.po | 6 +++--- modules/luci-base/po/ro/base.po | 6 +++--- modules/luci-base/po/ru/base.po | 6 +++--- modules/luci-base/po/sk/base.po | 6 +++--- modules/luci-base/po/sv/base.po | 6 +++--- modules/luci-base/po/templates/base.pot | 6 +++--- modules/luci-base/po/tr/base.po | 6 +++--- modules/luci-base/po/uk/base.po | 6 +++--- modules/luci-base/po/ur/base.po | 6 +++--- modules/luci-base/po/vi/base.po | 6 +++--- modules/luci-base/po/zh_Hans/base.po | 6 +++--- modules/luci-base/po/zh_Hant/base.po | 6 +++--- modules/luci-base/root/usr/share/luci/menu.d/luci-base.json | 2 +- modules/luci-base/ucode/template/sysauth.ut | 2 +- .../ucode/template/themes/bootstrap/sysauth.ut | 2 +- 41 files changed, 115 insertions(+), 115 deletions(-) diff --git a/modules/luci-base/htdocs/luci-static/resources/luci.js b/modules/luci-base/htdocs/luci-static/resources/luci.js index 741f568983..fbd5587253 100644 --- a/modules/luci-base/htdocs/luci-static/resources/luci.js +++ b/modules/luci-base/htdocs/luci-static/resources/luci.js @@ -2671,7 +2671,7 @@ var loc = window.location; window.location = loc.protocol + '//' + loc.host + loc.pathname + loc.search; } - }, _('To login…'))) + }, _('Log in…'))) ]); LuCI.prototype.raise('SessionError', 'Login session is expired'); diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po index 8de4c392fb..dbcc54188f 100644 --- a/modules/luci-base/po/ar/base.po +++ b/modules/luci-base/po/ar/base.po @@ -5209,11 +5209,11 @@ msgstr "الشبكة المنطقية التي سيتم إضافة النفق إ #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "تسجيل الدخول" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "تسجيل خروج" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9563,7 +9563,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "لتسجيل الدخول…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index 0082453f65..5f5c939ef6 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -5142,11 +5142,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9375,7 +9375,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "За вписване в системата…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po index 96b8a91b42..0448df7e10 100644 --- a/modules/luci-base/po/bn_BD/base.po +++ b/modules/luci-base/po/bn_BD/base.po @@ -5084,11 +5084,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9308,7 +9308,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index b544b8f6ac..47dd40f88b 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -5204,11 +5204,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Entra" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Surt" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9466,7 +9466,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 289fb7edb2..8f1e994ce1 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -5219,11 +5219,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Přihlásit" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Odhlásit" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9579,7 +9579,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Přihlásit se…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po index e6b6e9458d..57925ecb88 100644 --- a/modules/luci-base/po/da/base.po +++ b/modules/luci-base/po/da/base.po @@ -5347,11 +5347,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Login" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Log ud" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9918,7 +9918,7 @@ msgstr "" "a>i stedet." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "For at logge ind…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index ca3fb6b242..db6cfa2295 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -5411,11 +5411,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Anmelden" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Abmelden" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10059,7 +10059,7 @@ msgstr "" "href=\"#\">Konfigurationsimport." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Zum Login…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index 10b445abb1..df13255731 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -5187,11 +5187,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Σύνδεση" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Αποσύνδεση" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9440,7 +9440,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 8dd7e4f772..5b3e3f7fc6 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -5089,11 +5089,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9310,7 +9310,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 37fec9f80a..ac319d4c81 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -5429,11 +5429,11 @@ msgstr "Red lógica a la que se agregará al túnel (puenteado) (opcional)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Iniciar sesión" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Cerrar sesión" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10090,7 +10090,7 @@ msgstr "" "configuración en su lugar." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Iniciar sesión…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po index 2829c650a3..8acd5147c4 100644 --- a/modules/luci-base/po/fi/base.po +++ b/modules/luci-base/po/fi/base.po @@ -5232,11 +5232,11 @@ msgstr "Looginen verkko, johon tunneli lisätään (sillataan) (valinnainen)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Kirjaudu sisään" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Kirjaudu ulos" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9637,7 +9637,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Kirjautuminen…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 6690464bc1..a11d43b5d0 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -5401,11 +5401,11 @@ msgstr "Réseau logique auquel le tunnel sera ajouté (ponté) (facultatif)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Connexion" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Déconnexion" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10028,7 +10028,7 @@ msgstr "" "import\" href=\"#\"> ." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Ouvrir une session…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index effd313df2..3dd0d6ce6f 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -5107,11 +5107,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9336,7 +9336,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index e771ce88e5..f22ecf289a 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -5086,11 +5086,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9306,7 +9306,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index e4f47b20e8..f56c4ea998 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -5237,11 +5237,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Bejelentkezés" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Kijelentkezés" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9622,7 +9622,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Bejelentkezéshez…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index 7350d2a895..b0ee31e9be 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -5384,11 +5384,11 @@ msgstr "Rete logica a cui verrà aggiunto il tunnel (con bridge) (facoltativo)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Accedi" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Esci" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10004,7 +10004,7 @@ msgstr "" "configurazione." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Vai all'accesso…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 4db81974f2..6e783b1dda 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -5257,11 +5257,11 @@ msgstr "トンネルが追加される(ブリッジされる)論理ネット #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "ログイン" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "ログアウト" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9673,7 +9673,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "ログイン…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index d5f93875ab..4dd89446de 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -5165,11 +5165,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "로그인" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "로그아웃" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9457,7 +9457,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po index 5b5c2b9bea..c33096a4e5 100644 --- a/modules/luci-base/po/lt/base.po +++ b/modules/luci-base/po/lt/base.po @@ -5089,11 +5089,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9310,7 +9310,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index 2d822038aa..48cda703c6 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -5084,11 +5084,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9305,7 +9305,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 75abdf5778..59806162fb 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -5106,11 +5106,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Login" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Logout" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9347,7 +9347,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po index 027870d3c0..b4c0475de2 100644 --- a/modules/luci-base/po/nb_NO/base.po +++ b/modules/luci-base/po/nb_NO/base.po @@ -5163,11 +5163,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Logg inn" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Logg ut" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9444,7 +9444,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po index 6c22e6edab..d079507525 100644 --- a/modules/luci-base/po/nl/base.po +++ b/modules/luci-base/po/nl/base.po @@ -5364,11 +5364,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Inloggen" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Uitloggen" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9972,7 +9972,7 @@ msgstr "" "geleverd) configuratiebestand." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Inloggen…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index 501f37f26c..0763a6ecfc 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -5372,11 +5372,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Zaloguj" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Wyloguj" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9973,7 +9973,7 @@ msgstr "" "strong>." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Zaloguj się…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 14553dd322..06cf190f27 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -5381,11 +5381,11 @@ msgstr "Rede lógica onde o túnel será adicionado (bridged) (opcional)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Login" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Sair" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9994,7 +9994,7 @@ msgstr "" "href=\"#\">." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Para fazer login…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index 40fbc91d7b..11bdff8f1d 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -5399,11 +5399,11 @@ msgstr "Rede lógica onde o túnel será adicionado (bridged) (opcional)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Entrar" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Sair" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10006,7 +10006,7 @@ msgstr "" "href=\"#\">." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Para fazer login…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 5adc69bf9e..aeb09aca2a 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -5378,11 +5378,11 @@ msgstr "Rețeaua logică la care va fi adăugat tunelul (punte) (opțional)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Autentificare" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Deconectare" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -10004,7 +10004,7 @@ msgstr "" "strong>." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Mergeți la autentificare…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index 495d38fce1..da2cb748f6 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -5386,11 +5386,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Войти" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Выйти" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9987,7 +9987,7 @@ msgstr "" "конфигурации." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Войти…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index c00c6ce12b..bb15949956 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -5244,11 +5244,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Prihlásiť sa" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Odhlásiť sa" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9575,7 +9575,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Na prihlásenie…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index 997409ec1f..6ba796aa12 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -5121,11 +5121,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Logga in" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Logga ut" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9349,7 +9349,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index 35a966225b..06df1cfb02 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -5075,11 +5075,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9295,7 +9295,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index f4a6e3f5b7..723453765f 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -5321,11 +5321,11 @@ msgstr "Tünelin ekleneceği mantıksal ağ (köprülü) (isteğe bağlı)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Oturum Aç" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Oturumu Kapat" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9884,7 +9884,7 @@ msgstr "" "strong> kullanın." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Giriş yap…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 02c60bbe3c..0ac68bb42f 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -5393,11 +5393,11 @@ msgstr "Логічна мережа, до якої буде додано тун #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Увійти" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Вийти" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9954,7 +9954,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "До входу…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po index efbe2a525e..baed05973e 100644 --- a/modules/luci-base/po/ur/base.po +++ b/modules/luci-base/po/ur/base.po @@ -5083,11 +5083,11 @@ msgstr "" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9305,7 +9305,7 @@ msgid "" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index 98ff790b96..a4d4470a9e 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -5334,11 +5334,11 @@ msgstr "Mạng logic mà đường hầm sẽ được thêm vào (cầu nối) #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "Đăng nhập" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "Thoát ra" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9894,7 +9894,7 @@ msgstr "" "class=\"full-import\" href=\"#\">nhập cấu hình thay cho nó." #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "Đến phần đăng nhập…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index 8151da05d2..30befae7b1 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -5193,11 +5193,11 @@ msgstr "隧道将要被添加(桥接)到的逻辑网络(可选)。" #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "登录" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "退出" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9547,7 +9547,7 @@ msgstr "" "配置导入。" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "去登录…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index a04cc37a39..467ac0ed1d 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -5194,11 +5194,11 @@ msgstr "(已橋接)隧道的邏輯網路將會被新增(可選的)." #: modules/luci-base/ucode/template/sysauth.ut:38 #: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36 -msgid "Login" +msgid "Log in" msgstr "登入" #: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" +msgid "Log out" msgstr "登出" #: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:682 @@ -9558,7 +9558,7 @@ msgstr "" "組態匯入。" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2674 -msgid "To login…" +msgid "Log in…" msgstr "去登入…" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400 diff --git a/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json b/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json index 000c368151..e6deb1fddb 100644 --- a/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json +++ b/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json @@ -78,7 +78,7 @@ }, "admin/logout": { - "title": "Logout", + "title": "Log out", "order": 999, "action": { "type": "function", diff --git a/modules/luci-base/ucode/template/sysauth.ut b/modules/luci-base/ucode/template/sysauth.ut index 0fe873d440..3c580949bb 100644 --- a/modules/luci-base/ucode/template/sysauth.ut +++ b/modules/luci-base/ucode/template/sysauth.ut @@ -35,7 +35,7 @@
- +
diff --git a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut index a172d95d76..15f3b1435b 100644 --- a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut +++ b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut @@ -33,7 +33,7 @@ {% endif %} - +
From 677da57a28f10428eb99488afef8e068614d4ea6 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Sat, 5 Aug 2023 02:16:31 +0200 Subject: [PATCH 2/7] luci-mod-system: grammar fixes Login (n) -> Log (v) in Logout (n) -> Log (v) out Signed-off-by: Paul Dee --- modules/luci-base/po/ar/base.po | 2 +- modules/luci-base/po/bg/base.po | 2 +- modules/luci-base/po/bn_BD/base.po | 2 +- modules/luci-base/po/ca/base.po | 2 +- modules/luci-base/po/cs/base.po | 2 +- modules/luci-base/po/da/base.po | 2 +- modules/luci-base/po/de/base.po | 2 +- modules/luci-base/po/el/base.po | 2 +- modules/luci-base/po/en/base.po | 2 +- modules/luci-base/po/es/base.po | 2 +- modules/luci-base/po/fi/base.po | 2 +- modules/luci-base/po/fr/base.po | 2 +- modules/luci-base/po/he/base.po | 2 +- modules/luci-base/po/hi/base.po | 2 +- modules/luci-base/po/hu/base.po | 2 +- modules/luci-base/po/it/base.po | 2 +- modules/luci-base/po/ja/base.po | 2 +- modules/luci-base/po/ko/base.po | 2 +- modules/luci-base/po/lt/base.po | 2 +- modules/luci-base/po/mr/base.po | 2 +- modules/luci-base/po/ms/base.po | 2 +- modules/luci-base/po/nb_NO/base.po | 2 +- modules/luci-base/po/nl/base.po | 2 +- modules/luci-base/po/pl/base.po | 2 +- modules/luci-base/po/pt/base.po | 2 +- modules/luci-base/po/pt_BR/base.po | 2 +- modules/luci-base/po/ro/base.po | 2 +- modules/luci-base/po/ru/base.po | 2 +- modules/luci-base/po/sk/base.po | 2 +- modules/luci-base/po/sv/base.po | 2 +- modules/luci-base/po/templates/base.pot | 2 +- modules/luci-base/po/tr/base.po | 2 +- modules/luci-base/po/uk/base.po | 2 +- modules/luci-base/po/ur/base.po | 2 +- modules/luci-base/po/vi/base.po | 2 +- modules/luci-base/po/zh_Hans/base.po | 2 +- modules/luci-base/po/zh_Hant/base.po | 2 +- .../htdocs/luci-static/resources/view/system/dropbear.js | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po index dbcc54188f..80d161b3f5 100644 --- a/modules/luci-base/po/ar/base.po +++ b/modules/luci-base/po/ar/base.po @@ -891,7 +891,7 @@ msgid "Allow system feature probing" msgstr "السماح بفحص ميزات النظام" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "اسمح للمستخدم root بتسجيل الدخول باستخدام كلمة المرور" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index 5f5c939ef6..e4812b180f 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -880,7 +880,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Разрешаване на потребителя root да влезе с парола" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po index 0448df7e10..41623b6c85 100644 --- a/modules/luci-base/po/bn_BD/base.po +++ b/modules/luci-base/po/bn_BD/base.po @@ -879,7 +879,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index 47dd40f88b..95d8fc0421 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -904,7 +904,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permetre l'accés de l'usurari root amb contrasenya" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 8f1e994ce1..2a7be46f1f 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -890,7 +890,7 @@ msgid "Allow system feature probing" msgstr "Povolit zkoumání funkcí systému" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Povolit root účtu přihlášení bez nastaveného hesla" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po index 57925ecb88..e319ca748b 100644 --- a/modules/luci-base/po/da/base.po +++ b/modules/luci-base/po/da/base.po @@ -911,7 +911,7 @@ msgid "Allow system feature probing" msgstr "Tillad undersøgelse af systemfunktioner" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Tillad brugeren root at logge ind med adgangskode" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index db6cfa2295..0bcee20347 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -916,7 +916,7 @@ msgid "Allow system feature probing" msgstr "Systemfunktionsprüfung zulassen" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" "Erlaubt es dem root Benutzer sich mit einem Passwort statt einem " "Zertifikat einzuloggen" diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index df13255731..7d5bce1fec 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -911,7 +911,7 @@ msgid "Allow system feature probing" msgstr "Να επιτρέπεται η ανίχνευση δυνατοτήτων συστήματος" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" "Να επιτρέπεται στον χρήστη root να συνδέετε με κωδικό πρόσβασης" diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 5b3e3f7fc6..1090cd9d46 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -883,7 +883,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index ac319d4c81..214c48529c 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -925,7 +925,7 @@ msgid "Allow system feature probing" msgstr "Permitir sondeo de funciones del sistema" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permitir al usuario root conectar con contraseña" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po index 8acd5147c4..b1866a0b66 100644 --- a/modules/luci-base/po/fi/base.po +++ b/modules/luci-base/po/fi/base.po @@ -892,7 +892,7 @@ msgid "Allow system feature probing" msgstr "Salli järjestelmän ominaisuuksien testaus" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Salli root-käyttäjän kirjautua sisään salasanalla" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index a11d43b5d0..c9c73a5034 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -929,7 +929,7 @@ msgid "Allow system feature probing" msgstr "Autoriser la vérification des fonctionnalités du système" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" "Autoriser l'utilisateur root à se connecter avec un mot de passe" diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index 3dd0d6ce6f..24d664ecef 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -890,7 +890,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index f22ecf289a..2ef35f444c 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -881,7 +881,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index f56c4ea998..2ae1a8ad28 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -895,7 +895,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" "Engedélyezés a root felhasználónak, hogy jelszóval jelentkezzen be" diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index b0ee31e9be..28e445c3f9 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -927,7 +927,7 @@ msgid "Allow system feature probing" msgstr "Permetti il rilevamento delle funzioni del sistema" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permetti all'utente root di accedere con la password" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 6e783b1dda..420e058141 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -893,7 +893,7 @@ msgid "Allow system feature probing" msgstr "システム機能の調査を許可" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "パスワードでの root 権限へのログインを許可します" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index 4dd89446de..bd9ec4dfb2 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -900,7 +900,7 @@ msgid "Allow system feature probing" msgstr "시스템 기능 프로빙 허용" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "암호를 이용한 root 사용자 접근을 허용합니다" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po index c33096a4e5..768c7241e7 100644 --- a/modules/luci-base/po/lt/base.po +++ b/modules/luci-base/po/lt/base.po @@ -884,7 +884,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index 48cda703c6..e480821118 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -879,7 +879,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 59806162fb..5a088ac966 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -882,7 +882,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po index b4c0475de2..5f6556aed9 100644 --- a/modules/luci-base/po/nb_NO/base.po +++ b/modules/luci-base/po/nb_NO/base.po @@ -888,7 +888,7 @@ msgid "Allow system feature probing" msgstr "Tillat sondering av systemfunksjoner" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Tillat bruker root å logge inn med passord" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po index d079507525..216848626e 100644 --- a/modules/luci-base/po/nl/base.po +++ b/modules/luci-base/po/nl/base.po @@ -915,7 +915,7 @@ msgid "Allow system feature probing" msgstr "Sta onderzoek van systeemfuncties toe" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "rootgebruiker toestaan zonder wachtwoord in te loggen" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index 0763a6ecfc..b0be8531c0 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -922,7 +922,7 @@ msgid "Allow system feature probing" msgstr "Zezwalaj na sondowanie funkcji systemu" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Zezwól użytkownikowi root na logowanie się przy pomocy hasła" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 06cf190f27..b9b2ebc57f 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -923,7 +923,7 @@ msgid "Allow system feature probing" msgstr "Permitir a sondagem de características do sistema" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permitir que o utilizador root faça login com password" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index 11bdff8f1d..a93c893108 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -924,7 +924,7 @@ msgid "Allow system feature probing" msgstr "Permitir detecção dos recursos do sistema" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permite que o usuário root se autentique utilizando senha" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index aeb09aca2a..99a5e18387 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -921,7 +921,7 @@ msgid "Allow system feature probing" msgstr "Permiteți sondarea caracteristicilor sistemului" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Permiteți utilizatorului root să se conecteze cu parolă" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index da2cb748f6..cbe6a378eb 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -924,7 +924,7 @@ msgid "Allow system feature probing" msgstr "Разрешить опробование возможностей системы" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" "Разрешить пользователю root входить в систему с помощью пароля" diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index bb15949956..7e2e11b649 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -907,7 +907,7 @@ msgstr "Povoliť skúmanie funkcií systému" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 #, fuzzy -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Povoliť užívateľovi root prihlásenie pomocou hesla" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index 6ba796aa12..e3ed108422 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -892,7 +892,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Tillåt root-användaren att logga in med lösenord" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index 06df1cfb02..357ab4b905 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -870,7 +870,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 723453765f..084b029df2 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -908,7 +908,7 @@ msgid "Allow system feature probing" msgstr "Sistemin özellik araştırmasına izin ver" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "root kullanıcısının parolayla oturum açmasına izin ver" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 0ac68bb42f..8a2b9ca2ec 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -938,7 +938,7 @@ msgid "Allow system feature probing" msgstr "Дозволити зондування функцій системи" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Дозволити користувачеві root вхід до системи з паролем" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po index baed05973e..4f4f4ac123 100644 --- a/modules/luci-base/po/ur/base.po +++ b/modules/luci-base/po/ur/base.po @@ -878,7 +878,7 @@ msgid "Allow system feature probing" msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index a4d4470a9e..df1febd067 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -910,7 +910,7 @@ msgid "Allow system feature probing" msgstr "Cho phép dò tìm tính năng hệ thống" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "Cho phép người dùng root đăng nhập với mật khẩu" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index 30befae7b1..c863c3c79b 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -899,7 +899,7 @@ msgid "Allow system feature probing" msgstr "允许系统功能探测" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "允许 root 用户凭密码登录" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index 467ac0ed1d..363f746af3 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -894,7 +894,7 @@ msgid "Allow system feature probing" msgstr "允許系統功能探測" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" +msgid "Allow the root user to log in with password" msgstr "允許 root 用戶以密碼登入" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624 diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js index 6ee801abc2..05afc670ab 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js @@ -28,7 +28,7 @@ return view.extend({ o.default = o.enabled; o.rmempty = false; - o = s.option(form.Flag, 'RootPasswordAuth', _('Allow root logins with password'), _('Allow the root user to login with password')); + o = s.option(form.Flag, 'RootPasswordAuth', _('Allow root logins with password'), _('Allow the root user to log in with password')); o.enabled = 'on'; o.disabled = 'off'; o.default = o.enabled; From d34e052811f23cb191a38a2170166a7d5e84a5c9 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Fri, 11 Aug 2023 13:09:17 +0200 Subject: [PATCH 3/7] luci-app-statistics: grammar fixes To setup (n) -> To set(v) up Signed-off-by: Paul Dee --- .../htdocs/luci-static/resources/view/statistics/graphs.js | 2 +- applications/luci-app-statistics/po/ar/statistics.po | 2 +- applications/luci-app-statistics/po/bg/statistics.po | 2 +- applications/luci-app-statistics/po/bn_BD/statistics.po | 2 +- applications/luci-app-statistics/po/bs/statistics.po | 2 +- applications/luci-app-statistics/po/ca/statistics.po | 2 +- applications/luci-app-statistics/po/cs/statistics.po | 2 +- applications/luci-app-statistics/po/da/statistics.po | 2 +- applications/luci-app-statistics/po/de/statistics.po | 2 +- applications/luci-app-statistics/po/el/statistics.po | 2 +- applications/luci-app-statistics/po/en/statistics.po | 2 +- applications/luci-app-statistics/po/es/statistics.po | 2 +- applications/luci-app-statistics/po/fi/statistics.po | 2 +- applications/luci-app-statistics/po/fr/statistics.po | 2 +- applications/luci-app-statistics/po/he/statistics.po | 2 +- applications/luci-app-statistics/po/hi/statistics.po | 2 +- applications/luci-app-statistics/po/hu/statistics.po | 2 +- applications/luci-app-statistics/po/id/statistics.po | 2 +- applications/luci-app-statistics/po/it/statistics.po | 2 +- applications/luci-app-statistics/po/ja/statistics.po | 2 +- applications/luci-app-statistics/po/ko/statistics.po | 2 +- applications/luci-app-statistics/po/lt/statistics.po | 2 +- applications/luci-app-statistics/po/mr/statistics.po | 2 +- applications/luci-app-statistics/po/ms/statistics.po | 2 +- applications/luci-app-statistics/po/nb_NO/statistics.po | 2 +- applications/luci-app-statistics/po/nl/statistics.po | 2 +- applications/luci-app-statistics/po/pl/statistics.po | 2 +- applications/luci-app-statistics/po/pt/statistics.po | 2 +- applications/luci-app-statistics/po/pt_BR/statistics.po | 2 +- applications/luci-app-statistics/po/ro/statistics.po | 2 +- applications/luci-app-statistics/po/ru/statistics.po | 2 +- applications/luci-app-statistics/po/sk/statistics.po | 2 +- applications/luci-app-statistics/po/sr/statistics.po | 2 +- applications/luci-app-statistics/po/sv/statistics.po | 4 ++-- applications/luci-app-statistics/po/templates/statistics.pot | 2 +- applications/luci-app-statistics/po/tr/statistics.po | 2 +- applications/luci-app-statistics/po/uk/statistics.po | 2 +- applications/luci-app-statistics/po/vi/statistics.po | 2 +- applications/luci-app-statistics/po/zh_Hans/statistics.po | 2 +- applications/luci-app-statistics/po/zh_Hant/statistics.po | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js index a3189143eb..db24d18592 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js @@ -182,7 +182,7 @@ return view.extend({ E('button', { 'class': 'cbi-button', 'click': function(ev) { location.href = 'collectd' } - }, [ _('Setup collectd') ]) + }, [ _('Set up collectd') ]) ]) ]); }, diff --git a/applications/luci-app-statistics/po/ar/statistics.po b/applications/luci-app-statistics/po/ar/statistics.po index d443793c0f..e89007fdac 100644 --- a/applications/luci-app-statistics/po/ar/statistics.po +++ b/applications/luci-app-statistics/po/ar/statistics.po @@ -1190,7 +1190,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/bg/statistics.po b/applications/luci-app-statistics/po/bg/statistics.po index b7106b8538..b9e74ef534 100644 --- a/applications/luci-app-statistics/po/bg/statistics.po +++ b/applications/luci-app-statistics/po/bg/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/bn_BD/statistics.po b/applications/luci-app-statistics/po/bn_BD/statistics.po index 2dff299ac0..23eb67dee1 100644 --- a/applications/luci-app-statistics/po/bn_BD/statistics.po +++ b/applications/luci-app-statistics/po/bn_BD/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/bs/statistics.po b/applications/luci-app-statistics/po/bs/statistics.po index 1fb892a554..4cb4019299 100644 --- a/applications/luci-app-statistics/po/bs/statistics.po +++ b/applications/luci-app-statistics/po/bs/statistics.po @@ -1151,7 +1151,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ca/statistics.po b/applications/luci-app-statistics/po/ca/statistics.po index af0e1385cf..e146d75080 100644 --- a/applications/luci-app-statistics/po/ca/statistics.po +++ b/applications/luci-app-statistics/po/ca/statistics.po @@ -1148,7 +1148,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po index 44cfbafa88..f2f9808b2a 100644 --- a/applications/luci-app-statistics/po/cs/statistics.po +++ b/applications/luci-app-statistics/po/cs/statistics.po @@ -1160,7 +1160,7 @@ msgid "Setup" msgstr "Nastavení" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/da/statistics.po b/applications/luci-app-statistics/po/da/statistics.po index e0f43717c1..f89d07ed3c 100644 --- a/applications/luci-app-statistics/po/da/statistics.po +++ b/applications/luci-app-statistics/po/da/statistics.po @@ -1155,7 +1155,7 @@ msgid "Setup" msgstr "Opsætning" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Opsæt collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po index 1e2b3e6656..29489d4134 100644 --- a/applications/luci-app-statistics/po/de/statistics.po +++ b/applications/luci-app-statistics/po/de/statistics.po @@ -1163,7 +1163,7 @@ msgid "Setup" msgstr "Setup" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Richte collectd ein" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po index 6c1961faa0..2e397c30c2 100644 --- a/applications/luci-app-statistics/po/el/statistics.po +++ b/applications/luci-app-statistics/po/el/statistics.po @@ -1140,7 +1140,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/en/statistics.po b/applications/luci-app-statistics/po/en/statistics.po index e517266287..d9a68bf104 100644 --- a/applications/luci-app-statistics/po/en/statistics.po +++ b/applications/luci-app-statistics/po/en/statistics.po @@ -1144,7 +1144,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po index 343aecf5b6..c25f374398 100644 --- a/applications/luci-app-statistics/po/es/statistics.po +++ b/applications/luci-app-statistics/po/es/statistics.po @@ -1158,7 +1158,7 @@ msgid "Setup" msgstr "Configuración" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Configuración de collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/fi/statistics.po b/applications/luci-app-statistics/po/fi/statistics.po index 7cc001758c..7b538cfb46 100644 --- a/applications/luci-app-statistics/po/fi/statistics.po +++ b/applications/luci-app-statistics/po/fi/statistics.po @@ -1150,7 +1150,7 @@ msgid "Setup" msgstr "Asetukset" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Collectd-perusasetukset" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po index 0320eb9d08..6f920e6257 100644 --- a/applications/luci-app-statistics/po/fr/statistics.po +++ b/applications/luci-app-statistics/po/fr/statistics.po @@ -1148,7 +1148,7 @@ msgid "Setup" msgstr "Configuration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Configurer collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/he/statistics.po b/applications/luci-app-statistics/po/he/statistics.po index 1abe60c1ef..d8c6b285ec 100644 --- a/applications/luci-app-statistics/po/he/statistics.po +++ b/applications/luci-app-statistics/po/he/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/hi/statistics.po b/applications/luci-app-statistics/po/hi/statistics.po index a573bcc761..ef2e770bb2 100644 --- a/applications/luci-app-statistics/po/hi/statistics.po +++ b/applications/luci-app-statistics/po/hi/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po index 8861083ebb..416447db15 100644 --- a/applications/luci-app-statistics/po/hu/statistics.po +++ b/applications/luci-app-statistics/po/hu/statistics.po @@ -1151,7 +1151,7 @@ msgid "Setup" msgstr "Beállítás" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/id/statistics.po b/applications/luci-app-statistics/po/id/statistics.po index 611147f90b..7d74c9109c 100644 --- a/applications/luci-app-statistics/po/id/statistics.po +++ b/applications/luci-app-statistics/po/id/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/it/statistics.po b/applications/luci-app-statistics/po/it/statistics.po index 02dbdc29da..e7e6bd1074 100644 --- a/applications/luci-app-statistics/po/it/statistics.po +++ b/applications/luci-app-statistics/po/it/statistics.po @@ -1145,7 +1145,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ja/statistics.po b/applications/luci-app-statistics/po/ja/statistics.po index c9c347af0c..763cfc183e 100644 --- a/applications/luci-app-statistics/po/ja/statistics.po +++ b/applications/luci-app-statistics/po/ja/statistics.po @@ -1141,7 +1141,7 @@ msgid "Setup" msgstr "設定" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "collectd のセットアップ" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ko/statistics.po b/applications/luci-app-statistics/po/ko/statistics.po index 08d5838a20..3a9f4eac2a 100644 --- a/applications/luci-app-statistics/po/ko/statistics.po +++ b/applications/luci-app-statistics/po/ko/statistics.po @@ -1124,7 +1124,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/lt/statistics.po b/applications/luci-app-statistics/po/lt/statistics.po index 8289e64aef..d52ca5e10a 100644 --- a/applications/luci-app-statistics/po/lt/statistics.po +++ b/applications/luci-app-statistics/po/lt/statistics.po @@ -1150,7 +1150,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/mr/statistics.po b/applications/luci-app-statistics/po/mr/statistics.po index 4c8afd6a83..f0752c9c2d 100644 --- a/applications/luci-app-statistics/po/mr/statistics.po +++ b/applications/luci-app-statistics/po/mr/statistics.po @@ -1137,7 +1137,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ms/statistics.po b/applications/luci-app-statistics/po/ms/statistics.po index 8a2a67c800..ed6fc56d78 100644 --- a/applications/luci-app-statistics/po/ms/statistics.po +++ b/applications/luci-app-statistics/po/ms/statistics.po @@ -1124,7 +1124,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/nb_NO/statistics.po b/applications/luci-app-statistics/po/nb_NO/statistics.po index 3596e007d1..96ce2ea582 100644 --- a/applications/luci-app-statistics/po/nb_NO/statistics.po +++ b/applications/luci-app-statistics/po/nb_NO/statistics.po @@ -1139,7 +1139,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/nl/statistics.po b/applications/luci-app-statistics/po/nl/statistics.po index 47b32dd172..d41bfd60c3 100644 --- a/applications/luci-app-statistics/po/nl/statistics.po +++ b/applications/luci-app-statistics/po/nl/statistics.po @@ -1161,7 +1161,7 @@ msgid "Setup" msgstr "Setup" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Collectd instellen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po index 64b2e93cec..add6ab6eef 100644 --- a/applications/luci-app-statistics/po/pl/statistics.po +++ b/applications/luci-app-statistics/po/pl/statistics.po @@ -1174,7 +1174,7 @@ msgid "Setup" msgstr "Konfiguracja" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Konfiguracja collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/pt/statistics.po b/applications/luci-app-statistics/po/pt/statistics.po index 40235692f5..8b5e604405 100644 --- a/applications/luci-app-statistics/po/pt/statistics.po +++ b/applications/luci-app-statistics/po/pt/statistics.po @@ -1156,7 +1156,7 @@ msgid "Setup" msgstr "Configuração" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Configuração collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/pt_BR/statistics.po b/applications/luci-app-statistics/po/pt_BR/statistics.po index 63c6d48bad..a174ea47b3 100644 --- a/applications/luci-app-statistics/po/pt_BR/statistics.po +++ b/applications/luci-app-statistics/po/pt_BR/statistics.po @@ -1158,7 +1158,7 @@ msgid "Setup" msgstr "Configuração" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Configuração collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ro/statistics.po b/applications/luci-app-statistics/po/ro/statistics.po index f65281970b..450ba93e6f 100644 --- a/applications/luci-app-statistics/po/ro/statistics.po +++ b/applications/luci-app-statistics/po/ro/statistics.po @@ -1174,7 +1174,7 @@ msgid "Setup" msgstr "Configurare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Configurați collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/ru/statistics.po b/applications/luci-app-statistics/po/ru/statistics.po index cf7cd149ff..045240771c 100644 --- a/applications/luci-app-statistics/po/ru/statistics.po +++ b/applications/luci-app-statistics/po/ru/statistics.po @@ -1174,7 +1174,7 @@ msgid "Setup" msgstr "Настройка" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Настройка collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/sk/statistics.po b/applications/luci-app-statistics/po/sk/statistics.po index 12d6dbfc7b..c680295610 100644 --- a/applications/luci-app-statistics/po/sk/statistics.po +++ b/applications/luci-app-statistics/po/sk/statistics.po @@ -1152,7 +1152,7 @@ msgid "Setup" msgstr "Nastavenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Nastavenia collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/sr/statistics.po b/applications/luci-app-statistics/po/sr/statistics.po index 64a58e720c..3a70e4d15b 100644 --- a/applications/luci-app-statistics/po/sr/statistics.po +++ b/applications/luci-app-statistics/po/sr/statistics.po @@ -1170,7 +1170,7 @@ msgid "Setup" msgstr "Podešavanja" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Podesite collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/sv/statistics.po b/applications/luci-app-statistics/po/sv/statistics.po index 46dc3fec9a..c6cdddd74b 100644 --- a/applications/luci-app-statistics/po/sv/statistics.po +++ b/applications/luci-app-statistics/po/sv/statistics.po @@ -1135,8 +1135,8 @@ msgid "Setup" msgstr "Installera" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" -msgstr "" +msgid "Set up collectd" +msgstr "Konfigurera collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 msgid "Shaping class monitoring" diff --git a/applications/luci-app-statistics/po/templates/statistics.pot b/applications/luci-app-statistics/po/templates/statistics.pot index db158b3f54..0eeb360c39 100644 --- a/applications/luci-app-statistics/po/templates/statistics.pot +++ b/applications/luci-app-statistics/po/templates/statistics.pot @@ -1124,7 +1124,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/tr/statistics.po b/applications/luci-app-statistics/po/tr/statistics.po index dcd5b973d6..88507c4baa 100644 --- a/applications/luci-app-statistics/po/tr/statistics.po +++ b/applications/luci-app-statistics/po/tr/statistics.po @@ -1142,7 +1142,7 @@ msgid "Setup" msgstr "Kurulum" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Collectd kurulumu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/uk/statistics.po b/applications/luci-app-statistics/po/uk/statistics.po index 0c918389d2..fd33877bb3 100644 --- a/applications/luci-app-statistics/po/uk/statistics.po +++ b/applications/luci-app-statistics/po/uk/statistics.po @@ -1151,7 +1151,7 @@ msgid "Setup" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po index 564abad6a8..f392275c71 100644 --- a/applications/luci-app-statistics/po/vi/statistics.po +++ b/applications/luci-app-statistics/po/vi/statistics.po @@ -1151,7 +1151,7 @@ msgid "Setup" msgstr "Thiết lập" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "Cài đặt collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/zh_Hans/statistics.po b/applications/luci-app-statistics/po/zh_Hans/statistics.po index 62be3079fb..54eb9c0314 100644 --- a/applications/luci-app-statistics/po/zh_Hans/statistics.po +++ b/applications/luci-app-statistics/po/zh_Hans/statistics.po @@ -1136,7 +1136,7 @@ msgid "Setup" msgstr "设置" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "设置collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 diff --git a/applications/luci-app-statistics/po/zh_Hant/statistics.po b/applications/luci-app-statistics/po/zh_Hant/statistics.po index 7269373159..affcc37705 100644 --- a/applications/luci-app-statistics/po/zh_Hant/statistics.po +++ b/applications/luci-app-statistics/po/zh_Hant/statistics.po @@ -1135,7 +1135,7 @@ msgid "Setup" msgstr "設定" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 -msgid "Setup collectd" +msgid "Set up collectd" msgstr "設定 collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 From 987ae1abb86528e6acf6f80a418af6c49c7e2ea4 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Sat, 5 Aug 2023 02:04:17 +0200 Subject: [PATCH 4/7] luci-app-attendedsysupgrade: grammar fixes To setup (n) -> To set(v) up Signed-off-by: Paul Dee --- .../resources/view/attendedsysupgrade/overview.js | 2 +- .../luci-app-attendedsysupgrade/po/ar/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/bg/attendedsysupgrade.po | 2 +- .../po/bn_BD/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/ca/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/cs/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/da/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/de/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/el/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/en/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/es/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/fa/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/fi/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/fr/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/he/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/hi/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/hu/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/it/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/ja/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/ko/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/lt/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/ms/attendedsysupgrade.po | 2 +- .../po/nb_NO/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/nl/attendedsysupgrade.po | 6 +++--- .../luci-app-attendedsysupgrade/po/pl/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/pt/attendedsysupgrade.po | 4 ++-- .../po/pt_BR/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/ro/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/ru/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/sk/attendedsysupgrade.po | 2 +- .../luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po | 2 +- .../po/templates/attendedsysupgrade.pot | 2 +- .../luci-app-attendedsysupgrade/po/tr/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/uk/attendedsysupgrade.po | 4 ++-- .../luci-app-attendedsysupgrade/po/vi/attendedsysupgrade.po | 2 +- .../po/zh_Hans/attendedsysupgrade.po | 4 ++-- .../po/zh_Hant/attendedsysupgrade.po | 4 ++-- 38 files changed, 58 insertions(+), 58 deletions(-) diff --git a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js index 76e504086e..af0b1eef7a 100644 --- a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js +++ b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js @@ -62,7 +62,7 @@ return view.extend({ steps: { init: [10, _('Received build request')], download_imagebuilder: [20, _('Downloading ImageBuilder archive')], - unpack_imagebuilder: [40, _('Setup ImageBuilder')], + unpack_imagebuilder: [40, _('Setting Up ImageBuilder')], calculate_packages_hash: [60, _('Validate package selection')], building_image: [80, _('Generating firmware image')], }, diff --git a/applications/luci-app-attendedsysupgrade/po/ar/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ar/attendedsysupgrade.po index bb1a7dda1f..ffc5b50f76 100644 --- a/applications/luci-app-attendedsysupgrade/po/ar/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ar/attendedsysupgrade.po @@ -226,7 +226,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/bg/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/bg/attendedsysupgrade.po index 7a186216c4..3f8732674f 100644 --- a/applications/luci-app-attendedsysupgrade/po/bg/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/bg/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/bn_BD/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/bn_BD/attendedsysupgrade.po index 83acb87eab..ec9eb4b645 100644 --- a/applications/luci-app-attendedsysupgrade/po/bn_BD/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/bn_BD/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/ca/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ca/attendedsysupgrade.po index 74fe3b9221..6e21524b33 100644 --- a/applications/luci-app-attendedsysupgrade/po/ca/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ca/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/cs/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/cs/attendedsysupgrade.po index b3c97a2516..018441e1dd 100644 --- a/applications/luci-app-attendedsysupgrade/po/cs/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/cs/attendedsysupgrade.po @@ -233,7 +233,7 @@ msgid "Server response: %s" msgstr "Odpověď serveru: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -296,7 +296,7 @@ msgstr "[instalováno] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Stahování archívu překladače" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Konfigurace překladače" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/da/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/da/attendedsysupgrade.po index 268945bbd2..61672d90ce 100644 --- a/applications/luci-app-attendedsysupgrade/po/da/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/da/attendedsysupgrade.po @@ -234,7 +234,7 @@ msgid "Server response: %s" msgstr "Svar fra serveren: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Opsætning af ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -297,7 +297,7 @@ msgstr "[installeret] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Downloader ImageBuilder-arkiv" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Opsætning af ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/de/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/de/attendedsysupgrade.po index 1feca32c65..d602d3a773 100644 --- a/applications/luci-app-attendedsysupgrade/po/de/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/de/attendedsysupgrade.po @@ -238,7 +238,7 @@ msgid "Server response: %s" msgstr "Serverantwort: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "ImageBuilder einrichten" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -301,7 +301,7 @@ msgstr "[installiert] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Herunterladen des ImageBuilder-Archivs" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% ImageBuilder einrichten" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/el/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/el/attendedsysupgrade.po index 9f77ce1581..8d6865be42 100644 --- a/applications/luci-app-attendedsysupgrade/po/el/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/el/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/en/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/en/attendedsysupgrade.po index 247bf4e0ea..3a8e12b9c6 100644 --- a/applications/luci-app-attendedsysupgrade/po/en/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/en/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/es/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/es/attendedsysupgrade.po index 4355e8c6b0..b2302362c0 100644 --- a/applications/luci-app-attendedsysupgrade/po/es/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/es/attendedsysupgrade.po @@ -239,7 +239,7 @@ msgid "Server response: %s" msgstr "Respuesta del servidor: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configurar ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -304,7 +304,7 @@ msgstr "%s [instalado]" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Descargando archivo ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Configuración de ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/fa/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/fa/attendedsysupgrade.po index 147a06c47c..baedbf03da 100644 --- a/applications/luci-app-attendedsysupgrade/po/fa/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/fa/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "پاسخ سرور: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -296,7 +296,7 @@ msgstr "نصب شده %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% سازنده ایمیج که دانلود شده آرشیو شده است" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% تنظیم سازنده ایمیج" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/fi/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/fi/attendedsysupgrade.po index 8aead5fa90..1c4551df7a 100644 --- a/applications/luci-app-attendedsysupgrade/po/fi/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/fi/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "Palvelimen vastaus: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -292,7 +292,7 @@ msgstr "" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20 % Ladataan ImageBuilder-arkistoa" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40 % Määritetään ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/fr/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/fr/attendedsysupgrade.po index 7583f6c477..4fabf833fe 100644 --- a/applications/luci-app-attendedsysupgrade/po/fr/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/fr/attendedsysupgrade.po @@ -235,7 +235,7 @@ msgid "Server response: %s" msgstr "Réponse du serveur : %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configuration d'ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -300,7 +300,7 @@ msgstr "[installé] %" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20 % Téléchargement de l'archive ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Installation d'ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/he/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/he/attendedsysupgrade.po index b612475658..c315508d84 100644 --- a/applications/luci-app-attendedsysupgrade/po/he/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/he/attendedsysupgrade.po @@ -233,7 +233,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/hi/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/hi/attendedsysupgrade.po index f1a8d37dbe..902eebdfb7 100644 --- a/applications/luci-app-attendedsysupgrade/po/hi/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/hi/attendedsysupgrade.po @@ -226,7 +226,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/hu/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/hu/attendedsysupgrade.po index 92ad7983ac..05f00b4a67 100644 --- a/applications/luci-app-attendedsysupgrade/po/hu/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/hu/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/it/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/it/attendedsysupgrade.po index 149141d24b..69c4e81652 100644 --- a/applications/luci-app-attendedsysupgrade/po/it/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/it/attendedsysupgrade.po @@ -234,7 +234,7 @@ msgid "Server response: %s" msgstr "Risposta del server: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configura ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -299,7 +299,7 @@ msgstr "[installati] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Download dell'archivio ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Preparazione di ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/ja/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ja/attendedsysupgrade.po index ffbeb0c203..e54589f4f0 100644 --- a/applications/luci-app-attendedsysupgrade/po/ja/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ja/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "サーバーの応答: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/ko/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ko/attendedsysupgrade.po index 8d9fd50ce2..c37fd1808b 100644 --- a/applications/luci-app-attendedsysupgrade/po/ko/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ko/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "서버 응답: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -294,7 +294,7 @@ msgstr "[설치됨] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% ImageBuilder 아카이브 다운로드 중" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% ImageBuilder 설정" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/lt/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/lt/attendedsysupgrade.po index 0581723166..786f78c225 100644 --- a/applications/luci-app-attendedsysupgrade/po/lt/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/lt/attendedsysupgrade.po @@ -239,7 +239,7 @@ msgid "Server response: %s" msgstr "Serverio atsakas: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Nustatyti „ImageBuilder“" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po index 3c1d884ca7..83ef05a159 100644 --- a/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/ms/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ms/attendedsysupgrade.po index 9ba7a6ad84..e369148ce9 100644 --- a/applications/luci-app-attendedsysupgrade/po/ms/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ms/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/nb_NO/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/nb_NO/attendedsysupgrade.po index bc9e743e5a..5d6ce111fb 100644 --- a/applications/luci-app-attendedsysupgrade/po/nb_NO/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/nb_NO/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/nl/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/nl/attendedsysupgrade.po index 128f6e38b9..949f604da5 100644 --- a/applications/luci-app-attendedsysupgrade/po/nl/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/nl/attendedsysupgrade.po @@ -235,7 +235,7 @@ msgid "Server response: %s" msgstr "Server antwoord: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Instellen ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -299,8 +299,8 @@ msgstr "[geïnstalleerd] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% ImageBuilder archief downloaden" -#~ msgid "40% Setup ImageBuilder" -#~ msgstr "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" +#~ msgstr "40% Setting Up ImageBuilder" #~ msgid "60% Validate package selection" #~ msgstr "60% Valideer pakketselectie" diff --git a/applications/luci-app-attendedsysupgrade/po/pl/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/pl/attendedsysupgrade.po index 40c2b80884..8c08e399fa 100644 --- a/applications/luci-app-attendedsysupgrade/po/pl/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/pl/attendedsysupgrade.po @@ -236,7 +236,7 @@ msgid "Server response: %s" msgstr "Odpowiedź serwera: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Konfiguracja ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -301,7 +301,7 @@ msgstr "[zainstalowano] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Pobieranie archiwum ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Konfiguracja ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/pt/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/pt/attendedsysupgrade.po index 948bf48bb9..7ee1019bae 100644 --- a/applications/luci-app-attendedsysupgrade/po/pt/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/pt/attendedsysupgrade.po @@ -235,7 +235,7 @@ msgid "Server response: %s" msgstr "Resposta do servidor: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configurar o ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -299,7 +299,7 @@ msgstr "[instalado] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% baixando o arquivo do ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% configuração do ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/pt_BR/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/pt_BR/attendedsysupgrade.po index f92241449d..a38e962873 100644 --- a/applications/luci-app-attendedsysupgrade/po/pt_BR/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/pt_BR/attendedsysupgrade.po @@ -234,7 +234,7 @@ msgid "Server response: %s" msgstr "Resposta do servidor: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configurar o ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -298,7 +298,7 @@ msgstr "[instalado] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% baixando o arquivo do ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% configuração do ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/ro/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ro/attendedsysupgrade.po index 48fd203d4c..e57b6ad1f2 100644 --- a/applications/luci-app-attendedsysupgrade/po/ro/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ro/attendedsysupgrade.po @@ -238,7 +238,7 @@ msgid "Server response: %s" msgstr "Răspunsul serverului: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Configurare ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -302,7 +302,7 @@ msgstr "[installed] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Descărcarea arhivei ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Configurare ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/ru/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/ru/attendedsysupgrade.po index 28a820a94f..11f01c138a 100644 --- a/applications/luci-app-attendedsysupgrade/po/ru/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/ru/attendedsysupgrade.po @@ -235,7 +235,7 @@ msgid "Server response: %s" msgstr "Ответ сервера: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Настройка ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -298,7 +298,7 @@ msgstr "[установлено] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Загрузка архива ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Установка ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/sk/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/sk/attendedsysupgrade.po index 644cf81c96..9c77286087 100644 --- a/applications/luci-app-attendedsysupgrade/po/sk/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/sk/attendedsysupgrade.po @@ -237,7 +237,7 @@ msgid "Server response: %s" msgstr "Odpoveď servera: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Nastavenie ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po index 3429755b2c..cd8d1e8af6 100644 --- a/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po @@ -233,7 +233,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/templates/attendedsysupgrade.pot b/applications/luci-app-attendedsysupgrade/po/templates/attendedsysupgrade.pot index 9323ea4562..c82f2d484b 100644 --- a/applications/luci-app-attendedsysupgrade/po/templates/attendedsysupgrade.pot +++ b/applications/luci-app-attendedsysupgrade/po/templates/attendedsysupgrade.pot @@ -223,7 +223,7 @@ msgid "Server response: %s" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/tr/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/tr/attendedsysupgrade.po index b752f50e09..ec1e019b5e 100644 --- a/applications/luci-app-attendedsysupgrade/po/tr/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/tr/attendedsysupgrade.po @@ -233,7 +233,7 @@ msgid "Server response: %s" msgstr "Sunucu cevabı: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -297,7 +297,7 @@ msgstr "[kurulu] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% ImageBuilder arşivi indiriliyor" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% ImageBuilder yükleniyor" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/uk/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/uk/attendedsysupgrade.po index 5ac0b0cc83..ab4cf4786e 100644 --- a/applications/luci-app-attendedsysupgrade/po/uk/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/uk/attendedsysupgrade.po @@ -236,7 +236,7 @@ msgid "Server response: %s" msgstr "Відповідь сервера: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Налаштування ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -300,7 +300,7 @@ msgstr "[встановлено] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% Завантаження архіву ImageBuilder" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% Налаштування ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/vi/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/vi/attendedsysupgrade.po index ccab96529f..626e42cb02 100644 --- a/applications/luci-app-attendedsysupgrade/po/vi/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/vi/attendedsysupgrade.po @@ -234,7 +234,7 @@ msgid "Server response: %s" msgstr "Phản hồi từ máy chủ: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "Cài đặt ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 diff --git a/applications/luci-app-attendedsysupgrade/po/zh_Hans/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/zh_Hans/attendedsysupgrade.po index 14988f89a5..1268e34ef7 100644 --- a/applications/luci-app-attendedsysupgrade/po/zh_Hans/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/zh_Hans/attendedsysupgrade.po @@ -232,7 +232,7 @@ msgid "Server response: %s" msgstr "服务器响应:%s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "设置 ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -292,7 +292,7 @@ msgstr "[已安装] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% 正在下载 ImageBuilder 存档" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% 安装 ImageBuilder" #~ msgid "60% Validate package selection" diff --git a/applications/luci-app-attendedsysupgrade/po/zh_Hant/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/zh_Hant/attendedsysupgrade.po index 82f7153720..a8b0153f07 100644 --- a/applications/luci-app-attendedsysupgrade/po/zh_Hant/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/zh_Hant/attendedsysupgrade.po @@ -233,7 +233,7 @@ msgid "Server response: %s" msgstr "伺服器回應:%s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 -msgid "Setup ImageBuilder" +msgid "Setting Up ImageBuilder" msgstr "設定 ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 @@ -293,7 +293,7 @@ msgstr "[已安裝] %s" #~ msgid "20% Downloading ImageBuilder archive" #~ msgstr "20% 正在下載 ImageBuilder 存檔" -#~ msgid "40% Setup ImageBuilder" +#~ msgid "40% Setting Up ImageBuilder" #~ msgstr "40% 設定 ImageBuilder" #~ msgid "60% Validate package selection" From 992cca55ae3d6599d177bdb3b9bfc2b679c650e5 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Fri, 11 Aug 2023 13:12:26 +0200 Subject: [PATCH 5/7] luci-proto-wireguard: grammar fixes To setup (n) -> To set(v) up Signed-off-by: Paul Dee --- modules/luci-base/po/ar/base.po | 2 +- modules/luci-base/po/bg/base.po | 2 +- modules/luci-base/po/bn_BD/base.po | 2 +- modules/luci-base/po/ca/base.po | 2 +- modules/luci-base/po/cs/base.po | 2 +- modules/luci-base/po/da/base.po | 2 +- modules/luci-base/po/de/base.po | 2 +- modules/luci-base/po/el/base.po | 2 +- modules/luci-base/po/en/base.po | 2 +- modules/luci-base/po/es/base.po | 2 +- modules/luci-base/po/fi/base.po | 2 +- modules/luci-base/po/fr/base.po | 2 +- modules/luci-base/po/he/base.po | 2 +- modules/luci-base/po/hi/base.po | 2 +- modules/luci-base/po/hu/base.po | 2 +- modules/luci-base/po/it/base.po | 2 +- modules/luci-base/po/ja/base.po | 2 +- modules/luci-base/po/ko/base.po | 2 +- modules/luci-base/po/lt/base.po | 2 +- modules/luci-base/po/mr/base.po | 2 +- modules/luci-base/po/ms/base.po | 2 +- modules/luci-base/po/nb_NO/base.po | 2 +- modules/luci-base/po/nl/base.po | 2 +- modules/luci-base/po/pl/base.po | 2 +- modules/luci-base/po/pt/base.po | 2 +- modules/luci-base/po/pt_BR/base.po | 2 +- modules/luci-base/po/ro/base.po | 2 +- modules/luci-base/po/ru/base.po | 2 +- modules/luci-base/po/sk/base.po | 2 +- modules/luci-base/po/sv/base.po | 2 +- modules/luci-base/po/templates/base.pot | 2 +- modules/luci-base/po/tr/base.po | 2 +- modules/luci-base/po/uk/base.po | 2 +- modules/luci-base/po/ur/base.po | 2 +- modules/luci-base/po/vi/base.po | 2 +- modules/luci-base/po/zh_Hans/base.po | 2 +- modules/luci-base/po/zh_Hant/base.po | 2 +- .../htdocs/luci-static/resources/protocol/wireguard.js | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po index 80d161b3f5..807ad07411 100644 --- a/modules/luci-base/po/ar/base.po +++ b/modules/luci-base/po/ar/base.po @@ -9131,7 +9131,7 @@ msgstr "يجب ألا يكون عنوان البوابة عنوان IP محلي" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index e4812b180f..15509c693b 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -8974,7 +8974,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po index 41623b6c85..fa143c295b 100644 --- a/modules/luci-base/po/bn_BD/base.po +++ b/modules/luci-base/po/bn_BD/base.po @@ -8907,7 +8907,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index 95d8fc0421..a91d0e7aef 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -9041,7 +9041,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 2a7be46f1f..eb7162cb66 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -9134,7 +9134,7 @@ msgstr "Adresa brány nesmí být lokální IP adresa" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po index e319ca748b..6dfebcf1e4 100644 --- a/modules/luci-base/po/da/base.po +++ b/modules/luci-base/po/da/base.po @@ -9428,7 +9428,7 @@ msgstr "Gateway-adressen må ikke være en lokal IP-adresse" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Den genererede konfiguration kan importeres i et WireGuard-klientprogram for " "at oprette en forbindelse til denne enhed." diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index 0bcee20347..fba90208f4 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -9544,7 +9544,7 @@ msgstr "Das Gateway darf keine lokale IP-Addresse des Routers sein" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Die generierte Konfiguration kann in eine WireGuard-Client-Applikation " "importiert werden um eine Verbindung zu diesem Gerät aufzubauen." diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index 7d5bce1fec..746de391d3 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -9026,7 +9026,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 1090cd9d46..d7634d60b7 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -8909,7 +8909,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 214c48529c..18c18e3c48 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -9590,7 +9590,7 @@ msgstr "La dirección de la puerta de enlace no debe ser una dirección IP local #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "La configuración generada se puede importar a una aplicación de cliente " "WireGuard para configurar una conexión hacia este dispositivo." diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po index b1866a0b66..52bdc670a6 100644 --- a/modules/luci-base/po/fi/base.po +++ b/modules/luci-base/po/fi/base.po @@ -9196,7 +9196,7 @@ msgstr "Yhdyskäytävän osoite ei saa olla paikallinen IP-osoite" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index c9c73a5034..3e9fa6f721 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -9520,7 +9520,7 @@ msgstr "L'adresse de passerelle ne doit pas être une adresse IP locale" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "La configuration générée peut être importée dans une application cliente " "WireGuard pour configurer une connexion vers ce périphérique." diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index 24d664ecef..42c33f3381 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -8935,7 +8935,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index 2ef35f444c..968a972ba7 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -8905,7 +8905,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index 2ae1a8ad28..ca3a71bb17 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -9172,7 +9172,7 @@ msgstr "Az átjáró címe nem lehet helyi IP-cím" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index 28e445c3f9..8325fe4447 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -9499,7 +9499,7 @@ msgstr "L'indirizzo del gateway non deve essere un indirizzo IP locale" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "La configurazione generata può essere importata in un'applicazione client " "WireGuard per impostare una connessione verso questo dispositivo." diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 420e058141..c589abe728 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -9228,7 +9228,7 @@ msgstr "ゲートウェイアドレスは非ローカルIPアドレスでなけ #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index bd9ec4dfb2..73e1e0276c 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -9027,7 +9027,7 @@ msgstr "게이트웨이 주소는 절대로 로컬 IP 주소면 안됩니다" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po index 768c7241e7..b739da1fd0 100644 --- a/modules/luci-base/po/lt/base.po +++ b/modules/luci-base/po/lt/base.po @@ -8909,7 +8909,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index e480821118..4b9b062957 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -8904,7 +8904,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 5a088ac966..5d0da30412 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -8935,7 +8935,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po index 5f6556aed9..87b6112da9 100644 --- a/modules/luci-base/po/nb_NO/base.po +++ b/modules/luci-base/po/nb_NO/base.po @@ -9017,7 +9017,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po index 216848626e..0527c664a8 100644 --- a/modules/luci-base/po/nl/base.po +++ b/modules/luci-base/po/nl/base.po @@ -9471,7 +9471,7 @@ msgstr "Het gatewayadres mag geen lokaal IP-adres zijn" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "De gegenereerde configuratie kan worden geïmporteerd in een WireGuard-" "clienttoepassing om een verbinding met dit apparaat tot stand te brengen." diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index b0be8531c0..bad7014578 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -9479,7 +9479,7 @@ msgstr "Adres bramki nie może być lokalnym adresem IP" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Wygenerowaną konfigurację można zaimportować do aplikacji klienckiej " "WireGuard w celu nawiązania połączenia z tym urządzeniem." diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index b9b2ebc57f..89cee3b117 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -9497,7 +9497,7 @@ msgstr "O endereço do gateway não deve ser um endereço IP local" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "A configuração gerada pode ser importada para uma aplicação cliente " "WireGuard para configurar uma conexão neste aparelho." diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index a93c893108..33e97a99a0 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -9509,7 +9509,7 @@ msgstr "O endereço do gateway não deve ser um endereço de IP local" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "A configuração gerada pode ser importada para um aplicativo cliente " "WireGuard para configurar uma conexão neste dispositivo." diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 99a5e18387..12a6b00692 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -9501,7 +9501,7 @@ msgstr "Adresa porții de acces nu trebuie să fie o adresă IP locală" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Configurația generată poate fi importată într-o aplicație client WireGuard " "pentru a stabili o conexiune cu acest dispozitiv." diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index cbe6a378eb..a60745f923 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -9495,7 +9495,7 @@ msgstr "Адрес шлюза не должен быть локальным IP- #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Сгенерированная конфигурация может быть импортирована в клиентское " "приложение WireGuard для установки соединения с этим устройством." diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index 7e2e11b649..6d1fe87d0b 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -9146,7 +9146,7 @@ msgstr "Adresa brány nemôže byť miestna adresa IP" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index e3ed108422..8ea2c75960 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -8946,7 +8946,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index 357ab4b905..b946023b7c 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -8894,7 +8894,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 084b029df2..91a3f74a25 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -9394,7 +9394,7 @@ msgstr "Ağ geçidi adresi yerel bir IP adresi olmamalıdır" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Oluşturulan konfigürasyon, bu cihaza bir bağlantı kurmak için bir WireGuard " "istemci uygulamasına aktarılabilir." diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 8a2b9ca2ec..bae2efb148 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -9486,7 +9486,7 @@ msgstr "Адреса шлюзу не повинна бути локальною #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po index 4f4f4ac123..ad2156716b 100644 --- a/modules/luci-base/po/ur/base.po +++ b/modules/luci-base/po/ur/base.po @@ -8904,7 +8904,7 @@ msgstr "" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index df1febd067..df0ed96b2b 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -9402,7 +9402,7 @@ msgstr "Địa chỉ gateway không được là địa chỉ IP cục bộ" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "" "Cấu hình được tạo có thể được nhập vào ứng dụng khách WireGuard để thiết lập " "kết nối với thiết bị này." diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index c863c3c79b..7f3a81216e 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -9109,7 +9109,7 @@ msgstr "网关地址不能是本地 IP 地址" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "生成的配置可以导入到 WireGuard 客户端应用中来设置到该设备的连接。" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index 363f746af3..94bfd49894 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -9115,7 +9115,7 @@ msgstr "網關位址不能是本地 IP" #: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752 msgid "" "The generated configuration can be imported into a WireGuard client " -"application to setup a connection towards this device." +"application to set up a connection towards this device." msgstr "產生的設定可以匯入到 WireGuard 客戶端應用中來設定到該裝置的連接。" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:172 diff --git a/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js b/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js index 2126403de6..fc28d2bbe5 100644 --- a/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js +++ b/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js @@ -749,7 +749,7 @@ return network.registerProtocol('wireguard', { var qrm, qrs, qro; - qrm = new form.JSONMap({ config: { endpoint: hostnames[0], allowed_ips: ips } }, null, _('The generated configuration can be imported into a WireGuard client application to setup a connection towards this device.')); + qrm = new form.JSONMap({ config: { endpoint: hostnames[0], allowed_ips: ips } }, null, _('The generated configuration can be imported into a WireGuard client application to set up a connection towards this device.')); qrm.parent = parent; qrs = qrm.section(form.NamedSection, 'config'); From 28e7201bcb547fed70c0b3dd9c64fe88d6d37d78 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Sat, 5 Aug 2023 02:09:22 +0200 Subject: [PATCH 6/7] luci-app-siitwizard: grammar fixes To setup (n) -> To set(v) up Signed-off-by: Paul Dee --- .../luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua index f3501e5d72..be0775d013 100644 --- a/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua +++ b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua @@ -49,8 +49,8 @@ ula = ula:add(find_ll()) -------------------- View -------------------- -f = SimpleForm("siitwizward", "SIIT-Wizzard", - "This wizzard helps to setup SIIT (IPv4-over-IPv6) translation according to RFC2765.") +f = SimpleForm("siitwizard", "SIIT-Wizard", + "This wizard helps to set up SIIT (IPv4-over-IPv6) translation according to RFC2765.") f:field(DummyValue, "info_ula", "Mesh ULA address").value = ula:string() From d48979217c0b521d0e9d97090cf26c8e7941fa54 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Fri, 11 Aug 2023 13:34:45 +0200 Subject: [PATCH 7/7] luci-mod-network: grammar fixes To setup (n) -> To set(v) up Signed-off-by: Paul Dee --- modules/luci-base/po/ar/base.po | 2 +- modules/luci-base/po/bg/base.po | 2 +- modules/luci-base/po/bn_BD/base.po | 2 +- modules/luci-base/po/ca/base.po | 2 +- modules/luci-base/po/cs/base.po | 2 +- modules/luci-base/po/da/base.po | 2 +- modules/luci-base/po/de/base.po | 2 +- modules/luci-base/po/el/base.po | 2 +- modules/luci-base/po/en/base.po | 2 +- modules/luci-base/po/es/base.po | 2 +- modules/luci-base/po/fi/base.po | 2 +- modules/luci-base/po/fr/base.po | 2 +- modules/luci-base/po/he/base.po | 2 +- modules/luci-base/po/hi/base.po | 2 +- modules/luci-base/po/hu/base.po | 2 +- modules/luci-base/po/it/base.po | 2 +- modules/luci-base/po/ja/base.po | 2 +- modules/luci-base/po/ko/base.po | 2 +- modules/luci-base/po/lt/base.po | 2 +- modules/luci-base/po/mr/base.po | 2 +- modules/luci-base/po/ms/base.po | 2 +- modules/luci-base/po/nb_NO/base.po | 2 +- modules/luci-base/po/nl/base.po | 2 +- modules/luci-base/po/pl/base.po | 2 +- modules/luci-base/po/pt/base.po | 2 +- modules/luci-base/po/pt_BR/base.po | 2 +- modules/luci-base/po/ro/base.po | 2 +- modules/luci-base/po/ru/base.po | 2 +- modules/luci-base/po/sk/base.po | 2 +- modules/luci-base/po/sv/base.po | 2 +- modules/luci-base/po/templates/base.pot | 2 +- modules/luci-base/po/tr/base.po | 2 +- modules/luci-base/po/uk/base.po | 2 +- modules/luci-base/po/ur/base.po | 2 +- modules/luci-base/po/vi/base.po | 2 +- modules/luci-base/po/zh_Hans/base.po | 2 +- modules/luci-base/po/zh_Hant/base.po | 2 +- .../htdocs/luci-static/resources/view/network/interfaces.js | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po index 807ad07411..a219708912 100644 --- a/modules/luci-base/po/ar/base.po +++ b/modules/luci-base/po/ar/base.po @@ -8110,7 +8110,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index 15509c693b..acd17afe2b 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -8002,7 +8002,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po index fa143c295b..e98a576cd9 100644 --- a/modules/luci-base/po/bn_BD/base.po +++ b/modules/luci-base/po/bn_BD/base.po @@ -7937,7 +7937,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index a91d0e7aef..19d3e2357d 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -8067,7 +8067,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index eb7162cb66..6e3a808656 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -8131,7 +8131,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po index 6dfebcf1e4..438861a0ca 100644 --- a/modules/luci-base/po/da/base.po +++ b/modules/luci-base/po/da/base.po @@ -8322,7 +8322,7 @@ msgstr "" "AP'er: 802.11r, 802.11k og 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Opsætning af ruter til proxied IPv6-naboer." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index fba90208f4..eae000618e 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -8421,7 +8421,7 @@ msgstr "" "mehreren APs: 802.11r, 802.11k und 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" "Netzwerkrouten für IPv6-Nachbarn installieren, die durch den NDP-Proxy " "behandelt werden." diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index 746de391d3..b5af2ce333 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -8052,7 +8052,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index d7634d60b7..736481295e 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -7939,7 +7939,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 18c18e3c48..48ea0a3ccd 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -8461,7 +8461,7 @@ msgstr "" "varios puntos de acceso: 802.11r, 802.11k y 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Configurar rutas para vecinos IPv6 con proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po index 52bdc670a6..37a7110d66 100644 --- a/modules/luci-base/po/fi/base.po +++ b/modules/luci-base/po/fi/base.po @@ -8144,7 +8144,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 3e9fa6f721..6ab8485a35 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -8401,7 +8401,7 @@ msgstr "" "points d'accès : 802.11r, 802.11k et 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Configurez les itinéraires pour les proxysIPv6 voisins." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index 42c33f3381..549d39fec4 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -7960,7 +7960,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index 968a972ba7..b6592a8879 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -7935,7 +7935,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index ca3a71bb17..bf6eab4246 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -8156,7 +8156,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index 8325fe4447..94a5bee401 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -8379,7 +8379,7 @@ msgstr "" "802.11r, 802.11k e 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Imposta gli instradamenti per i vicini IPv6 con proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index c589abe728..3dc1904a6f 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -8181,7 +8181,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index 73e1e0276c..1d9b2faefe 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -8040,7 +8040,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po index b739da1fd0..79d1e5a2ac 100644 --- a/modules/luci-base/po/lt/base.po +++ b/modules/luci-base/po/lt/base.po @@ -7939,7 +7939,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index 4b9b062957..3758e21875 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -7934,7 +7934,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 5d0da30412..b0a3a3e02f 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -7962,7 +7962,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po index 87b6112da9..9a234fb4e3 100644 --- a/modules/luci-base/po/nb_NO/base.po +++ b/modules/luci-base/po/nb_NO/base.po @@ -8035,7 +8035,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po index 0527c664a8..56001a408e 100644 --- a/modules/luci-base/po/nl/base.po +++ b/modules/luci-base/po/nl/base.po @@ -8348,7 +8348,7 @@ msgstr "" "AP's: 802.11r, 802.11k en 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Routes instellen voor proxy IPv6-buren." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index bad7014578..1259077e4b 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -8372,7 +8372,7 @@ msgstr "" "punktami dostępowymi: 802.11r, 802.11k i 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Ustawienie tras dla sąsiadów IPv6 z proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 89cee3b117..6f2075f15d 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -8382,7 +8382,7 @@ msgstr "" "APs: 802.11r, 802.11k e 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Configuração de rotas para vizinhos de IPv6 que fazem proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index 33e97a99a0..3e21eee104 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -8395,7 +8395,7 @@ msgstr "" "APs: 802.11r, 802.11k e 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Rotas de configuração para vizinhos IPv6 que tiverem proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 12a6b00692..133d777b5d 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -8376,7 +8376,7 @@ msgstr "" "uri: 802.11r, 802.11k și 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Configurarea rutelor pentru vecinii IPv6 proxi." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index a60745f923..558a98fb4f 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -8390,7 +8390,7 @@ msgstr "" "точками доступа: 802.11r, 802.11k и 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Настройка маршрутов для проксированных соседей IPv6." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index 6d1fe87d0b..98190841b2 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -8140,7 +8140,7 @@ msgstr "" "AP: 802.11r, 802.11k a 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index 8ea2c75960..8f8882001e 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -7976,7 +7976,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index b946023b7c..3f859c821e 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -7924,7 +7924,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 91a3f74a25..c4d16080a8 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -8295,7 +8295,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Proxy'li IPv6 komşuları için kurulum yolları." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index bae2efb148..307816f9a5 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -8376,7 +8376,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Налаштування маршрутів для проксі-сусідів IPv6." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po index ad2156716b..46c64092c8 100644 --- a/modules/luci-base/po/ur/base.po +++ b/modules/luci-base/po/ur/base.po @@ -7934,7 +7934,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index df0ed96b2b..36dd2d115d 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -8316,7 +8316,7 @@ msgstr "" "cập AP: 802.11r, 802.11k và 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "Thiết lập các tuyến đường cho hàng xóm IPv6 qua proxy." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index 7f3a81216e..3a01c0acea 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -8095,7 +8095,7 @@ msgid "" msgstr "协助无线客户端在多个 AP 之间漫游的设置:802.11r、 802.11k 和 802.11v" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "设置已代理 IPv6 邻居的路由。" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index 94bfd49894..16dcd03f37 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -8100,7 +8100,7 @@ msgid "" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951 -msgid "Setup routes for proxied IPv6 neighbours." +msgid "Set up routes for proxied IPv6 neighbours." msgstr "設定已代理 IPv6 鄰居的路由。" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210 diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index 82bf269e8a..c66e74552a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -948,7 +948,7 @@ return view.extend({ so.value('hybrid', _('hybrid mode'), ' '); - so = ss.taboption('ipv6', form.Flag, 'ndproxy_routing', _('Learn routes'), _('Setup routes for proxied IPv6 neighbours.')); + so = ss.taboption('ipv6', form.Flag, 'ndproxy_routing', _('Learn routes'), _('Set up routes for proxied IPv6 neighbours.')); so.default = so.enabled; so.depends('ndp', 'relay'); so.depends('ndp', 'hybrid');