luci-base: Improve change application message 3309/head
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Thu, 14 Nov 2019 10:53:56 +0000 (10:53 +0000)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Fri, 15 Nov 2019 14:29:57 +0000 (14:29 +0000)
As a native English speaker the luci message displayed when clicking
'Save & Apply' has a somewhat uncomfortable English phrasing of "Waiting
for configuration to get applied".  It could be improved by replacing
'get' with 'be' but once you've got that far you might as well replace
this with the shorter & simpler "Applying configuration changes".  This
is also technically more correct since luci/openwrt should only be
updating/restarting processes that are related to the changed areas, not
changing the entire configuration.

As a result of that, change both the 'success' and 'rolled back'
messages to "Configuration changes have been applied" & "Configuration
changes have been rolled back"

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
30 files changed:
modules/luci-base/htdocs/luci-static/resources/ui.js
modules/luci-base/po/bg/base.po
modules/luci-base/po/ca/base.po
modules/luci-base/po/cs/base.po
modules/luci-base/po/de/base.po
modules/luci-base/po/el/base.po
modules/luci-base/po/en/base.po
modules/luci-base/po/es/base.po
modules/luci-base/po/fr/base.po
modules/luci-base/po/he/base.po
modules/luci-base/po/hi/base.po
modules/luci-base/po/hu/base.po
modules/luci-base/po/it/base.po
modules/luci-base/po/ja/base.po
modules/luci-base/po/ko/base.po
modules/luci-base/po/ms/base.po
modules/luci-base/po/no/base.po
modules/luci-base/po/pl/base.po
modules/luci-base/po/pt-br/base.po
modules/luci-base/po/pt/base.po
modules/luci-base/po/ro/base.po
modules/luci-base/po/ru/base.po
modules/luci-base/po/sk/base.po
modules/luci-base/po/sv/base.po
modules/luci-base/po/templates/base.pot
modules/luci-base/po/tr/base.po
modules/luci-base/po/uk/base.po
modules/luci-base/po/vi/base.po
modules/luci-base/po/zh-cn/base.po
modules/luci-base/po/zh-tw/base.po

index 2e360410dfb6720fc43f4a322b7573d75ac9aee5..1a9504b5d33cbb091bed65da77fe6ca99f3d78e1 100644 (file)
@@ -2562,7 +2562,7 @@ return L.Class.extend({
                                var call = function(r, data, duration) {
                                        if (r.status === 204) {
                                                L.ui.changes.displayStatus('warning', [
-                                                       E('h4', _('Configuration has been rolled back!')),
+                                                       E('h4', _('Configuration changes have been rolled back!')),
                                                        E('p', _('The device could not be reached within %d seconds after applying the pending changes, which caused the configuration to be rolled back for safety reasons. If you believe that the configuration changes are correct nonetheless, perform an unchecked configuration apply. Alternatively, you can dismiss this warning and edit changes before attempting to apply again, or revert all pending changes to keep the currently working configuration state.').format(L.env.apply_rollback)),
                                                        E('div', { 'class': 'right' }, [
                                                                E('button', {
@@ -2623,7 +2623,7 @@ return L.Class.extend({
 
                                        L.ui.changes.setIndicator(0);
                                        L.ui.changes.displayStatus('notice',
-                                               E('p', _('Configuration has been applied.')));
+                                               E('p', _('Configuration changes applied.')));
 
                                        window.clearTimeout(tt);
                                        window.setTimeout(function() {
@@ -2648,7 +2648,7 @@ return L.Class.extend({
                                var now = Date.now();
 
                                L.ui.changes.displayStatus('notice spinning',
-                                       E('p', _('Waiting for configuration to get applied… %ds')
+                                       E('p', _('Applying configuration changes… %ds')
                                                .format(Math.max(Math.floor((deadline - Date.now()) / 1000), 0))));
 
                                if (now >= deadline)
index 4a43daed68e250c0c7d64946345be6a35e78af0f..0f6c66019315dac0e8ebd4a35af8fc01de33ffcd 100644 (file)
@@ -1059,11 +1059,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5768,7 +5768,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 3541dcadd92b3e05acb82fb43adc8a6afb26b977..77e28eb8842ee9cac701c4fdb740cc7e9f187990 100644 (file)
@@ -1098,11 +1098,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5874,7 +5874,7 @@ msgid "Waiting for command to complete..."
 msgstr "S’està esperant que l’ordre s’acabi…"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 52bde494af9664f5c4e10de6993367a17c7df8a5..966e594eab00037ea901f6c1a4b3e470d94ea35c 100644 (file)
@@ -1094,11 +1094,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5902,7 +5902,7 @@ msgid "Waiting for command to complete..."
 msgstr "Čekání na dokončení příkazu..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index b4240d0300271adebb96039ec5702e7db96a761f..546750281e89d171d2050e3e21d63efd2f7f843f 100644 (file)
@@ -1130,11 +1130,11 @@ msgid "Configuration failed"
 msgstr "Konfiguration fehlgeschlagen"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Die Konfiguration wurde angewendet."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "Die Konfiguration wurde zurückgerollt!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6099,7 +6099,7 @@ msgid "Waiting for command to complete..."
 msgstr "Der Befehl wird ausgeführt..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "Warte auf das Anwenden der Konfiguration… %ds"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 2ac1179dae93ac40da656a51d20cc81d5cfb4f24..3c1d369466ff14bc217ba0cb63138d386877018c 100644 (file)
@@ -1103,11 +1103,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5884,7 +5884,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 7052ce435039730b202d602ffdf75102b3689ce7..92fcc3c36b6baefa3178a636d381327e3327bdcc 100644 (file)
@@ -1091,11 +1091,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5848,7 +5848,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index c626a085ee1a383466a80dc3598eaeecb32ee20c..a357cbabcf1c3874046041d583981a8fad9aff44 100644 (file)
@@ -1133,11 +1133,11 @@ msgid "Configuration failed"
 msgstr "Configuración fallida"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Se ha aplicado la configuración."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "¡La configuración ha sido revertida!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6083,7 +6083,7 @@ msgid "Waiting for command to complete..."
 msgstr "Esperando a que se complete el comando..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "Esperando a que se aplique la configuración… %ds"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 2c09a617b2b2e8b8acff6159ca596e42634afc08..04d886e1425a7973ca4f5ca202390d7f029773a7 100644 (file)
@@ -1111,11 +1111,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5954,7 +5954,7 @@ msgid "Waiting for command to complete..."
 msgstr "En attente que la commande se termine…"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index d063aac65e2f9e34680f3feeea267ab19c84187b..8caf099b9ed7a952096a528fa5ffca47abde74b0 100644 (file)
@@ -1085,11 +1085,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5806,7 +5806,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 6f24138ac960d31cdd94fb29095a5301dcaa4612..794fe8d3cab05dca153598376ed0e8bcddff7ebe 100644 (file)
@@ -1059,11 +1059,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5768,7 +5768,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index b8fce265f994dff22676abb796976f65e952130a..dcfe0b60e72e47456065cdb356880fdb216cf525 100644 (file)
@@ -1101,11 +1101,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5932,7 +5932,7 @@ msgid "Waiting for command to complete..."
 msgstr "Várakozás a parancs befejezésére..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 596c76bd708274568a2945e2e0fef753f3e90015..05acdd15ba7a8a108db15cc1b665cc7e02509a2b 100644 (file)
@@ -1108,11 +1108,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5913,7 +5913,7 @@ msgid "Waiting for command to complete..."
 msgstr "In attesa del comando da completare..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 0a7ef9044287c6ffcc887d694f6cb765d774280d..39a154d14dbf5396729155ca72612c0e1a100283 100644 (file)
@@ -1119,11 +1119,11 @@ msgid "Configuration failed"
 msgstr "設定が失敗しました"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "設定が適用されました。"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "設定はロールバックされました!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6017,7 +6017,7 @@ msgid "Waiting for command to complete..."
 msgstr "コマンド実行中です..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "設定を適用中です… %d 秒"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 5929efb74f6bb416d74c8929e0ddfeb444bbdd26..b65360aac0dfdd1b9d9665aad52ada712902f902 100644 (file)
@@ -1085,11 +1085,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5841,7 +5841,7 @@ msgid "Waiting for command to complete..."
 msgstr "실행한 명령이 끝나기를 기다리는 중입니다..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 7db69577011664758bc5ea20c368bebdb1a09d54..ddff6c8618c6bbec1064bd9ea89a7da57e3632b8 100644 (file)
@@ -1070,11 +1070,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5817,7 +5817,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 0f1107bc84b216aa0706ff7d4f0a8b6d20d1e193..5168b7c8e2975b9f9ccb2388e9b7028a42ba4630 100644 (file)
@@ -1093,11 +1093,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5904,7 +5904,7 @@ msgid "Waiting for command to complete..."
 msgstr "Venter på at kommando fullføres..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index f107ed4ea2a9e7c08cdcfe5d6aeba48001faa1bd..e6ffece2c73381b16a35f618b788160e31a65f32 100644 (file)
@@ -1126,11 +1126,11 @@ msgid "Configuration failed"
 msgstr "Konfiguracja nieudana"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Konfiguracja została zastosowana."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "Konfiguracja została wycofana!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6023,7 +6023,7 @@ msgid "Waiting for command to complete..."
 msgstr "Oczekiwanie na polecenie do wykonania..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 0b06f49f9076e6e10fca9ef76c7e9909be79d80b..2d81400244cd9f4dee296fb318f125fc0c9c2162 100644 (file)
@@ -1148,11 +1148,11 @@ msgid "Configuration failed"
 msgstr "A configuração falhou"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "A configuração foi aplicada."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "A configuração foi revertida!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6120,7 +6120,7 @@ msgid "Waiting for command to complete..."
 msgstr "Esperando o término do comando..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 110cb697f6defb7242140488afe568050a110f87..9708fdcacf89769a2aa77392d37428dcf07706d6 100644 (file)
@@ -1136,11 +1136,11 @@ msgid "Configuration failed"
 msgstr "A configuração falhou"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "A configuração foi aplicada."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "A configuração foi revertida!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6073,7 +6073,7 @@ msgid "Waiting for command to complete..."
 msgstr "A aguardar que o comando termine..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 88880b5a0228cbb6e8f7a382ec6d29cf0aee2bda..50f1a04a29112947f0907cd14f1210a32d82fd19 100644 (file)
@@ -1081,11 +1081,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5804,7 +5804,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 91f10695486f337a11107d40cf3f7041effddcdf..3fa002292d61910e514336ddeb89e738e28bd049 100644 (file)
@@ -1139,11 +1139,11 @@ msgid "Configuration failed"
 msgstr "Ошибка конфигурации"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Конфигурация применена"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "Конфигурация возвращена назад!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6075,7 +6075,7 @@ msgid "Waiting for command to complete..."
 msgstr "Ожидание завершения выполнения команды..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "Ожидание применения конфигурации... %d сек"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 7cd8e7755b57b930c4f39d8a5a6fcc752cef9169..5b3a7888d9dbf559be2202e54bc40b8f536778ef 100644 (file)
@@ -1064,11 +1064,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5773,7 +5773,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 4856218d4e066c2b0b1201f12f77067dd90def84..98b2f6a31024333fff4a210130d2af0999ef0289 100644 (file)
@@ -1078,11 +1078,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5800,7 +5800,7 @@ msgid "Waiting for command to complete..."
 msgstr "Väntar på att kommandot ska slutföras..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index c27fad622c7c275e5438703f4bcc21ef8603dd68..67eafb4b74dea03517787bdcfee960f0a05fd869 100644 (file)
@@ -1056,11 +1056,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5765,7 +5765,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index edf047c5b58155f0664f112bee512b7ca0602571..df8957b3da70f376ac2160089f5dc2e4cb696303 100644 (file)
@@ -1081,11 +1081,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr ""
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5792,7 +5792,7 @@ msgid "Waiting for command to complete..."
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 30d75bd9b5485094e1d622b24fc6eb8dd4b300d3..21ecbefd3949563394374ba2aa2f0fcaa664e609 100644 (file)
@@ -1145,11 +1145,11 @@ msgid "Configuration failed"
 msgstr "Помилка налаштування"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Конфігурацію застосовано."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "Конфігурацію було відкочено!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -6116,7 +6116,7 @@ msgid "Waiting for command to complete..."
 msgstr "Очікуємо завершення виконання команди..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "Очікування на застосування конфігурації… %d c"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 3ddf620f8f23fb3bba9ff01372e66c2711eb8784..0bd4e139b67024e42bf351c96e38b8399eb3f0f4 100644 (file)
@@ -1097,11 +1097,11 @@ msgid "Configuration failed"
 msgstr "Cấu hình thất bại"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "Cấu hình đã được áp dụng"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "Cấu hình đã được hoàn lại!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5984,7 +5984,7 @@ msgid "Waiting for command to complete..."
 msgstr "Vui lòng chờ đến khi lệnh được thực thi hoàn thành..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "Đợi cấu hình được áp dụng... %ds"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index 57cb96422c571c2d35f4e40f1afa9c8653a39ec5..1b4f4aaab6a9bfd617eff272fa7898b20ddd88e3 100644 (file)
@@ -1090,11 +1090,11 @@ msgid "Configuration failed"
 msgstr "配置失败"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "配置已应用。"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "配置已回滚!"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5894,7 +5894,7 @@ msgid "Waiting for command to complete..."
 msgstr "等待命令执行完成…"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr "正在等待配置被应用… %ds"
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40
index ab6b74fa8bac1b56a8ee2b7ac0ae1f10bf24ffba..53efaef0e0bf26da1e6d7a0a36a04f28119fa40d 100644 (file)
@@ -1080,11 +1080,11 @@ msgid "Configuration failed"
 msgstr ""
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565
-msgid "Configuration has been applied."
+msgid "Configuration changes applied."
 msgstr "設定值已套用"
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504
-msgid "Configuration has been rolled back!"
+msgid "Configuration changes have been rolled back!"
 msgstr "設定值已復原"
 
 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170
@@ -5841,7 +5841,7 @@ msgid "Waiting for command to complete..."
 msgstr "等待完整性指令..."
 
 #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590
-msgid "Waiting for configuration to get applied… %ds"
+msgid "Applying configuration changes… %ds"
 msgstr ""
 
 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40