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/comandos/configurar_eng.js | |
parent | bf518ed5fe81d7931ad459dcfec1cc78282b385d (diff) | |
parent | 7059c451e448bca5c064961210a48d42f7398f23 (diff) |
Merge branch 'devel' into pjlink
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js b/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js index abc99019..38eef74f 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js @@ -1,16 +1,16 @@ //________________________________________________________________________________________________________ // -// Fichero de idiomas javascripts: configurar_eng.js -// Idioma: Ingés +// Javascript language file: configurar_eng.js +// Language: English //________________________________________________________________________________________________________ TbMsg=new Array; -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"; -TbMsg["EXTSIZE"]="El tamaño de las particiones lógicas es mayor que el de la partición extendida"; -TbMsg["HDSIZE"]="El tamaño de las particiones es mayor el tamaño del disco"; +TbMsg[0]="WARNING: Duplicated partition. There is another partition with the same number. Please, select another one or delete it by clicking in the last column"; +TbMsg[1]="WARNING: Partition number must be greater than zero"; +TbMsg[2]="Partition type not specified"; +TbMsg[3]="WARNING: Partition size must be greater than zero"; +TbMsg[4]="WARNING: This partition will be deleted. Are you sure?"; +TbMsg[5]="If you want to format this partition, you must specify file-system type"; +TbMsg[6]="CACHE can only be at partition 4"; +TbMsg[7]="Maximum number of partitions is 4"; +TbMsg["EXTSIZE"]="Logic partitions size is greater than extended partition size"; +TbMsg["HDSIZE"]="Partitions size is greater than disk size"; |