summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-05-04 16:28:14 +0200
committerGitHub <noreply@github.com>2020-05-04 16:28:14 +0200
commitcfb7051a1698b8fee2a131c2ea4de09bb57b51e8 (patch)
treea77a6b8067530b85a1c80a50db91f226b754f565 /applications
parentaef19bb2efcbe382e9240c9e77981fc0ad2a449a (diff)
parent91cee753dd84308faf93e14c21c0dc79d6649bfc (diff)
Merge pull request #4007 from TDT-AG/pr/20200504-luci-mod-system
luci-mod-system: update LED i18N trigger translation
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-ledtrig-rssi/htdocs/luci-static/resources/view/system/led-trigger/rssi.js2
-rw-r--r--applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js2
-rw-r--r--applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js2
-rw-r--r--applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-ledtrig-rssi/htdocs/luci-static/resources/view/system/led-trigger/rssi.js b/applications/luci-app-ledtrig-rssi/htdocs/luci-static/resources/view/system/led-trigger/rssi.js
index 8f8b8ad781..7068ccf336 100644
--- a/applications/luci-app-ledtrig-rssi/htdocs/luci-static/resources/view/system/led-trigger/rssi.js
+++ b/applications/luci-app-ledtrig-rssi/htdocs/luci-static/resources/view/system/led-trigger/rssi.js
@@ -4,7 +4,7 @@
'require tools.widgets as widgets';
return baseclass.extend({
- trigger: _('rssi (service)'),
+ trigger: _('WiFi signal quality (service: rssileds)'),
kernel: false,
addFormOptions(s){
var o;
diff --git a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js
index dd68c93cf8..4cc6acca24 100644
--- a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js
+++ b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js
@@ -3,7 +3,7 @@
'require form';
return baseclass.extend({
- trigger: _('switch0 (kernel)'),
+ trigger: _('Switch support (kernel: switch0)'),
kernel: true,
addFormOptions(s){
var o;
diff --git a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js
index 42cac4edbe..1923f310ab 100644
--- a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js
+++ b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js
@@ -3,7 +3,7 @@
'require form';
return baseclass.extend({
- trigger: _('switch1 (kernel)'),
+ trigger: _('Switch support (kernel: switch1)'),
kernel: true,
addFormOptions(s){
var o;
diff --git a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js
index 71ed7bf8ae..602b597afc 100644
--- a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js
+++ b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js
@@ -11,7 +11,7 @@ var callUSB = rpc.declare({
});
return baseclass.extend({
- trigger: _('usbport (kernel)'),
+ trigger: _('USB (kernel: usbport)'),
kernel: true,
addFormOptions(s){
var o;