diff options
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/comandos/particionaryformatear_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/comandos/particionaryformatear_eng.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/comandos/particionaryformatear_eng.js b/admin/WebConsole/idiomas/javascripts/eng/comandos/particionaryformatear_eng.js new file mode 100644 index 00000000..6598e659 --- /dev/null +++ b/admin/WebConsole/idiomas/javascripts/eng/comandos/particionaryformatear_eng.js @@ -0,0 +1,15 @@ +//________________________________________________________________________________________________________ +// +// Fichero de idiomas javascripts: particionaryformatear_eng.js +// 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"; |