diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-06-25 10:53:40 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-06-25 10:53:40 +0200 |
commit | a1be89b444f8226ad3d6e41ccaf921b7b3ebcec7 (patch) | |
tree | 7a8269f2f7ee24df2547bce253066656f31dfb6f /admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js | |
parent | bf518ed5fe81d7931ad459dcfec1cc78282b385d (diff) | |
parent | 7059c451e448bca5c064961210a48d42f7398f23 (diff) |
Merge branch 'devel' into pjlink
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js b/admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js index 3e230582..f1fa153f 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/acciones_eng.js @@ -1,10 +1,10 @@ //____________________________________________________________________________ // -// Fichero de idiomas javascript: acciones_eng.js -// Idioma: Ingés +// Javascript language file: acciones_eng.js +// Language: English //____________________________________________________________________________ TbMsg=new Array; -TbMsg[0]="WARNING.- This task will be performed. ¿ Are you sure ?"; -TbMsg[1]="WARNING.- This job will be performed. ¿ Are you sure ?"; -TbMsg[2]="This task has been successfully initiated"; -TbMsg[3]="This job has been successfully initiated"; +TbMsg[0]="WARNING.- This task will be executed. Are you sure?"; +TbMsg[1]="WARNING.- This job will be executed. Are you sure?"; +TbMsg[2]="This task has been executed successfully "; +TbMsg[3]="This job has been executed successfully"; |