diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-19 02:35:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-19 02:35:25 +0000 |
commit | ce6aec0a91e65b16cf42d9f908e06b63d91be931 (patch) | |
tree | f1cdca7132c7b7197e300e129369bb0e99690eb2 /applications/luci-p910nd | |
parent | 7bf803250be75dac62c6e048fa675c93c9093b9a (diff) |
i18n: remove obsolete lua i18n files
Diffstat (limited to 'applications/luci-p910nd')
-rw-r--r-- | applications/luci-p910nd/luasrc/i18n/p910nd.de.lua | 4 | ||||
-rw-r--r-- | applications/luci-p910nd/luasrc/i18n/p910nd.en.lua | 4 | ||||
-rw-r--r-- | applications/luci-p910nd/luasrc/i18n/p910nd.pt-br.lua | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/applications/luci-p910nd/luasrc/i18n/p910nd.de.lua b/applications/luci-p910nd/luasrc/i18n/p910nd.de.lua deleted file mode 100644 index b8cf6e6f4..000000000 --- a/applications/luci-p910nd/luasrc/i18n/p910nd.de.lua +++ /dev/null @@ -1,4 +0,0 @@ -p910nd = 'p910nd - Drucker server' -p910nd_desc = 'Bevor p910nd verwendet werden kann muessen Pakete fuer USB (kmod-usb-printer) und Parallelport (kmod-lp) Support installiert werden.' -bidirectional = 'Bidirektionaler Modus' -port_help = 'p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker' diff --git a/applications/luci-p910nd/luasrc/i18n/p910nd.en.lua b/applications/luci-p910nd/luasrc/i18n/p910nd.en.lua deleted file mode 100644 index c9b3c8f78..000000000 --- a/applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +++ /dev/null @@ -1,4 +0,0 @@ -p910nd = 'p910nd - Printer server' -p910nd_desc = 'First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp).' -bidirectional = 'Bidirectional mode' -port_help = 'p910nd listens on port 910+N. E.g. 9100 for the first printer.' diff --git a/applications/luci-p910nd/luasrc/i18n/p910nd.pt-br.lua b/applications/luci-p910nd/luasrc/i18n/p910nd.pt-br.lua deleted file mode 100644 index 71e4acba7..000000000 --- a/applications/luci-p910nd/luasrc/i18n/p910nd.pt-br.lua +++ /dev/null @@ -1,4 +0,0 @@ -p910nd = 'P910nd - Servidor de impressão' -p910nd_desc = 'Primeiro você deve instalar os pacotes para obter suporte USB (kmod-usb-printer) ou porta paralela (kmod-lp).' -bidirectional = 'Modo bidirecional' -port_help = 'p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora.' |