diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2018-06-16 23:25:54 +0900 |
---|---|---|
committer | INAGAKI Hiroshi <musashino.open@gmail.com> | 2018-06-16 23:36:18 +0900 |
commit | fe591dd1cc3ae4f67b5e22943e4c8befd856d544 (patch) | |
tree | c4328b47248c9182d0bf0fa951a6e11d8f7fc4ba /modules/luci-base/po/uk | |
parent | b5a43cf87d3f30e0230cc4f0701de97591af90c7 (diff) |
i18n: fix syntax errors in Ukrainian po
"Content-Type: text/plain; charset=UTF-8" was wrote twice in each
of base.po and firewall.po, and one was an incorrect place which
was the cause of the errors.
And, The escape in abbr HTML tag was incorrect, so I fixed it.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'modules/luci-base/po/uk')
-rw-r--r-- | modules/luci-base/po/uk/base.po | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index a9455e45e..82a18a229 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -11,9 +11,6 @@ msgstr "" "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" -msgid "" -msgstr ""Content-Type: text/plain; charset=UTF-8" - msgid "%.1f dB" msgstr "%.1f дБ" @@ -203,7 +200,7 @@ msgstr "Поріг повторювання ARP" msgid "ATM (Asynchronous Transfer Mode)" msgstr "" -"<abbr title=\"Asynchronous Transfer Mode — асинхронний режим передавання"\">ATM</abbr>" +"<abbr title=\"Asynchronous Transfer Mode — асинхронний режим передавання\">ATM</abbr>" msgid "ATM Bridges" msgstr "ATM-мости" |