diff options
author | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
---|---|---|
committer | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
commit | 7f57a70110e8fefa9f744d10ebad2e499d0909bc (patch) | |
tree | a27eb290767025cdc85582a04c5e386c443660a1 /applications/luci-app-ddns/po/ja/ddns.po | |
parent | 2e92c0718ad2f0b9bafa829b93f47a434c479cfd (diff) |
luci-app-ddns: bump to version 2.4.0-1
- fixes for #611 and #620
- adaptions for ddns-scripts 2.6.0
-- add hint for problems with BusyBox nslookup compiled with musl and offer installing hostip package
-- add hint for not installed certificates inside /etc/ssl/certs and offer installing ca-certificates package https://github.com/openwrt/packages/pull/2243
-- check if malfunctional BusyBox nslookup installed, so disable using option dns_server if not Bind host or hostip installed
- optimizations
- cleanup: remove .po files without any translations
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/po/ja/ddns.po')
-rw-r--r-- | applications/luci-app-ddns/po/ja/ddns.po | 94 |
1 files changed, 37 insertions, 57 deletions
diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po index 04967f988..46ab07705 100644 --- a/applications/luci-app-ddns/po/ja/ddns.po +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -1,17 +1,16 @@ msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"Project-Id-Version: luci-app-ddns 2.4.0-1\n" +"POT-Creation-Date: 2016-01-30 11:07+0100\n" "PO-Revision-Date: 2013-10-05 17:19+0200\n" "Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Poedit 1.8.4\n" msgid "&" msgstr "" @@ -51,12 +50,17 @@ msgstr "" msgid "" "BusyBox's nslookup and Wget do not support to specify the IP version to use " -"for communication with DDNS Provider." +"for communication with DDNS Provider!" msgstr "" msgid "" -"BusyBox's nslookup does not support to specify to use TCP instead of default " -"UDP when requesting DNS server" +"BusyBox's nslookup and hostip do not support to specify to use TCP instead " +"of default UDP when requesting DNS server!" +msgstr "" + +msgid "" +"BusyBox's nslookup in the current compiled version does not handle given DNS " +"Servers correctly!" msgstr "" msgid "Casual users should not change this setting" @@ -291,6 +295,9 @@ msgid "" "from LuCI interface nor from console" msgstr "" +msgid "If using secure communication you should verify server certificates!" +msgstr "" + msgid "" "If you want to send updates for IPv4 and IPv6 you need to define two " "separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" @@ -303,6 +310,11 @@ msgstr "" msgid "Info" msgstr "" +msgid "" +"Install ca-certificates package or needed certificates by hand into /etc/ssl/" +"certs default directory" +msgstr "" + msgid "Interface" msgstr "インターフェース" @@ -369,6 +381,9 @@ msgstr "" msgid "Next Update" msgstr "" +msgid "No certificates found" +msgstr "" + msgid "No data" msgstr "" @@ -477,6 +492,9 @@ msgstr "" msgid "Software update required" msgstr "" +msgid "Specifying a DNS-Server is not supported" +msgstr "" + msgid "Start" msgstr "" @@ -538,6 +556,9 @@ msgstr "" msgid "Username" msgstr "ユーザー名" +msgid "Using specific DNS Server not supported" +msgstr "" + msgid "Verify" msgstr "" @@ -562,6 +583,14 @@ msgid "" "syslog." msgstr "" +msgid "You should install BIND host or hostip package for DNS requests." +msgstr "" + +msgid "" +"You should install BIND host or hostip package, if you need to specify a DNS " +"server to detect your registered IP." +msgstr "" + msgid "You should install BIND host package for DNS requests." msgstr "" @@ -693,52 +722,3 @@ msgstr "" msgid "use hostname, FQDN, IPv4- or IPv6-Address" msgstr "" - -#~ msgid "Check for changed IP every" -#~ msgstr "IPアドレスが変化したかチェックを行う間隔" - -#~ msgid "Check-time unit" -#~ msgstr "チェックの時間単位" - -#~ msgid "Enable" -#~ msgstr "有効" - -#~ msgid "Force update every" -#~ msgstr "強制的にアップデートを行う間隔" - -#~ msgid "Force-time unit" -#~ msgstr "アップデートの時間単位" - -#~ msgid "Hostname" -#~ msgstr "ホスト名" - -#~ msgid "Service" -#~ msgstr "サービス" - -#~ msgid "Source of IP address" -#~ msgstr "送信元IPアドレス" - -#~ 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スクリプトを開始するか設定してくださ" -#~ "い。" |