source: admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @ 61e5ebd

918-git-images-111dconfigfileconfigure-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-instalacionwebconsole3
Last change on this file since 61e5ebd was 0c15976, checked in by ramon <ramongomez@…>, 7 years ago

#821: Cambios en el comando Particionar y Formatear:

  • Soportar varios grupos de configuraciones en ámbito de aulas.
  • Nuevas cabeceras más descriptivas y con traducción al inglés.
  • Avisar si un grupo de ordenadores tiene discos con distinto tamaño e indicar que debe desagruparse para poder aplicar los cambios.

En el formulario de configuración de aula, indicar que hay grupos de ordenadores con distinto tamaño de disco.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5559 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?php
2//______________________________________________________
3//
4//      Fichero de idiomas php: pintaParticiones_esp.php
5//      Idioma: Español
6//______________________________________________________
7// Si ya existe TbMsg, solo agregamos lo nuevo
8if(!isset($TbMsg)){
9        $TbMsg=array();
10}
11
12$TbMsg["PARTITION"]='Partition';
13$TbMsg["INSTALLED_OS"]='Installed Operating System';
14$TbMsg["INST_SO"]='Installed O.S.';
15$TbMsg["SIZE_KB"]='Size (KB)';
16$TbMsg["PARTITION_TYPE"]='Type';
17$TbMsg["IMAGE"]='Image';
18$TbMsg["SOFT_PROFILE"]='Software Profile';
19$TbMsg["FILESYSTEM"]='Filesystem';
20$TbMsg["FILESYSTEM_SHORT"]='F.S.';
21
22$TbMsg["REFORMAT"]='Reformat';
23$TbMsg["REMOVE"]='Remove';
24
25$TbMsg["DISK"]='Disk';
26$TbMsg["CONFIG_PARTTABLE"]='Partition Table';
27
28$TbMsg["USAGE"]='Usage';
29
30$TbMsg["VARIABLE"]='Variable';
31$TbMsg["CACHE_CONTENT"]='Date/Cache Content';
32$TbMsg["CACHE_FREESPACE"]='Cach&eacute; libre';
33$TbMsg["CACHE_COMPLETE"]='CACHE IS FULL';
34
35$TbMsg["SAMESYSTEM_IMAGE"]='Image (same partition type)';
36$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Image (different partition type)';
37$TbMsg["RESTORE_METHOD"]='Method';
38
39$TbMsg["SO_NAME"]='O.S. Name';
40$TbMsg["IMAGE_TO_CREATE"]='Image to create';
41$TbMsg["DESTINATION_REPOSITORY"]='Destination Repository';
42
43$TbMsg["IMAGE_REPOSITORY"]='Image / Repository';
44$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Incremental Image / Repository';
45
46$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
47$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
48
49$TbMsg["SYNC_METHOD"]='Method';
50$TbMsg["SYNC1_DIR"]='Based on directory';
51$TbMsg["SYNC2_FILE"]='Based on file';
52
53$TbMsg["TITLE_W"]='Rsync option:  delta-transfer algorithm is not used and the whole file is sent as-is instead. This is the default when both the source and  destination   are   specified  as  local  paths.';
54$TbMsg["TITLE_E"]="Rsync option: delete extraneous files from  the  receiving side  (ones  that  aren't on the sending side).";
55$TbMsg["TITLE_C"]='Rsync option: compresses the file data as it  is  sent to  the  destination  machine,  which reduces the amount of data being transmitted.';
56$TbMsg["SEND"]='Protocol';
57// WARNINGS.
58$TbMsg["WARN_PROTOCOL"]='La opción "protocolo" sólo se utiliza en las sincronizadas tipo archivo la primera vez que se envía la imagen a caché. <br>En otro caso el protocolo es RSYNC.';
59$TbMsg["WARN_DIFFIMAGE"]='There is a new image version (showing revision difference).';
60$TbMsg["WARN_DIFFDISKSIZE"]='ATENTION: a group of computers with different disk sizes can not be partitioned.<br>Check &quotUngroup by partition size&quot option and press &quot;Accept&quot; in the top menu to apply this operation properly.';
61?>
62
Note: See TracBrowser for help on using the repository browser.