Changeset 7739

Show
Ignore:
Timestamp:
10/16/11 15:08:39 (19 months ago)
Author:
soma
Message:

applications/luci-p910nd: Better tcp port selection (#321)

Location:
luci/trunk
Files:
20 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua

    r5448 r7739  
    2727s:option(Value, "device", translate("Device")).rmempty = true 
    2828 
    29 s:option(Value, "port", translate("Port"), translate("port_help")).rmempty = true 
     29p = s:option(ListValue, "port", translate("Port"), translate("TCP listener port.")) 
     30p.rmempty = true 
     31for i=0,9 do 
     32    p:value(i, 9100+i) 
     33end 
    3034 
    3135s:option(Flag, "bidirectional", translate("Bidirectional mode")) 
  • luci/trunk/po/ca/p910nd.po

    r5449 r7739  
    99"Last-Translator: Eduard Duran <iopahopa@gmail.com>\n" 
    1010"Language-Team: LANGUAGE <LL@li.org>\n" 
     11"Language: \n" 
    1112"MIME-Version: 1.0\n" 
    1213"Content-Type: text/plain; charset=UTF-8\n" 
     
    1415"X-Generator: Pootle 1.1.0\n" 
    1516 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - Servidor d'impressió" 
     17msgid "Bidirectional mode" 
     18msgstr "Mode bidireccional" 
    2019 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     20msgid "Device" 
     21msgstr "" 
     22 
    2323msgid "" 
    2424"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2828"port paral·lel (kmod-lp)" 
    2929 
    30 #. Bidirectional mode 
    31 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    32 msgid "Bidirectional mode" 
    33 msgstr "Mode bidireccional" 
     30msgid "Port" 
     31msgstr "" 
    3432 
    35 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    36 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
     33msgid "Settings" 
     34msgstr "" 
     35 
     36msgid "TCP listener port." 
     37msgstr "" 
     38 
     39msgid "enable" 
     40msgstr "" 
     41 
     42msgid "p910nd - Printer server" 
     43msgstr "p910nd - Servidor d'impressió" 
     44 
    3745msgid "port_help" 
    3846msgstr "" 
  • luci/trunk/po/de/p910nd.po

    r5474 r7739  
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
    99"Language-Team: LANGUAGE <LL@li.org>\n" 
     10"Language: \n" 
    1011"MIME-Version: 1.0\n" 
    1112"Content-Type: text/plain; charset=UTF-8\n" 
     
    1314"X-Generator: Translate Toolkit 1.1.1\n" 
    1415 
    15 #. p910nd - Printer server 
    16 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    17 msgid "p910nd - Printer server" 
    18 msgstr "p910nd - Drucker server" 
     16msgid "Bidirectional mode" 
     17msgstr "Bidirektionaler Modus" 
    1918 
    20 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    21 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2222msgid "" 
    2323"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2727"printer) und Parallelport (kmod-lp) Support installiert werden." 
    2828 
    29 #. Bidirectional mode 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    31 msgid "Bidirectional mode" 
    32 msgstr "Bidirektionaler Modus" 
     29msgid "Port" 
     30msgstr "" 
    3331 
    34 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    35 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    36 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    37 msgstr "p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker" 
     32msgid "Settings" 
     33msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - Drucker server" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker" 
  • luci/trunk/po/el/p910nd.po

    r6209 r7739  
    77"Last-Translator: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>\n" 
    88"Language-Team: LANGUAGE <LL@li.org>\n" 
     9"Language: \n" 
    910"MIME-Version: 1.0\n" 
    1011"Content-Type: text/plain; charset=UTF-8\n" 
     
    1213"X-Generator: Pootle 1.1.0\n" 
    1314 
    14 #. p910nd - Printer server 
    15 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    16 msgid "p910nd - Printer server" 
     15msgid "Bidirectional mode" 
     16msgstr "Αμφίδρομη μέθοδος" 
     17 
     18msgid "Device" 
    1719msgstr "" 
    1820 
    19 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    20 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
    2121msgid "" 
    2222"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2626"(kmod-usb-printer) η παράλληλη θύρα (kmod-lp)." 
    2727 
    28 #. Bidirectional mode 
    29 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    30 msgid "Bidirectional mode" 
    31 msgstr "Αμφίδρομη μέθοδος" 
     28msgid "Port" 
     29msgstr "" 
    3230 
    33 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    34 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    35 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     31msgid "Settings" 
    3632msgstr "" 
    37 "p910nd ανταποκρίνεται στην πόρτα 910+N. π.χ. 9100 για τον πρώτο εκτυπωτή" 
     33 
     34msgid "TCP listener port." 
     35msgstr "" 
     36 
     37msgid "enable" 
     38msgstr "" 
     39 
     40msgid "p910nd - Printer server" 
     41msgstr "" 
     42 
     43msgid "port_help" 
     44msgstr "" 
     45 
     46#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     47#~ msgstr "" 
     48#~ "p910nd ανταποκρίνεται στην πόρτα 910+N. π.χ. 9100 για τον πρώτο εκτυπωτή" 
  • luci/trunk/po/en/p910nd.po

    r5474 r7739  
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
    99"Language-Team: LANGUAGE <LL@li.org>\n" 
     10"Language: \n" 
    1011"MIME-Version: 1.0\n" 
    1112"Content-Type: text/plain; charset=UTF-8\n" 
     
    1314"X-Generator: Translate Toolkit 1.1.1\n" 
    1415 
    15 #. p910nd - Printer server 
    16 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    17 msgid "p910nd - Printer server" 
    18 msgstr "p910nd - Printer server" 
     16msgid "Bidirectional mode" 
     17msgstr "Bidirectional mode" 
    1918 
    20 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    21 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2222msgid "" 
    2323"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2727"printer) or parallel port (kmod-lp)." 
    2828 
    29 #. Bidirectional mode 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    31 msgid "Bidirectional mode" 
    32 msgstr "Bidirectional mode" 
     29msgid "Port" 
     30msgstr "" 
    3331 
    34 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    35 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    36 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    37 msgstr "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     32msgid "Settings" 
     33msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - Printer server" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
  • luci/trunk/po/es/p910nd.po

    r5449 r7739  
    77"Last-Translator: Guillermo Javier Nardoni <guillermo@geryon.com.ar>\n" 
    88"Language-Team: LANGUAGE <LL@li.org>\n" 
     9"Language: \n" 
    910"MIME-Version: 1.0\n" 
    1011"Content-Type: text/plain; charset=UTF-8\n" 
     
    1213"X-Generator: Pootle 1.1.0\n" 
    1314 
    14 #. p910nd - Printer server 
    15 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    16 msgid "p910nd - Printer server" 
    17 msgstr "Servidor de Impresión - p910nd" 
     15msgid "Bidirectional mode" 
     16msgstr "Modo Bidireccional" 
    1817 
    19 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    20 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     18msgid "Device" 
     19msgstr "" 
     20 
    2121msgid "" 
    2222"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2626"printer) o al puerto paralelo (kmod-lp)." 
    2727 
    28 #. Bidirectional mode 
    29 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    30 msgid "Bidirectional mode" 
    31 msgstr "Modo Bidireccional" 
     28msgid "Port" 
     29msgstr "" 
    3230 
    33 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    34 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
     31msgid "Settings" 
     32msgstr "" 
     33 
     34msgid "TCP listener port." 
     35msgstr "" 
     36 
     37msgid "enable" 
     38msgstr "" 
     39 
     40msgid "p910nd - Printer server" 
     41msgstr "Servidor de Impresión - p910nd" 
     42 
    3543msgid "port_help" 
    3644msgstr "" 
  • luci/trunk/po/fr/p910nd.po

    r7408 r7739  
    1414"X-Generator: Pootle 2.0.4\n" 
    1515 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - Serveur d'impression" 
     16msgid "Bidirectional mode" 
     17msgstr "Mode bi-directionnel" 
    2018 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2322msgid "" 
    2423"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2827"(kmod-usb-printer) ou par port parallèle (kmod-lp)" 
    2928 
    30 #. Bidirectional mode 
    31 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    32 msgid "Bidirectional mode" 
    33 msgstr "Mode bi-directionnel" 
     29msgid "Port" 
     30msgstr "" 
    3431 
    35 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    36 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    37 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     32msgid "Settings" 
    3833msgstr "" 
    39 "p910nd écoute sur le port 910+N, par exemple 9100 pour la première " 
    40 "imprimante." 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - Serveur d'impression" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "" 
     49#~ "p910nd écoute sur le port 910+N, par exemple 9100 pour la première " 
     50#~ "imprimante." 
  • luci/trunk/po/he/p910nd.po

    r7222 r7739  
    1414"X-Generator: Pootle 2.0.4\n" 
    1515 
    16 # שרת מדפסות? 
    17 #. p910nd - Printer server 
    18 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    19 #, fuzzy 
    20 msgid "p910nd - Printer server" 
    21 msgstr "p910nd - שרת מדפסת" 
     16msgid "Bidirectional mode" 
     17msgstr "מצב דו-כיווני." 
    2218 
    23 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    24 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2522msgid "" 
    2623"First you have to install the packages to get support for USB (kmod-usb-" 
     
    3027"בחיבור מקבילי (kmod-lp)." 
    3128 
    32 #. Bidirectional mode 
    33 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    34 msgid "Bidirectional mode" 
    35 msgstr "מצב דו-כיווני." 
     29msgid "Port" 
     30msgstr "" 
    3631 
    37 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    38 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    39 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    40 msgstr "p910nd מאזין לפורט 910+N (למשל 9100) עבור המדפסת הראשונה." 
     32msgid "Settings" 
     33msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41# שרת מדפסות? 
     42#, fuzzy 
     43msgid "p910nd - Printer server" 
     44msgstr "p910nd - שרת מדפסת" 
     45 
     46msgid "port_help" 
     47msgstr "" 
     48 
     49#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     50#~ msgstr "p910nd מאזין לפורט 910+N (למשל 9100) עבור המדפסת הראשונה." 
  • luci/trunk/po/it/p910nd.po

    r7098 r7739  
    1414"X-Generator: Pootle 2.0.4\n" 
    1515 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - Server di stampa" 
     16msgid "Bidirectional mode" 
     17msgstr "Modalità bidirezionale" 
    2018 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2322msgid "" 
    2423"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2827"usb-printer) o della porta parallela (kmod-lp)." 
    2928 
    30 #. Bidirectional mode 
    31 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    32 msgid "Bidirectional mode" 
    33 msgstr "Modalità bidirezionale" 
     29msgid "Port" 
     30msgstr "" 
    3431 
    35 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    36 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    37 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     32msgid "Settings" 
    3833msgstr "" 
    39 "p910nd è in ascolto sulla porta 910+N. Ad es. 9100 per la prima stampante." 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - Server di stampa" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "" 
     49#~ "p910nd è in ascolto sulla porta 910+N. Ad es. 9100 per la prima stampante." 
  • luci/trunk/po/ja/p910nd.po

    r7589 r7739  
    1414"X-Generator: Pootle 2.0.4\n" 
    1515 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - プリンタサーバー" 
     16msgid "Bidirectional mode" 
     17msgstr "双方向モード" 
    2018 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2322msgid "" 
    2423"First you have to install the packages to get support for USB (kmod-usb-" 
    2524"printer) or parallel port (kmod-lp)." 
    2625msgstr "" 
    27 "まず初めに、USB(kmod-usb-printer)または、パラレルポート(kmod-lp)をサポートするためのパッケージをインストールしてください。" 
     26"まず初めに、USB(kmod-usb-printer)または、パラレルポート(kmod-lp)をサポートす" 
     27"るためのパッケージをインストールしてください。" 
    2828 
    29 #. Bidirectional mode 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    31 msgid "Bidirectional mode" 
    32 msgstr "双方向モード" 
     29msgid "Port" 
     30msgstr "" 
    3331 
    34 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    35 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    36 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     32msgid "Settings" 
    3733msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - プリンタサーバー" 
     43 
     44msgid "port_help" 
     45msgstr "" 
  • luci/trunk/po/ms/p910nd.po

    r7107 r7739  
    33msgid "" 
    44msgstr "" 
    5 "Content-Type: text/plain; charset=UTF-8\n" 
    65"Project-Id-Version: PACKAGE VERSION\n" 
    76"Last-Translator: Automatically generated\n" 
    87"Language-Team: none\n" 
     8"Language: \n" 
    99"MIME-Version: 1.0\n" 
     10"Content-Type: text/plain; charset=UTF-8\n" 
    1011"Content-Transfer-Encoding: 8bit\n" 
    1112 
    12 #. p910nd - Printer server 
    13 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    14 msgid "p910nd - Printer server" 
     13msgid "Bidirectional mode" 
    1514msgstr "" 
    1615 
    17 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    18 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     16msgid "Device" 
     17msgstr "" 
     18 
    1919msgid "" 
    2020"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2222msgstr "" 
    2323 
    24 #. Bidirectional mode 
    25 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    26 msgid "Bidirectional mode" 
     24msgid "Port" 
    2725msgstr "" 
    2826 
    29 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    31 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     27msgid "Settings" 
    3228msgstr "" 
     29 
     30msgid "TCP listener port." 
     31msgstr "" 
     32 
     33msgid "enable" 
     34msgstr "" 
     35 
     36msgid "p910nd - Printer server" 
     37msgstr "" 
     38 
     39msgid "port_help" 
     40msgstr "" 
  • luci/trunk/po/no/p910nd.po

    r7046 r7739  
    2424msgstr "Innstillinger" 
    2525 
     26msgid "TCP listener port." 
     27msgstr "" 
     28 
    2629msgid "enable" 
    2730msgstr "Aktiver" 
  • luci/trunk/po/pl/p910nd.po

    r7514 r7739  
    1515"X-Generator: Pootle 2.0.4\n" 
    1616 
    17 #. p910nd - Printer server 
    18 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    19 msgid "p910nd - Printer server" 
    20 msgstr "p910nd - Serwer wydruku" 
     17msgid "Bidirectional mode" 
     18msgstr "Tryb dwukierunkowy" 
    2119 
    22 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    23 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     20msgid "Device" 
     21msgstr "" 
     22 
    2423msgid "" 
    2524"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2928"lub LPT (kmod-lp)." 
    3029 
    31 #. Bidirectional mode 
    32 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    33 msgid "Bidirectional mode" 
    34 msgstr "Tryb dwukierunkowy" 
     30msgid "Port" 
     31msgstr "" 
    3532 
    36 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    37 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    38 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    39 msgstr "p910nd nasłuchuje na porcie 910X, np. 9100 dla pierwszej drukarki." 
     33msgid "Settings" 
     34msgstr "" 
     35 
     36msgid "TCP listener port." 
     37msgstr "" 
     38 
     39msgid "enable" 
     40msgstr "" 
     41 
     42msgid "p910nd - Printer server" 
     43msgstr "p910nd - Serwer wydruku" 
     44 
     45msgid "port_help" 
     46msgstr "" 
     47 
     48#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     49#~ msgstr "p910nd nasłuchuje na porcie 910X, np. 9100 dla pierwszej drukarki." 
  • luci/trunk/po/pt/p910nd.po

    r5474 r7739  
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
    99"Language-Team: LANGUAGE <LL@li.org>\n" 
     10"Language: \n" 
    1011"MIME-Version: 1.0\n" 
    1112"Content-Type: text/plain; charset=UTF-8\n" 
     
    1314"X-Generator: Translate Toolkit 1.1.1\n" 
    1415 
    15 #. p910nd - Printer server 
    16 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    17 msgid "p910nd - Printer server" 
    18 msgstr "P910nd - Servidor de impressão" 
     16msgid "Bidirectional mode" 
     17msgstr "Modo bidirecional" 
    1918 
    20 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    21 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2222msgid "" 
    2323"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2727"printer) ou porta paralela (kmod-lp)." 
    2828 
    29 #. Bidirectional mode 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    31 msgid "Bidirectional mode" 
    32 msgstr "Modo bidirecional" 
     29msgid "Port" 
     30msgstr "" 
    3331 
    34 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    35 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    36 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    37 msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." 
     32msgid "Settings" 
     33msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "P910nd - Servidor de impressão" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." 
  • luci/trunk/po/pt_BR/p910nd.po

    r7704 r7739  
    1414"X-Generator: Pootle 2.0.4\n" 
    1515 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - Servidor de impressão" 
     16msgid "Bidirectional mode" 
     17msgstr "Modo bidirecional" 
    2018 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     19msgid "Device" 
     20msgstr "" 
     21 
    2322msgid "" 
    2423"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2827"printer) ou porta paralela (kmod-lp)." 
    2928 
    30 #. Bidirectional mode 
    31 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    32 msgid "Bidirectional mode" 
    33 msgstr "Modo bidirecional" 
     29msgid "Port" 
     30msgstr "" 
    3431 
    35 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    36 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    37 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    38 msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." 
     32msgid "Settings" 
     33msgstr "" 
     34 
     35msgid "TCP listener port." 
     36msgstr "" 
     37 
     38msgid "enable" 
     39msgstr "" 
     40 
     41msgid "p910nd - Printer server" 
     42msgstr "p910nd - Servidor de impressão" 
     43 
     44msgid "port_help" 
     45msgstr "" 
     46 
     47#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     48#~ msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." 
  • luci/trunk/po/ro/p910nd.po

    r7609 r7739  
    33msgid "" 
    44msgstr "" 
    5 "Content-Type: text/plain; charset=UTF-8\n" 
    65"Project-Id-Version: PACKAGE VERSION\n" 
    76"Last-Translator: Automatically generated\n" 
    87"Language-Team: none\n" 
     8"Language: \n" 
    99"MIME-Version: 1.0\n" 
     10"Content-Type: text/plain; charset=UTF-8\n" 
    1011"Content-Transfer-Encoding: 8bit\n" 
    1112"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " 
    1213"20)) ? 1 : 2;\n" 
    1314 
    14 #. p910nd - Printer server 
    15 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    16 msgid "p910nd - Printer server" 
     15msgid "Bidirectional mode" 
    1716msgstr "" 
    1817 
    19 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    20 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     18msgid "Device" 
     19msgstr "" 
     20 
    2121msgid "" 
    2222"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2424msgstr "" 
    2525 
    26 #. Bidirectional mode 
    27 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    28 msgid "Bidirectional mode" 
     26msgid "Port" 
    2927msgstr "" 
    3028 
    31 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    32 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    33 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     29msgid "Settings" 
    3430msgstr "" 
     31 
     32msgid "TCP listener port." 
     33msgstr "" 
     34 
     35msgid "enable" 
     36msgstr "" 
     37 
     38msgid "p910nd - Printer server" 
     39msgstr "" 
     40 
     41msgid "port_help" 
     42msgstr "" 
  • luci/trunk/po/ru/p910nd.po

    r7285 r7739  
    1111"Content-Type: text/plain; charset=UTF-8\n" 
    1212"Content-Transfer-Encoding: 8bit\n" 
    13 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 
    14 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 
     13"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" 
     14"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 
    1515"X-Generator: Pootle 2.0.4\n" 
    1616 
    17 #. p910nd - Printer server 
    18 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    19 msgid "p910nd - Printer server" 
    20 msgstr "p910nd - Принт сервер" 
     17msgid "Bidirectional mode" 
     18msgstr "Двунаправленный режим" 
    2119 
    22 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    23 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     20msgid "Device" 
     21msgstr "" 
     22 
    2423msgid "" 
    2524"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2928"printer) или параллельного порта (kmod-lp)." 
    3029 
    31 #. Bidirectional mode 
    32 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    33 msgid "Bidirectional mode" 
    34 msgstr "Двунаправленный режим" 
     30msgid "Port" 
     31msgstr "" 
    3532 
    36 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    37 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    38 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    39 msgstr "p910nd прослушивает порт 910+N. То есть 9100 - номер первого принтера." 
     33msgid "Settings" 
     34msgstr "" 
     35 
     36msgid "TCP listener port." 
     37msgstr "" 
     38 
     39msgid "enable" 
     40msgstr "" 
     41 
     42msgid "p910nd - Printer server" 
     43msgstr "p910nd - Принт сервер" 
     44 
     45msgid "port_help" 
     46msgstr "" 
     47 
     48#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     49#~ msgstr "" 
     50#~ "p910nd прослушивает порт 910+N. То есть 9100 - номер первого принтера." 
  • luci/trunk/po/templates/p910nd.pot

    r5474 r7739  
    1 #  p910nd.pot 
    2 #  generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua 
    31msgid "" 
    42msgstr "Content-Type: text/plain; charset=UTF-8" 
    53 
    6 #. p910nd - Printer server 
    7 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    8 msgid "p910nd - Printer server" 
     4msgid "Bidirectional mode" 
    95msgstr "" 
    106 
    11 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    12 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     7msgid "Device" 
     8msgstr "" 
     9 
    1310msgid "" 
    1411"First you have to install the packages to get support for USB (kmod-usb-" 
     
    1613msgstr "" 
    1714 
    18 #. Bidirectional mode 
    19 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    20 msgid "Bidirectional mode" 
     15msgid "Port" 
    2116msgstr "" 
    2217 
    23 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    24 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    25 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     18msgid "Settings" 
    2619msgstr "" 
     20 
     21msgid "TCP listener port." 
     22msgstr "" 
     23 
     24msgid "enable" 
     25msgstr "" 
     26 
     27msgid "p910nd - Printer server" 
     28msgstr "" 
     29 
     30msgid "port_help" 
     31msgstr "" 
  • luci/trunk/po/vi/p910nd.po

    r5474 r7739  
    99"Last-Translator: Hong Phuc Dang <dhppat@gmail.com>\n" 
    1010"Language-Team: LANGUAGE <LL@li.org>\n" 
     11"Language: \n" 
    1112"MIME-Version: 1.0\n" 
    1213"Content-Type: text/plain; charset=UTF-8\n" 
     
    1415"X-Generator: Pootle 1.1.0\n" 
    1516 
    16 #. p910nd - Printer server 
    17 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
    18 msgid "p910nd - Printer server" 
    19 msgstr "p910nd - Máy in chủ" 
     17msgid "Bidirectional mode" 
     18msgstr "Chế độ 2 chiều" 
    2019 
    21 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    22 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
     20msgid "Device" 
     21msgstr "" 
     22 
    2323msgid "" 
    2424"First you have to install the packages to get support for USB (kmod-usb-" 
     
    2828"in), hoặc cổng song song (kmod-lp)." 
    2929 
    30 #. Bidirectional mode 
    31 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    32 msgid "Bidirectional mode" 
    33 msgstr "Chế độ 2 chiều" 
     30msgid "Port" 
     31msgstr "" 
    3432 
    35 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    36 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    37 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    38 msgstr "p910nd tiếp thu ở cổng 910+N. E.g. 9100 cho máy in đầu tiên." 
     33msgid "Settings" 
     34msgstr "" 
     35 
     36msgid "TCP listener port." 
     37msgstr "" 
     38 
     39msgid "enable" 
     40msgstr "" 
     41 
     42msgid "p910nd - Printer server" 
     43msgstr "p910nd - Máy in chủ" 
     44 
     45msgid "port_help" 
     46msgstr "" 
     47 
     48#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     49#~ msgstr "p910nd tiếp thu ở cổng 910+N. E.g. 9100 cho máy in đầu tiên." 
  • luci/trunk/po/zh_CN/p910nd.po

    r7121 r7739  
    77"Last-Translator: Our Teammates\n" 
    88"Language-Team: QQ Group 75543259 <axishero@foxmail.com>\n" 
     9"Language: \n" 
    910"MIME-Version: 1.0\n" 
    1011"Content-Type: text/plain; charset=UTF-8\n" 
     
    1213"X-Generator: Translate Toolkit 1.1.1\n" 
    1314 
    14 #. p910nd - Printer server 
    15 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:1 
     15msgid "Bidirectional mode" 
     16msgstr "双向模式" 
     17 
     18msgid "Device" 
     19msgstr "" 
     20 
     21msgid "" 
     22"First you have to install the packages to get support for USB (kmod-usb-" 
     23"printer) or parallel port (kmod-lp)." 
     24msgstr "" 
     25"首先你必须安装支持USB打印机的驱动(kmod-usb-printer)或者并行端口驱动(kmod-lp)" 
     26 
     27msgid "Port" 
     28msgstr "" 
     29 
     30msgid "Settings" 
     31msgstr "" 
     32 
     33msgid "TCP listener port." 
     34msgstr "" 
     35 
     36msgid "enable" 
     37msgstr "" 
     38 
    1639msgid "p910nd - Printer server" 
    1740msgstr "打印服务器" 
    1841 
    19 #. First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp). 
    20 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:2 
    21 msgid "First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp)." 
    22 msgstr "首先你必须安装支持USB打印机的驱动(kmod-usb-printer)或者并行端口驱动(kmod-lp)" 
     42msgid "port_help" 
     43msgstr "" 
    2344 
    24 #. Bidirectional mode 
    25 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:3 
    26 msgid "Bidirectional mode" 
    27 msgstr "双向模式" 
    28  
    29 #. p910nd listens on port 910+N. E.g. 9100 for the first printer. 
    30 #: applications/luci-p910nd/luasrc/i18n/p910nd.en.lua:4 
    31 msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
    32 msgstr "p910nd 的监听端口是910+N,举例:9100用于监听第一台打印机" 
     45#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." 
     46#~ msgstr "p910nd 的监听端口是910+N,举例:9100用于监听第一台打印机"