luci-app-diag-core: remove package
authorJo-Philipp Wich <jo@mein.io>
Sat, 20 Apr 2024 21:48:05 +0000 (23:48 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 20 Apr 2024 21:48:59 +0000 (23:48 +0200)
The luci-app-diag-core application serves no apparent purpose and might
be a leftover from the luci-app-voice-core and luci-app-voice-diag
applications that got dropped years ago.

Fixes: #6753
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
40 files changed:
applications/luci-app-diag-core/Makefile [deleted file]
applications/luci-app-diag-core/luasrc/view/diag/index.htm [deleted file]
applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm [deleted file]
applications/luci-app-diag-core/po/ar/diag_core.po [deleted file]
applications/luci-app-diag-core/po/bg/diag_core.po [deleted file]
applications/luci-app-diag-core/po/bn_BD/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ca/diag_core.po [deleted file]
applications/luci-app-diag-core/po/cs/diag_core.po [deleted file]
applications/luci-app-diag-core/po/da/diag_core.po [deleted file]
applications/luci-app-diag-core/po/de/diag_core.po [deleted file]
applications/luci-app-diag-core/po/el/diag_core.po [deleted file]
applications/luci-app-diag-core/po/en/diag_core.po [deleted file]
applications/luci-app-diag-core/po/es/diag_core.po [deleted file]
applications/luci-app-diag-core/po/fi/diag_core.po [deleted file]
applications/luci-app-diag-core/po/fr/diag_core.po [deleted file]
applications/luci-app-diag-core/po/he/diag_core.po [deleted file]
applications/luci-app-diag-core/po/hi/diag_core.po [deleted file]
applications/luci-app-diag-core/po/hu/diag_core.po [deleted file]
applications/luci-app-diag-core/po/it/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ja/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ko/diag_core.po [deleted file]
applications/luci-app-diag-core/po/lt/diag_core.po [deleted file]
applications/luci-app-diag-core/po/mr/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ms/diag_core.po [deleted file]
applications/luci-app-diag-core/po/nb_NO/diag_core.po [deleted file]
applications/luci-app-diag-core/po/nl/diag_core.po [deleted file]
applications/luci-app-diag-core/po/pl/diag_core.po [deleted file]
applications/luci-app-diag-core/po/pt/diag_core.po [deleted file]
applications/luci-app-diag-core/po/pt_BR/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ro/diag_core.po [deleted file]
applications/luci-app-diag-core/po/ru/diag_core.po [deleted file]
applications/luci-app-diag-core/po/sk/diag_core.po [deleted file]
applications/luci-app-diag-core/po/sv/diag_core.po [deleted file]
applications/luci-app-diag-core/po/templates/diag_core.pot [deleted file]
applications/luci-app-diag-core/po/tr/diag_core.po [deleted file]
applications/luci-app-diag-core/po/uk/diag_core.po [deleted file]
applications/luci-app-diag-core/po/vi/diag_core.po [deleted file]
applications/luci-app-diag-core/po/zh_Hans/diag_core.po [deleted file]
applications/luci-app-diag-core/po/zh_Hant/diag_core.po [deleted file]
applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json [deleted file]

diff --git a/applications/luci-app-diag-core/Makefile b/applications/luci-app-diag-core/Makefile
deleted file mode 100644 (file)
index 1fcd9c6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
-#
-# This is free software, licensed under the Apache License, Version 2.0 .
-#
-
-include $(TOPDIR)/rules.mk
-
-LUCI_TITLE:=LuCI Diagnostics Tools (Core)
-LUCI_DEPENDS:=+luci-base
-
-include ../../luci.mk
-
-# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/luci-app-diag-core/luasrc/view/diag/index.htm b/applications/luci-app-diag-core/luasrc/view/diag/index.htm
deleted file mode 100644 (file)
index c667767..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<%#
- Copyright 2009 Daniel Dickinson
- Licensed to the public under the Apache License 2.0.
--%>
-
-<%+header%>
-<h2 name="content"><%:Diagnostics%></h2>
-<p><%:The entries in the menu allow you to perform diagnostic tests on your system to aid in troubleshooting.%></p>
-<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p>
-<%+footer%>
diff --git a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm
deleted file mode 100644 (file)
index 3d01453..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<%#
- Copyright 2009 Daniel Dickinson
- Licensed to the public under the Apache License 2.0.
--%>
-
-<%+header%>
-<h2 name="content"><%:Diagnostics%></h2>
-<p><%:With this menu you can configure network diagnostics, such as network device scans and ping tests.%></p>
-<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p>
-<%+footer%>
diff --git a/applications/luci-app-diag-core/po/ar/diag_core.po b/applications/luci-app-diag-core/po/ar/diag_core.po
deleted file mode 100644 (file)
index 8ff93ae..0000000
+++ /dev/null
@@ -1,37 +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: ar\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/bg/diag_core.po b/applications/luci-app-diag-core/po/bg/diag_core.po
deleted file mode 100644 (file)
index 80c2bc3..0000000
+++ /dev/null
@@ -1,38 +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: bg\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/bn_BD/diag_core.po b/applications/luci-app-diag-core/po/bn_BD/diag_core.po
deleted file mode 100644 (file)
index 48bb8a3..0000000
+++ /dev/null
@@ -1,37 +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: bn_BD\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/ca/diag_core.po b/applications/luci-app-diag-core/po/ca/diag_core.po
deleted file mode 100644 (file)
index fcec308..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-06-01 23:52+0200\n"
-"Last-Translator: Alex <alexhenrie24@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configuració de diagnòstics"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnòstics"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/cs/diag_core.po b/applications/luci-app-diag-core/po/cs/diag_core.po
deleted file mode 100644 (file)
index 71694be..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-06-20 23:19+0200\n"
-"Last-Translator: koli <lukas.koluch@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Nastavení diagnostiky"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostika"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Počet diagnostických testů, které jsou k dispozici v tomto menu je závislý "
-"na modulech nainstalovaných ve vašem zařízení."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Položky v menu vám umožní provádět systémové diagnostické testy, které vám "
-"pomohou vyřešit problémy."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"V tomto menu můžete nastavit síťovou diagnostiku, jako je skenování síťových "
-"zařízení a ping testů."
diff --git a/applications/luci-app-diag-core/po/da/diag_core.po b/applications/luci-app-diag-core/po/da/diag_core.po
deleted file mode 100644 (file)
index d2b869c..0000000
+++ /dev/null
@@ -1,38 +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: da\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/de/diag_core.po b/applications/luci-app-diag-core/po/de/diag_core.po
deleted file mode 100644 (file)
index 7c2e081..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-07-02 08:24+0200\n"
-"Last-Translator: dgolle <dgolle@allnet.de>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Diagnose-Tests konfigurieren"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnose"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Die verfügbaren Diagnose-Programme in diesem Menü hängen von den auf Ihrem "
-"Gerät installierten Modulen ab."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Falls es mit ihrem Gerät Probleme gibt können hier Diagnose-Tests "
-"durchgeführt werden."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Hier werden die Netzwerk Diagnose Tools konfiguriert (zB. Netzwerkscans und "
-"Pings)."
-
-#~ msgid "l_d_diag"
-#~ msgstr "Diagnose"
diff --git a/applications/luci-app-diag-core/po/el/diag_core.po b/applications/luci-app-diag-core/po/el/diag_core.po
deleted file mode 100644 (file)
index b01f1a3..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-18 14:53+0200\n"
-"Last-Translator: Vasilis <acinonyx@openwrt.gr>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Ρύθμιση Διαγνωστικών"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Η καταχωρήσεις στο μενού, σας επιτρέπουν να προβαίνετε σε διαγνωστικές "
-"δοκιμές στο σύστημά σας, για την διευκόλυνση αντιμετώπισης προβλημάτων."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-#, fuzzy
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Με αυτό το μενού, μπορείτε να παραμετροποιήσετε διαγνωστικά δικτύου, όπως "
-"σαρώσεις συσκευών δικτύου και δοκιμές ping."
diff --git a/applications/luci-app-diag-core/po/en/diag_core.po b/applications/luci-app-diag-core/po/en/diag_core.po
deleted file mode 100644 (file)
index 8906427..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Diagnostics Core.
-# Copyright (C) 2009 Daniel Dickinson.
-# Daniel Dickinson <crazycshore@gmail.com>, 2009.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: diag-core 0.1\n"
-"PO-Revision-Date: 2009-07-17 04:54-0400\n"
-"Last-Translator: Daniel Dickinson <crazycshore@gmail.com>\n"
-"Language-Team: en <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configure Diagnostics"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-
-#~ msgid "l_d_diag"
-#~ msgstr "Diagnostics"
diff --git a/applications/luci-app-diag-core/po/es/diag_core.po b/applications/luci-app-diag-core/po/es/diag_core.po
deleted file mode 100644 (file)
index f06b2f0..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-07-28 23:25+0200\n"
-"Last-Translator: Daniel <danips@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configurar diagnósticos"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnósticos"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Los diagnósticos disponibles bajo este menú dependen de qué módulos haya "
-"instalado en su dispositivo."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Este menú le permite realizar test de prueba de su sistema para ayudar en la "
-"resolución de problemas."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"En este menú puede configurar diagnósticos de red como el escaneo de equipos "
-"en red o pings."
-
-#~ msgid "l_d_diag"
-#~ msgstr "Diagnośticos"
diff --git a/applications/luci-app-diag-core/po/fi/diag_core.po b/applications/luci-app-diag-core/po/fi/diag_core.po
deleted file mode 100644 (file)
index b8680a2..0000000
+++ /dev/null
@@ -1,38 +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: fi\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/fr/diag_core.po b/applications/luci-app-diag-core/po/fr/diag_core.po
deleted file mode 100644 (file)
index dd8c04a..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-11-06 13:21+0200\n"
-"Last-Translator: hogsim <hogsim@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configuration des diagnostics"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostiques"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Les diagnostics disponible ci-dessous dépendent des modules que vous avez "
-"installé sur votre appareil. "
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Les items de ce menu vous permettent d'accomplir des diagnostics sur votre "
-"système pour vous aider à le dépanner."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Ce menu vous permet de configurer des diagnostics réseau, comme des "
-"recherches de périphérique réseau et des tests par ping."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/he/diag_core.po b/applications/luci-app-diag-core/po/he/diag_core.po
deleted file mode 100644 (file)
index 62b24c2..0000000
+++ /dev/null
@@ -1,37 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/hi/diag_core.po b/applications/luci-app-diag-core/po/hi/diag_core.po
deleted file mode 100644 (file)
index 262a606..0000000
+++ /dev/null
@@ -1,37 +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: hi\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/hu/diag_core.po b/applications/luci-app-diag-core/po/hu/diag_core.po
deleted file mode 100644 (file)
index 37669de..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-07-05 16:44+0200\n"
-"Last-Translator: Gyula <pro564@hotmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Diagnosztikai beállítások"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnosztika"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Az itt található statisztikák attól függően változnak, hogy milyen modulokat "
-"telepítettél az eszközödre."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Ennek a menünek az elemei lehetővé teszik hálózati diagnosztikai tesztek "
-"elvégzését a rendszeren a hibaelhárítás megkönnyítésére."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Ebben a menüben beállíthatók a hálózati diagnosztika elemei, mint például "
-"eszközök keresése és ping teszt."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/it/diag_core.po b/applications/luci-app-diag-core/po/it/diag_core.po
deleted file mode 100644 (file)
index 1f9ea65..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-02-03 13:54+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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configura Diagnostici"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostiche"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Le funzioni di diagnostica disponibili in questo menu dipendono dai moduli "
-"che avete installato sul vostro dispositivo."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Gli stumenti nel menù possono servirti per diagnosi e test per aiutarti "
-"nello scoprire le problematiche."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Con questo menu puoi configurare la diagnostica di rete, come la scansione "
-"di un dispositivo di rete o dei ping di test."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/ja/diag_core.po b/applications/luci-app-diag-core/po/ja/diag_core.po
deleted file mode 100644 (file)
index 950e988..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-18 14:36+0200\n"
-"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n"
-"Language-Team: none\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.4\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "診断機能設定"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/ko/diag_core.po b/applications/luci-app-diag-core/po/ko/diag_core.po
deleted file mode 100644 (file)
index d495620..0000000
+++ /dev/null
@@ -1,38 +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: ko\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/lt/diag_core.po b/applications/luci-app-diag-core/po/lt/diag_core.po
deleted file mode 100644 (file)
index 607cd2b..0000000
+++ /dev/null
@@ -1,39 +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: lt\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"(n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/mr/diag_core.po b/applications/luci-app-diag-core/po/mr/diag_core.po
deleted file mode 100644 (file)
index fbb560a..0000000
+++ /dev/null
@@ -1,37 +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: mr\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/ms/diag_core.po b/applications/luci-app-diag-core/po/ms/diag_core.po
deleted file mode 100644 (file)
index 875db43..0000000
+++ /dev/null
@@ -1,36 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/nb_NO/diag_core.po b/applications/luci-app-diag-core/po/nb_NO/diag_core.po
deleted file mode 100644 (file)
index 738e521..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-msgid ""
-msgstr ""
-"Last-Translator: Lars Hardy <lars.hardy@gmail.com>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Konfigurer Diagnostikk"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostikk"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Diagnostikken tilgjengelig under denne menyen avhenger av hvilke moduler du "
-"har installert på enheten."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Oppføringene i menyen lar deg utføre diagnostiske tester på systemet ditt "
-"til hjelp ved feilsøking."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Her kan du konfigurere nettverks diagnostikk, som skanning etter nettverks "
-"enheter og ping tester."
-
-#~ msgid "l_d_diag"
-#~ msgstr "Nettverks Diagnostikk"
diff --git a/applications/luci-app-diag-core/po/nl/diag_core.po b/applications/luci-app-diag-core/po/nl/diag_core.po
deleted file mode 100644 (file)
index ad3876f..0000000
+++ /dev/null
@@ -1,38 +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: nl\n"
-"MIME-Version: 1.0\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/pl/diag_core.po b/applications/luci-app-diag-core/po/pl/diag_core.po
deleted file mode 100644 (file)
index 89ac842..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-09-08 13:17+0200\n"
-"Last-Translator: Staszek <fistaszek@tlen.pl>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Konfiguracja diagnostyki"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostyka"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Liczba testów diagnostycznych dostępnych w tym menu jest uzależniona od "
-"modułów zainstalowanych w tym urządzeniu."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Wpisy w menu pozwalają na wykonanie testów diagnostycznych systemu pomocnych "
-"w rozwiązywaniu problemów."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"W tym menu można skonfigurować diagnostykę sieci, jak np. skanowanie "
-"urządzeń sieciowych lub testy ping."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/pt/diag_core.po b/applications/luci-app-diag-core/po/pt/diag_core.po
deleted file mode 100644 (file)
index fd50283..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-30 22:57+0200\n"
-"Last-Translator: joao.f.vieira <joao.f.vieira@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configurar Diagnósticos"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnósticos "
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Os diagnósticos disponíveis neste menu dependem dos módulos que tem "
-"instalados no seu dispositivo. "
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"As entradas neste menu permitem levar a cabo testes de diagnóstico no seu "
-"sistema para o ajudar na resolução de problemas."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Com este menu pode configurar o diagnóstico de rede, tal como explorar "
-"dispositivos de rede e testes ping."
diff --git a/applications/luci-app-diag-core/po/pt_BR/diag_core.po b/applications/luci-app-diag-core/po/pt_BR/diag_core.po
deleted file mode 100644 (file)
index f2d48a5..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2011-10-08 03:14+0200\n"
-"Last-Translator: luizluca <luizluca@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configura os Diagnósticos"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnósticos"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Os diagnósticos disponíveis neste menu dependem de quais módulos você tem "
-"instalado no seu dispositivo."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"As entradas no menu permitem que você realize diagnósticos em seu sistema "
-"para ajudar na resolução de problemas."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Com este menu, você pode configurar o diagnóstico de rede como varredura de "
-"dispositivos e testes de ping."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/ro/diag_core.po b/applications/luci-app-diag-core/po/ro/diag_core.po
deleted file mode 100644 (file)
index e7b54f8..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-07-09 14:24+0200\n"
-"Last-Translator: lex404 <alex.qwq@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Configurează diagnozele"
-
-# diagnostic/ diagnostice; suna oricum prea medical. Tehnic se foloseste diagnoza, din cate stiu.
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnoze"
-
-# .
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Diagnozele disponibile sub acest meniu depind de ce module aveți instalate "
-"pe device-ul dumneavoastră."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Intrările din acest meniu permit utilizarea testelor de diagnoză în sistem "
-"pentru a vă ajuta la rezolvarea problemelor."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Cu acest meniu poți configura diagnoza în rețea, cum ar fi scanarea unor "
-"dispozitive din rețea sau teste ping."
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d_diag"
diff --git a/applications/luci-app-diag-core/po/ru/diag_core.po b/applications/luci-app-diag-core/po/ru/diag_core.po
deleted file mode 100644 (file)
index 8c5e198..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-msgid ""
-msgstr ""
-"Content-Type: text/plain; charset=UTF-8\n"
-"Project-Id-Version: LuCI: diag_core\n"
-"POT-Creation-Date: 2012-08-15 11:44+0300\n"
-"PO-Revision-Date: 2018-01-22 15:14+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 <picfun@ya.ru>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Настройка диагностики"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Диагностика"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Доступные виды диагностики зависят от установленных в прошивке устройства "
-"пакетов модулей."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Настройки позволят вам выполнить диагностику системы, чтобы помочь в "
-"обнаружении проблем."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"На этой странице вы можете настроить диагностику сети, например сканирование "
-"сетевых устройств или ping-тест."
diff --git a/applications/luci-app-diag-core/po/sk/diag_core.po b/applications/luci-app-diag-core/po/sk/diag_core.po
deleted file mode 100644 (file)
index 5374915..0000000
+++ /dev/null
@@ -1,37 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/sv/diag_core.po b/applications/luci-app-diag-core/po/sv/diag_core.po
deleted file mode 100644 (file)
index f9ae691..0000000
+++ /dev/null
@@ -1,40 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Ställ in diagnostik"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Diagnostik"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Med den här menyn så kan du ställa in nätverksdiagnostik så som "
-"igenomsökningar och ping-tester för nätverksenheten."
diff --git a/applications/luci-app-diag-core/po/templates/diag_core.pot b/applications/luci-app-diag-core/po/templates/diag_core.pot
deleted file mode 100644 (file)
index af6ae5e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-msgid ""
-msgstr "Content-Type: text/plain; charset=UTF-8"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/tr/diag_core.po b/applications/luci-app-diag-core/po/tr/diag_core.po
deleted file mode 100644 (file)
index 49646d9..0000000
+++ /dev/null
@@ -1,37 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/uk/diag_core.po b/applications/luci-app-diag-core/po/uk/diag_core.po
deleted file mode 100644 (file)
index e22e943..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-26 17:55+0200\n"
-"Last-Translator: Yurii <yuripet@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "Конфігурування діагностики"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "Діагностика"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-"Доступні в цьому меню види діагностики залежать від того, які модулі "
-"інстальовані на вашому пристроі."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-"Пункти меню дозволяють виконувати діагностичні тести на вашій системі, щоб "
-"допомогти при усуненні неполадок."
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
-"Використовуючи це меню, ви можете сконфігурувати діагностику мережі, "
-"наприклад, сканування мережевих пристроїв та пінг-тести."
diff --git a/applications/luci-app-diag-core/po/vi/diag_core.po b/applications/luci-app-diag-core/po/vi/diag_core.po
deleted file mode 100644 (file)
index 49646d9..0000000
+++ /dev/null
@@ -1,37 +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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr ""
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr ""
diff --git a/applications/luci-app-diag-core/po/zh_Hans/diag_core.po b/applications/luci-app-diag-core/po/zh_Hans/diag_core.po
deleted file mode 100644 (file)
index 72fa848..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-#
-# Yangfl <mmyangfl@gmail.com>, 2018.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2018-08-07 17:39+0800\n"
-"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
-"Language-Team:  <debian-l10n-chinese@lists.debian.org>\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: Gtranslator 2.91.7\n"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "诊断配置"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "诊断"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr "可用的诊断依赖于设备上已经安装的诊断模块"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr "下面的条目可以诊断测试系统,为排除故障提供信息"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr "在这里可以配置网络诊断,例如扫描网络设备,或进行 ping 测试。"
-
-#~ msgid "l_d_diag"
-#~ msgstr "l_d诊断"
diff --git a/applications/luci-app-diag-core/po/zh_Hant/diag_core.po b/applications/luci-app-diag-core/po/zh_Hant/diag_core.po
deleted file mode 100644 (file)
index 4160688..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-05-14 12:47+0200\n"
-"Last-Translator: omnistack <omnistack@gmail.com>\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"
-
-#: applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json:3
-msgid "Configure Diagnostics"
-msgstr "診斷設定"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:7
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:7
-msgid "Diagnostics"
-msgstr "診斷"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:9
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:9
-msgid ""
-"The diagnostics available under this menu depend on what modules you have "
-"installed on your device."
-msgstr "這選單下的診斷機制可運用性, 端看您設備上已安裝的模組而定"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/index.htm:8
-msgid ""
-"The entries in the menu allow you to perform diagnostic tests on your system "
-"to aid in troubleshooting."
-msgstr "選單內的項目允許您在系統內執行診斷測試以便解決疑難雜症"
-
-#: applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm:8
-msgid ""
-"With this menu you can configure network diagnostics, such as network device "
-"scans and ping tests."
-msgstr "採用這選項可以讓您設定網路診斷, 例如網路設備掃描跟ping的測試."
diff --git a/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json b/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json
deleted file mode 100644 (file)
index 2fe2a26..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-       "admin/network/diag_config": {
-               "title": "Configure Diagnostics",
-               "order": 120,
-               "action": {
-                       "type": "template",
-                       "path": "diag/network_config_index"
-               }
-       }
-}