diff options
Diffstat (limited to 'applications/luci-app-omcproxy')
-rw-r--r-- | applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js | 3 | ||||
-rw-r--r-- | applications/luci-app-omcproxy/po/sk/omcproxy.po | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js b/applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js index cbc77f66ff..a74bb4cd60 100644 --- a/applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js +++ b/applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js @@ -2,10 +2,11 @@ // This is free software, licensed under the Apache License, Version 2.0 'use strict'; +'require view'; 'require form'; 'require tools.widgets as widgets'; -return L.view.extend({ +return view.extend({ render: function () { var m, s, o; diff --git a/applications/luci-app-omcproxy/po/sk/omcproxy.po b/applications/luci-app-omcproxy/po/sk/omcproxy.po index 8ba311e0b4..34d3b9aade 100644 --- a/applications/luci-app-omcproxy/po/sk/omcproxy.po +++ b/applications/luci-app-omcproxy/po/sk/omcproxy.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-04-04 17:35+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsomcproxy/sk/>\n" "Language: sk\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: Weblate 4.0-dev\n" #: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" -msgstr "" +msgstr "Pridať inštanciu" #: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" |