From 5cc9df99e5dafb14c509afb53be5ad9bd99bd3b8 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 20 Jan 2018 15:37:25 +0200 Subject: [PATCH] luci-app-ushare: remove from repo Remove luci-app-ushare as it has been BROEKN since 2015. (ushare package is still in oldpackages) Signed-off-by: Hannu Nyman --- applications/luci-app-ushare/Makefile | 14 -- .../luci-app-ushare/luasrc/controller/ushare.lua | 15 -- .../luci-app-ushare/luasrc/model/cbi/ushare.lua | 30 ---- applications/luci-app-ushare/po/ca/ushare.po | 55 ------- applications/luci-app-ushare/po/cs/ushare.po | 53 ------- applications/luci-app-ushare/po/de/ushare.po | 53 ------- applications/luci-app-ushare/po/el/ushare.po | 48 ------ applications/luci-app-ushare/po/en/ushare.po | 49 ------ applications/luci-app-ushare/po/es/ushare.po | 53 ------- applications/luci-app-ushare/po/fr/ushare.po | 50 ------ applications/luci-app-ushare/po/he/ushare.po | 52 ------- applications/luci-app-ushare/po/hu/ushare.po | 53 ------- applications/luci-app-ushare/po/it/ushare.po | 53 ------- applications/luci-app-ushare/po/ja/ushare.po | 52 ------- applications/luci-app-ushare/po/ms/ushare.po | 46 ------ applications/luci-app-ushare/po/no/ushare.po | 44 ------ applications/luci-app-ushare/po/pl/ushare.po | 54 ------- applications/luci-app-ushare/po/pt-br/ushare.po | 53 ------- applications/luci-app-ushare/po/pt/ushare.po | 53 ------- applications/luci-app-ushare/po/ro/ushare.po | 51 ------- applications/luci-app-ushare/po/ru/ushare.po | 52 ------- applications/luci-app-ushare/po/sk/ushare.po | 45 ------ applications/luci-app-ushare/po/sv/ushare.po | 168 --------------------- .../luci-app-ushare/po/templates/ushare.pot | 38 ----- applications/luci-app-ushare/po/tr/ushare.po | 50 ------ applications/luci-app-ushare/po/uk/ushare.po | 53 ------- applications/luci-app-ushare/po/vi/ushare.po | 50 ------ applications/luci-app-ushare/po/zh-cn/ushare.po | 52 ------- applications/luci-app-ushare/po/zh-tw/ushare.po | 48 ------ .../root/etc/uci-defaults/40_luci-ushare | 11 -- 30 files changed, 1498 deletions(-) delete mode 100644 applications/luci-app-ushare/Makefile delete mode 100644 applications/luci-app-ushare/luasrc/controller/ushare.lua delete mode 100644 applications/luci-app-ushare/luasrc/model/cbi/ushare.lua delete mode 100644 applications/luci-app-ushare/po/ca/ushare.po delete mode 100644 applications/luci-app-ushare/po/cs/ushare.po delete mode 100644 applications/luci-app-ushare/po/de/ushare.po delete mode 100644 applications/luci-app-ushare/po/el/ushare.po delete mode 100644 applications/luci-app-ushare/po/en/ushare.po delete mode 100644 applications/luci-app-ushare/po/es/ushare.po delete mode 100644 applications/luci-app-ushare/po/fr/ushare.po delete mode 100644 applications/luci-app-ushare/po/he/ushare.po delete mode 100644 applications/luci-app-ushare/po/hu/ushare.po delete mode 100644 applications/luci-app-ushare/po/it/ushare.po delete mode 100644 applications/luci-app-ushare/po/ja/ushare.po delete mode 100644 applications/luci-app-ushare/po/ms/ushare.po delete mode 100644 applications/luci-app-ushare/po/no/ushare.po delete mode 100644 applications/luci-app-ushare/po/pl/ushare.po delete mode 100644 applications/luci-app-ushare/po/pt-br/ushare.po delete mode 100644 applications/luci-app-ushare/po/pt/ushare.po delete mode 100644 applications/luci-app-ushare/po/ro/ushare.po delete mode 100644 applications/luci-app-ushare/po/ru/ushare.po delete mode 100644 applications/luci-app-ushare/po/sk/ushare.po delete mode 100644 applications/luci-app-ushare/po/sv/ushare.po delete mode 100644 applications/luci-app-ushare/po/templates/ushare.pot delete mode 100644 applications/luci-app-ushare/po/tr/ushare.po delete mode 100644 applications/luci-app-ushare/po/uk/ushare.po delete mode 100644 applications/luci-app-ushare/po/vi/ushare.po delete mode 100644 applications/luci-app-ushare/po/zh-cn/ushare.po delete mode 100644 applications/luci-app-ushare/po/zh-tw/ushare.po delete mode 100755 applications/luci-app-ushare/root/etc/uci-defaults/40_luci-ushare diff --git a/applications/luci-app-ushare/Makefile b/applications/luci-app-ushare/Makefile deleted file mode 100644 index 5c0974c0d..000000000 --- a/applications/luci-app-ushare/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=uShare - UPnP A/V & DLNA Media Server -LUCI_DEPENDS:=+ushare @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ushare/luasrc/controller/ushare.lua b/applications/luci-app-ushare/luasrc/controller/ushare.lua deleted file mode 100644 index c81177368..000000000 --- a/applications/luci-app-ushare/luasrc/controller/ushare.lua +++ /dev/null @@ -1,15 +0,0 @@ --- Copyright 2008 Yanira --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.ushare", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/ushare") then - return - end - - local page - - page = entry({"admin", "services", "ushare"}, cbi("ushare"), _("uShare"), 60) - page.dependent = true -end diff --git a/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua b/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua deleted file mode 100644 index 0c2d1f0c0..000000000 --- a/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua +++ /dev/null @@ -1,30 +0,0 @@ --- Copyright 2008 Yanira --- Licensed to the public under the Apache License 2.0. - -m = Map("ushare", translate("uShare"), - luci.util.pcdata(translate("uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files."))) - -s = m:section(TypedSection, "ushare", translate("Settings")) -s.addremove = false -s.anonymous = true - -s:option(Flag, "enabled", translate("Enable")) - -s:option(Value, "username", translate("Username")) - -s:option(Value, "servername", translate("Servername")) - -dif = s:option( Value, "interface", translate("Interface")) -for _, nif in ipairs(luci.sys.net.devices()) do - if nif ~= "lo" then dif:value(nif) end -end - -s:option(DynamicList, "content_directories", translate("Content directories")) - -s:option(Flag, "disable_webif", translate("Disable webinterface")) - -s:option(Flag, "disable_telnet", translate("Disable telnet console")) - -s:option(Value, "options", translate("Options")) - -return m diff --git a/applications/luci-app-ushare/po/ca/ushare.po b/applications/luci-app-ushare/po/ca/ushare.po deleted file mode 100644 index 9d6459693..000000000 --- a/applications/luci-app-ushare/po/ca/ushare.po +++ /dev/null @@ -1,55 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2014-07-01 08:29+0200\n" -"Last-Translator: Alex \n" -"Language-Team: LANGUAGE \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Directoris de contingut" - -msgid "Disable telnet console" -msgstr "Inhabilita la consola telnet" - -msgid "Disable webinterface" -msgstr "Inhabilita la interfície web" - -msgid "Enable" -msgstr "Habilita" - -msgid "Interface" -msgstr "Interfície" - -msgid "Options" -msgstr "Opcions" - -msgid "Servername" -msgstr "Nom de servidor" - -msgid "Settings" -msgstr "Configuració" - -msgid "Username" -msgstr "Nom d'usuari" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"El uShare és un servidor de mitjans UPnP (TM) A/V i DLNA. Implementa el " -"component servidor que proveeix els dispositius de mitjans UPnP amb " -"informació sobre els fitxers de multimèdia disponibles." diff --git a/applications/luci-app-ushare/po/cs/ushare.po b/applications/luci-app-ushare/po/cs/ushare.po deleted file mode 100644 index d908e91e9..000000000 --- a/applications/luci-app-ushare/po/cs/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-01-29 21:49+0200\n" -"Last-Translator: Astran \n" -"Language-Team: none\n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Složky s obsahem" - -msgid "Disable telnet console" -msgstr "Zakázat telnet konzoli" - -msgid "Disable webinterface" -msgstr "Zakázat webové rozhraní" - -msgid "Enable" -msgstr "Povolit" - -msgid "Interface" -msgstr "Rozhraní" - -msgid "Options" -msgstr "Možnosti" - -msgid "Servername" -msgstr "Název serveru" - -msgid "Settings" -msgstr "Nastavení" - -msgid "Username" -msgstr "Uživatelské jméno" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare je UPnP (TM) A/V & DLNA Media Server. Implementuje součást serveru, " -"který poskytuje UPnP mediální zařízení s informacemi o dostupných " -"multimediálních souborech." diff --git a/applications/luci-app-ushare/po/de/ushare.po b/applications/luci-app-ushare/po/de/ushare.po deleted file mode 100644 index d7d7e229b..000000000 --- a/applications/luci-app-ushare/po/de/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2013-01-28 22:32+0200\n" -"Last-Translator: DAC324 \n" -"Language-Team: LANGUAGE \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Freigabeverzeichnisse" - -msgid "Disable telnet console" -msgstr "Telnet-Konsole deaktivieren" - -msgid "Disable webinterface" -msgstr "Webinterface deaktivieren" - -msgid "Enable" -msgstr "Aktivieren" - -msgid "Interface" -msgstr "Schnittstelle" - -msgid "Options" -msgstr "Optionen" - -msgid "Servername" -msgstr "Servername" - -msgid "Settings" -msgstr "Einstellungen" - -msgid "Username" -msgstr "Benutzername" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare ist ein uPNP(TM) A/V & DLNA - basierender Medien-Server. Es " -"implementiert die Serverkomponente, welche uPNP-Geräten Informationen über " -"verfügbare Mediendateien bereitstellt." diff --git a/applications/luci-app-ushare/po/el/ushare.po b/applications/luci-app-ushare/po/el/ushare.po deleted file mode 100644 index 331c8a0d6..000000000 --- a/applications/luci-app-ushare/po/el/ushare.po +++ /dev/null @@ -1,48 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-28 02:08+0200\n" -"PO-Revision-Date: 2010-06-30 17:26+0200\n" -"Last-Translator: Vasilis Tsiligiannis \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -msgid "Content directories" -msgstr "Φάκελοι περιεχομένου" - -msgid "Disable telnet console" -msgstr "Απενεργοποίηση τερματικού telnet" - -msgid "Disable webinterface" -msgstr "Απενεργοποίηση διεπαφής web" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "Επιλογές" - -msgid "Servername" -msgstr "Όνομα εξυπηρετητή" - -msgid "Settings" -msgstr "Ρυθμίσεις" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/en/ushare.po b/applications/luci-app-ushare/po/en/ushare.po deleted file mode 100644 index 5e5d65f9b..000000000 --- a/applications/luci-app-ushare/po/en/ushare.po +++ /dev/null @@ -1,49 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" - -msgid "Content directories" -msgstr "Content directories" - -msgid "Disable telnet console" -msgstr "Disable telnet console" - -msgid "Disable webinterface" -msgstr "Disable webinterface" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "Options" - -msgid "Servername" -msgstr "Servername" - -msgid "Settings" -msgstr "Settings" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/es/ushare.po b/applications/luci-app-ushare/po/es/ushare.po deleted file mode 100644 index e8422b954..000000000 --- a/applications/luci-app-ushare/po/es/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-08-25 09:23+0200\n" -"Last-Translator: José Vicente \n" -"Language-Team: LANGUAGE \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Directorios de contenido" - -msgid "Disable telnet console" -msgstr "Inhabilitar consola telnet" - -msgid "Disable webinterface" -msgstr "Inhabilitar interfaz web" - -msgid "Enable" -msgstr "Activar" - -msgid "Interface" -msgstr "Interfaz" - -msgid "Options" -msgstr "Opciones" - -msgid "Servername" -msgstr "Nombre para el servidor" - -msgid "Settings" -msgstr "Configuración" - -msgid "Username" -msgstr "Nombre de usuario" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare es un servidor UPnP (TM) A/V y DLNA. Implementa el componente del " -"servidor que proporciona a los dispositivos UPnP la información disponible " -"en los ficheros multimedia." diff --git a/applications/luci-app-ushare/po/fr/ushare.po b/applications/luci-app-ushare/po/fr/ushare.po deleted file mode 100644 index e2e917d9a..000000000 --- a/applications/luci-app-ushare/po/fr/ushare.po +++ /dev/null @@ -1,50 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2013-08-06 13:57+0200\n" -"Last-Translator: st \n" -"Language-Team: LANGUAGE \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Répertoires de contenus" - -msgid "Disable telnet console" -msgstr "Désactiver la console Telnet" - -msgid "Disable webinterface" -msgstr "Désactiver l'interface web" - -msgid "Enable" -msgstr "Activer" - -msgid "Interface" -msgstr "Interface" - -msgid "Options" -msgstr "Options" - -msgid "Servername" -msgstr "Nom du serveur" - -msgid "Settings" -msgstr "Paramètres" - -msgid "Username" -msgstr "Nom d'utilisateur" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/he/ushare.po b/applications/luci-app-ushare/po/he/ushare.po deleted file mode 100644 index 4858a9a80..000000000 --- a/applications/luci-app-ushare/po/he/ushare.po +++ /dev/null @@ -1,52 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-06-24 18:47+0200\n" -"Last-Translator: GiladL \n" -"Language-Team: none\n" -"Language: he\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "Content directories" -msgstr "ספריות תוכן" - -# האם לכתוב טלנט באנגלית (telenet) או בתעתיק עברי (טלנט)? -msgid "Disable telnet console" -msgstr "השבת קונסולת telnet" - -msgid "Disable webinterface" -msgstr "השבת מנשק רשת" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "אפשרויות" - -msgid "Servername" -msgstr "שם שרת" - -msgid "Settings" -msgstr "הגדרות" - -msgid "Username" -msgstr "" - -# זה שם של תוכנה ולא צריך לתרגם אותו -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/hu/ushare.po b/applications/luci-app-ushare/po/hu/ushare.po deleted file mode 100644 index 6efa5211b..000000000 --- a/applications/luci-app-ushare/po/hu/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-09-13 18:29+0200\n" -"Last-Translator: Gábor \n" -"Language-Team: none\n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Megosztott könyvtárak" - -msgid "Disable telnet console" -msgstr "Telnet-konzol tiltása" - -msgid "Disable webinterface" -msgstr "Web felület tiltása" - -msgid "Enable" -msgstr "Engedélyezés" - -msgid "Interface" -msgstr "Interfész" - -msgid "Options" -msgstr "Opciók" - -msgid "Servername" -msgstr "Szerver név" - -msgid "Settings" -msgstr "Beállítások" - -msgid "Username" -msgstr "Felhasználónév" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"Az uShare egy UPnP (TM) A/V & DLNA média szerver. A szerver komponenst " -"valósítja meg, amely információt szolgáltat az elérhető multimédia fájlokról " -"az uPnP média eszközök számára." diff --git a/applications/luci-app-ushare/po/it/ushare.po b/applications/luci-app-ushare/po/it/ushare.po deleted file mode 100644 index 5837a11ac..000000000 --- a/applications/luci-app-ushare/po/it/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2013-02-03 14:03+0200\n" -"Last-Translator: Francesco <3gasas@gmail.com>\n" -"Language-Team: LANGUAGE \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Percorso dei contenuti" - -msgid "Disable telnet console" -msgstr "Disabilita console telnet" - -msgid "Disable webinterface" -msgstr "Disabilita l'interfaccia web" - -msgid "Enable" -msgstr "Attiva" - -msgid "Interface" -msgstr "Interfaccia" - -msgid "Options" -msgstr "Opzioni" - -msgid "Servername" -msgstr "Nome del server" - -msgid "Settings" -msgstr "Impostazioni" - -msgid "Username" -msgstr "Nome Utente" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare è un Server Multimediale UPnP (TM) A / V e DLNA. Implementa il " -"componente server che fornisce ai dispositivi multimediali UPnP, le " -"informazioni su file multimediali disponibili." diff --git a/applications/luci-app-ushare/po/ja/ushare.po b/applications/luci-app-ushare/po/ja/ushare.po deleted file mode 100644 index a217eceaa..000000000 --- a/applications/luci-app-ushare/po/ja/ushare.po +++ /dev/null @@ -1,52 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2013-05-04 14:28+0200\n" -"Last-Translator: Kentaro \n" -"Language-Team: LANGUAGE \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "コンテンツディレクトリ" - -msgid "Disable telnet console" -msgstr "telnelコンソールを無効にする" - -msgid "Disable webinterface" -msgstr "Webインターフェースを無効にする" - -msgid "Enable" -msgstr "サービスを有効にする" - -msgid "Interface" -msgstr "インターフェース" - -msgid "Options" -msgstr "オプション" - -msgid "Servername" -msgstr "サーバー名" - -msgid "Settings" -msgstr "設定" - -msgid "Username" -msgstr "ユーザー名" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShareはUPnP (TM) A/V および DLNA " -"メディアサーバーであり、UPnPメディアデバイスに対してマルチメディア・ファイル情報を提供するサーバー・コンポーネント機能を実装しています。" diff --git a/applications/luci-app-ushare/po/ms/ushare.po b/applications/luci-app-ushare/po/ms/ushare.po deleted file mode 100644 index 40b24f20f..000000000 --- a/applications/luci-app-ushare/po/ms/ushare.po +++ /dev/null @@ -1,46 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Content directories" -msgstr "" - -msgid "Disable telnet console" -msgstr "" - -msgid "Disable webinterface" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "" - -msgid "Servername" -msgstr "" - -msgid "Settings" -msgstr "" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/no/ushare.po b/applications/luci-app-ushare/po/no/ushare.po deleted file mode 100644 index 321d29e3b..000000000 --- a/applications/luci-app-ushare/po/no/ushare.po +++ /dev/null @@ -1,44 +0,0 @@ -msgid "" -msgstr "" -"Last-Translator: Lars Hardy \n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Content directories" -msgstr "Innholdskataloger" - -msgid "Disable telnet console" -msgstr "Deaktiver telnet konsoll" - -msgid "Disable webinterface" -msgstr "Deaktiver webgrensesnitt" - -msgid "Enable" -msgstr "Aktiver" - -msgid "Interface" -msgstr "Grensesnitt" - -msgid "Options" -msgstr "Alternativer" - -msgid "Servername" -msgstr "Servernavn" - -msgid "Settings" -msgstr "Innstillinger" - -msgid "Username" -msgstr "Brukernavn" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" - -#~ msgid "ushare_desc" -#~ msgstr "UPnP A/V og DLNA Media Server for Linux." diff --git a/applications/luci-app-ushare/po/pl/ushare.po b/applications/luci-app-ushare/po/pl/ushare.po deleted file mode 100644 index 2a26404ad..000000000 --- a/applications/luci-app-ushare/po/pl/ushare.po +++ /dev/null @@ -1,54 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-09-08 13:18+0200\n" -"Last-Translator: Staszek \n" -"Language-Team: none\n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Katalogi zawartości" - -msgid "Disable telnet console" -msgstr "Wyłącz konsolę telnet" - -msgid "Disable webinterface" -msgstr "Wyłącz interfejs web" - -msgid "Enable" -msgstr "Włącz" - -msgid "Interface" -msgstr "Interfejs" - -msgid "Options" -msgstr "Opcje" - -msgid "Servername" -msgstr "Nazwa serwera" - -msgid "Settings" -msgstr "Ustawienia" - -msgid "Username" -msgstr "Użytkownik" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare jest serwerem mediów UPnP (TM) i DLNA. Implementuje serwer, który " -"udostępnia urządzenia medialne UPnP z informacjami na temat dostępnych " -"plików multimedialnych." diff --git a/applications/luci-app-ushare/po/pt-br/ushare.po b/applications/luci-app-ushare/po/pt-br/ushare.po deleted file mode 100644 index 5fc872e87..000000000 --- a/applications/luci-app-ushare/po/pt-br/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-09-26 23:09+0200\n" -"Last-Translator: Luiz Angelo \n" -"Language-Team: LANGUAGE \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Diretórios de conteúdo" - -msgid "Disable telnet console" -msgstr "Desativar console telnet" - -msgid "Disable webinterface" -msgstr "Desativar interface web" - -msgid "Enable" -msgstr "Habilitar" - -msgid "Interface" -msgstr "Interface" - -msgid "Options" -msgstr "Opções" - -msgid "Servername" -msgstr "Nome do servidor" - -msgid "Settings" -msgstr "Configurações" - -msgid "Username" -msgstr "Nome do usuário" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare é um Servidor de Mídia DLNA & UPnP (TM) A/V. Implementa o componente " -"do servidor que provê aos dispositivos de mídia UPnP informações sobre os " -"arquivos multimídias disponíveis." diff --git a/applications/luci-app-ushare/po/pt/ushare.po b/applications/luci-app-ushare/po/pt/ushare.po deleted file mode 100644 index 795a963d1..000000000 --- a/applications/luci-app-ushare/po/pt/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-26 19:03+0200\n" -"PO-Revision-Date: 2013-06-03 23:32+0200\n" -"Last-Translator: joao.f.vieira \n" -"Language-Team: LANGUAGE \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Diretórios de conteúdo" - -msgid "Disable telnet console" -msgstr "Desativar console telnet" - -msgid "Disable webinterface" -msgstr "Desativar interface web" - -msgid "Enable" -msgstr "Ativar" - -msgid "Interface" -msgstr "Interface" - -msgid "Options" -msgstr "Opções" - -msgid "Servername" -msgstr "Nome do servidor" - -msgid "Settings" -msgstr "Configurações" - -msgid "Username" -msgstr "Nome Utilizador" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"O uShare é um Servidor Multimédia UPnP (TM) A/V & DLNA. Implementa o " -"componente de servidor que fornece aos dispositivos multimédia UPnP " -"informações sobre os ficheiros disponiveis." diff --git a/applications/luci-app-ushare/po/ro/ushare.po b/applications/luci-app-ushare/po/ro/ushare.po deleted file mode 100644 index 3c997545a..000000000 --- a/applications/luci-app-ushare/po/ro/ushare.po +++ /dev/null @@ -1,51 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-06-29 20:03+0200\n" -"Last-Translator: xxvirusxx \n" -"Language-Team: none\n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2);;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Conţinut directoare" - -msgid "Disable telnet console" -msgstr "Dezactiveaza consola telnet" - -msgid "Disable webinterface" -msgstr "Dezactiveaza interfata web" - -msgid "Enable" -msgstr "Activează" - -msgid "Interface" -msgstr "Interfaţă" - -msgid "Options" -msgstr "Optiuni" - -msgid "Servername" -msgstr "Numele serverului" - -msgid "Settings" -msgstr "Setari" - -msgid "Username" -msgstr "Utilizator" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/ru/ushare.po b/applications/luci-app-ushare/po/ru/ushare.po deleted file mode 100644 index 42b16fbe1..000000000 --- a/applications/luci-app-ushare/po/ru/ushare.po +++ /dev/null @@ -1,52 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: LuCI: ushare\n" -"POT-Creation-Date: 2012-08-15 11:29+0300\n" -"PO-Revision-Date: 2018-01-08 00:25+0300\n" -"Language-Team: http://cyber-place.ru\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"Last-Translator: Vladimir aka sunny \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"Language: ru\n" - -msgid "Content directories" -msgstr "Папки с содержимым" - -msgid "Disable telnet console" -msgstr "Выключить telnet-консоль" - -msgid "Disable webinterface" -msgstr "Выключить веб-интерфейс" - -msgid "Enable" -msgstr "Включить" - -msgid "Interface" -msgstr "Интерфейс" - -msgid "Options" -msgstr "Опции" - -msgid "Servername" -msgstr "Имя сервера" - -msgid "Settings" -msgstr "Настройки" - -msgid "Username" -msgstr "Имя пользователя" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare - это UPnP (TM) A/V DLNA медиа-сервер, который предоставляет " -"мультимедийным устройствам информацию о доступных медиа-файлах." diff --git a/applications/luci-app-ushare/po/sk/ushare.po b/applications/luci-app-ushare/po/sk/ushare.po deleted file mode 100644 index 4c9022b65..000000000 --- a/applications/luci-app-ushare/po/sk/ushare.po +++ /dev/null @@ -1,45 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -msgid "Content directories" -msgstr "" - -msgid "Disable telnet console" -msgstr "" - -msgid "Disable webinterface" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "" - -msgid "Servername" -msgstr "" - -msgid "Settings" -msgstr "" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/sv/ushare.po b/applications/luci-app-ushare/po/sv/ushare.po deleted file mode 100644 index 75284844a..000000000 --- a/applications/luci-app-ushare/po/sv/ushare.po +++ /dev/null @@ -1,168 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "Content directories" -msgstr "" - -msgid "Disable telnet console" -msgstr "" - -msgid "Disable webinterface" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "" - -msgid "Servername" -msgstr "" - -msgid "Settings" -msgstr "" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" - -#~ msgid "" -#~ "ACLs specify which external ports may be redirected to which internal " -#~ "addresses and ports" -#~ msgstr "" -#~ "ACL:er anger vilka externa portar som ska omdirigeras till vilka interna " -#~ "adresser och portar" - -#~ msgid "Action" -#~ msgstr "Handling" - -#~ msgid "Active UPnP Redirects" -#~ msgstr "Aktivera UPnP-omdirigeringar" - -#~ msgid "Advanced Settings" -#~ msgstr "Avancerade inställningar" - -#~ msgid "Announced model number" -#~ msgstr "Aviserat modellnummer" - -#~ msgid "Announced serial number" -#~ msgstr "Aviserat serienummer" - -#~ msgid "Client Address" -#~ msgstr "Klient-adress" - -#~ msgid "Client Port" -#~ msgstr "Klient-port" - -#~ msgid "Collecting data..." -#~ msgstr "Samlar in data..." - -#~ msgid "Comment" -#~ msgstr "Kommentar" - -#~ msgid "Delete Redirect" -#~ msgstr "Ta bort omdirigering" - -#~ msgid "Device UUID" -#~ msgstr "Enhetens UUID" - -#~ msgid "Downlink" -#~ msgstr "Nerlänk" - -#~ msgid "Enable NAT-PMP functionality" -#~ msgstr "Aktivera NAT-PMP-funktionalitet" - -#~ msgid "Enable UPnP functionality" -#~ msgstr "Aktivera UPnP-funktionalitet" - -#~ msgid "Enable additional logging" -#~ msgstr "Aktivera ytterligare loggning" - -#~ msgid "Enable secure mode" -#~ msgstr "Aktivera säkert läge" - -#~ msgid "External Port" -#~ msgstr "Extern port" - -#~ msgid "External ports" -#~ msgstr "Externa portar" - -#~ msgid "General Settings" -#~ msgstr "Generella inställningar" - -#~ msgid "Internal addresses" -#~ msgstr "Interna adresser" - -#~ msgid "Internal ports" -#~ msgstr "Interna portar" - -#~ msgid "MiniUPnP ACLs" -#~ msgstr "ACL:er för MiniUPnP" - -#~ msgid "MiniUPnP settings" -#~ msgstr "Inställningar för MiniUPnP" - -#~ msgid "Notify interval" -#~ msgstr "Intervall för avisering" - -#~ msgid "Port" -#~ msgstr "Port" - -#~ msgid "Presentation URL" -#~ msgstr "Presentationens URL" - -#~ msgid "Protocol" -#~ msgstr "Protokoll" - -#~ msgid "Puts extra debugging information into the system log" -#~ msgstr "Lägger extra felsökningsinformation till system-loggen" - -#~ msgid "Report system instead of daemon uptime" -#~ msgstr "Rapportera systemet iställer för demonens upptid" - -#~ msgid "Start UPnP and NAT-PMP service" -#~ msgstr "Starta UPnP och NAT-PMP-tjänsten" - -#~ msgid "There are no active redirects." -#~ msgstr "Det finns inga aktiva omdirigeringar" - -#~ msgid "UPnP" -#~ msgstr "UPnP" - -#~ msgid "" -#~ "UPnP allows clients in the local network to automatically configure the " -#~ "router." -#~ msgstr "" -#~ "UPnP tillåter klienter i det lokala nätverket att automatiskt ställa in " -#~ "routern." - -#~ msgid "UPnP lease file" -#~ msgstr "Hyr-fil för UPnP" - -#~ msgid "Universal Plug & Play" -#~ msgstr "Universiell Plug & Play" - -#~ msgid "Uplink" -#~ msgstr "Upplänk" - -#~ msgid "Value in KByte/s, informational only" -#~ msgstr "Värde i KByte/s, endast informell" diff --git a/applications/luci-app-ushare/po/templates/ushare.pot b/applications/luci-app-ushare/po/templates/ushare.pot deleted file mode 100644 index 7e4dbc154..000000000 --- a/applications/luci-app-ushare/po/templates/ushare.pot +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -msgid "Content directories" -msgstr "" - -msgid "Disable telnet console" -msgstr "" - -msgid "Disable webinterface" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "" - -msgid "Servername" -msgstr "" - -msgid "Settings" -msgstr "" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/tr/ushare.po b/applications/luci-app-ushare/po/tr/ushare.po deleted file mode 100644 index c905c57a5..000000000 --- a/applications/luci-app-ushare/po/tr/ushare.po +++ /dev/null @@ -1,50 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-10-11 22:33+0200\n" -"Last-Translator: vincenzo \n" -"Language-Team: none\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "İçerik Dizinleri" - -msgid "Disable telnet console" -msgstr "Telnet Konsolunu Kapatma" - -msgid "Disable webinterface" -msgstr "Web Arayüzünü Kapatma" - -msgid "Enable" -msgstr "Aktif Hale Getir" - -msgid "Interface" -msgstr "Arayüz" - -msgid "Options" -msgstr "Seçenekler" - -msgid "Servername" -msgstr "Sunucuadı" - -msgid "Settings" -msgstr "Ayarlar" - -msgid "Username" -msgstr "Kullanıcıadı" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/uk/ushare.po b/applications/luci-app-ushare/po/uk/ushare.po deleted file mode 100644 index d79f89670..000000000 --- a/applications/luci-app-ushare/po/uk/ushare.po +++ /dev/null @@ -1,53 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-05-26 18:43+0200\n" -"Last-Translator: Yurii \n" -"Language-Team: none\n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "Каталоги даних" - -msgid "Disable telnet console" -msgstr "Вимкнути консоль Telnet" - -msgid "Disable webinterface" -msgstr "Вимкнути веб-інтерфейс" - -msgid "Enable" -msgstr "Увімкнути" - -msgid "Interface" -msgstr "Інтерфейс" - -msgid "Options" -msgstr "Опції" - -msgid "Servername" -msgstr "Ім'я сервера" - -msgid "Settings" -msgstr "Настройки" - -msgid "Username" -msgstr "Ім'я користувача" - -msgid "uShare" -msgstr "uShare" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare є UPnP (TM) A/V DLNA медіа-сервером, який надає UPnP медіа-пристроям " -"інформацію про наявні мультимедійні файли." diff --git a/applications/luci-app-ushare/po/vi/ushare.po b/applications/luci-app-ushare/po/vi/ushare.po deleted file mode 100644 index 20e5df713..000000000 --- a/applications/luci-app-ushare/po/vi/ushare.po +++ /dev/null @@ -1,50 +0,0 @@ -# ushare.pot -# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-16 06:59+0200\n" -"PO-Revision-Date: 2009-08-13 04:01+0200\n" -"Last-Translator: Hong Phuc Dang \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -msgid "Content directories" -msgstr "Danh bạ nội dung " - -msgid "Disable telnet console" -msgstr "Vô hiệu hóa khiển telnet" - -msgid "Disable webinterface" -msgstr "Vô hiệu hóa giao diện web" - -msgid "Enable" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Options" -msgstr "Lựa chọn " - -msgid "Servername" -msgstr "tên máy chủ" - -msgid "Settings" -msgstr "Cài đặt" - -msgid "Username" -msgstr "" - -msgid "uShare" -msgstr "" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" diff --git a/applications/luci-app-ushare/po/zh-cn/ushare.po b/applications/luci-app-ushare/po/zh-cn/ushare.po deleted file mode 100644 index f426526e6..000000000 --- a/applications/luci-app-ushare/po/zh-cn/ushare.po +++ /dev/null @@ -1,52 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2012-09-18 16:26+0200\n" -"Last-Translator: nKsyn \n" -"Language-Team: QQ Group 75543259\n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "目录" - -msgid "Disable telnet console" -msgstr "关闭telnet管理" - -msgid "Disable webinterface" -msgstr "关闭界面管理" - -msgid "Enable" -msgstr "启用" - -msgid "Interface" -msgstr "网络接口" - -msgid "Options" -msgstr "选项" - -msgid "Servername" -msgstr "服务器名" - -msgid "Settings" -msgstr "设置" - -msgid "Username" -msgstr "用户名" - -msgid "uShare" -msgstr "UPNP流媒体服务" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "" -"uShare是一个UPnP(TM) A/V和DLNA媒体服务器。可以将多媒体文件共享到支持UPnP的设" -"备上。" diff --git a/applications/luci-app-ushare/po/zh-tw/ushare.po b/applications/luci-app-ushare/po/zh-tw/ushare.po deleted file mode 100644 index eba6677a5..000000000 --- a/applications/luci-app-ushare/po/zh-tw/ushare.po +++ /dev/null @@ -1,48 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-08-10 12:32+0200\n" -"Last-Translator: mp607 \n" -"Language-Team: none\n" -"Language: zh_TW\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "Content directories" -msgstr "目錄" - -msgid "Disable telnet console" -msgstr "關閉telnet管理" - -msgid "Disable webinterface" -msgstr "關閉網路介面管理" - -msgid "Enable" -msgstr "啟用" - -msgid "Interface" -msgstr "網路介面" - -msgid "Options" -msgstr "選項" - -msgid "Servername" -msgstr "伺服器名稱" - -msgid "Settings" -msgstr "設定" - -msgid "Username" -msgstr "使用者名稱" - -msgid "uShare" -msgstr "UPnP多媒體服務" - -msgid "" -"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " -"component that provides UPnP media devices with information on available " -"multimedia files." -msgstr "uShare是一個UPnP (TM) A/V & DLNA多媒體伺服器。可以將多媒體檔案共用分享到支援UPnP的裝置上" diff --git a/applications/luci-app-ushare/root/etc/uci-defaults/40_luci-ushare b/applications/luci-app-ushare/root/etc/uci-defaults/40_luci-ushare deleted file mode 100755 index 8bcb6e411..000000000 --- a/applications/luci-app-ushare/root/etc/uci-defaults/40_luci-ushare +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@ushare[-1] - add ucitrack ushare - set ucitrack.@ushare[-1].init=ushare - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- 2.11.0