diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/configuraciones_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/configuraciones_eng.php | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php index dbe10991..bd821959 100644 --- a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php @@ -1,14 +1,14 @@ <?php //_________________________________________________ // -// Php language file: configuraciones_eng.php +// Php language file: configuraciones_eng.php // Language: English //_________________________________________________ if (empty ($TbMsg)) $TbMsg=array(); $TbMsg[0]='Configurations'; $TbMsg[1]='Scope'; $TbMsg[2]="Labs"; -$TbMsg[3]="Computers Gruop"; +$TbMsg[3]="Computers Group"; $TbMsg[4]="Computers"; $TbMsg[5]="Name"; @@ -19,7 +19,7 @@ $TbMsg[9]="Capacity"; $TbMsg[10]="Image URL"; $TbMsg[11]="Menu"; $TbMsg[12]="Comments"; -$TbMsg[13]="Ordenadores"; +$TbMsg[13]="Computers"; $TbMsg[14]="Name"; $TbMsg[15]="IP address"; @@ -27,7 +27,7 @@ $TbMsg[16]="MAC address"; $TbMsg[17]="Hardware profile"; $TbMsg[18]="UNGROUP BY VALUES OF:"; -$TbMsg[19]="Data to provide"; +$TbMsg[19]="Data to be supplied"; $TbMsg[20]='Partition'; $TbMsg[21]='Installed OS'; @@ -36,7 +36,7 @@ $TbMsg[23]='Configuration Data'; $TbMsg[24]='Type'; $TbMsg[25]='Image'; $TbMsg[26]='Software Profile'; -$TbMsg[27]='Filesys'; +$TbMsg[27]='Filesystem'; $TbMsg[28]='None'; $TbMsg[29]='Unknown'; @@ -48,17 +48,15 @@ $TbMsg[34]='Software Profile'; $TbMsg[35]='Disk'; $TbMsg[36]='Primary Partitions'; $TbMsg[37]='Logical Partitions'; -$TbMsg[38]='Less free disk space (KB)'; +$TbMsg[38]='Smaller free disk space (KB)'; $TbMsg[39]='Customize'; -$TbMsg[40]='Size unchanged'; +$TbMsg[40]='Unchanged size'; $TbMsg[41]='Generate OG Instruction'; $TbMsg["CONFIG_PARTTABLE"]='Partition table'; $TbMsg[42]='Variable'; -$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.'; -$TbMsg[44]='Hardware equipment without profile'; +$TbMsg["CONFIG_NOCONFIG"]='Without configuration: client is not connected to server.'; +$TbMsg[44]='Host without hardware profile'; $TbMsg[45]='Add Profile to obtain data'; -$TbMsg[495]='Content cache'; -$TbMsg[4951]='Cache free'; -?> - +$TbMsg[495]='Cache data'; +$TbMsg[4951]='Free cache'; |