From a0f66ab65f4ce1c464168c3256a193a20623efca Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 15 Dec 2024 20:22:27 +0100 Subject: [PATCH] luci-app-p910nd: update package-manager handling opkg is no longer available as the generic name for package-manager Signed-off-by: Paul Donald --- .../luci-static/resources/view/p910nd.js | 2 +- applications/luci-app-p910nd/po/ar/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/bg/p910nd.po | 82 ++++++++--------- .../luci-app-p910nd/po/bn_BD/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ca/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/cs/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/da/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/de/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/el/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/es/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/fi/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/fr/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ga/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/he/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/hi/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/hu/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/it/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/ja/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ko/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/lt/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/mr/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ms/p910nd.po | 82 ++++++++--------- .../luci-app-p910nd/po/nb_NO/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/nl/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/pl/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/pt/p910nd.po | 82 ++++++++--------- .../luci-app-p910nd/po/pt_BR/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ro/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/ru/p910nd.po | 87 ++++++++++--------- applications/luci-app-p910nd/po/sk/p910nd.po | 82 ++++++++--------- applications/luci-app-p910nd/po/sv/p910nd.po | 82 ++++++++--------- .../luci-app-p910nd/po/templates/p910nd.pot | 82 ++++++++--------- applications/luci-app-p910nd/po/tr/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/uk/p910nd.po | 84 +++++++++--------- applications/luci-app-p910nd/po/vi/p910nd.po | 82 ++++++++--------- .../luci-app-p910nd/po/zh_Hans/p910nd.po | 84 +++++++++--------- .../luci-app-p910nd/po/zh_Hant/p910nd.po | 84 +++++++++--------- .../usr/share/rpcd/acl.d/luci-app-p910nd.json | 2 +- 38 files changed, 1492 insertions(+), 1491 deletions(-) diff --git a/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js b/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js index 2b9256a90b..a55fefd233 100644 --- a/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js +++ b/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js @@ -47,7 +47,7 @@ return view.extend({ // data[1] fs.exec_direct('/usr/libexec/package-manager-call', [ 'list-installed' ], 'text').catch(function(err) { - ui.addNotification(null, E('p', {}, _('Error calling "opkg list-installed": ' + err.message))); + ui.addNotification(null, E('p', {}, _('Error calling "package-manager-call list-installed": ' + err.message))); console.log(err); return ''; }).then(data => {return data.trim().split('\n').sort().filter((string) => string.includes(': kmod-'));}), diff --git a/applications/luci-app-p910nd/po/ar/p910nd.po b/applications/luci-app-p910nd/po/ar/p910nd.po index 2cc1260c77..1da1fd073e 100644 --- a/applications/luci-app-p910nd/po/ar/p910nd.po +++ b/applications/luci-app-p910nd/po/ar/p910nd.po @@ -15,43 +15,43 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 5.7-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "جهاز" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "مفعَّل" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -59,66 +59,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "المصنع" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "المنفذ" @@ -126,55 +126,55 @@ msgstr "المنفذ" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "الاعدادات" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/bg/p910nd.po b/applications/luci-app-p910nd/po/bg/p910nd.po index af352c3aa1..566dd2d0bd 100644 --- a/applications/luci-app-p910nd/po/bg/p910nd.po +++ b/applications/luci-app-p910nd/po/bg/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.8-rc\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Двупосочен режим" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Устройство" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Позволен" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" "Първо трябва да инсталирате пакетите за поддръжка на USB (kmod-usb-printer) " @@ -60,66 +60,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Порт" @@ -127,55 +127,55 @@ msgstr "Порт" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Настройки" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/bn_BD/p910nd.po b/applications/luci-app-p910nd/po/bn_BD/p910nd.po index 0ba8747160..ce4310fb66 100644 --- a/applications/luci-app-p910nd/po/bn_BD/p910nd.po +++ b/applications/luci-app-p910nd/po/bn_BD/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "ডিভাইস" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "পোর্ট" @@ -125,55 +125,55 @@ msgstr "পোর্ট" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "সেটিংস" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ca/p910nd.po b/applications/luci-app-p910nd/po/ca/p910nd.po index 5a06c0124f..be6aa9e57d 100644 --- a/applications/luci-app-p910nd/po/ca/p910nd.po +++ b/applications/luci-app-p910nd/po/ca/p910nd.po @@ -16,43 +16,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.1\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Mode bidireccional" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Dispositiu" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -60,66 +60,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -127,55 +127,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Paràmetres" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/cs/p910nd.po b/applications/luci-app-p910nd/po/cs/p910nd.po index f9f79fa304..189d8c4783 100644 --- a/applications/luci-app-p910nd/po/cs/p910nd.po +++ b/applications/luci-app-p910nd/po/cs/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "X-Generator: Weblate 5.7-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Přidat nastavení tiskárny" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Obousměrný režim" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Zařízení" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -56,66 +56,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Udělit oprávnění k UCI pro luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -123,55 +123,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Nastavení" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/da/p910nd.po b/applications/luci-app-p910nd/po/da/p910nd.po index 583fd99da2..6b59c4ee24 100644 --- a/applications/luci-app-p910nd/po/da/p910nd.po +++ b/applications/luci-app-p910nd/po/da/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9.1-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Tovejstilstand" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Enhed" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Giv UCI-adgang til luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -125,55 +125,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Indstillinger" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/de/p910nd.po b/applications/luci-app-p910nd/po/de/p910nd.po index 9f2ea56005..1eccb15d2c 100644 --- a/applications/luci-app-p910nd/po/de/p910nd.po +++ b/applications/luci-app-p910nd/po/de/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.8.2\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Druckerkonfiguration hinzufügen" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Bitte beachten: %s hört auch auf Port 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Bidirektionaler Modus" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Über den Router" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "%s verbundene Geräte sind in dieser Liste." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Gerät" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Fehler beim Aufruf \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Fehler beim Aufruf \"package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Fehler bei der Ausführung des Befehls \"find\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Für per USB angeschlossene Drucker" @@ -58,47 +58,47 @@ msgstr "Für per USB angeschlossene Drucker" msgid "Grant UCI access for luci-app-p910nd" msgstr "Gewähre UCI Zugriff auf luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" "Es ist sicher, beide zu installieren, auch wenn nur einer benötigt wird." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Lausch-IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Auf einer bestimmten IP horchen." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Lokaler TCP-Lauschport für diesen Drucker." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Hersteller" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Hinweis: %s annonciert nur einen (der erste) Drucker auf diesem Host." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Hinweis: Stellen Sie nur CMD-Sprachen ein, die Ihr Drucker versteht." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Hinweis: USB-Hotplug versucht, einige der untenstehenden Werte " "bereitzustellen." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Hinweis: USB-Hotplug erkennt dies korrekt." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -106,25 +106,25 @@ msgstr "" "Hinweis: Die Zuordnung des Zeicheneingabegerätes kann sich beim Neustart/bei " "Neuverbindung mit mehreren USB-Geräten ändern." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Anmerkung: muss % sein." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Eines dieser Kernel-Module ist für p910nd erforderlich, um Ihren Drucker zu " "finden." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Überschreibung des Standardwerts von %." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Unterstützung für Parallelport-Druckergeräte" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -132,55 +132,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "Port 910n Druck-daemon" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Als root ausführen" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Dient als Standort in Apple Standards." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Einstellungen" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Einige Beispiele:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "Das Element des Typs %." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "Der %-Wert." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Benutzerlesbare Beschreibung von Hersteller und Modell." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Ob dieser Druckport bidirektional ist." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Ob Sie diesen Drucker über %s annoncieren." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "alle" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "in Klammern eingeschlossen" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "Ports 9100-9109 lokalen Druckern zuordnen." diff --git a/applications/luci-app-p910nd/po/el/p910nd.po b/applications/luci-app-p910nd/po/el/p910nd.po index b7cc114695..8554e4b11f 100644 --- a/applications/luci-app-p910nd/po/el/p910nd.po +++ b/applications/luci-app-p910nd/po/el/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.12-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Αμφίδρομη μέθοδος" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Συσκευή" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Παραχωρήστε πρόσβαση UCI στο luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Θύρα" @@ -125,55 +125,55 @@ msgstr "Θύρα" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Ρυθμίσεις" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/es/p910nd.po b/applications/luci-app-p910nd/po/es/p910nd.po index 8f8d96e54a..7fafb8269f 100644 --- a/applications/luci-app-p910nd/po/es/p910nd.po +++ b/applications/luci-app-p910nd/po/es/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.7-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Agregar configuración de impresora" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Tenga en cuenta: %s también escucha en el puerto 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Modo bidireccional" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Por el enrutador" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "%s dispositivos conectados se muestran en esta lista." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Dispositivo" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Error al llamar a \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Error al llamar a \"package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Error al ejecutar el comando \"find\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Para impresoras conectadas por USB" @@ -58,46 +58,46 @@ msgstr "Para impresoras conectadas por USB" msgid "Grant UCI access for luci-app-p910nd" msgstr "Conceder acceso UCI para luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "Es seguro instalar ambos, incluso si sólo se necesita uno." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "IP de escucha" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Escuchar en una IP específica." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Puerto local TCP de escucha para esta impresora." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Fabricante" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Nota: %s solo anuncia una (la primera) impresora en este host." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Nota: Configure solo los idiomas CMD que comprenda su impresora." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Nota: Los intentos de conexión USB intentan proporcionar algunos de los " "valores a continuación." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Nota: USB hotplug detecta esto correctamente." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -105,26 +105,26 @@ msgstr "" "Nota: la asignación de caracteres del dispositivo puede cambiar al reiniciar/" "reconectar con múltiples dispositivos USB." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Nota: debe ser %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Se necesita uno de estos módulos del kernel para que p910nd encuentre su " "impresora." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Anula el valor predeterminado de %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" "Compatibilidad con dispositivos de impresora de línea de puerto paralelo" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Puerto" @@ -132,55 +132,55 @@ msgstr "Puerto" msgid "Port 910n print daemon" msgstr "Demonio de impresión del puerto 910n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Ejecutar como root" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Sirve como Ubicación en los estándares de Apple." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Ajustes" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Algunos ejemplos:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "El elemento de tipo %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "El valor %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Descripción legible por el usuario del fabricante y modelo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Si este puerto de impresión es bidireccional." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Si se debe anunciar esta impresora a través de %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "cualquiera" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "encerrado entre paréntesis" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "Asignar los puertos 9100-9109 a las impresoras locales." diff --git a/applications/luci-app-p910nd/po/fi/p910nd.po b/applications/luci-app-p910nd/po/fi/p910nd.po index 43c489604a..815e163ed2 100644 --- a/applications/luci-app-p910nd/po/fi/p910nd.po +++ b/applications/luci-app-p910nd/po/fi/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.2-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Kaksisuuntainen tila" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Laite" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Myönnä UCI-käyttöoikeus luci-app-p910nd: lle" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Portti" @@ -125,55 +125,55 @@ msgstr "Portti" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Asetukset" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/fr/p910nd.po b/applications/luci-app-p910nd/po/fr/p910nd.po index a1738a7011..bab15bd718 100644 --- a/applications/luci-app-p910nd/po/fr/p910nd.po +++ b/applications/luci-app-p910nd/po/fr/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.9-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Ajouter une configuration d'imprimante" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Attention : %s écoute aussi sur le port 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Mode bidirectionnel" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Appareil" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Accorder l’accès à l’UCI pour luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Écoutez sur IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -125,55 +125,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Paramètres" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ga/p910nd.po b/applications/luci-app-p910nd/po/ga/p910nd.po index 225c1ced83..13f13cfe75 100644 --- a/applications/luci-app-p910nd/po/ga/p910nd.po +++ b/applications/luci-app-p910nd/po/ga/p910nd.po @@ -15,43 +15,43 @@ msgstr "" "n>6 && n<11) ? 3 : 4;\n" "X-Generator: Weblate 5.8-rc\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Cuir cumraíocht printéir leis" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Bí ar an eolas: éisteann %s ar phort 9100 freisin." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Modh déthreoch" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "De réir an ródaire" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "Taispeánann gléasanna %s nasctha sa liosta seo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Gléas" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Cumasaithe" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Earráid agus \"opkg list-suiteáilte\" á glaoch:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Earráid agus \"package-manager-call list-installed\" á glaoch:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Earráid agus an t-ordú \"find\" á rith:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Le haghaidh printéirí USB nasctha" @@ -59,48 +59,48 @@ msgstr "Le haghaidh printéirí USB nasctha" msgid "Grant UCI access for luci-app-p910nd" msgstr "Tabhair rochtain do UCI do luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" "Tá sé sábháilte an dá cheann a shuiteáil, fiú mura bhfuil gá ach le ceann " "amháin." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Éist leis an IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Éist ar IP ar leith." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Port éisteachta TCP áitiúil don phrintéir seo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Monaróir" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" "Nóta: Ní fhógraíonn %s ach printéir amháin (an chéad cheann) ar an ósta seo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Nóta: Ná socraigh ach na teangacha CMD a thuigeann do phrintéir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Nóta: Déanann hotplug USB iarracht cuid de na luachanna thíos a sholáthar." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Nóta: Aimsíonn hotplug USB é seo i gceart." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -108,25 +108,25 @@ msgstr "" "Tabhair faoi deara: is féidir sannadh gléis charachtair a athrú nuair a " "atosaítear/athcheangail le gléasanna USB iolracha." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Nóta: caithfidh gur %s é." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Tá ceann de na modúil eithne seo ag teastáil le haghaidh p910nd chun do " "phrintéir a aimsiú." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Sáraíonn sé réamhshocrú %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Tacaíocht gléas printéir líne calafoirt comhthreomhar" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -134,55 +134,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "Deamhan priontála port 910n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Rith mar fhréamh" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Feidhmíonn sé mar Suíomh i gcaighdeáin Apple." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Socruithe" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Roinnt samplaí:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "An cineál eilimint %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "An luach %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Cur síos inléite don úsáideoir ar an déantóir agus ar an tsamhail." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Cibé an bhfuil an port priontála seo déthreo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Cibé ar cheart an printéir seo a fhógairt trí %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "aon" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "faoi iamh laistigh de lúibíní" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "mapáil poirt 9100-9109 chuig printéirí áitiúla." diff --git a/applications/luci-app-p910nd/po/he/p910nd.po b/applications/luci-app-p910nd/po/he/p910nd.po index 1b544f7bc4..dd6aeb7fae 100644 --- a/applications/luci-app-p910nd/po/he/p910nd.po +++ b/applications/luci-app-p910nd/po/he/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "מצב דו־כיווני" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "מכשיר" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,67 +58,67 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "הענקת גישת UCI ל־luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" # "יציאה" או "יציאת התקן" ? -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "פתחה" @@ -126,55 +126,55 @@ msgstr "פתחה" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "הגדרות" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/hi/p910nd.po b/applications/luci-app-p910nd/po/hi/p910nd.po index 36bd75be64..f432bf4b5d 100644 --- a/applications/luci-app-p910nd/po/hi/p910nd.po +++ b/applications/luci-app-p910nd/po/hi/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.1.1\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -56,66 +56,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "" @@ -123,55 +123,55 @@ msgstr "" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/hu/p910nd.po b/applications/luci-app-p910nd/po/hu/p910nd.po index 3bb8a754ef..40ed9f5bce 100644 --- a/applications/luci-app-p910nd/po/hu/p910nd.po +++ b/applications/luci-app-p910nd/po/hu/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.8-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Nyomtatóbeállítás hozzáadása" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Ne feledje: %s a 9100-as porton is figyel." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Kétirányú mód" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Nyomtató az útválasztón" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "A csatlakoztatott %s eszköz megjelenik ebben a listában." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Eszköz" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Hiba az \"opkg list-installed\" meghívásakor:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Hiba az \"package-manager-call list-installed\" meghívásakor:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Hiba a \"keresés\" parancs végrehajtásakor:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "USB-n csatlakozó nyomtatókhoz" @@ -56,50 +56,50 @@ msgstr "USB-n csatlakozó nyomtatókhoz" msgid "Grant UCI access for luci-app-p910nd" msgstr "UCI hozzáférés megadása a luci-app-p910nd-hez" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" "Mindkettőt biztonságosan telepítheti, még akkor is, ha csak az egyikre van " "szükség." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Figyelt IP-cím" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Figyelés az itt megadott IP-címen." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Figyelés ehhez a nyomtatóhoz az itt megadott helyi TCP porton." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Gyártó" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Megjegyzés: %s csak egy (az első) nyomtatót hirdeti ezen a gépen." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" "Megjegyzés: Csak azokat a CMD-nyelveket állítsa be, amiket a nyomtató " "támogat." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Megjegyzés: Az USB hotplug az alábbi értékek közül megpróbál néhányat " "megadni." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Megjegyzés: Az USB hotplug ezt helyesen érzékeli." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -107,25 +107,25 @@ msgstr "" "Megjegyzés: A karakteres eszközhozzárendelés megváltozhat több USB-eszköz " "újraindításakor/újracsatlakozásakor." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Megjegyzés: %s kell legyen." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Az alábbi kernelmodulok egyikére szüksége van a p910nd-nek a nyomtató " "megtalálásához." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Felülírja az alapértelmezett %s értékeket." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Párhuzamos portos nyomtató támogatás" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -133,57 +133,57 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "p910nd - Nyomtatási háttérfolyamat" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Futtatás root-ként" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Megnevezés (Apple szabványú működés)." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Beállítások" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Néhány példa:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "%s típus meghatározására." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "%s értéke." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "A felhasználó által olvasható leírás a gyártóról és a típusról." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" "A nyomtatóport kétirányú kapcsolatot használhat, tehát a nyomtató is küldhet " "adatokat az eszköz felé." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "A nyomtatót hirdetheti az eszköz a következőkben: %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "bármely" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "zárójelezve" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "leképezi a 9100-9109-es portokat a helyi nyomtatókhoz." diff --git a/applications/luci-app-p910nd/po/it/p910nd.po b/applications/luci-app-p910nd/po/it/p910nd.po index 587d04c85f..dfaaebc5fc 100644 --- a/applications/luci-app-p910nd/po/it/p910nd.po +++ b/applications/luci-app-p910nd/po/it/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.7-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Aggiungi configurazione per la stampante" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Attenzione: %s sta ascoltando anche sulla porta 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Modalità bidirezionale" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Vicino al router" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "In questo elenco vengono visualizzati %s dispositivi collegati." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Dispositivo" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Abilita" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Errore durante la chiamata di \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Errore durante la chiamata di \"package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Errore durante l'esecuzione del comando \"find\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Per stampanti collegate tramite USB" @@ -58,67 +58,67 @@ msgstr "Per stampanti collegate tramite USB" msgid "Grant UCI access for luci-app-p910nd" msgstr "Concedere l'accesso UCI per luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "È sicuro installarli entrambi, anche se ne è necessario solo uno." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "IP in ascolto" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Ascolta su un IP specifico." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "costruttore" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Nota: %s annuncia solo una (la prima) stampante su questo host." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Nota: Impostare solo le lingue CMD comprensibili dalla stampante." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Nota: l'hotplug USB tenta di fornire alcuni dei valori riportati di seguito." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Nota: l'hotplug USB lo rileva correttamente." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Porta" @@ -126,55 +126,55 @@ msgstr "Porta" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Impostazioni" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ja/p910nd.po b/applications/luci-app-p910nd/po/ja/p910nd.po index 6c555d177e..f8a834c6f9 100644 --- a/applications/luci-app-p910nd/po/ja/p910nd.po +++ b/applications/luci-app-p910nd/po/ja/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "プリンター設定を追加" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "双方向モード" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "デバイス" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "luci-app-p910ndにUCIアクセスを許可" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "ポート" @@ -125,55 +125,55 @@ msgstr "ポート" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "設定" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ko/p910nd.po b/applications/luci-app-p910nd/po/ko/p910nd.po index c8dd680fe0..3a3ef481fb 100644 --- a/applications/luci-app-p910nd/po/ko/p910nd.po +++ b/applications/luci-app-p910nd/po/ko/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "양방향 모드" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "장비" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "포트" @@ -125,55 +125,55 @@ msgstr "포트" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/lt/p910nd.po b/applications/luci-app-p910nd/po/lt/p910nd.po index b0159fa3e8..7d2969b928 100644 --- a/applications/luci-app-p910nd/po/lt/p910nd.po +++ b/applications/luci-app-p910nd/po/lt/p910nd.po @@ -13,45 +13,45 @@ msgstr "" "n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.8-rc\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Pridėti spausdintuvo konfigūraciją" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" "Būkite atidūs: %s taip pat laukia prisijungimo/jungties ryšio ant – 9100 " "prievado." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Dvikryptės veiksena" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Maršrutizatoriaus" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "Prijungti – %s įrenginiai rodomi šiame sąraše." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Įrenginys" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Įjungta/Įgalinta (-s/-i)" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Klaida kreipiant/kvietus –„opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Klaida kreipiant/kvietus –„package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Klaida vykdant „find“ komandą:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Skirta „USB“ prijungtiems spausdintuvams" @@ -59,50 +59,50 @@ msgstr "Skirta „USB“ prijungtiems spausdintuvams" msgid "Grant UCI access for luci-app-p910nd" msgstr "Suteikti „UCI“ prieigą – „luci-app-p910nd“" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "Yra saugu įdi̇́egti abu, net jei reikia tik vieno." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Laukiamas prisijungimo/jungties ryšio IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Laukti prisijungimo/jungties ryšio savitame IP." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" "Vietinis „TCP“ laukiantis prisijungimo/jungties ryšys, šiam spausdintuvui." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Gamintojas" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" "Pastaba: %s reklamuoja/skelbia tik vieną (pirmą) spausdintuvą, ant šio " "skleidėjo/vedėjo." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" "Pastaba: Nustatykite tik tas „CMD“ kalbas, kurias supranta Jūsų " "spausdintuvas." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Pastaba: „USB hotplug“ bando pateikti kai kurias toliau nurodytas reikšmes." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Pastaba: „USB hotplug“ teisingai šį aptinka." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -110,25 +110,25 @@ msgstr "" "Pastaba: simbolių/ženklų įrenginio pas(pris)kyrimas gali pasikeisti, " "paleidžiant iš naujo/prijungus iš naujo kelis „USB“ įrenginius." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Pastaba: turi būti „%s“." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Vienas iš šių branduolio modulių yra reikalingas, kad – „p910nd“ rastų Jūsų " "spausdintuvą." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Perrašo numatytąją – %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Lygiagretaus prievado linijinio spausdintuvo įrenginio palaikymas" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Prievadas" @@ -136,56 +136,56 @@ msgstr "Prievadas" msgid "Port 910n print daemon" msgstr "Prievadas „910n print daemon“" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Vykdyti kaip „root“" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Tarnauja kaip vietovė, pagal „Apple“ standartus." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Nustatymai" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Keli pavyzdžiai:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "„%s“ tipo elementas." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "„%s“ reikšmė." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" "Naudotojui/Vartotojui įskaitomas/suprantamas gamintojo ir modelio aprašymas." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Nesvarbu, ar šis spausdinimo prievadas yra dvikryptis." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Nesvarbu, ar reklamuoti/skelbti šį spausdintuvą, per – %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "bet koks" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "skliausteliuose" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "atvaizduoti prievadus – 9100-9109, vietiniams spausdintuvams." diff --git a/applications/luci-app-p910nd/po/mr/p910nd.po b/applications/luci-app-p910nd/po/mr/p910nd.po index 2c74d69705..d662ce4ecc 100644 --- a/applications/luci-app-p910nd/po/mr/p910nd.po +++ b/applications/luci-app-p910nd/po/mr/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "डिव्हाइस" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "पोर्ट" @@ -125,55 +125,55 @@ msgstr "पोर्ट" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "सेटिंग्ज" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ms/p910nd.po b/applications/luci-app-p910nd/po/ms/p910nd.po index 02b1832c35..66545ad670 100644 --- a/applications/luci-app-p910nd/po/ms/p910nd.po +++ b/applications/luci-app-p910nd/po/ms/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Mod dwihala" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Peranti" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -125,55 +125,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/nb_NO/p910nd.po b/applications/luci-app-p910nd/po/nb_NO/p910nd.po index 244a16690b..6f0b5ebcb1 100644 --- a/applications/luci-app-p910nd/po/nb_NO/p910nd.po +++ b/applications/luci-app-p910nd/po/nb_NO/p910nd.po @@ -10,43 +10,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18.1\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Toveis modus (bidirectional)" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Enhet" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -54,66 +54,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Innvilg UCI-tilgang for luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -121,55 +121,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Innstillinger" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/nl/p910nd.po b/applications/luci-app-p910nd/po/nl/p910nd.po index d2c06cbde3..de39317366 100644 --- a/applications/luci-app-p910nd/po/nl/p910nd.po +++ b/applications/luci-app-p910nd/po/nl/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Bidirectionele modus" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Apparaat" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Verleen UCI toegang voor luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Poort" @@ -125,55 +125,55 @@ msgstr "Poort" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Instellingen" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/pl/p910nd.po b/applications/luci-app-p910nd/po/pl/p910nd.po index 721d16e890..4f061e1ea4 100644 --- a/applications/luci-app-p910nd/po/pl/p910nd.po +++ b/applications/luci-app-p910nd/po/pl/p910nd.po @@ -15,43 +15,43 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Dodaj konfigurację drukarki" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Uwaga: %s nasłuchuje również na porcie 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Tryb dwukierunkowy" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Przez router" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "Połączone urządzenia %s są widoczne na tej liście." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Urządzenie" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Błąd wywołania „opkg list-installed”:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Błąd wywołania „package-manager-call list-installed”:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Błąd wykonywania polecenia „find”:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Dla drukarek podłączonych przez USB" @@ -59,45 +59,45 @@ msgstr "Dla drukarek podłączonych przez USB" msgid "Grant UCI access for luci-app-p910nd" msgstr "Przyznaj luci-app-p910nd dostęp do UCI" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" "Można bezpiecznie zainstalować oba, nawet jeśli potrzebny jest tylko jeden." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Nasłuchuj adresu IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Nasłuchuj na określonym adresie IP." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Lokalny port nasłuchiwania TCP dla tej drukarki." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Producent" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Uwaga: %s rozgłasza tylko jedną (pierwszą) drukarkę na tym hoście." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Uwaga: ustaw tylko języki CMD zrozumiałe dla drukarki." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "Uwaga: hot-plug USB próbuje udostępnić niektóre z poniższych wartości." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Uwaga: hot-plug USB prawidłowo to wykrywa." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -105,25 +105,25 @@ msgstr "" "Uwaga: przypisanie urządzenia znakowego może ulec zmianie po ponownym " "uruchomieniu/ponownym podłączeniu wielu urządzeń USB." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Uwaga: musi być %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Potrzebny jest jeden z tych modułów jądra, aby p910nd mógł znaleźć Twoją " "drukarkę." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Zastępuje wartość domyślną %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Obsługa drukarek poprzez port równoległy" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -131,55 +131,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "Demon drukowania portu 910n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Uruchom jako root" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Służy jako lokalizacja w standardach Apple." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Ustawienia" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Kilka przykładów:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "Element typu %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "Wartość %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Czytelny dla użytkownika opis producenta i modelu." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Określa, czy ten port drukowania jest dwukierunkowy." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Określa, czy rozgłaszać tę drukarkę za pośrednictwem %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "dowolny" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "ujęte w nawiasy" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "mapuj porty 9100-9109 na drukarki lokalne." diff --git a/applications/luci-app-p910nd/po/pt/p910nd.po b/applications/luci-app-p910nd/po/pt/p910nd.po index 269be4af3b..a6d3aa4578 100644 --- a/applications/luci-app-p910nd/po/pt/p910nd.po +++ b/applications/luci-app-p910nd/po/pt/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.7-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Modo bidirecional" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Aparelho" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Conceder UCI acesso ao luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Porta" @@ -125,55 +125,55 @@ msgstr "Porta" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Configurações" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/pt_BR/p910nd.po b/applications/luci-app-p910nd/po/pt_BR/p910nd.po index d92f4d2c65..c78a4f0443 100644 --- a/applications/luci-app-p910nd/po/pt_BR/p910nd.po +++ b/applications/luci-app-p910nd/po/pt_BR/p910nd.po @@ -14,43 +14,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.9-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Modo bidirecional" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Dispositivo" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -58,66 +58,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Conceda acesso UCI ao luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Ouvir no IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Porta" @@ -125,55 +125,55 @@ msgstr "Porta" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Configurações" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "qualquer" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ro/p910nd.po b/applications/luci-app-p910nd/po/ro/p910nd.po index ee7599d7ca..dbe5188512 100644 --- a/applications/luci-app-p910nd/po/ro/p910nd.po +++ b/applications/luci-app-p910nd/po/ro/p910nd.po @@ -15,43 +15,43 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 4.9.1-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Mod bidirecțional" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Dispozitiv" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -59,66 +59,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Acordă acces la UCI pentru luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -126,55 +126,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Setări" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/ru/p910nd.po b/applications/luci-app-p910nd/po/ru/p910nd.po index 224604b899..58e1446aab 100644 --- a/applications/luci-app-p910nd/po/ru/p910nd.po +++ b/applications/luci-app-p910nd/po/ru/p910nd.po @@ -16,43 +16,43 @@ msgstr "" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Добавить конфигурацию принтера" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Имейте в виду: %s также прослушивает порт 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Двунаправленный режим" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Маршрутизатор" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "В этом списке отображаются подключенные %s устройств." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Устройство" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Включен" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Ошибка при вызове \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Ошибка при вызове \"package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Ошибка при выполнении команды \"find\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Для принтеров, подключенных к USB" @@ -60,47 +60,47 @@ msgstr "Для принтеров, подключенных к USB" msgid "Grant UCI access for luci-app-p910nd" msgstr "Предоставить UCI доступ для luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "Безопасно устанавливать оба, даже если требуется только один." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Слушать IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Прослушивание определенного IP-адреса." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Локальный порт прослушивания TCP для этого принтера." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Производитель" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Примечание: %s рекламирует только один (первый) принтер на этом хосте." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" "Примечание: установите только те языки CMD, которые понимает ваш принтер." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Примечание: USB hotplug пытается обеспечить некоторые из приведенных ниже " "значений.." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Примечание: USB hotplug правильно определяет это." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -108,23 +108,24 @@ msgstr "" "Примечание: назначение символьного устройства может измениться при " "перезагрузке/подключении нескольких USB-устройств." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Примечание: должно быть %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." -msgstr "Один из этих модулей ядра необходим чтобы p910nd обнаружил ваш принтер." +msgstr "" +"Один из этих модулей ядра необходим чтобы p910nd обнаружил ваш принтер." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Отменяет значение по умолчанию %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Поддержка устройств линейного принтера параллельного порта" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Порт" @@ -132,55 +133,55 @@ msgstr "Порт" msgid "Port 910n print daemon" msgstr "Демон печати порта 910n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Запуск от имени root" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Служит в качестве локации в стандартах Apple." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Настройки" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Несколько примеров:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "Элемент типа %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "Значение %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Удобное для чтения описание производителя и модели." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Является ли данный порт печати двунаправленным." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Нужно ли рекламировать этот принтер через %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "любой" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "заключенный в круглые скобки" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "назначьте порты 9100-9109 локальным принтерам." diff --git a/applications/luci-app-p910nd/po/sk/p910nd.po b/applications/luci-app-p910nd/po/sk/p910nd.po index aafd7633bd..3dbbdaaf05 100644 --- a/applications/luci-app-p910nd/po/sk/p910nd.po +++ b/applications/luci-app-p910nd/po/sk/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.2-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Obojsmerný režim" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Zariadenie" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -56,66 +56,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -123,55 +123,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Nastavenia" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/sv/p910nd.po b/applications/luci-app-p910nd/po/sv/p910nd.po index 0b539b734a..0684f4b639 100644 --- a/applications/luci-app-p910nd/po/sv/p910nd.po +++ b/applications/luci-app-p910nd/po/sv/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.8.2-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Lägg till konfiguration för skrivare" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Var uppmärksam: %s lyssnar också på port 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Dubbelriktat läge" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Enhet" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Aktiverat" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -56,66 +56,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Godkänn åtkomst för luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Tillverkare" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Port" @@ -123,55 +123,55 @@ msgstr "Port" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Inställningar" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/templates/p910nd.pot b/applications/luci-app-p910nd/po/templates/p910nd.pot index 16900ea60a..cca2d58187 100644 --- a/applications/luci-app-p910nd/po/templates/p910nd.pot +++ b/applications/luci-app-p910nd/po/templates/p910nd.pot @@ -1,43 +1,43 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -45,66 +45,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "" @@ -112,55 +112,55 @@ msgstr "" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/tr/p910nd.po b/applications/luci-app-p910nd/po/tr/p910nd.po index e1ea00d673..01516ad3f6 100644 --- a/applications/luci-app-p910nd/po/tr/p910nd.po +++ b/applications/luci-app-p910nd/po/tr/p910nd.po @@ -12,43 +12,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Yazıcı yapılandırması ekle" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Dikkat: %s ayrıca 9100 numaralı bağlantı noktasını da dinler." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Çift Yönlü Mod" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Yönlendirici tarafından" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "Bağlı %s cihazları bu listede gösterilir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Cihaz" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Etkinleştirildi" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "\"opkg list-installed\" çağrısında hata oluştu:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "\"package-manager-call list-installed\" çağrısında hata oluştu:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "\"find\" komutu yürütülürken hata oluştu:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "USB bağlantılı yazıcılar için" @@ -56,46 +56,46 @@ msgstr "USB bağlantılı yazıcılar için" msgid "Grant UCI access for luci-app-p910nd" msgstr "luci-app-p910nd için UCI erişimi verin" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" "Yalnızca bir tanesine ihtiyaç duyulsa bile her ikisini de kurmak güvenlidir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Dinleme IP'si" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Belirli bir IP'yi dinleyin." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Bu yazıcı için yerel TCP dinleme bağlantı noktası." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Üretici" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" "Not: %s bu ana bilgisayarda yalnızca bir (ilk) yazıcının reklamını yapar." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Not: Yalnızca yazıcınızın anladığı CMD dillerini ayarlayın." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "Not: USB hotplug aşağıdaki değerlerden bazılarını sağlamaya çalışır." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Not: USB hotplug bunu doğru şekilde algılar." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -103,25 +103,25 @@ msgstr "" "Not: karakter aygıtı ataması, birden fazla USB aygıtı ile yeniden başlatma/" "yeniden bağlanma sonrasında değişebilir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Not: %s olmalıdır." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Bu çekirdek modüllerinden biri, p910nd'nin yazıcınızı bulması için " "gereklidir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "%s varsayılan değerini geçersiz kılar." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Paralel port satır yazıcı cihazı desteği" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Bağlantı noktası" @@ -129,55 +129,55 @@ msgstr "Bağlantı noktası" msgid "Port 910n print daemon" msgstr "Bağlantı noktası 910n yazdırma arka programı" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Root olarak çalıştır" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Apple standartlarında Konum olarak hizmet verir." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Ayarlar" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Bazı örnekler:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "%s türünde öğe." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "%s değeri." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Üretici ve modelin kullanıcı tarafından okunabilir açıklaması." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Bu yazdırma bağlantı noktasının çift yönlü olup olmadığı." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Bu yazıcının %s aracılığıyla reklamının yapılıp yapılmayacağı." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "herhangi" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "parantez içine alınmıştır" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "9100-9109 bağlantı noktalarını yerel yazıcılarla eşleyin." diff --git a/applications/luci-app-p910nd/po/uk/p910nd.po b/applications/luci-app-p910nd/po/uk/p910nd.po index f5514b8fab..a6c513b9ab 100644 --- a/applications/luci-app-p910nd/po/uk/p910nd.po +++ b/applications/luci-app-p910nd/po/uk/p910nd.po @@ -13,43 +13,43 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "Додати конфігурацію принтеру" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "Увага: %s також прослуховує порт 9100." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Двосторонній режим" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "Роутером" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "Під'єднані %s пристрої відображуються в цьому списку." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Пристрій" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "Помилка викликана \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "Помилка викликана \"package-manager-call list-installed\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "Помилка при виконанні команди \"find\":" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "Для принтерів, підключених через USB" @@ -57,46 +57,46 @@ msgstr "Для принтерів, підключених через USB" msgid "Grant UCI access for luci-app-p910nd" msgstr "Надати доступ до UCI для luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "Безпечно встановлювати обидва, навіть якщо потрібен лише один." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "Слухати IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "Слухати на певній IP-адресі." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "Локальний порт прослуховування TCP для цього принтера." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "Виробник" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "Примітка: %s рекламує лише один (перший) принтер на цьому хості." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "Примітка: Вказуйте лише ті мови команд CMD, які розуміє ваш принтер." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" "Примітка: USB hotplug намагається забезпечити деякі з наведених нижче " "значень." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "Примітка: USB hotplug визначає це корректно." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." @@ -104,24 +104,24 @@ msgstr "" "Примітка: призначення символів пристрою може змінитися після " "перезавантаження/перепідключення декількох USB-пристроїв." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "Примітка: має бути %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" "Один з цих модулів ядра потрібен для того, щоб p910nd знайшов ваш принтер." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "Перевизначає значення за замовчуванням %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "Підтримка пристроїв лінійних принтерів з паралельним портом" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Порт" @@ -129,55 +129,55 @@ msgstr "Порт" msgid "Port 910n print daemon" msgstr "Демон друку порту 910n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "Запустити від імені користувача root" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "Виконує функцію Location за стандартами Apple." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Налаштування" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "Кілька прикладів:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "Елемент типу %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "Значення %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "Зручний для користувача опис виробника та моделі." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "Чи є цей порт друку двонаправленим." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "Чи рекламувати цей принтер через %s." -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "будь-який" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "укладені в дужки" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "вІдмітити порти 9100-9109 для локальних принтерів." diff --git a/applications/luci-app-p910nd/po/vi/p910nd.po b/applications/luci-app-p910nd/po/vi/p910nd.po index b916255782..ff96e8cf8b 100644 --- a/applications/luci-app-p910nd/po/vi/p910nd.po +++ b/applications/luci-app-p910nd/po/vi/p910nd.po @@ -16,43 +16,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.18.1\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "Chế độ 2 chiều" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "Thiết bị" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "" @@ -60,66 +60,66 @@ msgstr "" msgid "Grant UCI access for luci-app-p910nd" msgstr "Cấp quyền truy cập UCI cho luci-app-p910nd" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "Cổng" @@ -127,55 +127,55 @@ msgstr "Cổng" msgid "Port 910n print daemon" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "Cài đặt" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "" diff --git a/applications/luci-app-p910nd/po/zh_Hans/p910nd.po b/applications/luci-app-p910nd/po/zh_Hans/p910nd.po index 2cfc388792..3d1620d336 100644 --- a/applications/luci-app-p910nd/po/zh_Hans/p910nd.po +++ b/applications/luci-app-p910nd/po/zh_Hans/p910nd.po @@ -18,43 +18,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "添加打印机配置" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "小心:%s 同样侦听端口 9100。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "双向模式" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "路由器" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "此列表显示已连接的 %s 部设备。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "设备" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "调用 \"opkg list-installed\" 出错:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "调用 \"package-manager-call list-installed\" 出错:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "执行 \"find\" 命令出错:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "对于 USB 连接的打印机" @@ -62,66 +62,66 @@ msgstr "对于 USB 连接的打印机" msgid "Grant UCI access for luci-app-p910nd" msgstr "为 luci-app-p910nd 授予 UCI 的访问权限" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "两个都安装是安全的,即使只需要一个。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "侦听 IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "侦听特定 IP。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "此打印机的本地 TCP 侦听端口。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "制造商" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "注意:%s 在此主机上仅广播一台(第一台)打印机。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "注意:只设置你的打印机能理解的 CMD 语言。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "注意:USB 热插拔试图提供下面的一些值。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "注意:USB 热插拔正确地检测到这个。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "注意:在有多部 USB 设备情况下,字符设备分配在重启/重连时可能发生变化。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "注意:必须是 %s。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "p910nd 需要这些内核模块中的一个来寻找你的打印机。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "覆盖 %s 的默认值。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "并行端口线打印机设备支持" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "端口" @@ -129,55 +129,55 @@ msgstr "端口" msgid "Port 910n print daemon" msgstr "端口 910n 打印守护进程" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "以 root 权限运行" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "在 Apple 标准中作为 Location。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "设置" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "一些示例:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "%s 型元素。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "%s 值。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "制造商和型号的用户可读描述。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "此打印机端口是否是双向的。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "是否通过 %s 广播此打印机。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "任意" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "用圆括号括起来" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "映射端口 9100-9109 到本地打印机。" diff --git a/applications/luci-app-p910nd/po/zh_Hant/p910nd.po b/applications/luci-app-p910nd/po/zh_Hant/p910nd.po index a0dcc10668..e9a39efaef 100644 --- a/applications/luci-app-p910nd/po/zh_Hant/p910nd.po +++ b/applications/luci-app-p910nd/po/zh_Hant/p910nd.po @@ -17,43 +17,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 msgid "Add printer config" msgstr "新增印表機設定" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:124 msgid "Be aware: %s also listens on port 9100." msgstr "請注意:%s 也偵聽連接埠 9100。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 msgid "Bidirectional mode" msgstr "雙向模式" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:168 msgid "By the router" msgstr "透過路由器" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:113 msgid "Connected %s devices show in this list." msgstr "已連線的 %s 裝置顯示在此清單中。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 msgid "Device" msgstr "裝置" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:108 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 -msgid "Error calling \"opkg list-installed\":" -msgstr "呼叫“opkg list-installed”時發生錯誤:" +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50 +msgid "Error calling \"package-manager-call list-installed\":" +msgstr "呼叫“package-manager-call list-installed”時發生錯誤:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:39 msgid "Error executing \"find\" command:" msgstr "執行「查找」指令時發生錯誤:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:88 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:89 msgid "For USB connected printers" msgstr "適用於 USB 連接的印表機" @@ -61,66 +61,66 @@ msgstr "適用於 USB 連接的印表機" msgid "Grant UCI access for luci-app-p910nd" msgstr "授予 luci-app-p910nd 擁有 UCI 存取的權限" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:72 msgid "It is safe to install both, even if only one is needed." msgstr "即使只需要其中之一,安裝兩者也是安全的。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:129 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 msgid "Listen IP" msgstr "偵聽IP" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:130 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:131 msgid "Listen on a specific IP." msgstr "偵聽特定IP。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Local TCP listen port for this printer." msgstr "該印表機的本機 TCP 偵聽連接埠。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:212 msgid "Manufacturer" msgstr "製造商" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 msgctxt "mDNS" msgid "Note: %s only advertises one (the first) printer on this host." msgstr "注意:%s 僅通告該主機上的一台(第一台)印表機。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:238 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:239 msgid "Note: Set only CMD languages that your printer understands." msgstr "注意:僅設定您的印表機能夠理解的 CMD 語言。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:152 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:153 msgid "Note: USB hotplug attempts to provide some of the values below." msgstr "注意:USB 熱插拔嘗試提供以下一些值。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:143 msgid "Note: USB hotplug correctly detects this." msgstr "注意:USB 熱插拔可以正確檢測到這一點。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:111 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "" "Note: character device assignment can change upon reboot/reconnect with " "multiple USB devices." msgstr "注意:字元裝置分配可能會在重新啟動/重新連接多個 USB 裝置時變更。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "Note: must be %s." msgstr "注意:必須是%s。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:70 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:71 msgid "One of these kernel modules is needed for p910nd to find your printer." msgstr "p910nd 需要這些核心模組之一才能找到您的印表機。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:147 msgid "Overrides default of %s." msgstr "覆蓋預設值 %s。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:81 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:82 msgid "Parallel port line printer device support" msgstr "並行端口行式印表機設備支援" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:121 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:122 msgid "Port" msgstr "連接埠" @@ -128,55 +128,55 @@ msgstr "連接埠" msgid "Port 910n print daemon" msgstr "連接埠 910n 列印守護程式" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:145 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:146 msgid "Run as root" msgstr "以 root 身分運行" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:166 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "Serves as Location in Apple standards." msgstr "用作 Apple 標準中的位置。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:105 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:106 msgid "Settings" msgstr "設定" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:235 msgid "Some examples:" msgstr "一些例子:" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:158 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 msgid "The %s type element." msgstr "%s 類型元素。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234 msgid "The %s value." msgstr "%s 值。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:159 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:160 msgid "User readable description of maker and model." msgstr "用戶可讀的製造商和型號描述。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:141 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:142 msgid "Whether this print port is bi-directional." msgstr "此列印連接埠是否是雙向的。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:150 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS/Bonjour/ZeroConf" msgid "Whether to advertise this printer via %s." msgstr "是否透過 %s 宣告此印表機。" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:132 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:133 msgid "any" msgstr "任何" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:176 msgid "enclosed within parentheses" msgstr "在括號內" -#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:65 +#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:66 msgid "map ports 9100-9109 to local printers." msgstr "將連接埠 9100-9109 對應到本地印表機。" diff --git a/applications/luci-app-p910nd/root/usr/share/rpcd/acl.d/luci-app-p910nd.json b/applications/luci-app-p910nd/root/usr/share/rpcd/acl.d/luci-app-p910nd.json index 7111081bb9..d4360e3b1e 100644 --- a/applications/luci-app-p910nd/root/usr/share/rpcd/acl.d/luci-app-p910nd.json +++ b/applications/luci-app-p910nd/root/usr/share/rpcd/acl.d/luci-app-p910nd.json @@ -5,7 +5,7 @@ "uci": [ "p910nd" ], "file": { "/usr/bin/find -L /dev -maxdepth 3 -type c -name lp*": ["exec"], - "/usr/libexec/opkg-call list-installed": ["exec"] + "/usr/libexec/package-manager-call list-installed": ["exec"] }, "ubus": { "luci": [ "p910nd" ] -- 2.30.2