luci-app-p910nd: update package-manager handling

opkg is no longer available as the generic name for package-manager

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2024-12-15 20:22:27 +01:00
parent 8d13ea410d
commit a0f66ab65f
38 changed files with 1492 additions and 1491 deletions

View File

@@ -47,7 +47,7 @@ return view.extend({
// data[1] // data[1]
fs.exec_direct('/usr/libexec/package-manager-call', [ 'list-installed' ], 'text').catch(function(err) { 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); console.log(err);
return ''; return '';
}).then(data => {return data.trim().split('\n').sort().filter((string) => string.includes(': kmod-'));}), }).then(data => {return data.trim().split('\n').sort().filter((string) => string.includes(': kmod-'));}),

View File

@@ -15,43 +15,43 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.7-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "جهاز" 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" msgid "Enabled"
msgstr "مفعَّل" msgstr "مفعَّل"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -59,66 +59,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "المصنع" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "المنفذ" msgstr "المنفذ"
@@ -126,55 +126,55 @@ msgstr "المنفذ"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "الاعدادات" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.8-rc\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Двупосочен режим" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Устройство" 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" msgid "Enabled"
msgstr "Позволен" msgstr "Позволен"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
"Първо трябва да инсталирате пакетите за поддръжка на USB (kmod-usb-printer) " "Първо трябва да инсталирате пакетите за поддръжка на USB (kmod-usb-printer) "
@@ -60,66 +60,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Порт" msgstr "Порт"
@@ -127,55 +127,55 @@ msgstr "Порт"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Настройки" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.9-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "ডিভাইস" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "পোর্ট" msgstr "পোর্ট"
@@ -125,55 +125,55 @@ msgstr "পোর্ট"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "সেটিংস" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -16,43 +16,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Mode bidireccional" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Dispositiu" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -60,66 +60,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -127,55 +127,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Paràmetres" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -12,43 +12,43 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
"X-Generator: Weblate 5.7-dev\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" msgid "Add printer config"
msgstr "Přidat nastavení tiskárny" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Obousměrný režim" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Zařízení" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -56,66 +56,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Udělit oprávnění k UCI pro 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -123,55 +123,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Nastavení" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.9.1-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Tovejstilstand" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Enhed" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Giv UCI-adgang til 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -125,55 +125,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Indstillinger" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.8.2\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" msgid "Add printer config"
msgstr "Druckerkonfiguration hinzufügen" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Bitte beachten: %s hört auch auf 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" msgid "Bidirectional mode"
msgstr "Bidirektionaler Modus" 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" msgid "By the router"
msgstr "Über den 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." msgid "Connected %s devices show in this list."
msgstr "%s verbundene Geräte sind in dieser Liste." 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" msgid "Device"
msgstr "Gerät" 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" msgid "Enabled"
msgstr "Aktiviert" msgstr "Aktiviert"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Fehler beim Aufruf \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Fehler bei der Ausführung des Befehls \"find\":" 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" msgid "For USB connected printers"
msgstr "Für per USB angeschlossene Drucker" 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" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Gewähre UCI Zugriff auf 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" msgstr ""
"Es ist sicher, beide zu installieren, auch wenn nur einer benötigt wird." "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" msgid "Listen IP"
msgstr "Lausch-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." msgid "Listen on a specific IP."
msgstr "Auf einer bestimmten IP horchen." 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." msgid "Local TCP listen port for this printer."
msgstr "Lokaler TCP-Lauschport für diesen Drucker." 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" msgid "Manufacturer"
msgstr "Hersteller" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "Hinweis: %s annonciert nur einen (der erste) Drucker auf diesem 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Hinweis: Stellen Sie nur CMD-Sprachen ein, die Ihr Drucker versteht." 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Hinweis: USB-Hotplug versucht, einige der untenstehenden Werte " "Hinweis: USB-Hotplug versucht, einige der untenstehenden Werte "
"bereitzustellen." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Hinweis: USB-Hotplug erkennt dies korrekt." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -106,25 +106,25 @@ msgstr ""
"Hinweis: Die Zuordnung des Zeicheneingabegerätes kann sich beim Neustart/bei " "Hinweis: Die Zuordnung des Zeicheneingabegerätes kann sich beim Neustart/bei "
"Neuverbindung mit mehreren USB-Geräten ändern." "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." msgid "Note: must be %s."
msgstr "Anmerkung: muss % sein." 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Eines dieser Kernel-Module ist für p910nd erforderlich, um Ihren Drucker zu " "Eines dieser Kernel-Module ist für p910nd erforderlich, um Ihren Drucker zu "
"finden." "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." msgid "Overrides default of %s."
msgstr "Überschreibung des Standardwerts von %." 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" msgid "Parallel port line printer device support"
msgstr "Unterstützung für Parallelport-Druckergeräte" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -132,55 +132,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Port 910n Druck-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" msgid "Run as root"
msgstr "Als root ausführen" 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." msgid "Serves as Location in Apple standards."
msgstr "Dient als Standort 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" msgid "Settings"
msgstr "Einstellungen" 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:" msgid "Some examples:"
msgstr "Einige Beispiele:" 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." msgid "The %s type element."
msgstr "Das Element des Typs %." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "Der %-Wert." 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." msgid "User readable description of maker and model."
msgstr "Benutzerlesbare Beschreibung von Hersteller und Modell." 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." msgid "Whether this print port is bi-directional."
msgstr "Ob dieser Druckport bidirektional ist." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Ob Sie diesen Drucker über %s annoncieren." 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" msgid "any"
msgstr "alle" 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" msgid "enclosed within parentheses"
msgstr "in Klammern eingeschlossen" 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." msgid "map ports 9100-9109 to local printers."
msgstr "Ports 9100-9109 lokalen Druckern zuordnen." msgstr "Ports 9100-9109 lokalen Druckern zuordnen."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.12-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Αμφίδρομη μέθοδος" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Συσκευή" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Παραχωρήστε πρόσβαση UCI στο 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Θύρα" msgstr "Θύρα"
@@ -125,55 +125,55 @@ msgstr "Θύρα"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Ρυθμίσεις" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.7-dev\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" msgid "Add printer config"
msgstr "Agregar configuración de impresora" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Tenga en cuenta: %s también escucha en el puerto 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" msgid "Bidirectional mode"
msgstr "Modo bidireccional" 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" msgid "By the router"
msgstr "Por el enrutador" 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." msgid "Connected %s devices show in this list."
msgstr "%s dispositivos conectados se muestran en esta lista." 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" msgid "Device"
msgstr "Dispositivo" 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" msgid "Enabled"
msgstr "Activado" msgstr "Activado"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Error al llamar a \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Error al ejecutar el comando \"find\":" 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" msgid "For USB connected printers"
msgstr "Para impresoras conectadas por USB" msgstr "Para impresoras conectadas por USB"
@@ -58,46 +58,46 @@ msgstr "Para impresoras conectadas por USB"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Conceder acceso UCI para 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." 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." 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" msgid "Listen IP"
msgstr "IP de escucha" 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." msgid "Listen on a specific IP."
msgstr "Escuchar en una IP específica." 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." msgid "Local TCP listen port for this printer."
msgstr "Puerto local TCP de escucha para esta impresora." 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" msgid "Manufacturer"
msgstr "Fabricante" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "Nota: %s solo anuncia una (la primera) impresora en este 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Nota: Configure solo los idiomas CMD que comprenda su impresora." 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Nota: Los intentos de conexión USB intentan proporcionar algunos de los " "Nota: Los intentos de conexión USB intentan proporcionar algunos de los "
"valores a continuación." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Nota: USB hotplug detecta esto correctamente." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -105,26 +105,26 @@ msgstr ""
"Nota: la asignación de caracteres del dispositivo puede cambiar al reiniciar/" "Nota: la asignación de caracteres del dispositivo puede cambiar al reiniciar/"
"reconectar con múltiples dispositivos USB." "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." msgid "Note: must be %s."
msgstr "Nota: debe ser %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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Se necesita uno de estos módulos del kernel para que p910nd encuentre su " "Se necesita uno de estos módulos del kernel para que p910nd encuentre su "
"impresora." "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." msgid "Overrides default of %s."
msgstr "Anula el valor predeterminado de %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" msgid "Parallel port line printer device support"
msgstr "" msgstr ""
"Compatibilidad con dispositivos de impresora de línea de puerto paralelo" "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" msgid "Port"
msgstr "Puerto" msgstr "Puerto"
@@ -132,55 +132,55 @@ msgstr "Puerto"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Demonio de impresión del puerto 910n" 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" msgid "Run as root"
msgstr "Ejecutar como 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." msgid "Serves as Location in Apple standards."
msgstr "Sirve como Ubicación en los estándares de Apple." 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" msgid "Settings"
msgstr "Ajustes" 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:" msgid "Some examples:"
msgstr "Algunos ejemplos:" 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." msgid "The %s type element."
msgstr "El elemento de tipo %s." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "El valor %s." 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." msgid "User readable description of maker and model."
msgstr "Descripción legible por el usuario del fabricante y modelo." 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." msgid "Whether this print port is bi-directional."
msgstr "Si este puerto de impresión es bidireccional." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Si se debe anunciar esta impresora a través de %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" msgid "any"
msgstr "cualquiera" 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" msgid "enclosed within parentheses"
msgstr "encerrado entre paréntesis" 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." msgid "map ports 9100-9109 to local printers."
msgstr "Asignar los puertos 9100-9109 a las impresoras locales." msgstr "Asignar los puertos 9100-9109 a las impresoras locales."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Kaksisuuntainen tila" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Laite" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Myönnä UCI-käyttöoikeus luci-app-p910nd: lle" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Portti" msgstr "Portti"
@@ -125,55 +125,55 @@ msgstr "Portti"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Asetukset" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.9-dev\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" msgid "Add printer config"
msgstr "Ajouter une configuration d'imprimante" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Attention : %s écoute aussi sur le 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" msgid "Bidirectional mode"
msgstr "Mode bidirectionnel" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Appareil" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Accorder laccès à lUCI pour luci-app-p910nd" msgstr "Accorder laccès à lUCI 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "Écoutez sur 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -125,55 +125,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Paramètres" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -15,43 +15,43 @@ msgstr ""
"n>6 && n<11) ? 3 : 4;\n" "n>6 && n<11) ? 3 : 4;\n"
"X-Generator: Weblate 5.8-rc\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" msgid "Add printer config"
msgstr "Cuir cumraíocht printéir leis" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Bí ar an eolas: éisteann %s ar phort 9100 freisin." 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" msgid "Bidirectional mode"
msgstr "Modh déthreoch" 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" msgid "By the router"
msgstr "De réir an ródaire" 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." msgid "Connected %s devices show in this list."
msgstr "Taispeánann gléasanna %s nasctha sa liosta seo." 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" msgid "Device"
msgstr "Gléas" 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" msgid "Enabled"
msgstr "Cumasaithe" msgstr "Cumasaithe"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Earráid agus \"opkg list-suiteáilte\" á glaoch:" 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:" msgid "Error executing \"find\" command:"
msgstr "Earráid agus an t-ordú \"find\" á rith:" 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" msgid "For USB connected printers"
msgstr "Le haghaidh printéirí USB nasctha" 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" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Tabhair rochtain do UCI do 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" msgstr ""
"Tá sé sábháilte an dá cheann a shuiteáil, fiú mura bhfuil gá ach le ceann " "Tá sé sábháilte an dá cheann a shuiteáil, fiú mura bhfuil gá ach le ceann "
"amháin." "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" msgid "Listen IP"
msgstr "Éist leis an 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." msgid "Listen on a specific IP."
msgstr "Éist ar IP ar leith." 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." msgid "Local TCP listen port for this printer."
msgstr "Port éisteachta TCP áitiúil don phrintéir seo." 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" msgid "Manufacturer"
msgstr "Monaróir" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" msgstr ""
"Nóta: Ní fhógraíonn %s ach printéir amháin (an chéad cheann) ar an ósta seo." "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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Nóta: Ná socraigh ach na teangacha CMD a thuigeann do phrintéir." 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Nóta: Déanann hotplug USB iarracht cuid de na luachanna thíos a sholáthar." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Nóta: Aimsíonn hotplug USB é seo i gceart." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -108,25 +108,25 @@ msgstr ""
"Tabhair faoi deara: is féidir sannadh gléis charachtair a athrú nuair a " "Tabhair faoi deara: is féidir sannadh gléis charachtair a athrú nuair a "
"atosaítear/athcheangail le gléasanna USB iolracha." "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." msgid "Note: must be %s."
msgstr "Nóta: caithfidh gur %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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Tá ceann de na modúil eithne seo ag teastáil le haghaidh p910nd chun do " "Tá ceann de na modúil eithne seo ag teastáil le haghaidh p910nd chun do "
"phrintéir a aimsiú." "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." msgid "Overrides default of %s."
msgstr "Sáraíonn sé réamhshocrú %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" msgid "Parallel port line printer device support"
msgstr "Tacaíocht gléas printéir líne calafoirt comhthreomhar" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -134,55 +134,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Deamhan priontála port 910n" 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" msgid "Run as root"
msgstr "Rith mar fhréamh" 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." msgid "Serves as Location in Apple standards."
msgstr "Feidhmíonn sé mar Suíomh i gcaighdeáin Apple." 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" msgid "Settings"
msgstr "Socruithe" 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:" msgid "Some examples:"
msgstr "Roinnt samplaí:" 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." msgid "The %s type element."
msgstr "An cineál eilimint %s." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "An luach %s." 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." 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." 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." msgid "Whether this print port is bi-directional."
msgstr "Cibé an bhfuil an port priontála seo déthreo." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Cibé ar cheart an printéir seo a fhógairt trí %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" msgid "any"
msgstr "aon" 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" msgid "enclosed within parentheses"
msgstr "faoi iamh laistigh de lúibíní" 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." msgid "map ports 9100-9109 to local printers."
msgstr "mapáil poirt 9100-9109 chuig printéirí áitiúla." msgstr "mapáil poirt 9100-9109 chuig printéirí áitiúla."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 4.5-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "מצב דו־כיווני" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "מכשיר" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,67 +58,67 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "הענקת גישת UCI ל־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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "פתחה" msgstr "פתחה"
@@ -126,55 +126,55 @@ msgstr "פתחה"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "הגדרות" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -12,43 +12,43 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -56,66 +56,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "" msgstr ""
@@ -123,55 +123,55 @@ msgstr ""
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -12,43 +12,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.8-dev\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" msgid "Add printer config"
msgstr "Nyomtatóbeállítás hozzáadása" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Ne feledje: %s a 9100-as porton is figyel." 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" msgid "Bidirectional mode"
msgstr "Kétirányú mód" 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" msgid "By the router"
msgstr "Nyomtató az útválasztón" 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." msgid "Connected %s devices show in this list."
msgstr "A csatlakoztatott %s eszköz megjelenik ebben a listában." 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" msgid "Device"
msgstr "Eszköz" 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" msgid "Enabled"
msgstr "Engedélyezve" msgstr "Engedélyezve"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Hiba az \"opkg list-installed\" meghívásakor:" 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:" msgid "Error executing \"find\" command:"
msgstr "Hiba a \"keresés\" parancs végrehajtásakor:" 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" msgid "For USB connected printers"
msgstr "USB-n csatlakozó nyomtatókhoz" msgstr "USB-n csatlakozó nyomtatókhoz"
@@ -56,50 +56,50 @@ msgstr "USB-n csatlakozó nyomtatókhoz"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "UCI hozzáférés megadása a luci-app-p910nd-hez" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" msgstr ""
"Mindkettőt biztonságosan telepítheti, még akkor is, ha csak az egyikre van " "Mindkettőt biztonságosan telepítheti, még akkor is, ha csak az egyikre van "
"szükség." "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" msgid "Listen IP"
msgstr "Figyelt IP-cím" 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." msgid "Listen on a specific IP."
msgstr "Figyelés az itt megadott IP-címen." 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." msgid "Local TCP listen port for this printer."
msgstr "Figyelés ehhez a nyomtatóhoz az itt megadott helyi TCP porton." 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" msgid "Manufacturer"
msgstr "Gyártó" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." 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." 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" msgstr ""
"Megjegyzés: Csak azokat a CMD-nyelveket állítsa be, amiket a nyomtató " "Megjegyzés: Csak azokat a CMD-nyelveket állítsa be, amiket a nyomtató "
"támogat." "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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Megjegyzés: Az USB hotplug az alábbi értékek közül megpróbál néhányat " "Megjegyzés: Az USB hotplug az alábbi értékek közül megpróbál néhányat "
"megadni." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Megjegyzés: Az USB hotplug ezt helyesen érzékeli." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -107,25 +107,25 @@ msgstr ""
"Megjegyzés: A karakteres eszközhozzárendelés megváltozhat több USB-eszköz " "Megjegyzés: A karakteres eszközhozzárendelés megváltozhat több USB-eszköz "
"újraindításakor/újracsatlakozásakor." "ú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." msgid "Note: must be %s."
msgstr "Megjegyzés: %s kell legyen." 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Az alábbi kernelmodulok egyikére szüksége van a p910nd-nek a nyomtató " "Az alábbi kernelmodulok egyikére szüksége van a p910nd-nek a nyomtató "
"megtalálásához." "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." msgid "Overrides default of %s."
msgstr "Felülírja az alapértelmezett %s értékeket." 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" msgid "Parallel port line printer device support"
msgstr "Párhuzamos portos nyomtató támogatás" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -133,57 +133,57 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "p910nd - Nyomtatási háttérfolyamat" 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" msgid "Run as root"
msgstr "Futtatás <em>root</em>-ként" msgstr "Futtatás <em>root</em>-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." msgid "Serves as Location in Apple standards."
msgstr "Megnevezés (Apple szabványú működés)." 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" msgid "Settings"
msgstr "Beállítások" 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:" msgid "Some examples:"
msgstr "Néhány példa:" 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." msgid "The %s type element."
msgstr "%s típus meghatározására." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "%s értéke." 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." 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." 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." msgid "Whether this print port is bi-directional."
msgstr "" msgstr ""
"A nyomtatóport kétirányú kapcsolatot használhat, tehát a nyomtató is küldhet " "A nyomtatóport kétirányú kapcsolatot használhat, tehát a nyomtató is küldhet "
"adatokat az eszköz felé." "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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "A nyomtatót hirdetheti az eszköz a következőkben: %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" msgid "any"
msgstr "bármely" 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" msgid "enclosed within parentheses"
msgstr "zárójelezve" 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." msgid "map ports 9100-9109 to local printers."
msgstr "leképezi a 9100-9109-es portokat a helyi nyomtatókhoz." msgstr "leképezi a 9100-9109-es portokat a helyi nyomtatókhoz."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.7-dev\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" msgid "Add printer config"
msgstr "Aggiungi configurazione per la stampante" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Attenzione: %s sta ascoltando anche sulla porta 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" msgid "Bidirectional mode"
msgstr "Modalità bidirezionale" 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" msgid "By the router"
msgstr "Vicino al 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." msgid "Connected %s devices show in this list."
msgstr "In questo elenco vengono visualizzati %s dispositivi collegati." 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" msgid "Device"
msgstr "Dispositivo" 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" msgid "Enabled"
msgstr "Abilita" msgstr "Abilita"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Errore durante la chiamata di \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Errore durante l'esecuzione del comando \"find\":" 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" msgid "For USB connected printers"
msgstr "Per stampanti collegate tramite USB" msgstr "Per stampanti collegate tramite USB"
@@ -58,67 +58,67 @@ msgstr "Per stampanti collegate tramite USB"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Concedere l'accesso UCI per 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." msgid "It is safe to install both, even if only one is needed."
msgstr "È sicuro installarli entrambi, anche se ne è necessario solo uno." 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" msgid "Listen IP"
msgstr "IP in ascolto" 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." msgid "Listen on a specific IP."
msgstr "Ascolta su un IP specifico." 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "costruttore" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "Nota: %s annuncia solo una (la prima) stampante su questo 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Nota: Impostare solo le lingue CMD comprensibili dalla stampante." 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Nota: l'hotplug USB tenta di fornire alcuni dei valori riportati di seguito." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Nota: l'hotplug USB lo rileva correttamente." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Porta" msgstr "Porta"
@@ -126,55 +126,55 @@ msgstr "Porta"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Impostazioni" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5-dev\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" msgid "Add printer config"
msgstr "プリンター設定を追加" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "双方向モード" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "デバイス" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "luci-app-p910ndにUCIアクセスを許可" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "ポート" msgstr "ポート"
@@ -125,55 +125,55 @@ msgstr "ポート"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "設定" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "양방향 모드" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "장비" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "포트" msgstr "포트"
@@ -125,55 +125,55 @@ msgstr "포트"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -13,45 +13,45 @@ msgstr ""
"n%100<10 || n%100>=20) ? 1 : 2);\n" "n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.8-rc\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" msgid "Add printer config"
msgstr "Pridėti spausdintuvo konfigūraciją" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" msgstr ""
"Būkite atidūs: %s taip pat laukia prisijungimo/jungties ryšio ant 9100 " "Būkite atidūs: %s taip pat laukia prisijungimo/jungties ryšio ant 9100 "
"prievado." "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" msgid "Bidirectional mode"
msgstr "Dvikryptės veiksena" 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" msgid "By the router"
msgstr "Maršrutizatoriaus" 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." msgid "Connected %s devices show in this list."
msgstr "Prijungti %s įrenginiai rodomi šiame sąraše." 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" msgid "Device"
msgstr "Įrenginys" 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" msgid "Enabled"
msgstr "Įjungta/Įgalinta (-s/-i)" msgstr "Įjungta/Įgalinta (-s/-i)"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Klaida kreipiant/kvietus –„opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Klaida vykdant „find“ komandą:" 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" msgid "For USB connected printers"
msgstr "Skirta „USB“ prijungtiems spausdintuvams" msgstr "Skirta „USB“ prijungtiems spausdintuvams"
@@ -59,50 +59,50 @@ msgstr "Skirta „USB“ prijungtiems spausdintuvams"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Suteikti „UCI“ prieigą „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." msgid "It is safe to install both, even if only one is needed."
msgstr "Yra saugu įdi̇́egti abu, net jei reikia tik vieno." 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" msgid "Listen IP"
msgstr "Laukiamas prisijungimo/jungties ryšio 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." msgid "Listen on a specific IP."
msgstr "Laukti prisijungimo/jungties ryšio savitame 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." msgid "Local TCP listen port for this printer."
msgstr "" msgstr ""
"Vietinis „TCP“ laukiantis prisijungimo/jungties ryšys, šiam spausdintuvui." "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" msgid "Manufacturer"
msgstr "Gamintojas" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" msgstr ""
"Pastaba: %s reklamuoja/skelbia tik vieną (pirmą) spausdintuvą, ant šio " "Pastaba: %s reklamuoja/skelbia tik vieną (pirmą) spausdintuvą, ant šio "
"skleidėjo/vedėjo." "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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" msgstr ""
"Pastaba: Nustatykite tik tas „CMD“ kalbas, kurias supranta Jūsų " "Pastaba: Nustatykite tik tas „CMD“ kalbas, kurias supranta Jūsų "
"spausdintuvas." "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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Pastaba: „USB hotplug“ bando pateikti kai kurias toliau nurodytas reikšmes." "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." msgid "Note: USB hotplug correctly detects this."
msgstr "Pastaba: „USB hotplug“ teisingai šį aptinka." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -110,25 +110,25 @@ msgstr ""
"Pastaba: simbolių/ženklų įrenginio pas(pris)kyrimas gali pasikeisti, " "Pastaba: simbolių/ženklų įrenginio pas(pris)kyrimas gali pasikeisti, "
"paleidžiant iš naujo/prijungus iš naujo kelis „USB“ įrenginius." "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." msgid "Note: must be %s."
msgstr "Pastaba: turi būti „%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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Vienas iš šių branduolio modulių yra reikalingas, kad „p910nd“ rastų Jūsų " "Vienas iš šių branduolio modulių yra reikalingas, kad „p910nd“ rastų Jūsų "
"spausdintuvą." "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." msgid "Overrides default of %s."
msgstr "Perrašo numatytąją %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" msgid "Parallel port line printer device support"
msgstr "Lygiagretaus prievado linijinio spausdintuvo įrenginio palaikymas" 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" msgid "Port"
msgstr "Prievadas" msgstr "Prievadas"
@@ -136,56 +136,56 @@ msgstr "Prievadas"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Prievadas „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" msgid "Run as root"
msgstr "Vykdyti kaip „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." msgid "Serves as Location in Apple standards."
msgstr "Tarnauja kaip vietovė, pagal „Apple“ standartus." 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" msgid "Settings"
msgstr "Nustatymai" 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:" msgid "Some examples:"
msgstr "Keli pavyzdžiai:" 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." msgid "The %s type element."
msgstr "„%s“ tipo elementas." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "„%s“ reikšmė." 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." msgid "User readable description of maker and model."
msgstr "" msgstr ""
"Naudotojui/Vartotojui įskaitomas/suprantamas gamintojo ir modelio aprašymas." "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." msgid "Whether this print port is bi-directional."
msgstr "Nesvarbu, ar šis spausdinimo prievadas yra dvikryptis." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Nesvarbu, ar reklamuoti/skelbti šį spausdintuvą, per %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" msgid "any"
msgstr "bet koks" 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" msgid "enclosed within parentheses"
msgstr "skliausteliuose" 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." msgid "map ports 9100-9109 to local printers."
msgstr "atvaizduoti prievadus 9100-9109, vietiniams spausdintuvams." msgstr "atvaizduoti prievadus 9100-9109, vietiniams spausdintuvams."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "डिव्हाइस" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "पोर्ट" msgstr "पोर्ट"
@@ -125,55 +125,55 @@ msgstr "पोर्ट"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "सेटिंग्ज" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Mod dwihala" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Peranti" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -125,55 +125,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -10,43 +10,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Toveis modus (bidirectional)" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Enhet" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -54,66 +54,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Innvilg UCI-tilgang 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -121,55 +121,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Innstillinger" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Bidirectionele modus" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Apparaat" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Verleen UCI toegang voor 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Poort" msgstr "Poort"
@@ -125,55 +125,55 @@ msgstr "Poort"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Instellingen" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -15,43 +15,43 @@ msgstr ""
"|| n%100>=20) ? 1 : 2);\n" "|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.5-dev\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" msgid "Add printer config"
msgstr "Dodaj konfigurację drukarki" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Uwaga: %s nasłuchuje również na porcie 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" msgid "Bidirectional mode"
msgstr "Tryb dwukierunkowy" 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" msgid "By the router"
msgstr "Przez 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." msgid "Connected %s devices show in this list."
msgstr "Połączone urządzenia %s są widoczne na tej liście." 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" msgid "Device"
msgstr "Urządzenie" 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" msgid "Enabled"
msgstr "Włączone" msgstr "Włączone"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Błąd wywołania „opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Błąd wykonywania polecenia „find”:" 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" msgid "For USB connected printers"
msgstr "Dla drukarek podłączonych przez USB" 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" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Przyznaj luci-app-p910nd dostęp do UCI" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" msgstr ""
"Można bezpiecznie zainstalować oba, nawet jeśli potrzebny jest tylko jeden." "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" msgid "Listen IP"
msgstr "Nasłuchuj adresu 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." msgid "Listen on a specific IP."
msgstr "Nasłuchuj na określonym adresie 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." msgid "Local TCP listen port for this printer."
msgstr "Lokalny port nasłuchiwania TCP dla tej drukarki." 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" msgid "Manufacturer"
msgstr "Producent" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." 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." 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Uwaga: ustaw tylko języki CMD zrozumiałe dla drukarki." 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." 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." 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." msgid "Note: USB hotplug correctly detects this."
msgstr "Uwaga: hot-plug USB prawidłowo to wykrywa." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -105,25 +105,25 @@ msgstr ""
"Uwaga: przypisanie urządzenia znakowego może ulec zmianie po ponownym " "Uwaga: przypisanie urządzenia znakowego może ulec zmianie po ponownym "
"uruchomieniu/ponownym podłączeniu wielu urządzeń USB." "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." msgid "Note: must be %s."
msgstr "Uwaga: musi być %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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Potrzebny jest jeden z tych modułów jądra, aby p910nd mógł znaleźć Twoją " "Potrzebny jest jeden z tych modułów jądra, aby p910nd mógł znaleźć Twoją "
"drukarkę." "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." msgid "Overrides default of %s."
msgstr "Zastępuje wartość domyślną %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" msgid "Parallel port line printer device support"
msgstr "Obsługa drukarek poprzez port równoległy" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -131,55 +131,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Demon drukowania portu 910n" 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" msgid "Run as root"
msgstr "Uruchom jako 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." msgid "Serves as Location in Apple standards."
msgstr "Służy jako lokalizacja w standardach Apple." 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" msgid "Settings"
msgstr "Ustawienia" 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:" msgid "Some examples:"
msgstr "Kilka przykładów:" 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." msgid "The %s type element."
msgstr "Element typu %s." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "Wartość %s." 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." msgid "User readable description of maker and model."
msgstr "Czytelny dla użytkownika opis producenta i modelu." 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." msgid "Whether this print port is bi-directional."
msgstr "Określa, czy ten port drukowania jest dwukierunkowy." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Określa, czy rozgłaszać tę drukarkę za pośrednictwem %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" msgid "any"
msgstr "dowolny" 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" msgid "enclosed within parentheses"
msgstr "ujęte w nawiasy" 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." msgid "map ports 9100-9109 to local printers."
msgstr "mapuj porty 9100-9109 na drukarki lokalne." msgstr "mapuj porty 9100-9109 na drukarki lokalne."

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.7-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Modo bidirecional" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Aparelho" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Conceder UCI acesso ao 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Porta" msgstr "Porta"
@@ -125,55 +125,55 @@ msgstr "Porta"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Configurações" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -14,43 +14,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.9-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Modo bidirecional" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Dispositivo" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -58,66 +58,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Conceda acesso UCI ao 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "Ouvir no 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Porta" msgstr "Porta"
@@ -125,55 +125,55 @@ msgstr "Porta"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Configurações" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "qualquer" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -15,43 +15,43 @@ msgstr ""
"20)) ? 1 : 2;\n" "20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.9.1-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Mod bidirecțional" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Dispozitiv" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -59,66 +59,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Acordă acces la UCI pentru 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -126,55 +126,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Setări" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -16,43 +16,43 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" "интерфейс, все проверялось в графическом режиме, совместим с другими 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" msgid "Add printer config"
msgstr "Добавить конфигурацию принтера" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Имейте в виду: %s также прослушивает порт 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" msgid "Bidirectional mode"
msgstr "Двунаправленный режим" 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" msgid "By the router"
msgstr "Маршрутизатор" 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." msgid "Connected %s devices show in this list."
msgstr "В этом списке отображаются подключенные %s устройств." 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" msgid "Device"
msgstr "Устройство" 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" msgid "Enabled"
msgstr "Включен" msgstr "Включен"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Ошибка при вызове \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Ошибка при выполнении команды \"find\":" 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" msgid "For USB connected printers"
msgstr "Для принтеров, подключенных к USB" msgstr "Для принтеров, подключенных к USB"
@@ -60,47 +60,47 @@ msgstr "Для принтеров, подключенных к USB"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Предоставить UCI доступ для 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." msgid "It is safe to install both, even if only one is needed."
msgstr "Безопасно устанавливать оба, даже если требуется только один." 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" msgid "Listen IP"
msgstr "Слушать 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." msgid "Listen on a specific IP."
msgstr "Прослушивание определенного 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." msgid "Local TCP listen port for this printer."
msgstr "Локальный порт прослушивания TCP для этого принтера." 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" msgid "Manufacturer"
msgstr "Производитель" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "Примечание: %s рекламирует только один (первый) принтер на этом хосте." 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" msgstr ""
"Примечание: установите только те языки CMD, которые понимает ваш принтер." "Примечание: установите только те языки 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Примечание: USB hotplug пытается обеспечить некоторые из приведенных ниже " "Примечание: 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." msgid "Note: USB hotplug correctly detects this."
msgstr "Примечание: USB hotplug правильно определяет это." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -108,23 +108,24 @@ msgstr ""
"Примечание: назначение символьного устройства может измениться при " "Примечание: назначение символьного устройства может измениться при "
"перезагрузке/подключении нескольких USB-устройств." "перезагрузке/подключении нескольких 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." msgid "Note: must be %s."
msgstr "Примечание: должно быть %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." 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." msgid "Overrides default of %s."
msgstr "Отменяет значение по умолчанию %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" msgid "Parallel port line printer device support"
msgstr "Поддержка устройств линейного принтера параллельного порта" 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" msgid "Port"
msgstr "Порт" msgstr "Порт"
@@ -132,55 +133,55 @@ msgstr "Порт"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Демон печати порта 910n" 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" msgid "Run as root"
msgstr "Запуск от имени 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." msgid "Serves as Location in Apple standards."
msgstr "Служит в качестве локации в стандартах Apple." 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" msgid "Settings"
msgstr "Настройки" 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:" msgid "Some examples:"
msgstr "Несколько примеров:" 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." msgid "The %s type element."
msgstr "Элемент типа %s." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "Значение %s." 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." msgid "User readable description of maker and model."
msgstr "Удобное для чтения описание производителя и модели." 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." msgid "Whether this print port is bi-directional."
msgstr "Является ли данный порт печати двунаправленным." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Нужно ли рекламировать этот принтер через %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" msgid "any"
msgstr "любой" 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" msgid "enclosed within parentheses"
msgstr "заключенный в круглые скобки" 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." msgid "map ports 9100-9109 to local printers."
msgstr "назначьте порты 9100-9109 локальным принтерам." msgstr "назначьте порты 9100-9109 локальным принтерам."

View File

@@ -12,43 +12,43 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.14.2-dev\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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Obojsmerný režim" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Zariadenie" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -56,66 +56,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -123,55 +123,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Nastavenia" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -12,43 +12,43 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.8.2-dev\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" msgid "Add printer config"
msgstr "Lägg till konfiguration för skrivare" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Var uppmärksam: %s lyssnar också på 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" msgid "Bidirectional mode"
msgstr "Dubbelriktat läge" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Enhet" 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" msgid "Enabled"
msgstr "Aktiverat" msgstr "Aktiverat"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -56,66 +56,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Godkänn åtkomst för 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "Tillverkare" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -123,55 +123,55 @@ msgstr "Port"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Inställningar" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -1,43 +1,43 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" 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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -45,66 +45,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "" msgstr ""
@@ -112,55 +112,55 @@ msgstr ""
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -12,43 +12,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5-dev\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" msgid "Add printer config"
msgstr "Yazıcı yapılandırması ekle" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Dikkat: %s ayrıca 9100 numaralı bağlantı noktasını da dinler." 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" msgid "Bidirectional mode"
msgstr "Çift Yönlü Mod" 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" msgid "By the router"
msgstr "Yönlendirici tarafından" 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." msgid "Connected %s devices show in this list."
msgstr "Bağlı %s cihazları bu listede gösterilir." 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" msgid "Device"
msgstr "Cihaz" 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" msgid "Enabled"
msgstr "Etkinleştirildi" msgstr "Etkinleştirildi"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "\"opkg list-installed\" çağrısında hata oluştu:" 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:" msgid "Error executing \"find\" command:"
msgstr "\"find\" komutu yürütülürken hata oluştu:" 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" msgid "For USB connected printers"
msgstr "USB bağlantılı yazıcılar için" 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" msgid "Grant UCI access for luci-app-p910nd"
msgstr "luci-app-p910nd için UCI erişimi verin" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" msgstr ""
"Yalnızca bir tanesine ihtiyaç duyulsa bile her ikisini de kurmak güvenlidir." "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" msgid "Listen IP"
msgstr "Dinleme IP'si" 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." msgid "Listen on a specific IP."
msgstr "Belirli bir IP'yi dinleyin." 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." msgid "Local TCP listen port for this printer."
msgstr "Bu yazıcı için yerel TCP dinleme bağlantı noktası." 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" msgid "Manufacturer"
msgstr "Üretici" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" msgstr ""
"Not: %s bu ana bilgisayarda yalnızca bir (ilk) yazıcının reklamını yapar." "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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Not: Yalnızca yazıcınızın anladığı CMD dillerini ayarlayın." 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." 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." 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." msgid "Note: USB hotplug correctly detects this."
msgstr "Not: USB hotplug bunu doğru şekilde algılar." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -103,25 +103,25 @@ msgstr ""
"Not: karakter aygıtı ataması, birden fazla USB aygıtı ile yeniden başlatma/" "Not: karakter aygıtı ataması, birden fazla USB aygıtı ile yeniden başlatma/"
"yeniden bağlanma sonrasında değişebilir." "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." msgid "Note: must be %s."
msgstr "Not: %s olmalıdır." 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Bu çekirdek modüllerinden biri, p910nd'nin yazıcınızı bulması için " "Bu çekirdek modüllerinden biri, p910nd'nin yazıcınızı bulması için "
"gereklidir." "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." msgid "Overrides default of %s."
msgstr "%s varsayılan değerini geçersiz kılar." 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" msgid "Parallel port line printer device support"
msgstr "Paralel port satır yazıcı cihazı desteği" 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" msgid "Port"
msgstr "Bağlantı noktası" msgstr "Bağlantı noktası"
@@ -129,55 +129,55 @@ msgstr "Bağlantı noktası"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Bağlantı noktası 910n yazdırma arka programı" 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" msgid "Run as root"
msgstr "Root olarak çalıştır" 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." msgid "Serves as Location in Apple standards."
msgstr "Apple standartlarında Konum olarak hizmet verir." 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" msgid "Settings"
msgstr "Ayarlar" 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:" msgid "Some examples:"
msgstr "Bazı örnekler:" 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." msgid "The %s type element."
msgstr "%s türünde öğe." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "%s değeri." 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." msgid "User readable description of maker and model."
msgstr "Üretici ve modelin kullanıcı tarafından okunabilir açıklaması." 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." msgid "Whether this print port is bi-directional."
msgstr "Bu yazdırma bağlantı noktasının çift yönlü olup olmadığı." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." 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ğı." 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" msgid "any"
msgstr "herhangi" 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" msgid "enclosed within parentheses"
msgstr "parantez içine alınmıştır" 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." msgid "map ports 9100-9109 to local printers."
msgstr "9100-9109 bağlantı noktalarını yerel yazıcılarla eşleyin." msgstr "9100-9109 bağlantı noktalarını yerel yazıcılarla eşleyin."

View File

@@ -13,43 +13,43 @@ msgstr ""
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.5-dev\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" msgid "Add printer config"
msgstr "Додати конфігурацію принтеру" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "Увага: %s також прослуховує порт 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" msgid "Bidirectional mode"
msgstr "Двосторонній режим" 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" msgid "By the router"
msgstr "Роутером" 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." msgid "Connected %s devices show in this list."
msgstr "Під'єднані %s пристрої відображуються в цьому списку." 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" msgid "Device"
msgstr "Пристрій" 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" msgid "Enabled"
msgstr "Увімкнено" msgstr "Увімкнено"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "Помилка викликана \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "Помилка при виконанні команди \"find\":" 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" msgid "For USB connected printers"
msgstr "Для принтерів, підключених через USB" msgstr "Для принтерів, підключених через USB"
@@ -57,46 +57,46 @@ msgstr "Для принтерів, підключених через USB"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Надати доступ до UCI для 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." msgid "It is safe to install both, even if only one is needed."
msgstr "Безпечно встановлювати обидва, навіть якщо потрібен лише один." 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" msgid "Listen IP"
msgstr "Слухати 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." msgid "Listen on a specific IP."
msgstr "Слухати на певній 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." msgid "Local TCP listen port for this printer."
msgstr "Локальний порт прослуховування TCP для цього принтера." 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" msgid "Manufacturer"
msgstr "Виробник" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "Примітка: %s рекламує лише один (перший) принтер на цьому хості." 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "Примітка: Вказуйте лише ті мови команд CMD, які розуміє ваш принтер." 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" msgstr ""
"Примітка: USB hotplug намагається забезпечити деякі з наведених нижче " "Примітка: 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." msgid "Note: USB hotplug correctly detects this."
msgstr "Примітка: USB hotplug визначає це корректно." 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
@@ -104,24 +104,24 @@ msgstr ""
"Примітка: призначення символів пристрою може змінитися після " "Примітка: призначення символів пристрою може змінитися після "
"перезавантаження/перепідключення декількох USB-пристроїв." "перезавантаження/перепідключення декількох 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." msgid "Note: must be %s."
msgstr "Примітка: має бути %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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" msgstr ""
"Один з цих модулів ядра потрібен для того, щоб p910nd знайшов ваш принтер." "Один з цих модулів ядра потрібен для того, щоб 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." msgid "Overrides default of %s."
msgstr "Перевизначає значення за замовчуванням %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" msgid "Parallel port line printer device support"
msgstr "Підтримка пристроїв лінійних принтерів з паралельним портом" 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" msgid "Port"
msgstr "Порт" msgstr "Порт"
@@ -129,55 +129,55 @@ msgstr "Порт"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "Демон друку порту 910n" 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" msgid "Run as root"
msgstr "Запустити від імені користувача 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." msgid "Serves as Location in Apple standards."
msgstr "Виконує функцію Location за стандартами Apple." 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" msgid "Settings"
msgstr "Налаштування" 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:" msgid "Some examples:"
msgstr "Кілька прикладів:" 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." msgid "The %s type element."
msgstr "Елемент типу %s." 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "Значення %s." 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." msgid "User readable description of maker and model."
msgstr "Зручний для користувача опис виробника та моделі." 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." msgid "Whether this print port is bi-directional."
msgstr "Чи є цей порт друку двонаправленим." 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "Чи рекламувати цей принтер через %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" msgid "any"
msgstr "будь-який" 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" msgid "enclosed within parentheses"
msgstr "укладені в дужки" 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." msgid "map ports 9100-9109 to local printers."
msgstr "вІдмітити порти 9100-9109 для локальних принтерів." msgstr "вІдмітити порти 9100-9109 для локальних принтерів."

View File

@@ -16,43 +16,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.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" msgid "Add printer config"
msgstr "" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "" 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" msgid "Bidirectional mode"
msgstr "Chế độ 2 chiều" 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" msgid "By the router"
msgstr "" 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." msgid "Connected %s devices show in this list."
msgstr "" 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" msgid "Device"
msgstr "Thiết bị" 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" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "" 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:" msgid "Error executing \"find\" command:"
msgstr "" 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" msgid "For USB connected printers"
msgstr "" msgstr ""
@@ -60,66 +60,66 @@ msgstr ""
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "Cấp quyền truy cập UCI cho 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." msgid "It is safe to install both, even if only one is needed."
msgstr "" 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" msgid "Listen IP"
msgstr "" 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." msgid "Listen on a specific IP."
msgstr "" 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." msgid "Local TCP listen port for this printer."
msgstr "" 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" msgid "Manufacturer"
msgstr "" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "" 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." msgid "Note: must be %s."
msgstr "" 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." msgid "One of these kernel modules is needed for p910nd to find your printer."
msgstr "" 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." msgid "Overrides default of %s."
msgstr "" 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" msgid "Parallel port line printer device support"
msgstr "" 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" msgid "Port"
msgstr "Cổng" msgstr "Cổng"
@@ -127,55 +127,55 @@ msgstr "Cổng"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "" 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" msgid "Run as root"
msgstr "" 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." msgid "Serves as Location in Apple standards."
msgstr "" 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" msgid "Settings"
msgstr "Cài đặt" 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:" msgid "Some examples:"
msgstr "" 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." msgid "The %s type element."
msgstr "" msgstr ""
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:174 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "" 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." msgid "User readable description of maker and model."
msgstr "" 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." msgid "Whether this print port is bi-directional."
msgstr "" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "" 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" msgid "any"
msgstr "" 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" msgid "enclosed within parentheses"
msgstr "" 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." msgid "map ports 9100-9109 to local printers."
msgstr "" msgstr ""

View File

@@ -18,43 +18,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5-dev\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" msgid "Add printer config"
msgstr "添加打印机配置" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "小心:%s 同样侦听端口 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" msgid "Bidirectional mode"
msgstr "双向模式" 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" msgid "By the router"
msgstr "路由器" 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." msgid "Connected %s devices show in this list."
msgstr "此列表显示已连接的 %s 部设备。" 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" msgid "Device"
msgstr "设备" 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" msgid "Enabled"
msgstr "已启用" msgstr "已启用"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "调用 \"opkg 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:" msgid "Error executing \"find\" command:"
msgstr "执行 \"find\" 命令出错:" 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" msgid "For USB connected printers"
msgstr "对于 USB 连接的打印机" msgstr "对于 USB 连接的打印机"
@@ -62,66 +62,66 @@ msgstr "对于 USB 连接的打印机"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "为 luci-app-p910nd 授予 UCI 的访问权限" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "两个都安装是安全的,即使只需要一个。" 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" msgid "Listen IP"
msgstr "侦听 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." msgid "Listen on a specific IP."
msgstr "侦听特定 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." msgid "Local TCP listen port for this printer."
msgstr "此打印机的本地 TCP 侦听端口。" 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" msgid "Manufacturer"
msgstr "制造商" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "注意:%s 在此主机上仅广播一台(第一台)打印机。" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "注意:只设置你的打印机能理解的 CMD 语言。" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "注意USB 热插拔试图提供下面的一些值。" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "注意USB 热插拔正确地检测到这个。" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "注意:在有多部 USB 设备情况下,字符设备分配在重启/重连时可能发生变化。" 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." msgid "Note: must be %s."
msgstr "注意:必须是 %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." 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." msgid "Overrides default of %s."
msgstr "覆盖 %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" msgid "Parallel port line printer device support"
msgstr "并行端口线打印机设备支持" 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" msgid "Port"
msgstr "端口" msgstr "端口"
@@ -129,55 +129,55 @@ msgstr "端口"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "端口 910n 打印守护进程" 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" msgid "Run as root"
msgstr "以 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." msgid "Serves as Location in Apple standards."
msgstr "在 Apple 标准中作为 Location。" 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" msgid "Settings"
msgstr "设置" 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:" msgid "Some examples:"
msgstr "一些示例:" 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." msgid "The %s type element."
msgstr "%s 型元素。" 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "%s 值。" 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." msgid "User readable description of maker and model."
msgstr "制造商和型号的用户可读描述。" 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." msgid "Whether this print port is bi-directional."
msgstr "此打印机端口是否是双向的。" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "是否通过 %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" msgid "any"
msgstr "任意" 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" msgid "enclosed within parentheses"
msgstr "用圆括号括起来" 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." msgid "map ports 9100-9109 to local printers."
msgstr "映射端口 9100-9109 到本地打印机。" msgstr "映射端口 9100-9109 到本地打印机。"

View File

@@ -17,43 +17,43 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5.3\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" msgid "Add printer config"
msgstr "新增印表機設定" 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." msgid "Be aware: %s also listens on port 9100."
msgstr "請注意:%s 也偵聽連接埠 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" msgid "Bidirectional mode"
msgstr "雙向模式" 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" msgid "By the router"
msgstr "透過路由器" 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." msgid "Connected %s devices show in this list."
msgstr "已連線的 %s 裝置顯示在此清單中。" 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" msgid "Device"
msgstr "裝置" 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" msgid "Enabled"
msgstr "啟用" msgstr "啟用"
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:50
msgid "Error calling \"opkg list-installed\":" msgid "Error calling \"package-manager-call list-installed\":"
msgstr "呼叫“opkg 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:" msgid "Error executing \"find\" command:"
msgstr "執行「查找」指令時發生錯誤:" 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" msgid "For USB connected printers"
msgstr "適用於 USB 連接的印表機" msgstr "適用於 USB 連接的印表機"
@@ -61,66 +61,66 @@ msgstr "適用於 USB 連接的印表機"
msgid "Grant UCI access for luci-app-p910nd" msgid "Grant UCI access for luci-app-p910nd"
msgstr "授予 luci-app-p910nd 擁有 UCI 存取的權限" 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." msgid "It is safe to install both, even if only one is needed."
msgstr "即使只需要其中之一,安裝兩者也是安全的。" 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" msgid "Listen IP"
msgstr "偵聽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." msgid "Listen on a specific IP."
msgstr "偵聽特定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." msgid "Local TCP listen port for this printer."
msgstr "該印表機的本機 TCP 偵聽連接埠。" 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" msgid "Manufacturer"
msgstr "製造商" 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" msgctxt "mDNS"
msgid "Note: %s only advertises one (the first) printer on this host." msgid "Note: %s only advertises one (the first) printer on this host."
msgstr "注意:%s 僅通告該主機上的一台(第一台)印表機。" 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." msgid "Note: Set only CMD languages that your printer understands."
msgstr "注意:僅設定您的印表機能夠理解的 CMD 語言。" 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." msgid "Note: USB hotplug attempts to provide some of the values below."
msgstr "注意USB 熱插拔嘗試提供以下一些值。" 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." msgid "Note: USB hotplug correctly detects this."
msgstr "注意USB 熱插拔可以正確檢測到這一點。" 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 "" msgid ""
"Note: character device assignment can change upon reboot/reconnect with " "Note: character device assignment can change upon reboot/reconnect with "
"multiple USB devices." "multiple USB devices."
msgstr "注意:字元裝置分配可能會在重新啟動/重新連接多個 USB 裝置時變更。" 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." msgid "Note: must be %s."
msgstr "注意:必須是%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." 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." msgid "Overrides default of %s."
msgstr "覆蓋預設值 %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" msgid "Parallel port line printer device support"
msgstr "並行端口行式印表機設備支援" 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" msgid "Port"
msgstr "連接埠" msgstr "連接埠"
@@ -128,55 +128,55 @@ msgstr "連接埠"
msgid "Port 910n print daemon" msgid "Port 910n print daemon"
msgstr "連接埠 910n 列印守護程式" 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" msgid "Run as root"
msgstr "以 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." msgid "Serves as Location in Apple standards."
msgstr "用作 Apple 標準中的位置。" 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" msgid "Settings"
msgstr "設定" 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:" msgid "Some examples:"
msgstr "一些例子:" 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." msgid "The %s type element."
msgstr "%s 類型元素。" 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:175
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:210 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:225 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:226
#: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:233 #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:234
msgid "The %s value." msgid "The %s value."
msgstr "%s 值。" 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." msgid "User readable description of maker and model."
msgstr "用戶可讀的製造商和型號描述。" 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." msgid "Whether this print port is bi-directional."
msgstr "此列印連接埠是否是雙向的。" 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" msgctxt "mDNS/Bonjour/ZeroConf"
msgid "Whether to advertise this printer via %s." msgid "Whether to advertise this printer via %s."
msgstr "是否透過 %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" msgid "any"
msgstr "任何" 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" msgid "enclosed within parentheses"
msgstr "在括號內" 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." msgid "map ports 9100-9109 to local printers."
msgstr "將連接埠 9100-9109 對應到本地印表機。" msgstr "將連接埠 9100-9109 對應到本地印表機。"

View File

@@ -5,7 +5,7 @@
"uci": [ "p910nd" ], "uci": [ "p910nd" ],
"file": { "file": {
"/usr/bin/find -L /dev -maxdepth 3 -type c -name lp*": ["exec"], "/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": { "ubus": {
"luci": [ "p910nd" ] "luci": [ "p910nd" ]