luci-base: restore some lost translations and update german

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2019-09-11 13:19:00 +02:00
parent 16bcd1a364
commit 5e7e9b58cf
30 changed files with 530 additions and 1252 deletions

View File

@@ -78,7 +78,7 @@ return network.registerProtocol('6in4', {
return true;
};
o = s.taboption('general', form.Value, 'password', _('HE.net password'), _('This is either the \'Update Key\' configured for the tunnel or the account password if no update key has been configured'));
o = s.taboption('general', form.Value, 'password', _('HE.net password'), _('This is either the "Update Key" configured for the tunnel or the account password if no update key has been configured'));
o.password = true;
o.depends('_update', '1');