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/comunes_eng.js | |
parent | bf518ed5fe81d7931ad459dcfec1cc78282b385d (diff) | |
parent | 7059c451e448bca5c064961210a48d42f7398f23 (diff) |
Merge branch 'devel' into pjlink
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js b/admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js index 271dede0..1a2e7b1f 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/comunes_eng.js @@ -1,14 +1,14 @@ //________________________________________________________________________________________________________ // -// Fichero de idiomas javascript: comunes_eng.js -// Idioma: Ingés -//________________________________________________________________________________________________________ -CTbMsg=new Array; -CTbMsg[0]="WARNING.- This group contain others groups or elements. If you remove it, you will also remove all these. ¿ Are you sure ?"; -CTbMsg[1]="WARNING.- This group will be removed. ¿ Are you sure ?"; -CTbMsg[2]="This group has been successfully modified"; -CTbMsg[3]="This group has been successfully removed"; -CTbMsg[4]="The record has been successfully inserted"; -CTbMsg[5]="The record has been successfully modified"; -CTbMsg[6]="The record has been successfully removed"; -CTbMsg[7]="There is not exists any element in stack to be moved into this group"; +// Javascript language file: comunes_eng.js +// Language: English +//____________________________________________________________________________ +TbMsg=new Array; +CTbMsg[0]="WARNING.- This group contain others groups or elements. If you delete it, you will also delete all of them. Are you sure?"; +CTbMsg[1]="WARNING.- This group will be deleted. Are you sure?"; +CTbMsg[2]="This group has been modified successfully "; +CTbMsg[3]="This group has been deleted successfully"; +CTbMsg[4]="The record has been inserted successfully"; +CTbMsg[5]="The record has been modified successfully"; +CTbMsg[6]="The record has been deleted successfully"; +CTbMsg[7]="There is no pending element to move into this group"; |