source: admin/WebConsole/idiomas/javascripts/eng/comandos/configurar_eng.js @ 279c269

918-git-images-111dconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 279c269 was d5b9f89, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#806: Show error message when partition size < 0 (thanks to Javier Sanchez, jsanchez@…).

  • Property mode set to 100644
File size: 1.0 KB
Line 
1//________________________________________________________________________________________________________
2//
3//    Javascript language file: configurar_eng.js
4//    Language: English
5//________________________________________________________________________________________________________
6TbMsg=new Array;
7TbMsg[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";
8TbMsg[1]="WARNING: Partition number must be greater than zero";
9TbMsg[2]="Partition type not specified";
10TbMsg[3]="WARNING: Partition size must be greater than zero";
11TbMsg[4]="WARNING: This partition will be deleted. Are you sure?";
12TbMsg[5]="If you want to format this partition, you must specify file-system type";
13TbMsg[6]="CACHE can only be at partition 4";
14TbMsg[7]="Maximum number of partitions is 4";
15TbMsg[8]="Partition size cannot be negative";
16TbMsg["EXTSIZE"]="Logic partitions size is greater than extended partition size";
17TbMsg["HDSIZE"]="Partitions size is greater than disk size";
Note: See TracBrowser for help on using the repository browser.