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
Rev | Line | |
---|
[b2651a6] | 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 |
---|
| 8 | if(!isset($TbMsg)){ |
---|
| 9 | $TbMsg=array(); |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | $TbMsg["PARTITION"]='Partición'; |
---|
| 13 | $TbMsg["INST_SO"]='S.O. Instalado'; |
---|
| 14 | $TbMsg["SIZE_KB"]='Tamaño (KB)'; |
---|
| 15 | $TbMsg["PARTITION_TYPE"]='Tipo'; |
---|
| 16 | $TbMsg["IMAGE"]='Imagen'; |
---|
| 17 | $TbMsg["SOFT_PROFILE"]='Perfil Software'; |
---|
| 18 | $TbMsg["FILESYSTEM_SHORT"]='S.F.'; |
---|
| 19 | |
---|
| 20 | $TbMsg["DISK"]='Disco'; |
---|
| 21 | $TbMsg["CONFIG_PARTTABLE"]='Tabla de particiones'; |
---|
| 22 | |
---|
| 23 | $TbMsg["VARIABLE"]='Variable'; |
---|
| 24 | $TbMsg["CACHE_CONTENT"]='Contenido caché'; |
---|
| 25 | $TbMsg["CACHE_FREESPACE"]='Caché libre'; |
---|
| 26 | |
---|
| 27 | $TbMsg["SAMESYSTEM_IMAGE"]='Imagen (Mismo sistema)'; |
---|
| 28 | $TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (Distinto sistema)'; |
---|
| 29 | $TbMsg["RESTORE_METHOD"]='Método'; |
---|
| 30 | |
---|
| 31 | $TbMsg["SO_NAME"]='Nombre S.O.'; |
---|
| 32 | $TbMsg["IMAGE_TO_CREATE"]='Imagen a crear'; |
---|
| 33 | $TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino'; |
---|
| 34 | |
---|
| 35 | $TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio'; |
---|
| 36 | $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio'; |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | |
---|
| 40 | ?> |
---|
| 41 | |
---|
Note: See
TracBrowser
for help on using the repository browser.