diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-12-03 15:17:05 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:26:20 +0100 |
commit | 1bb4822dca6113f73e3bc89e2acf15935e6f8e92 (patch) | |
tree | 35e16f100466e4e00657199b38bb3d87d52bf73f /applications/luci-app-voice-core | |
parent | 9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 (diff) |
Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
* Make each LuCI module its own standalone package
* Deploy a shared luci.mk which is used by each module Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-voice-core')
30 files changed, 578 insertions, 0 deletions
diff --git a/applications/luci-app-voice-core/Makefile b/applications/luci-app-voice-core/Makefile new file mode 100644 index 000000000..3641bdd92 --- /dev/null +++ b/applications/luci-app-voice-core/Makefile @@ -0,0 +1,14 @@ +# +# 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 Voice Software (Core) +LUCI_DEPENDS:= + +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 new file mode 100644 index 000000000..728afb6a4 --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua @@ -0,0 +1,31 @@ +--[[ + +Luci Voice Core +(c) 2009 Daniel Dickinson + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/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 new file mode 100644 index 000000000..73d2ce446 --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm @@ -0,0 +1,24 @@ +<%# +LuCI - Lua Configuration Interface +(c) 2009 Daniel Dickinson + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> +<%+header%> +<h2><a id="content" name="content">Voice</a></h2> +<p>Here you can control OpenWRT voice-related settings and see + voice-related information from OpenWRT</p> +<p>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. +</p> +<%+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 new file mode 100644 index 000000000..89b866114 --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm @@ -0,0 +1,20 @@ +<%# +LuCI - Lua Configuration Interface +(c) 2009 Daniel Dickinson + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> +<%+header%> +<h2><a id="content" name="content">Phones</a></h2> +<p>Here you can control phone configuration and information in OpenWRT</p> +<p>You can control the setup of phone clients and servers and see + information such as diagnostics related to phone devices from this menu. +</p> +<%+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 new file mode 100644 index 000000000..068620965 --- /dev/null +++ b/applications/luci-app-voice-core/po/ca/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-29 01:58+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" + +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 new file mode 100644 index 000000000..e4eae35ae --- /dev/null +++ b/applications/luci-app-voice-core/po/cs/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-29 21:47+0200\n" +"Last-Translator: Astran <martin.hromadko@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" + +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 new file mode 100644 index 000000000..2a03b6341 --- /dev/null +++ b/applications/luci-app-voice-core/po/de/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-28 22:20+0200\n" +"Last-Translator: DAC324 <gerd_roethig@web.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" + +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 new file mode 100644 index 000000000..01abb4139 --- /dev/null +++ b/applications/luci-app-voice-core/po/el/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-02-16 19:15+0200\n" +"Last-Translator: Jinxcat <bikkit@gmail.com>\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 new file mode 100644 index 000000000..297f87313 --- /dev/null +++ b/applications/luci-app-voice-core/po/en/voice_core.po @@ -0,0 +1,23 @@ +# Voice Core. +# Copyright (C) 2009 Daniel Dickinson +# Daniel Dickinson <crazycshore@gmail.com>, 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2009-07-16 22:19-0400\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\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 new file mode 100644 index 000000000..74e2c23ca --- /dev/null +++ b/applications/luci-app-voice-core/po/es/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-28 23:17+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" + +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 new file mode 100644 index 000000000..71ef06285 --- /dev/null +++ b/applications/luci-app-voice-core/po/fr/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-06 16:09+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" + +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 new file mode 100644 index 000000000..74440e343 --- /dev/null +++ b/applications/luci-app-voice-core/po/he/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:44+0200\n" +"Last-Translator: Snoof <sagim9@gmail.com>\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 new file mode 100644 index 000000000..07eaa14d7 --- /dev/null +++ b/applications/luci-app-voice-core/po/hu/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-01 09:34+0200\n" +"Last-Translator: juhosg <juhosg@openwrt.org>\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 new file mode 100644 index 000000000..4d22ff03b --- /dev/null +++ b/applications/luci-app-voice-core/po/it/voice_core.po @@ -0,0 +1,21 @@ +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 new file mode 100644 index 000000000..c7e60e204 --- /dev/null +++ b/applications/luci-app-voice-core/po/ja/voice_core.po @@ -0,0 +1,18 @@ +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 new file mode 100644 index 000000000..a866bec5d --- /dev/null +++ b/applications/luci-app-voice-core/po/ms/voice_core.po @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..a0149da4b --- /dev/null +++ b/applications/luci-app-voice-core/po/no/voice_core.po @@ -0,0 +1,14 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy <lars.hardy@gmail.com>\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 new file mode 100644 index 000000000..39950f85f --- /dev/null +++ b/applications/luci-app-voice-core/po/pl/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-24 07:03+0200\n" +"Last-Translator: goodgod261 <goodgod261@wp.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" + +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 new file mode 100644 index 000000000..18cab7235 --- /dev/null +++ b/applications/luci-app-voice-core/po/pt-br/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-05 06:44+0200\n" +"Last-Translator: rafaelff1 <rafael.f.f1@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.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 new file mode 100644 index 000000000..07d6093f6 --- /dev/null +++ b/applications/luci-app-voice-core/po/pt/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-01 00:34+0200\n" +"Last-Translator: pedromrgoncalves <pedromrgoncalves@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" + +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 new file mode 100644 index 000000000..1776a51fe --- /dev/null +++ b/applications/luci-app-voice-core/po/ro/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-25 19:14+0200\n" +"Last-Translator: Mihai <WyRwSyK@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" + +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 new file mode 100644 index 000000000..b6631dfc0 --- /dev/null +++ b/applications/luci-app-voice-core/po/ru/voice_core.po @@ -0,0 +1,24 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: voice_core\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 11:23+0300\n" +"Last-Translator: Roman A. aka BasicXP <x12ozmouse@ya.ru>\n" +"Language-Team: Russian <x12ozmouse@ya.ru>\n" +"Language: ru\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" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Phones" +msgstr "Телефоны" + +msgid "Voice" +msgstr "Голос" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/sk/voice_core.po b/applications/luci-app-voice-core/po/sk/voice_core.po new file mode 100644 index 000000000..9c30581d1 --- /dev/null +++ b/applications/luci-app-voice-core/po/sk/voice_core.po @@ -0,0 +1,15 @@ +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 new file mode 100644 index 000000000..803726a38 --- /dev/null +++ b/applications/luci-app-voice-core/po/sv/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-28 06:14+0200\n" +"Last-Translator: Umeaboy <kristoffer.grundstrom1983@gmail.com>\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 new file mode 100644 index 000000000..64c93ebac --- /dev/null +++ b/applications/luci-app-voice-core/po/templates/voice_core.pot @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000..642538e20 --- /dev/null +++ b/applications/luci-app-voice-core/po/tr/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 22:25+0200\n" +"Last-Translator: vincenzo <tayfun_ozturk@hotmail.com>\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 new file mode 100644 index 000000000..4886d7298 --- /dev/null +++ b/applications/luci-app-voice-core/po/uk/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-29 12:56+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" + +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 new file mode 100644 index 000000000..3e45434c6 --- /dev/null +++ b/applications/luci-app-voice-core/po/vi/voice_core.po @@ -0,0 +1,15 @@ +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 new file mode 100644 index 000000000..09788894e --- /dev/null +++ b/applications/luci-app-voice-core/po/zh-cn/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 13:41+0200\n" +"Last-Translator: Tanyingyu <Tanyingyu@163.com>\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 new file mode 100644 index 000000000..e1bbf7a9d --- /dev/null +++ b/applications/luci-app-voice-core/po/zh-tw/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 10:41+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" + +msgid "Phones" +msgstr "電話" + +msgid "Voice" +msgstr "語音" |