From: Hannu Nyman Date: Sat, 20 Jan 2018 13:58:03 +0000 (+0200) Subject: luci-app-voice-core and -diag: remove from repo X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=194e42913fe25df93cc9844ecfa7fb8783d5e664 luci-app-voice-core and -diag: remove from repo Remove luci-app-voice-core and luci-app-voice-diag as they have been BROKEN since 2015. They only support luci-app-diag-devinfo that has been removed. Signed-off-by: Hannu Nyman --- diff --git a/applications/luci-app-voice-core/Makefile b/applications/luci-app-voice-core/Makefile deleted file mode 100644 index 32c476ced..000000000 --- a/applications/luci-app-voice-core/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:=LuCI Voice Software (Core) -LUCI_DEPENDS:=@BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua b/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua deleted file mode 100644 index b37018de1..000000000 --- a/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua +++ /dev/null @@ -1,21 +0,0 @@ --- Copyright 2009 Daniel Dickinson --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.luci_voice", package.seeall) - -function index() - local e - - e = entry({"admin", "voice"}, template("luci_voice/index") , _("Voice"), 90) - e.index = true - - e = entry({"mini", "voice"}, template("luci_voice/index"), _("Voice"), 90) - e.index = true - - e = entry({"mini", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) - e.index = true - - e = entry({"admin", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) - e.index = true - -end diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm deleted file mode 100644 index e14862e7d..000000000 --- a/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm +++ /dev/null @@ -1,16 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -

Voice

-

Here you can control OpenWRT voice-related settings and see - voice-related information from OpenWRT

-

In particular Asterisk configuration and information is displayed - here, as well as diagnostics that specifically apply to voice but are - not general networking diagnostics (e.g. includes SIP device scans, but not - ping tests). Includes PSTN phones as well as VoIP and possibly - non-telephony related options. -

-<%+footer%> diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm deleted file mode 100644 index c4466cbf0..000000000 --- a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -

Phones

-

Here you can control phone configuration and information in OpenWRT

-

You can control the setup of phone clients and servers and see - information such as diagnostics related to phone devices from this menu. -

-<%+footer%> diff --git a/applications/luci-app-voice-core/po/ca/voice_core.po b/applications/luci-app-voice-core/po/ca/voice_core.po deleted file mode 100644 index 068620965..000000000 --- a/applications/luci-app-voice-core/po/ca/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-05-29 01:58+0200\n" -"Last-Translator: Alex \n" -"Language-Team: none\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 "Phones" -msgstr "Telèfons" - -msgid "Voice" -msgstr "Veu" diff --git a/applications/luci-app-voice-core/po/cs/voice_core.po b/applications/luci-app-voice-core/po/cs/voice_core.po deleted file mode 100644 index e4eae35ae..000000000 --- a/applications/luci-app-voice-core/po/cs/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-01-29 21:47+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 "Phones" -msgstr "Telefony" - -msgid "Voice" -msgstr "Hlas" - -#~ msgid "l_v_adminphones" -#~ msgstr "Telefony" diff --git a/applications/luci-app-voice-core/po/de/voice_core.po b/applications/luci-app-voice-core/po/de/voice_core.po deleted file mode 100644 index 2a03b6341..000000000 --- a/applications/luci-app-voice-core/po/de/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-01-28 22:20+0200\n" -"Last-Translator: DAC324 \n" -"Language-Team: none\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 "Phones" -msgstr "Telefone" - -msgid "Voice" -msgstr "Sprache" diff --git a/applications/luci-app-voice-core/po/el/voice_core.po b/applications/luci-app-voice-core/po/el/voice_core.po deleted file mode 100644 index 01abb4139..000000000 --- a/applications/luci-app-voice-core/po/el/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-02-16 19:15+0200\n" -"Last-Translator: Jinxcat \n" -"Language-Team: none\n" -"Language: el\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 "Phones" -msgstr "Τηλέφωνα" - -msgid "Voice" -msgstr "" diff --git a/applications/luci-app-voice-core/po/en/voice_core.po b/applications/luci-app-voice-core/po/en/voice_core.po deleted file mode 100644 index 297f87313..000000000 --- a/applications/luci-app-voice-core/po/en/voice_core.po +++ /dev/null @@ -1,23 +0,0 @@ -# Voice Core. -# Copyright (C) 2009 Daniel Dickinson -# Daniel Dickinson , 2009. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2009-07-16 22:19-0400\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" - -msgid "Phones" -msgstr "Phones" - -msgid "Voice" -msgstr "" - -#~ msgid "l_v_adminphones" -#~ msgstr "Phones" diff --git a/applications/luci-app-voice-core/po/es/voice_core.po b/applications/luci-app-voice-core/po/es/voice_core.po deleted file mode 100644 index 74e2c23ca..000000000 --- a/applications/luci-app-voice-core/po/es/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-07-28 23:17+0200\n" -"Last-Translator: Daniel \n" -"Language-Team: none\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 "Phones" -msgstr "Teléfonos" - -msgid "Voice" -msgstr "Voz" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/fr/voice_core.po b/applications/luci-app-voice-core/po/fr/voice_core.po deleted file mode 100644 index 71ef06285..000000000 --- a/applications/luci-app-voice-core/po/fr/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-11-06 16:09+0200\n" -"Last-Translator: hogsim \n" -"Language-Team: none\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 "Phones" -msgstr "Téléphones" - -msgid "Voice" -msgstr "Voix" - -#~ msgid "l_v_adminphones" -#~ msgstr "Téléphones" diff --git a/applications/luci-app-voice-core/po/he/voice_core.po b/applications/luci-app-voice-core/po/he/voice_core.po deleted file mode 100644 index 74440e343..000000000 --- a/applications/luci-app-voice-core/po/he/voice_core.po +++ /dev/null @@ -1,22 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-09-10 03:44+0200\n" -"Last-Translator: Snoof \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.6\n" - -msgid "Phones" -msgstr "טלפונים" - -msgid "Voice" -msgstr "קול" - -# מה בדיוק מתרגמים כאן? אם זה phones אז התרגום הוא טלפונים. אם זה l_v_adminphones אז זה מונח טכני וצריך להשאיר אותו ללא שינוי -#~ msgid "l_v_adminphones" -#~ msgstr "טלפונים" diff --git a/applications/luci-app-voice-core/po/hu/voice_core.po b/applications/luci-app-voice-core/po/hu/voice_core.po deleted file mode 100644 index 07eaa14d7..000000000 --- a/applications/luci-app-voice-core/po/hu/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-01 09:34+0200\n" -"Last-Translator: juhosg \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.4\n" - -msgid "Phones" -msgstr "Telefonok" - -msgid "Voice" -msgstr "Hang" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/it/voice_core.po b/applications/luci-app-voice-core/po/it/voice_core.po deleted file mode 100644 index 4d22ff03b..000000000 --- a/applications/luci-app-voice-core/po/it/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-02-03 14:00+0200\n" -"Last-Translator: Francesco <3gasas@gmail.com>\n" -"Language-Team: none\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 "Phones" -msgstr "Telefoni" - -msgid "Voice" -msgstr "Voce" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ja/voice_core.po b/applications/luci-app-voice-core/po/ja/voice_core.po deleted file mode 100644 index c7e60e204..000000000 --- a/applications/luci-app-voice-core/po/ja/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "Phones" -msgstr "電話" - -msgid "Voice" -msgstr "" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ms/voice_core.po b/applications/luci-app-voice-core/po/ms/voice_core.po deleted file mode 100644 index a866bec5d..000000000 --- a/applications/luci-app-voice-core/po/ms/voice_core.po +++ /dev/null @@ -1,14 +0,0 @@ -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 "Phones" -msgstr "" - -msgid "Voice" -msgstr "" diff --git a/applications/luci-app-voice-core/po/no/voice_core.po b/applications/luci-app-voice-core/po/no/voice_core.po deleted file mode 100644 index a0149da4b..000000000 --- a/applications/luci-app-voice-core/po/no/voice_core.po +++ /dev/null @@ -1,14 +0,0 @@ -msgid "" -msgstr "" -"Last-Translator: Lars Hardy \n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Phones" -msgstr "Telefoner" - -msgid "Voice" -msgstr "Voice" - -#~ msgid "l_v_adminphones" -#~ msgstr "Admin Telefoner" diff --git a/applications/luci-app-voice-core/po/pl/voice_core.po b/applications/luci-app-voice-core/po/pl/voice_core.po deleted file mode 100644 index 39950f85f..000000000 --- a/applications/luci-app-voice-core/po/pl/voice_core.po +++ /dev/null @@ -1,22 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-08-24 07:03+0200\n" -"Last-Translator: goodgod261 \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 "Phones" -msgstr "Telefony" - -msgid "Voice" -msgstr "Głos" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/pt-br/voice_core.po b/applications/luci-app-voice-core/po/pt-br/voice_core.po deleted file mode 100644 index 18cab7235..000000000 --- a/applications/luci-app-voice-core/po/pt-br/voice_core.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-07-05 06:44+0200\n" -"Last-Translator: rafaelff1 \n" -"Language-Team: none\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 "Phones" -msgstr "Telefones" - -msgid "Voice" -msgstr "Voz" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/pt/voice_core.po b/applications/luci-app-voice-core/po/pt/voice_core.po deleted file mode 100644 index 07d6093f6..000000000 --- a/applications/luci-app-voice-core/po/pt/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-05-01 00:34+0200\n" -"Last-Translator: pedromrgoncalves \n" -"Language-Team: none\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 "Phones" -msgstr "Telefones" - -msgid "Voice" -msgstr "Voz" diff --git a/applications/luci-app-voice-core/po/ro/voice_core.po b/applications/luci-app-voice-core/po/ro/voice_core.po deleted file mode 100644 index 1776a51fe..000000000 --- a/applications/luci-app-voice-core/po/ro/voice_core.po +++ /dev/null @@ -1,22 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-09-25 19:14+0200\n" -"Last-Translator: Mihai \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 "Phones" -msgstr "Telefoane" - -msgid "Voice" -msgstr "Voce" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ru/voice_core.po b/applications/luci-app-voice-core/po/ru/voice_core.po deleted file mode 100644 index e54468ea7..000000000 --- a/applications/luci-app-voice-core/po/ru/voice_core.po +++ /dev/null @@ -1,22 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: LuCI: voice_core\n" -"POT-Creation-Date: 2012-08-15 11:23+0300\n" -"PO-Revision-Date: 2018-01-13 15:01+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" -"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " -"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" - -msgid "Phones" -msgstr "Телефоны" - -msgid "Voice" -msgstr "Голос" diff --git a/applications/luci-app-voice-core/po/sk/voice_core.po b/applications/luci-app-voice-core/po/sk/voice_core.po deleted file mode 100644 index 9c30581d1..000000000 --- a/applications/luci-app-voice-core/po/sk/voice_core.po +++ /dev/null @@ -1,15 +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 "Phones" -msgstr "" - -msgid "Voice" -msgstr "" diff --git a/applications/luci-app-voice-core/po/sv/voice_core.po b/applications/luci-app-voice-core/po/sv/voice_core.po deleted file mode 100644 index 803726a38..000000000 --- a/applications/luci-app-voice-core/po/sv/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-04-28 06:14+0200\n" -"Last-Translator: Umeaboy \n" -"Language-Team: none\n" -"Language: sv\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 "Phones" -msgstr "Telefoner" - -msgid "Voice" -msgstr "Röst" diff --git a/applications/luci-app-voice-core/po/templates/voice_core.pot b/applications/luci-app-voice-core/po/templates/voice_core.pot deleted file mode 100644 index 64c93ebac..000000000 --- a/applications/luci-app-voice-core/po/templates/voice_core.pot +++ /dev/null @@ -1,8 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -msgid "Phones" -msgstr "" - -msgid "Voice" -msgstr "" diff --git a/applications/luci-app-voice-core/po/tr/voice_core.po b/applications/luci-app-voice-core/po/tr/voice_core.po deleted file mode 100644 index 642538e20..000000000 --- a/applications/luci-app-voice-core/po/tr/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-10-11 22:25+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 "Phones" -msgstr "Telefonlar" - -msgid "Voice" -msgstr "Ses" diff --git a/applications/luci-app-voice-core/po/uk/voice_core.po b/applications/luci-app-voice-core/po/uk/voice_core.po deleted file mode 100644 index 4886d7298..000000000 --- a/applications/luci-app-voice-core/po/uk/voice_core.po +++ /dev/null @@ -1,22 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-12-29 12:56+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 "Phones" -msgstr "Телефони" - -msgid "Voice" -msgstr "Голос" - -#~ msgid "l_v_adminphones" -#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/vi/voice_core.po b/applications/luci-app-voice-core/po/vi/voice_core.po deleted file mode 100644 index 3e45434c6..000000000 --- a/applications/luci-app-voice-core/po/vi/voice_core.po +++ /dev/null @@ -1,15 +0,0 @@ -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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "Phones" -msgstr "" - -msgid "Voice" -msgstr "" diff --git a/applications/luci-app-voice-core/po/zh-cn/voice_core.po b/applications/luci-app-voice-core/po/zh-cn/voice_core.po deleted file mode 100644 index 09788894e..000000000 --- a/applications/luci-app-voice-core/po/zh-cn/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-10-08 13:41+0200\n" -"Last-Translator: Tanyingyu \n" -"Language-Team: none\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 "Phones" -msgstr "话机" - -msgid "Voice" -msgstr "语音" diff --git a/applications/luci-app-voice-core/po/zh-tw/voice_core.po b/applications/luci-app-voice-core/po/zh-tw/voice_core.po deleted file mode 100644 index e1bbf7a9d..000000000 --- a/applications/luci-app-voice-core/po/zh-tw/voice_core.po +++ /dev/null @@ -1,18 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-05-14 10:41+0200\n" -"Last-Translator: omnistack \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 "Phones" -msgstr "電話" - -msgid "Voice" -msgstr "語音" diff --git a/applications/luci-app-voice-diag/Makefile b/applications/luci-app-voice-diag/Makefile deleted file mode 100644 index 2d4791845..000000000 --- a/applications/luci-app-voice-diag/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:=LuCI Voice Software (Diagnostics) -LUCI_DEPENDS:=+luci-app-diag-devinfo @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua b/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua deleted file mode 100644 index 16a79d9a3..000000000 --- a/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua +++ /dev/null @@ -1,12 +0,0 @@ --- Copyright 2009 Daniel Dickinson --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.luci_voice.luci_voice_diag", package.seeall) - -function index() - local e - - e = entry({"admin", "voice", "diag"}, template("luci_voice/diag_index"), _("Diagnostics"), 90) - e.index = true - e.dependent = true -end diff --git a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm deleted file mode 100644 index e324fabd4..000000000 --- a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm +++ /dev/null @@ -1,10 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -

<%:Diagnostics%>

-

<%:Under this menu are options that allow you to configure and perform tests on the voice operations of your system. These are known as diagnostics.%>

-

<%:The diagnostics available on your device depend on the modules that you have installed.%>

-<%+footer%> diff --git a/applications/luci-app-voice-diag/po/ca/voice_diag.po b/applications/luci-app-voice-diag/po/ca/voice_diag.po deleted file mode 100644 index 0396100a3..000000000 --- a/applications/luci-app-voice-diag/po/ca/voice_diag.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-05-29 02:00+0200\n" -"Last-Translator: Alex \n" -"Language-Team: none\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 "Diagnostics" -msgstr "Diagnòstics" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Els diagnòstics disponibles en el vostre dispositiu depenen dels mòduls que " -"teniu instal·lats." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"En aquest menú estan opcions que us permeten configurar i realitzar proves " -"en les operacions de veu del vostre sistema. Aquestes es coneixen com " -"diagnòstics." diff --git a/applications/luci-app-voice-diag/po/cs/voice_diag.po b/applications/luci-app-voice-diag/po/cs/voice_diag.po deleted file mode 100644 index 4939d2088..000000000 --- a/applications/luci-app-voice-diag/po/cs/voice_diag.po +++ /dev/null @@ -1,29 +0,0 @@ -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 "Diagnostics" -msgstr "Diagnostika" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Diagnostiky, dostupné na vašem zařízení, závisí na modulech, které máte " -"nainstalovány." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Pod tímto menu se nachází možnosti, které vám umožní nastavovat a provádět " -"testy hlasových operací vašeho systému. Tyto jsou známy pod názvem " -"diagnostika." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "Diagnostika" diff --git a/applications/luci-app-voice-diag/po/de/voice_diag.po b/applications/luci-app-voice-diag/po/de/voice_diag.po deleted file mode 100644 index f60dc08d0..000000000 --- a/applications/luci-app-voice-diag/po/de/voice_diag.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-09-08 15:21+0200\n" -"Last-Translator: Manuel \n" -"Language-Team: none\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.4\n" - -msgid "Diagnostics" -msgstr "Diagnose" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Welche Diagnosetools auf diesem System verfügbar sind hängt davon ab, welche " -"Module installiert sind." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Unter diesem Menüpunkt können Diagnosetools für sprachbezogene Dienste " -"konfiguriert und ausgeführt werden." diff --git a/applications/luci-app-voice-diag/po/el/voice_diag.po b/applications/luci-app-voice-diag/po/el/voice_diag.po deleted file mode 100644 index 4ff4f8660..000000000 --- a/applications/luci-app-voice-diag/po/el/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-03-18 17:15+0200\n" -"Last-Translator: Vasilis \n" -"Language-Team: none\n" -"Language: el\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 "Diagnostics" -msgstr "Διαγνωστικά" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Τα διαγνωστικά που είναι διαθέσιμα για την συσκευή σας, εξαρτώνται από τα " -"αρθρώματα που έχετε εγκατεστημένα." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Κάτω από αυτό το μενού βρίσκονται επιλογές που σας επιτρέπουν να " -"παραμετροποιήσετε και να πραγματοποιήσετε δοκιμές στις φωνητικές λειτουργίες " -"του συστήματός σας. Είναι γνωστές ως διαγνωστικά." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/en/voice_diag.po b/applications/luci-app-voice-diag/po/en/voice_diag.po deleted file mode 100644 index 12bb4592d..000000000 --- a/applications/luci-app-voice-diag/po/en/voice_diag.po +++ /dev/null @@ -1,34 +0,0 @@ -# Voice Diagnostics. -# Copyright (C) 2009 Daniel Dickinson -# Daniel Dickinson , 2009. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2009-07-16 22:26-0400\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" - -msgid "Diagnostics" -msgstr "Diagnostics" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"The diagnostics available on your device depend on the modules that you have " -"installed." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "Diagnostics" diff --git a/applications/luci-app-voice-diag/po/es/voice_diag.po b/applications/luci-app-voice-diag/po/es/voice_diag.po deleted file mode 100644 index f2f4da27a..000000000 --- a/applications/luci-app-voice-diag/po/es/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-16 00:58+0200\n" -"Last-Translator: Jose \n" -"Language-Team: none\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.4\n" - -msgid "Diagnostics" -msgstr "Diagnósticos" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Los tipos de diagnósticos disponibles en el dispositivo dependen de los " -"módulos que ha instalado." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"En este menú hay opciones que permite realizar pruebas de configuración y " -"funcionamiento de las operaciones de voz en su sistema. Estas opciones se " -"conocen como diagósticos." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/fr/voice_diag.po b/applications/luci-app-voice-diag/po/fr/voice_diag.po deleted file mode 100644 index c550f0629..000000000 --- a/applications/luci-app-voice-diag/po/fr/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-01-15 07:08+0200\n" -"Last-Translator: desillu \n" -"Language-Team: none\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.4\n" - -msgid "Diagnostics" -msgstr "Diagnostics" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Les diagnostics disponibles pour votre périphérique dépendent des modules " -"que vous avez installé." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Ce menu contient des options vous permettant de configurer et lancer des " -"tests sur les fonctions vocales de votre système. Ils sont nommés " -"diagnostics." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/he/voice_diag.po b/applications/luci-app-voice-diag/po/he/voice_diag.po deleted file mode 100644 index 3cd1c9f0e..000000000 --- a/applications/luci-app-voice-diag/po/he/voice_diag.po +++ /dev/null @@ -1,22 +0,0 @@ -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" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/hu/voice_diag.po b/applications/luci-app-voice-diag/po/hu/voice_diag.po deleted file mode 100644 index 79d237985..000000000 --- a/applications/luci-app-voice-diag/po/hu/voice_diag.po +++ /dev/null @@ -1,30 +0,0 @@ -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" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "Diagnostics" -msgstr "Diagnosztika" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Az eszközön elérhető diagnosztikai lehetőségek a telepített összetevőktől " -"függenek." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Ez alatt a menüpont alatt olyan lehetőségek vannak, amelyek lehetővé teszik, " -"hogy beállítsa és tesztelje az eszköz hangrendszerének a működését. Ezek " -"diagnosztikaként ismertek." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/it/voice_diag.po b/applications/luci-app-voice-diag/po/it/voice_diag.po deleted file mode 100644 index 620aedf56..000000000 --- a/applications/luci-app-voice-diag/po/it/voice_diag.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-02-03 14:13+0200\n" -"Last-Translator: Francesco <3gasas@gmail.com>\n" -"Language-Team: none\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 "Diagnostics" -msgstr "Diagnostiche" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Le funzioni di diagnostica disponibili sul dispositivo dipendono i moduli " -"che sono stati installati." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"In questo menu ci sono delle opzioni che consentono di configurare ed " -"eseguire test sulle operazioni vocali del sistema. Questi sono noti come " -"diagnostica." diff --git a/applications/luci-app-voice-diag/po/ja/voice_diag.po b/applications/luci-app-voice-diag/po/ja/voice_diag.po deleted file mode 100644 index 715f4118c..000000000 --- a/applications/luci-app-voice-diag/po/ja/voice_diag.po +++ /dev/null @@ -1,22 +0,0 @@ -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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/ms/voice_diag.po b/applications/luci-app-voice-diag/po/ms/voice_diag.po deleted file mode 100644 index bf65c1459..000000000 --- a/applications/luci-app-voice-diag/po/ms/voice_diag.po +++ /dev/null @@ -1,21 +0,0 @@ -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 "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/no/voice_diag.po b/applications/luci-app-voice-diag/po/no/voice_diag.po deleted file mode 100644 index de7aaf2f2..000000000 --- a/applications/luci-app-voice-diag/po/no/voice_diag.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Last-Translator: Lars Hardy \n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Diagnostics" -msgstr "Diagnostikk" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Diagnostikk tilgjengelig på denne enheten avhenger av hvilken moduler som er " -"installert." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Under denne meny finner du instillinger som gjør det mulig å konfigurere og " -"utføre 'Voice' operasjoner på systemet ditt. Dette er kjent som diagnostikk." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "Administrasjon Diagnostikk" diff --git a/applications/luci-app-voice-diag/po/pl/voice_diag.po b/applications/luci-app-voice-diag/po/pl/voice_diag.po deleted file mode 100644 index cb19e22c8..000000000 --- a/applications/luci-app-voice-diag/po/pl/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-09-20 12:16+0200\n" -"Last-Translator: Michał \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.4\n" - -msgid "Diagnostics" -msgstr "Diagnostyka" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Diagnostyka dostępna na Twoim urządzeniu zależna jest od zainstalowanych " -"modułów." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"To menu zawiera opcje pozwalające na konfiguracje i testowanie operacji " -"głosowych w Twoim systemie. Opcje te nazwamy Diagnostyką." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/pt-br/voice_diag.po b/applications/luci-app-voice-diag/po/pt-br/voice_diag.po deleted file mode 100644 index c5d426dfd..000000000 --- a/applications/luci-app-voice-diag/po/pt-br/voice_diag.po +++ /dev/null @@ -1,32 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-11 20:31+0200\n" -"Last-Translator: Luiz Angelo \n" -"Language-Team: none\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.4\n" - -msgid "Diagnostics" -msgstr "Diagnósticos" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Os diagnósticos disponíveis em seu dispositivo dependem dos módulos que você " -"instalou." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Neste menu existem opções que permite a configuração e execução de testes " -"nas operações de voz em seu sistema. Estas são conhecidas como diagósticos." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/pt/voice_diag.po b/applications/luci-app-voice-diag/po/pt/voice_diag.po deleted file mode 100644 index 5162c8436..000000000 --- a/applications/luci-app-voice-diag/po/pt/voice_diag.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-06-01 00:00+0200\n" -"Last-Translator: joao.f.vieira \n" -"Language-Team: none\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 "Diagnostics" -msgstr "Diagnósticos" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Os diagnósticos disponiveis no dispositivo dependem dos módulos que tem " -"instalados." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Neste menu há opções que lhe permitem configurar e executar testes nas " -"operações de voz do seu sistema. Estes são conhecidos como diagnósticos." diff --git a/applications/luci-app-voice-diag/po/ro/voice_diag.po b/applications/luci-app-voice-diag/po/ro/voice_diag.po deleted file mode 100644 index e6ee68206..000000000 --- a/applications/luci-app-voice-diag/po/ro/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-07 16:50+0200\n" -"Last-Translator: Daniel \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.4\n" - -msgid "Diagnostics" -msgstr "Diagnosticuri" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Diagnosticurile disponibile pe dispozitivul tau depind de modulele instalate." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"In acest menu sunt optiuni care-ti permit sa configurezi si sa testezi " -"diferite operatiuni de voce pe sistemul tau. Acestea sunt denumite " -"diagnostice." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/ru/voice_diag.po b/applications/luci-app-voice-diag/po/ru/voice_diag.po deleted file mode 100644 index b1845c79e..000000000 --- a/applications/luci-app-voice-diag/po/ru/voice_diag.po +++ /dev/null @@ -1,31 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: LuCI: voice_diag\n" -"POT-Creation-Date: 2012-08-15 11:22+0300\n" -"PO-Revision-Date: 2018-01-13 15:02+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" -"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " -"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" - -msgid "Diagnostics" -msgstr "Диагностика" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "Доступные виды диагностики зависят от установленных плагинов." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Утилита Диагностика, позволит вам протестировать голосовые службы вашей " -"системы." diff --git a/applications/luci-app-voice-diag/po/sk/voice_diag.po b/applications/luci-app-voice-diag/po/sk/voice_diag.po deleted file mode 100644 index 874e11fc5..000000000 --- a/applications/luci-app-voice-diag/po/sk/voice_diag.po +++ /dev/null @@ -1,22 +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 "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/sv/voice_diag.po b/applications/luci-app-voice-diag/po/sv/voice_diag.po deleted file mode 100644 index 4f99757ce..000000000 --- a/applications/luci-app-voice-diag/po/sv/voice_diag.po +++ /dev/null @@ -1,27 +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 "Diagnostics" -msgstr "Diagnostik" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Den tillgängliga diagnostiken i din enhet är beroende av modulerna som du " -"har installerat." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Under den här menyn så finns det alternativ som gör att du kan ställa in och " -"utföra tester på röstverksamheten i ditt system. Dessa kallas diagnostik." diff --git a/applications/luci-app-voice-diag/po/templates/voice_diag.pot b/applications/luci-app-voice-diag/po/templates/voice_diag.pot deleted file mode 100644 index ba28b4530..000000000 --- a/applications/luci-app-voice-diag/po/templates/voice_diag.pot +++ /dev/null @@ -1,15 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -msgid "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/tr/voice_diag.po b/applications/luci-app-voice-diag/po/tr/voice_diag.po deleted file mode 100644 index 715f4118c..000000000 --- a/applications/luci-app-voice-diag/po/tr/voice_diag.po +++ /dev/null @@ -1,22 +0,0 @@ -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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/uk/voice_diag.po b/applications/luci-app-voice-diag/po/uk/voice_diag.po deleted file mode 100644 index 60c55ba6e..000000000 --- a/applications/luci-app-voice-diag/po/uk/voice_diag.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-28 22:05+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 "Diagnostics" -msgstr "Діагностика" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" -"Доступність засобів діагностики визначається модулями, які ви встановили." - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" -"Це меню містить опції, які дають вам змогу сконфігурувати й виконати " -"тестування голосових функцій вашої системи. Інша їх назва - засоби " -"діагностики." - -#~ msgid "l_v_d_admindiag" -#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/vi/voice_diag.po b/applications/luci-app-voice-diag/po/vi/voice_diag.po deleted file mode 100644 index 715f4118c..000000000 --- a/applications/luci-app-voice-diag/po/vi/voice_diag.po +++ /dev/null @@ -1,22 +0,0 @@ -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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "Diagnostics" -msgstr "" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "" diff --git a/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po b/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po deleted file mode 100644 index 4bad894e3..000000000 --- a/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-10-08 13:50+0200\n" -"Last-Translator: Tanyingyu \n" -"Language-Team: none\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 "Diagnostics" -msgstr "检测" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "检测您已在设备上安装的模块。" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "菜单下的选项,允许您配置和执行语音相关的测试。这些动作称为检测。" diff --git a/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po b/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po deleted file mode 100644 index 7926f797b..000000000 --- a/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-05-14 10:45+0200\n" -"Last-Translator: omnistack \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 "Diagnostics" -msgstr "診斷" - -msgid "" -"The diagnostics available on your device depend on the modules that you have " -"installed." -msgstr "能否診斷您的設備端看您已安裝的模組" - -msgid "" -"Under this menu are options that allow you to configure and perform tests on " -"the voice operations of your system. These are known as diagnostics." -msgstr "選單下有選項讓您能夠設定並執行測試您系統上的語音操作. 這些都是已知的診斷方法"