source: client/shared/etc/lang.en_GB.conf @ 8e952da

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 8e952da was ef5025f, checked in by irina <irinagomez@…>, 7 years ago

#730 Continuar revisando funciones del motor de clonación sin mensajes de ayuda.

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

  • Property mode set to 100644
File size: 18.7 KB
RevLine 
[4fd2ac3]1# English language file.
2
3# Error messages.
4MSG_ERR_GENERIC="Undefined or unknown error"
[29ffcea]5MSG_ERR_FORMAT="Unrecognized execution format"
6MSG_ERR_OUTOFLIMIT="Out of limit value"
[4fd2ac3]7MSG_ERR_NOTFOUND="No such file or device"
[29ffcea]8MSG_ERR_PARTITION="Unknown or missing partition"
9MSG_ERR_LOCKED="Resource locked by an operation"
10MSG_ERR_CACHE="Local cache error"
[2d5c703]11MSG_ERR_NOGPT="The current disc does not contain a GPT partition"
[cead9e3]12MSG_ERR_REPO="Error al montar el repositorio de imágenes"
[4fd2ac3]13MSG_ERR_FILESYS="Unknown or unmounted filesystem"
[477ba42]14MSG_ERR_NOTOS="Cannot detect or boot the operating system"
[29ffcea]15MSG_ERR_IMAGE="Cannot create or cannot restore an image"
[4fd2ac3]16MSG_ERR_NOTEXEC="The function or binary is not executable"
17MSG_ERR_NOTWRITE="Write permission denied"
[29ffcea]18MSG_ERR_NOTCACHE="No cache partition"
19MSG_ERR_CACHESIZE="Not enough space in cache"
20MSG_ERR_REDUCEFS="Error reducing the filesystem"
21MSG_ERR_EXTENDFS="Error expanding the filesystem"
[f7c8992]22MSG_ERR_IMGSIZEPARTITION="Restauration error: the partition is smaller than the image"
[167b8d5]23MSG_ERR_UPDATECACHE="Error al realizar el comando updateCache"
[f7c8992]24MSG_ERR_UCASTSYNTAXT="Error in the generation of Unicast transfer syntax"
25MSG_ERR_UCASTSENDPARTITION="Error in sending an Unicast partition"
26MSG_ERR_UCASTSENDFILE="Error in sending an Unicast file"
27MSG_ERR_UCASTRECEIVERPARTITION="Error in receiving an Unicast partition"
28MSG_ERR_UCASTRECEIVERFILE="Error in receiving an Unicast file"
[f3850268]29MSG_ERR_MCASTSYNTAXT="Error in generating Multicast transfer syntax"
[4fd2ac3]30MSG_ERR_MCASTSENDFILE="Error en envio MULTICAST de un fichero"
31MSG_ERR_MCASTRECEIVERFILE="Error en la recepcion MULTICAST de un fichero"
32MSG_ERR_MCASTSENDPARTITION="Error en envio MULTICAST de una particion"
33MSG_ERR_MCASTRECEIVERPARTITION="Error en la recepcion MULTICAST de un fichero"
[f3850268]34MSG_ERR_PROTOCOLJOINMASTER="Error in connecting a Unicast|Multicast session to the master"
[1a2fa9d8]35MSG_ERR_DONTFORMAT="Error al formatear"
[c8bbcdc]36MSG_ERR_DONTMOUNT_IMAGE="Failed to mount/reduce image"
[f3850268]37MSG_ERR_DONTUNMOUNT_IMAGE="Failed to unmount image"
38MSG_ERR_DONTSYNC_IMAGE="Not synchronized image"
39MSG_ERR_NOTDIFFERENT="No differences were detected between the basic image and partition"
[c4db9c1]40MSG_ERR_SYNCHRONIZING="Error al sincronizar, puede afectar la creacion|restauracion de la imagen"
[4fd2ac3]41
42# Warning messages.
[cade8c0]43MSG_DONTUSE="DO NOT USE"
[4fd2ac3]44MSG_DONTMOUNT="Unmounted filesystem"
45MSG_DONTUNMOUNT="Cannot unmount the filesystem"
[45dad2c]46MSG_MOUNT="Filesystem already mounted"
47MSG_MOUNTREADONLY="Filesystem mounted read-only"
[cade8c0]48MSG_OBSOLETE="OBSOLETE"
[4fd2ac3]49
50# Help auxiliary menssages.
[c680f93]51MSG_64BIT="64-bit"
52MSG_DISK="disk"
[4fd2ac3]53MSG_ERROR="Error"
54MSG_EXAMPLE="Example"
55MSG_FORMAT="Format"
56MSG_FUNCTION="Function"
57MSG_HARDWAREINVENTORY="Hardware inventory"
58MSG_IMAGE="image"
59MSG_INSTALLED="installed"
60MSG_NOCACHE="no lacal cache"
61MSG_NOEXTENDED="no extended partition"
62MSG_PARTITION="partition"
63MSG_PROTOCOL="protocol"
64MSG_RESERVEDVALUE="Reserved value"
[cade8c0]65MSG_SEE="See"
[4fd2ac3]66MSG_UNKNOWN="Unknown"
[2ddabec]67MSG_WARNING="Warning"
[4fd2ac3]68
69# Mensajes del proceso de arranque.
70MSG_DETECTLVMRAID="Detecting LVM and RAID meta-devices."
71MSG_ERRBOOTMODE="$MSG_ERROR: unknown boot mode."
72MSG_LAUNCHCLIENT="Launching client browser."
73MSG_LOADAPI="Loading clonning engine functions."
74MSG_LOADMODULES="Loaging kernel modules."
75MSG_MAKELINKS="Making symbolic links."
76MSG_MOUNTREPO="Mounting repository using %s, %s mode."
77MSG_OFFLINEMODE="Off-line boot mode."
78MSG_OTHERSERVICES="Starting other services."
79MSG_POWEROFFCONF="Setting power saving parameters."
[139ed53]80
81# Default menu messages.
82MSG_BOOT="Boot"
83MSG_DUPLEX="Duplex"
84MSG_HOSTNAME="Hostname"
85MSG_IPADDR="IP Address"
86MSG_MACADDR="MAC Address"
87MSG_MENUTITLE="Options menu"
88MSG_POWEROFF="Shutdown computer"
89MSG_SPEED="Speed"
[4fd2ac3]90
91# API functions menssages.
[f3850268]92MSG_HELP_ogAclFilter="Extract the fileACLs of a differential image."
[2d5c703]93MSG_HELP_ogAddCmd="Add commands to file created by ogInstalMiniSetup function."
[4fd2ac3]94MSG_HELP_ogAddRegistryKey="Add a new Windows registry key."
95MSG_HELP_ogAddRegistryValue="Add a new Windows registry value."
[c3531ef]96MSG_HELP_ogAddToLaunchDaemon=""
[4fd2ac3]97MSG_HELP_ogBoot="Boot a installed operating system."
[cade8c0]98MSG_HELP_ogBootLoaderDeleteEntry="$MSG_DONTUSE."
99MSG_HELP_ogBootLoaderHidePartitions="$MSG_DONTUSE."
[c3531ef]100MSG_HELP_ogBootMbrGeneric=""
101MSG_HELP_ogBootMbrXP=""
[0d2e65b]102MSG_HELP_ogBurgDefaultEntry="Configura la entrada por defecto de Burg."
[8196942]103MSG_HELP_ogBurgDeleteEntry="Borra en el Burg del MBR las entradas para el inicio en una particion."
104MSG_HELP_ogBurgHidePartitions="Configura el Burg del MBR para que oculte las particiones de windows que no se esten iniciando."
[0d2e65b]105MSG_HELP_ogBurgInstallMbr="Install the BURG boot loader on the MBR of the first hard disk"
106MSG_HELP_ogBurgOgliveDefaultEntry="Configura la entrada de ogLive como la entrada por defecto de Burg."
[4fd2ac3]107MSG_HELP_ogCalculateChecksum="Calculate file checksum."
[c3531ef]108MSG_HELP_ogCalculateFullChecksum=""
[fe6843b]109MSG_HELP_ogChangeRepo="Cambia el repositorio para el recurso remoto images."
[4fd2ac3]110MSG_HELP_ogCheckFs="Check a filesystem."
[c3531ef]111MSG_HELP_ogCheckIpAddress=""
112MSG_HELP_ogCheckProgram=""
113MSG_HELP_ogCheckStringInGroup=""
114MSG_HELP_ogCheckStringInReg=""
[f3850268]115MSG_HELP_ogCheckSyncImage="Displays the contents of the image to check it."
[c3531ef]116MSG_HELP_ogCleanLinuxDevices=""
[d3dc88d]117MSG_HELP_ogCleanOs="Elimina los archivos que no son necesarios en el sistema operativo."
[4fd2ac3]118MSG_HELP_ogCompareChecksumFiles="Compare if the checksums match."
[c3531ef]119MSG_HELP_ogConfigureFstab=""
[27c67d9]120MSG_HELP_ogConfigureOgagent="Configure new agent for operating systems."
[4fd2ac3]121MSG_HELP_ogCopyFile="Copy a file to other storage."
[c3531ef]122MSG_HELP_ogCreateBootLoaderImage=""
[4fd2ac3]123MSG_HELP_ogCreateCache="Reserve space for the cache partition at the end of disc 1."
[1c9ef24]124MSG_HELP_ogCreateDiskImage="Create an exact image from a local disk."
[f3850268]125MSG_HELP_ogCreateFileImage="Create/Resize the synchronized image file."
[c3531ef]126MSG_HELP_ogCreateGptPartitions=""
[4fd2ac3]127MSG_HELP_ogCreateImage="Create an exact image from a local filesystem."
[c3531ef]128MSG_HELP_ogCreateImageSyntax=""
[f3850268]129MSG_HELP_ogCreateInfoImage="Create information content of an image."
[4fd2ac3]130MSG_HELP_ogCreateMbrImage="Create an MBR image."
131MSG_HELP_ogCreatePartitions="Create the disc partition table."
[2d5c703]132MSG_HELP_ogCreatePartitionTable="Create a new disc partition table, if necesary."
[c3531ef]133MSG_HELP_ogCreateTorrent=""
[2d5c703]134MSG_HELP_ogDeleteCache="Delete local cache partition."
[4fd2ac3]135MSG_HELP_ogDeleteFile="Delete a file."
[4b8c36a]136MSG_HELP_ogDeletePartitionTable="Delete disk table partition"
[4fd2ac3]137MSG_HELP_ogDeleteRegistryKey="Delete an empty Windows registry key."
[f7c8992]138MSG_HELP_ogDeleteRegistryValue="Delete a Windows registry value."
[4fd2ac3]139MSG_HELP_ogDeleteTree="Delete a directory tree."
140MSG_HELP_ogDevToDisk="Display the order number of disk or partition for the device file path."
141MSG_HELP_ogDiskToDev="Display the device file path for the order number of disk or partition."
[c3531ef]142MSG_HELP_ogDomainScript=""
[4fd2ac3]143MSG_HELP_ogEcho="Display and log messages."
[c3531ef]144MSG_HELP_ogExecAndLog=""
[f3850268]145MSG_HELP_ogExtendFs="Extend the size of a filesystem to the maximum of its partition."
146MSG_HELP_ogFindCache="Indicates which partition is reserved for local cache."
[c3531ef]147MSG_HELP_ogFixBootSector=""
[29ffcea]148MSG_HELP_ogFormatCache="Format (purge) the local cache."
[c3531ef]149MSG_HELP_ogFormat="Format a filesystem."
[4fd2ac3]150MSG_HELP_ogFormatFs=$MSG_HELP_ogFormat
[29ffcea]151MSG_HELP_ogGetArch="Return the client architecture."
152MSG_HELP_ogGetCacheSize="Return the cache partition size."
[f3850268]153MSG_HELP_ogGetCacheSpace="Returns the maximum available space that can be reserved for the local cache partition."
[c3531ef]154MSG_HELP_ogGetCaller=""
[2d5c703]155MSG_HELP_ogGetDiskSize="Return the disc size."
[c3531ef]156MSG_HELP_ogGetDiskType=""
157MSG_HELP_ogGetFreeSize=""
[29ffcea]158MSG_HELP_ogGetFsSize="Return the filesystem size."
159MSG_HELP_ogGetFsType="Return the filesystem type."
[2d5c703]160MSG_HELP_ogGetGroupDir="Return the group directory path for the client."
161MSG_HELP_ogGetGroupName="Return the group name for the client."
[f3850268]162MSG_HELP_ogGetHivePath="Return the full file path of a Windows Registry hive."
[29ffcea]163MSG_HELP_ogGetHostname="Return the client's hostname."
[ef5025f]164MSG_HELP_ogGetImageCompressor="Devuelve la herramienta de compresión de la imagen."
165MSG_HELP_ogGetImageInfo="Muestra información sobre la imagen monolitica: clonacion:compresor:sistemaarchivos:tamañoKB."
166MSG_HELP_ogGetImageProgram="Devuelve el programa usado para crear la imagen."
[f7c8992]167MSG_HELP_ogGetImageSize="Return the system image size."
[ef5025f]168MSG_HELP_ogGetImageType="Devuelve el sistema de ficheros de la imagen."
[c3531ef]169MSG_HELP_ogGetIpAddress="Return the client's IP address."
[2d5c703]170MSG_HELP_ogGetLastSector="Return the last available sector for a disc o partition."
[f7c8992]171MSG_HELP_ogGetMacAddress="Return the client Ethernet address."
[f3850268]172MSG_HELP_ogGetMountImageDir="Return the image mount directory."
[f7c8992]173MSG_HELP_ogGetMountPoint="Return the local filesystem mount point."
[c3531ef]174MSG_HELP_ogGetNetInterface=""
[f7c8992]175MSG_HELP_ogGetOsType="Return the operating system type."
[c3531ef]176MSG_HELP_ogGetOsUuid=""
[f7c8992]177MSG_HELP_ogGetOsVersion="Return the operating system version."
[cff57e6]178MSG_HELP_ogGetParentPath=$"Devuelve el camino completo del directorio padre de un fichero de sistema OpenGnsys."
[f7c8992]179MSG_HELP_ogGetPartitionActive="Return the active partitión of the disk."
[f3850268]180MSG_HELP_ogGetPartitionId="Return the partition type identifier."
181MSG_HELP_ogGetPartitionSize="Return the partition size."
[c3531ef]182MSG_HELP_ogGetPartitionsNumber=""
[2d5c703]183MSG_HELP_ogGetPartitionTableType="Return the disc partiton table type."
[f3850268]184MSG_HELP_ogGetPartitionType="Return the partition type."
185MSG_HELP_ogGetPath="Return the file full path."
186MSG_HELP_ogGetRegistryValue="Return a data value from the Windows registry."
187MSG_HELP_ogGetRepoIp="Return the IP address of an OpenGnsys Repository."
[cff57e6]188MSG_HELP_ogGetSerialNumber="Return the client's serial number."
189MSG_HELP_ogGetServerIp="Return the main OpenGnsys Server IP address."
[d3dc88d]190MSG_HELP_ogGetSizeParameters="Devuelve el tamaño de los datos de un sistema de ficheros, el espacio necesario para la imagen y si cabe en el repositorio elegido."
[f3850268]191MSG_HELP_ogGetWindowsName="Return the client name saved in the Windows registry."
[341cb58]192MSG_HELP_ogGrubAddOgLive="Incluye en el grub del MBR una entrada llamando al cliente de opengnsys."
[512c692]193MSG_HELP_ogGrubDeleteEntry="Borra en el grub del MBR las entradas para el inicio en una particion."
194MSG_HELP_ogGrubHidePartitions="Configura el grub del MBR para que oculte las particiones de windows que no se esten iniciando."
[7bb66b3]195MSG_HELP_ogGrubInstallMbr="Install the GRUB boot loader on the MBR of the first hard disk"
196MSG_HELP_ogGrubInstallPartition="Install the BURG boot loader on the BootSector"
[f7c8992]197MSG_HELP_ogHelp="Show the help menssages for functions."
[f3850268]198MSG_HELP_ogHidePartition="Hide a Windows partition."
[4fd2ac3]199MSG_HELP_ogIdToType="Devuelve el mnemónico asociado al identificador de tipo de partición."
[cade8c0]200MSG_HELP_ogInstallFirstBoot="Crea un archivo que se ejecutará en el primer arranque de Windows."
201MSG_HELP_ogInstallLaunchDaemon="Instala un archivo que se ejecutará en el arranque de macOS."
202MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE."
[ef5025f]203MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE."
[2d5c703]204MSG_HELP_ogInstallMiniSetup="Instala un archivo que se ejecutará en el arranque de Windows."
[cade8c0]205MSG_HELP_ogInstallRunonce="Crea archivo que se ejecutará en el inicio de un usuario administrador de Windows."
206MSG_HELP_ogInstallWindowsClient="$MSG_OBSOLETE."
[ef5025f]207MSG_HELP_ogInstallWindowsClient="$MSG_OBSOLETE."
[4fd2ac3]208MSG_HELP_ogIsFormated="Comprueba si un sistema de archivos está formateado."
209MSG_HELP_ogIsImageLocked="Comprueba si una imagen está bloqueada por una operación de uso exclusivo."
[858b1b0]210MSG_HELP_ogIsLocked="Comprueba si una partición o su disco están bloqueados por una operación de uso exclusivo."
211MSG_HELP_ogIsDiskLocked="Comprueba si un disco está bloqueado por una operación de uso exclusivo."
[4fd2ac3]212MSG_HELP_ogIsMounted="Comprueba si un sistema de archivos está montado."
213MSG_HELP_ogIsNewerFile="Comprueba si un fichero es más nuevo (se ha modificado después) que otro."
[858b1b0]214MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked
[c3531ef]215MSG_HELP_ogIsRepoLocked=""
[f5991c9]216MSG_HELP_ogIsSyncImage="Comprueba si la imagen es sincronizable."
[c3531ef]217MSG_HELP_ogIsVirtualMachine=""
[b32f902]218MSG_HELP_ogIsWritable="Comprueba si un sistema de archivos está montado con permiso de escritura."
[4fd2ac3]219MSG_HELP_ogLinuxBootParameters="Devuelve los parámetros de arranque de un sistema operativo Linux instalado."
[f7c8992]220MSG_HELP_ogListHardwareInfo="List the cleint hardware inventory."
[c3531ef]221MSG_HELP_ogListLogicalPartitions=""
[f7c8992]222MSG_HELP_ogListPartitions="List the disk partitions table."
[c3531ef]223MSG_HELP_ogListPrimaryPartitions=""
[4fd2ac3]224MSG_HELP_ogListRegistryKeys="Lista los nombres de las subclaves incluidas en una clave del registro de Windows."
225MSG_HELP_ogListRegistryValues="Lista los nombres de los valores incluidos en una clave del registro de Windows."
226MSG_HELP_ogListSoftware="Lista el inventario de programas instalados en un sistema operativo."
227MSG_HELP_ogLock="Bloquea una partición para operación de uso exclusivo."
[01d4253]228MSG_HELP_ogLockDisk="Bloquea un disco para operación de uso exclusivo."
[4fd2ac3]229MSG_HELP_ogLockImage="Bloquea una imagen para operación de uso exclusivo."
230MSG_HELP_ogLockPartition=$MSG_HELP_ogLock
[a226ffc]231MSG_HELP_ogMakeChecksumFile="Store the file checksum."
232MSG_HELP_ogMakeDir="Make a directory."
[cff57e6]233MSG_HELP_ogMakeGroupDir="Make the group (lab) directory in a repository."
[c3531ef]234MSG_HELP_ogMcastReceiverFile=""
235MSG_HELP_ogMcastReceiverPartition=""
236MSG_HELP_ogMcastRequest=""
237MSG_HELP_ogMcastSendFile=""
238MSG_HELP_ogMcastSendPartition=""
239MSG_HELP_ogMcastSyntax=""
[a226ffc]240MSG_HELP_ogMountCache="Mount the cache filesystem."
[cade8c0]241MSG_HELP_ogMountCdrom="Mount default optical drive."
[4fd2ac3]242MSG_HELP_ogMountFs=$MSG_HELP_ogMount
[cd1f048]243MSG_HELP_ogMountImage="Monta una imagen sincronizable"
[c3531ef]244MSG_HELP_ogMount="Mount a filesystem and display its mount point."
[4fd2ac3]245MSG_HELP_ogRaiseError="Muestra y registra mensajes de error y devuelve el código correspondiente."
246MSG_HELP_ogReduceFs="Reduce el tamaño del sistema de archivos al mínimo ocupado por sus datos."
[cd1f048]247MSG_HELP_ogReduceImage="Reduce el tamaño de la imagen"
[ef5025f]248MSG_HELP_ogRestoreAclImage="Restaura las ACL de Windows (La informacion debe estar copiada en /tmp)."
[c3531ef]249MSG_HELP_ogRestoreBootLoaderImage=""
[1c9ef24]250MSG_HELP_ogRestoreDiskImage="Restore a disk image."
[f7c8992]251MSG_HELP_ogRestoreImage="Restore a filesystem image."
[1ee5d4d3]252MSG_HELP_ogRestoreInfoImage="Restablece informacion del sistema: acl y enlaces simbolicos"
[f7c8992]253MSG_HELP_ogRestoreMbrImage="Restore the boot sector image (MBR)."
[c3531ef]254MSG_HELP_ogSetLinuxName=""
[4fd2ac3]255MSG_HELP_ogSetPartitionActive="Establece el número de partición activa de un disco."
[ec6de25]256MSG_HELP_ogSetPartitionId="Change the partition identification using mnemonic."
[a226ffc]257MSG_HELP_ogSetPartitionSize="Set the partition size."
[ec6de25]258MSG_HELP_ogSetPartitionType="Change the partition identification usign hexadecimal id."
[4fd2ac3]259MSG_HELP_ogSetRegistryValue="Asigna un dato a un valor del registro de Windows."
[a226ffc]260MSG_HELP_ogSetWindowsName="Asign the Windows hostname."
261MSG_HELP_ogSetWinlogonUser="Asign the Windows default username."
[1ee5d4d3]262MSG_HELP_ogSyncCreate="Sincroniza los datos de la particion a la imagen"
263MSG_HELP_ogSyncRestore="Sincroniza los datos de la imagen a la particion"
[c3531ef]264MSG_HELP_ogTorrentStart=""
[4fd2ac3]265MSG_HELP_ogTypeToId="Devuelve el identificador asociado al mnemónico de tipo de partición."
[c3531ef]266MSG_HELP_ogUcastReceiverPartition=""
267MSG_HELP_ogUcastSendFile=""
268MSG_HELP_ogUcastSendPartition=""
269MSG_HELP_ogUcastSyntax=""
[a226ffc]270MSG_HELP_ogUnhidePartition="Unhide a Windows partition."
[27c67d9]271MSG_HELP_ogUninstallLinuxClient="Uninstalls OpenGnSys agent in a Linux operating system."
272MSG_HELP_ogUninstallWindowsClient="Uninstalls OpenGnSys agent in a Windows operating system."
[4fd2ac3]273MSG_HELP_ogUnlock="Desbloquea una partición tras finalizar una operación de uso exclusivo."
[01d4253]274MSG_HELP_ogUnlockDisk="Desbloquea un dicso tras finalizar una operación de uso exclusivo."
[4fd2ac3]275MSG_HELP_ogUnlockImage="Desbloquea una imagen tras finalizar una operación de uso exclusivo."
276MSG_HELP_ogUnlockPartition=$MSG_HELP_ogUnlock
[1ee5d4d3]277MSG_HELP_ogUnmountAll="Unmount all filesystems."
[a226ffc]278MSG_HELP_ogUnmountCache="Unmount the cache filesystem."
[4fd2ac3]279MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount
[1ee5d4d3]280MSG_HELP_ogUnmountImage="Desmonta la imagen"
[c3531ef]281MSG_HELP_ogUnmount="Unmount a filesystem."
[cff57e6]282MSG_HELP_ogUnsetDirtyBit=
[f9cbee4]283MSG_HELP_ogUpdateCacheIsNecesary="Comprueba si es necesario actualizar una archivo en la cache local."
[4b8c36a]284MSG_HELP_ogUpdatePartitionTable="Update info about disk partition table "
[c3531ef]285MSG_HELP_ogWaitSyncImage=""
286MSG_HELP_ogWindowsBootParameters=""
287MSG_HELP_ogWindowsRegisterPartition=""
[4fd2ac3]288
[c3531ef]289# Scripts
[1ee5d4d3]290MSG_HELP_configureOs="Post-configura de arranque del sistema"
[e27c4f4]291MSG_HELP_createBaseImage="Genera imagen basica de la particion"
292MSG_HELP_createDiffImage="Genera imagen diferencial de la particion respecto a la imagen basica"
[c3531ef]293MSG_HELP_installOfflineMode="Prepara el equipo cliente para el modo offline."
[0109c07]294MSG_HELP_partclone2sync="Convierte imagen de partclone en imagen sincronizable."
[e27c4f4]295MSG_HELP_restoreBaseImage="Restaura una imagen basica en una particion"
296MSG_HELP_restoreDiffImage="Restaura una imagen diferencial en una particion"
[1ee5d4d3]297MSG_HELP_updateCache="Realiza la actualizacion de la cache"
298
[e272d9e]299# INTERFACE functions menssages.
[f7c8992]300MSG_INTERFACE_START="[START Interface] Run this command: "
[e272d9e]301MSG_INTERFACE_END="[END Interface] Command finished with this code: "
302
303# SCRIPTS  messages.
304MSG_SCRIPTS_START=" START scripts: "
305MSG_SCRIPTS_END=" END scripts: "
[e27c4f4]306MSG_SCRIPTS_TASK_END="Fin de la tarea"
[e272d9e]307
[4371552]308MSG_SCRIPTS_TASK_SLEEP="Waiting for starting"
309MSG_SCRIPTS_TASK_START="Starting"
310MSG_SCRIPTS_TASK_ERR="Error"
311
[2d5c703]312# createImage script
[e272d9e]313MSG_SCRIPTS_FILE_RENAME=" Rename image-file previous: "
314MSG_SCRIPTS_CREATE_SIZE=" Check size (KB) required to store and the size available: "
315
[2d5c703]316# updateCache script
[4371552]317MSG_SCRIPTS_UPDATECACHE_DOUPDATE="Checking if is necesary to do update image file"
318MSG_SCRIPTS_UPDATECACHE_CHECKSIZECACHE="Checking CACHE size is greater than image file."
[4fe77e0]319# Script updateCache: para las imágenes sincronizadas tipo dir.
320MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculamos el tamaño de la imagen."
[04f50f0]321MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobamos si hay que la imagen del repositorio es mayor que la de la cache."
[4371552]322MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Checking CACHE size free and get alternativae by engine.cfg"
323
324MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session  McastServer:SessionPort:DataPort"       
325
[e272d9e]326# interface sustituye temporalmente al scritp restore
327MSG_SCRIPTS_CHECK_ENGINE="Check next command depend on engine.cfg"
328MSG_SCRIPTS_MULTICAST_PRECHECK_PORT="Check multicast main and auxiliar port."
329MSG_SCRIPTS_MULTICAST_CHECK_PORT="Check multicast session port and data port"
330MSG_SCRIPTS_MULTICAST_REQUEST_PORT="Request opening multicast port: "
331MSG_SCRIPTS_OS_CONFIGURE="Sarting restores operating system restored"
332
333# TIME MESSAGES
334MSG_SCRIPTS_TIME_TOTAL="Total process time"
335MSG_SCRIPTS_TIME_PARTIAL="Part-time process"
336
[2d5c703]337# HTTPLOG
[139ed53]338MSG_HTTPLOG_NOUSE="NOT POWEROFF THIS COMPUTER"
[1ee5d4d3]339
[c3531ef]340# Mensajes sincronizadas
[1ee5d4d3]341MSG_SYNC_RESIZE="Redimensiona la imagen al tamaño necesario"
342MSG_SYNC_RESTORE="Trae el listado ficheros y baja la imagen"
343MSG_SYNC_DELETE="Diferencial: Borra archivos antiguos"
[c8bbcdc]344MSG_SYNC_SLEEP="Espera que se monte/reduzca la imagen"
[c3531ef]345# Mensajes sincronizadas complementarios a errores
[251c9e4]346MSG_SYNC_DIFFERENTFS="El sistema de ficheros de destino no coincide con el de la imagen"
[1ee5d4d3]347MSG_SYNC_EXTENSION="Las extensiones de la imagenes deben ser img o diff"
[332bbb1]348MSG_SYNC_NOCHECK="La imagen esta montada por otro proceso, no podemos comprobarla"
[1ee5d4d3]349
350MSG_RESTORE="Restaura la imagen en"
[2d5c703]351
Note: See TracBrowser for help on using the repository browser.