diff options
Diffstat (limited to 'client/shared/etc/lang.en_GB.conf')
-rw-r--r-- | client/shared/etc/lang.en_GB.conf | 121 |
1 files changed, 93 insertions, 28 deletions
diff --git a/client/shared/etc/lang.en_GB.conf b/client/shared/etc/lang.en_GB.conf index e21e71ab..98dd7877 100644 --- a/client/shared/etc/lang.en_GB.conf +++ b/client/shared/etc/lang.en_GB.conf @@ -8,6 +8,7 @@ MSG_ERR_NOTFOUND="No such file or device" MSG_ERR_PARTITION="Unknown or missing partition" MSG_ERR_LOCKED="Resource locked by an operation" MSG_ERR_CACHE="Local cache error" +MSG_ERR_NOGPT="The current disc does not contain a GPT partition" MSG_ERR_FILESYS="Unknown or unmounted filesystem" MSG_ERR_NOTOS="Undetected operating system" MSG_ERR_IMAGE="Cannot create or cannot restore an image" @@ -18,18 +19,23 @@ MSG_ERR_CACHESIZE="Not enough space in cache" MSG_ERR_REDUCEFS="Error reducing the filesystem" MSG_ERR_EXTENDFS="Error expanding the filesystem" MSG_ERR_IMGSIZEPARTITION="Restauration error: the partition is smaller than the image" +MSG_ERR_UPDATECACHE="Error al realizar el comando updateCache" MSG_ERR_UCASTSYNTAXT="Error in the generation of Unicast transfer syntax" MSG_ERR_UCASTSENDPARTITION="Error in sending an Unicast partition" MSG_ERR_UCASTSENDFILE="Error in sending an Unicast file" MSG_ERR_UCASTRECEIVERPARTITION="Error in receiving an Unicast partition" MSG_ERR_UCASTRECEIVERFILE="Error in receiving an Unicast file" -MSG_ERR_MCASTSYNTAXT="Error en la generación de sintaxis de transferenica multicast" +MSG_ERR_MCASTSYNTAXT="Error in generating Multicast transfer syntax" MSG_ERR_MCASTSENDFILE="Error en envio MULTICAST de un fichero" MSG_ERR_MCASTRECEIVERFILE="Error en la recepcion MULTICAST de un fichero" MSG_ERR_MCASTSENDPARTITION="Error en envio MULTICAST de una particion" MSG_ERR_MCASTRECEIVERPARTITION="Error en la recepcion MULTICAST de un fichero" -MSG_ERR_PROTOCOLJOINMASTER="Error en la conexion de una sesion UNICAST|MULTICAST con el MASTER" - +MSG_ERR_PROTOCOLJOINMASTER="Error in connecting a Unicast|Multicast session to the master" +MSG_ERR_DONTMOUNT_IMAGE="Failed to mount/reduce image" +MSG_ERR_DONTUNMOUNT_IMAGE="Failed to unmount image" +MSG_ERR_DONTSYNC_IMAGE="Not synchronized image" +MSG_ERR_NOTDIFFERENT="No differences were detected between the basic image and partition" +MSG_ERR_SYNCHRONIZING="Error al sincronizar, puede afectar la creacion|restauracion de la imagen" # Warning messages. MSG_DONTMOUNT="Unmounted filesystem" @@ -51,6 +57,7 @@ MSG_PARTITION="partition" MSG_PROTOCOL="protocol" MSG_RESERVEDVALUE="Reserved value" MSG_UNKNOWN="Unknown" +MSG_WARNING="Warning" # Mensajes del proceso de arranque. MSG_DETECTLVMRAID="Detecting LVM and RAID meta-devices." @@ -63,22 +70,36 @@ MSG_MOUNTREPO="Mounting repository using %s, %s mode." MSG_OFFLINEMODE="Off-line boot mode." MSG_OTHERSERVICES="Starting other services." MSG_POWEROFFCONF="Setting power saving parameters." -# Old messages. -MSG_ERRLOADUDEB="$MSG_ERROR: No se puede cargar el paquete udeb %s." -MSG_LOADUDEBS="Cargar paquetes udeb." + +# Default menu messages. +MSG_BOOT="Boot" +MSG_DUPLEX="Duplex" +MSG_HOSTNAME="Hostname" +MSG_IPADDR="IP Address" +MSG_MACADDR="MAC Address" +MSG_MENUTITLE="Options menu" +MSG_POWEROFF="Shutdown computer" +MSG_SPEED="Speed" # API functions menssages. +MSG_HELP_ogAclFilter="Extract the fileACLs of a differential image." +MSG_HELP_ogAddCmd="Add commands to file created by ogInstalMiniSetup function." MSG_HELP_ogAddRegistryKey="Add a new Windows registry key." MSG_HELP_ogAddRegistryValue="Add a new Windows registry value." MSG_HELP_ogBoot="Boot a installed operating system." MSG_HELP_ogCalculateChecksum="Calculate file checksum." MSG_HELP_ogCheckFs="Check a filesystem." +MSG_HELP_ogCheckSyncImage="Displays the contents of the image to check it." MSG_HELP_ogCompareChecksumFiles="Compare if the checksums match." MSG_HELP_ogCopyFile="Copy a file to other storage." MSG_HELP_ogCreateCache="Reserve space for the cache partition at the end of disc 1." +MSG_HELP_ogCreateFileImage="Create/Resize the synchronized image file." MSG_HELP_ogCreateImage="Create an exact image from a local filesystem." +MSG_HELP_ogCreateInfoImage="Create information content of an image." MSG_HELP_ogCreateMbrImage="Create an MBR image." MSG_HELP_ogCreatePartitions="Create the disc partition table." +MSG_HELP_ogCreatePartitionTable="Create a new disc partition table, if necesary." +MSG_HELP_ogDeleteCache="Delete local cache partition." MSG_HELP_ogDeleteFile="Delete a file." MSG_HELP_ogDeletePartitionTable="Delete disk table partition" MSG_HELP_ogDeleteRegistryKey="Delete an empty Windows registry key." @@ -87,44 +108,55 @@ MSG_HELP_ogDeleteTree="Delete a directory tree." MSG_HELP_ogDevToDisk="Display the order number of disk or partition for the device file path." MSG_HELP_ogDiskToDev="Display the device file path for the order number of disk or partition." MSG_HELP_ogEcho="Display and log messages." -MSG_HELP_ogExtendFs="Extiende el tamaño de un sistema de archivo al máximo de su partición." -MSG_HELP_ogFindCache="Indica la partición reservada para caché local." +MSG_HELP_ogExtendFs="Extend the size of a filesystem to the maximum of its partition." +MSG_HELP_ogFindCache="Indicates which partition is reserved for local cache." MSG_HELP_ogFormat="Format a filesystem." MSG_HELP_ogFormatCache="Format (purge) the local cache." MSG_HELP_ogFormatFs=$MSG_HELP_ogFormat MSG_HELP_ogGetArch="Return the client architecture." MSG_HELP_ogGetCacheSize="Return the cache partition size." -MSG_HELP_ogGetCacheSpace="Devuelve el espacio máximo disponible que puede ser reservado para la partición de caché local." +MSG_HELP_ogGetCacheSpace="Returns the maximum available space that can be reserved for the local cache partition." +MSG_HELP_ogGetDiskSize="Return the disc size." MSG_HELP_ogGetFsSize="Return the filesystem size." MSG_HELP_ogGetFsType="Return the filesystem type." -MSG_HELP_ogGetHivePath="Devuelve el camino completo del fichero de una sección del registro de Windows." +MSG_HELP_ogGetGroupDir="Return the group directory path for the client." +MSG_HELP_ogGetGroupName="Return the group name for the client." +MSG_HELP_ogGetHivePath="Return the full file path of a Windows Registry hive." MSG_HELP_ogGetHostname="Return the client's hostname." MSG_HELP_ogGetIpAddress="Return the client's IP address." MSG_HELP_ogGetImageSize="Return the system image size." +MSG_HELP_ogGetLastSector="Return the last available sector for a disc o partition." MSG_HELP_ogGetMacAddress="Return the client Ethernet address." +MSG_HELP_ogGetMountImageDir="Return the image mount directory." MSG_HELP_ogGetMountPoint="Return the local filesystem mount point." MSG_HELP_ogGetOsType="Return the operating system type." MSG_HELP_ogGetOsVersion="Return the operating system version." MSG_HELP_ogGetParentPath=$"Devuelve el camino completo del directorio padre de un fichero de sistema OpenGnSys." MSG_HELP_ogGetPartitionActive="Return the active partitión of the disk." -MSG_HELP_ogGetPartitionId="Devuelve el identificador de tipo de una partición." -MSG_HELP_ogGetPartitionSize="Devuelve el tamaño de una partición." -MSG_HELP_ogGetPartitionType="Devuelve el mnemónico de tipo de una partición." -MSG_HELP_ogGetPath="Devuelve el camino completo de un fichero de sistema OpenGnSys." -MSG_HELP_ogGetRegistryValue="Devuelve el dato de un valor del registro de Windows." -MSG_HELP_ogGetRepoIp="Devuelve la dirección IP del repositorio de datos." -MSG_HELP_ogGetServerIp="Devuelve la dirección IP del servidor principal." -MSG_HELP_ogGetWindowsName="Devuelve el nombre del cliente guardado en el registro de Windows." +MSG_HELP_ogGetPartitionId="Return the partition type identifier." +MSG_HELP_ogGetPartitionSize="Return the partition size." +MSG_HELP_ogGetPartitionTableType="Return the disc partiton table type." +MSG_HELP_ogGetPartitionType="Return the partition type." +MSG_HELP_ogGetPath="Return the file full path." +MSG_HELP_ogGetRegistryValue="Return a data value from the Windows registry." +MSG_HELP_ogGetRepoIp="Return the IP address of an OpenGnsys Repository." +MSG_HELP_ogGetServerIp="Return the main OpenGnSys Server IP address." +MSG_HELP_ogGetWindowsName="Return the client name saved in the Windows registry." MSG_HELP_ogHelp="Show the help menssages for functions." -MSG_HELP_ogHidePartition="hide a Windows partition." +MSG_HELP_ogHidePartition="Hide a Windows partition." MSG_HELP_ogIdToType="Devuelve el mnemónico asociado al identificador de tipo de partición." +MSG_HELP_ogInstallLinuxClient="Installs OpenGnSys agent in a GNU/Linux operating system." +MSG_HELP_ogInstallMiniSetup="Instala un archivo que se ejecutará en el arranque de Windows." +MSG_HELP_ogInstallWindowsClient="Installs OpenGnSys agent in a Windows operating system." MSG_HELP_ogIsFormated="Comprueba si un sistema de archivos está formateado." -MSG_HELP_ogIsLocked="Comprueba si una partición está bloqueada por una operación de uso exclusivo." MSG_HELP_ogIsImageLocked="Comprueba si una imagen está bloqueada por una operación de uso exclusivo." -MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked +MSG_HELP_ogIsLocked="Comprueba si una partición está bloqueada por una operación de uso exclusivo." MSG_HELP_ogIsMounted="Comprueba si un sistema de archivos está montado." MSG_HELP_ogIsNewerFile="Comprueba si un fichero es más nuevo (se ha modificado después) que otro." +MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked +MSG_HELP_ogIsSyncImage="Comprueba si la imagen es sincronizable." MSG_HELP_ogIsValidType="Comprueba si el tipo de sistema de archivos es válido para un identificador de partición." +MSG_HELP_ogIsWritable="Comprueba si un sistema de archivos está montado con permiso de escritura." MSG_HELP_ogLinuxBootParameters="Devuelve los parámetros de arranque de un sistema operativo Linux instalado." MSG_HELP_ogListHardwareInfo="List the cleint hardware inventory." MSG_HELP_ogListPartitions="List the disk partitions table." @@ -140,47 +172,67 @@ MSG_HELP_ogMount="Mount a filesystem and display its mount point." MSG_HELP_ogMountCache="Mount the cache filesystem." MSG_HELP_ogMountCdrom="" MSG_HELP_ogMountFs=$MSG_HELP_ogMount +MSG_HELP_ogMountImage="Monta una imagen sincronizable" MSG_HELP_ogRaiseError="Muestra y registra mensajes de error y devuelve el código correspondiente." MSG_HELP_ogReduceFs="Reduce el tamaño del sistema de archivos al mínimo ocupado por sus datos." +MSG_HELP_ogReduceImage="Reduce el tamaño de la imagen" MSG_HELP_ogRestoreImage="Restore a filesystem image." +MSG_HELP_ogRestoreInfoImage="Restablece informacion del sistema: acl y enlaces simbolicos" MSG_HELP_ogRestoreMbrImage="Restore the boot sector image (MBR)." MSG_HELP_ogSetPartitionActive="Establece el número de partición activa de un disco." -MSG_HELP_ogSetPartitionId="Change de partition identification." +MSG_HELP_ogSetPartitionId="Change the partition identification using mnemonic." MSG_HELP_ogSetPartitionSize="Set the partition size." +MSG_HELP_ogSetPartitionType="Change the partition identification usign hexadecimal id." MSG_HELP_ogSetRegistryValue="Asigna un dato a un valor del registro de Windows." MSG_HELP_ogSetWindowsName="Asign the Windows hostname." MSG_HELP_ogSetWinlogonUser="Asign the Windows default username." +MSG_HELP_ogSyncCreate="Sincroniza los datos de la particion a la imagen" +MSG_HELP_ogSyncRestore="Sincroniza los datos de la imagen a la particion" MSG_HELP_ogTypeToId="Devuelve el identificador asociado al mnemónico de tipo de partición." MSG_HELP_ogUnhidePartition="Unhide a Windows partition." MSG_HELP_ogUnlock="Desbloquea una partición tras finalizar una operación de uso exclusivo." MSG_HELP_ogUnlockImage="Desbloquea una imagen tras finalizar una operación de uso exclusivo." MSG_HELP_ogUnlockPartition=$MSG_HELP_ogUnlock MSG_HELP_ogUnmount="Unmount a filesystem." +MSG_HELP_ogUnmountAll="Unmount all filesystems." MSG_HELP_ogUnmountCache="Unmount the cache filesystem." MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount -MSG_HELP_ogUnmountAll="Unmount all filesystems." +MSG_HELP_ogUnmountImage="Desmonta la imagen" MSG_HELP_ogUpdatePartitionTable="Update info about disk partition table " +MSG_HELP_ogWaitMountImage="Se espera un tiempo estimado a que se monte la imagen en el servidor." + +# scripts +MSG_HELP_configureOs="Post-configura de arranque del sistema" +MSG_HELP_createBaseImage="Genera imagen basica de la particion" +MSG_HELP_createDiffImage="Genera imagen diferencial de la particion respecto a la imagen basica" +MSG_HELP_partclone2sync="Convierte imagen de partclone en imagen sincronizable." +MSG_HELP_restoreBaseImage="Restaura una imagen basica en una particion" +MSG_HELP_restoreDiffImage="Restaura una imagen diferencial en una particion" +MSG_HELP_updateCache="Realiza la actualizacion de la cache" # INTERFACE functions menssages. MSG_INTERFACE_START="[START Interface] Run this command: " MSG_INTERFACE_END="[END Interface] Command finished with this code: " - # SCRIPTS messages. MSG_SCRIPTS_START=" START scripts: " MSG_SCRIPTS_END=" END scripts: " +MSG_SCRIPTS_TASK_END="Fin de la tarea" MSG_SCRIPTS_TASK_SLEEP="Waiting for starting" MSG_SCRIPTS_TASK_START="Starting" MSG_SCRIPTS_TASK_ERR="Error" -# scripts createImage +# createImage script MSG_SCRIPTS_FILE_RENAME=" Rename image-file previous: " MSG_SCRIPTS_CREATE_SIZE=" Check size (KB) required to store and the size available: " -#scripts updateCache +# updateCache script MSG_SCRIPTS_UPDATECACHE_DOUPDATE="Checking if is necesary to do update image file" MSG_SCRIPTS_UPDATECACHE_CHECKSIZECACHE="Checking CACHE size is greater than image file." +# Script updateCache: para las imágenes sincronizadas tipo dir. +MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculamos el tamaño de la imagen." +MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobamos si hay que la imagen del repositorio es mayor que la de la cache." MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Checking CACHE size free and get alternativae by engine.cfg" MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session McastServer:SessionPort:DataPort" @@ -196,5 +248,18 @@ MSG_SCRIPTS_OS_CONFIGURE="Sarting restores operating system restored" MSG_SCRIPTS_TIME_TOTAL="Total process time" MSG_SCRIPTS_TIME_PARTIAL="Part-time process" -#HTTPLOG -MSG_HTTPLOG_NOUSE="NOT POWEROFF THIS COMPUTER"
\ No newline at end of file +# HTTPLOG +MSG_HTTPLOG_NOUSE="NOT POWEROFF THIS COMPUTER" + +# mensajes syncronizadas +MSG_SYNC_RESIZE="Redimensiona la imagen al tamaño necesario" +MSG_SYNC_RESTORE="Trae el listado ficheros y baja la imagen" +MSG_SYNC_DELETE="Diferencial: Borra archivos antiguos" +MSG_SYNC_SLEEP="Espera que se monte/reduzca la imagen" +# mensajes syncronizadas complementarios a errores +MSG_SYNC_DIFFERENTFS="El sistema de ficheros de destino no coincide con el de la imagen" +MSG_SYNC_EXTENSION="Las extensiones de la imagenes deben ser img o diff" +MSG_SYNC_NOCHECK="La imagen esta montada por otro proceso, no podemos comprobarla" + +MSG_RESTORE="Restaura la imagen en" + |