diff options
author | ramon <ramongomez@us.es> | 2015-04-20 10:56:54 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2015-04-20 10:56:54 +0000 |
commit | 1a2fa9d82bafd3ef8e0d703bf715fe3e58853d0d (patch) | |
tree | 1e008f200ff4b413d0807eee03df75ef42f39fab /admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js | |
parent | c916af9faafcd8fa120aeaf9092c0847aa09183a (diff) |
#673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama {{{version1.1}}} para desarrollar la nueva versión.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js b/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js index 0175c9a6..3c62905a 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js @@ -4,12 +4,12 @@ // Idioma: Ingés //________________________________________________________________________________________________________ TbMsg=new Array; -TbMsg[0]="WARNING.- There are not partitions table modified, therefore no command will be registered"; -TbMsg[1]="WARNING.- There are partitions with the same number, you must select another or remove it clicking in the last column"; -TbMsg[2]="WARNING.- The size of the partition must be greater than zero"; -TbMsg[3]="WARNING.- The partition must be correlative and there would not have spaces between partitions"; -TbMsg[4]="WARNING.- This partition is empty, therefore you can't to perform any operation"; -TbMsg[5]="WARNING.- This partition must be just formatted because the operating system has changed or has changed the size of some partition"; -TbMsg[6]="WARNING.- There is not coherent to hide this partition because it is not a Windows partition"; -TbMsg[7]="WARNING.- There is not coherent to show this partition because it is not a Windows partition"; -TbMsg[8]="You can't add more partitions"; +TbMsg[0]="WARNING.- There are partitions with the same number, you must select another or remove it clicking in the last column"; +TbMsg[1]="WARNING.- The number of the partition must be greater than zero"; +TbMsg[2]="El tipo de partición no se ha especificado"; +TbMsg[3]="WARNING.- The size of the partition must be greater than zero"; +TbMsg[4]="ATENCION: Se va a eliminar esta partición ¿ Esta seguro ?"; +TbMsg[5]="Debe especificar el tipo de sistema de ficheros si desea formatear la particion"; +TbMsg[6]="La CACHE solo puede definirse en la particion 4"; +TbMsg[7]="El número maximo de particiones es 4"; + |