From 1bb4822dca6113f73e3bc89e2acf15935e6f8e92 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 3 Dec 2014 15:17:05 +0100 Subject: 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 --- applications/luci-app-ddns/po/uk/ddns.po | 92 ++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 applications/luci-app-ddns/po/uk/ddns.po (limited to 'applications/luci-app-ddns/po/uk') diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po new file mode 100644 index 0000000000..ba94cdfff3 --- /dev/null +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -0,0 +1,92 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-12-29 12:47+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 "Check for changed IP every" +msgstr "Перевіряти, чи змінилася IP-адреса кожні" + +msgid "Check-time unit" +msgstr "Одиниця часу перевірки" + +msgid "Custom update-URL" +msgstr "Користувацький URL оновлення" + +msgid "Dynamic DNS" +msgstr "Динамічний DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Динамічний DNS дозволяє вашому маршрутизатору бути доступним за фіксованим " +"доменним ім'ям, маючи динамічну IP-адресу." + +msgid "Enable" +msgstr "Увімкнути" + +msgid "Force update every" +msgstr "Примусово оновлювати кожні" + +msgid "Force-time unit" +msgstr "Одиниця часу оновлення" + +msgid "Hostname" +msgstr "Ім'я вузла" + +msgid "Interface" +msgstr "Інтерфейс" + +msgid "Network" +msgstr "Мережа" + +msgid "Password" +msgstr "Пароль" + +msgid "Service" +msgstr "Сервіс" + +msgid "Source of IP address" +msgstr "Джерело IP-адреси" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Ім'я користувача" + +msgid "custom" +msgstr "користувацький" + +# Hours +msgid "h" +msgstr "г" + +msgid "interface" +msgstr "інтерфейс" + +# Minutes (not minimum) +msgid "min" +msgstr "хв" + +msgid "network" +msgstr "мережа" + +#~ msgid "Event interface" +#~ msgstr "Інтерфейс події" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "При вмиканні якого інтерфейсу має запускатися процес скрипта DDNS." -- cgit v1.2.3