source: client/shared/etc/lang.en_GB.conf @ 20324f2

Last change on this file since 20324f2 was de687e3, checked in by ramon <ramongomez@…>, 10 years ago

#673: Integrar código de la versión 1.0.6 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4641 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 15.0 KB
RevLine 
[e7b3154]1# English language file.
2
3# Error messages.
4MSG_ERR_GENERIC="Undefined or unknown error"
5MSG_ERR_FORMAT="Unrecognized execution format"
6MSG_ERR_OUTOFLIMIT="Out of limit value"
7MSG_ERR_NOTFOUND="No such file or device"
8MSG_ERR_PARTITION="Unknown or missing partition"
9MSG_ERR_LOCKED="Resource locked by an operation"
10MSG_ERR_CACHE="Local cache error"
[1602040]11MSG_ERR_NOGPT="The current disc does not contain a GPT partition"
[e7b3154]12MSG_ERR_FILESYS="Unknown or unmounted filesystem"
[de687e3]13MSG_ERR_NOTOS="Cannot detect or boot the operating system"
[e7b3154]14MSG_ERR_IMAGE="Cannot create or cannot restore an image"
15MSG_ERR_NOTEXEC="The function or binary is not executable"
16MSG_ERR_NOTWRITE="Write permission denied"
17MSG_ERR_NOTCACHE="No cache partition"
18MSG_ERR_CACHESIZE="Not enough space in cache"
19MSG_ERR_REDUCEFS="Error reducing the filesystem"
20MSG_ERR_EXTENDFS="Error expanding the filesystem"
[91aaf03]21MSG_ERR_IMGSIZEPARTITION="Restauration error: the partition is smaller than the image"
[1602040]22MSG_ERR_UPDATECACHE="Error al realizar el comando updateCache"
[91aaf03]23MSG_ERR_UCASTSYNTAXT="Error in the generation of Unicast transfer syntax"
24MSG_ERR_UCASTSENDPARTITION="Error in sending an Unicast partition"
25MSG_ERR_UCASTSENDFILE="Error in sending an Unicast file"
26MSG_ERR_UCASTRECEIVERPARTITION="Error in receiving an Unicast partition"
27MSG_ERR_UCASTRECEIVERFILE="Error in receiving an Unicast file"
[1602040]28MSG_ERR_MCASTSYNTAXT="Error in generating Multicast transfer syntax"
[e7b3154]29MSG_ERR_MCASTSENDFILE="Error en envio MULTICAST de un fichero"
30MSG_ERR_MCASTRECEIVERFILE="Error en la recepcion MULTICAST de un fichero"
31MSG_ERR_MCASTSENDPARTITION="Error en envio MULTICAST de una particion"
32MSG_ERR_MCASTRECEIVERPARTITION="Error en la recepcion MULTICAST de un fichero"
[1602040]33MSG_ERR_PROTOCOLJOINMASTER="Error in connecting a Unicast|Multicast session to the master"
[de687e3]34MSG_ERR_DONTFORMAT="Error al formatear"
[1602040]35MSG_ERR_DONTMOUNT_IMAGE="Failed to mount/reduce image"
36MSG_ERR_DONTUNMOUNT_IMAGE="Failed to unmount image"
37MSG_ERR_DONTSYNC_IMAGE="Not synchronized image"
38MSG_ERR_NOTDIFFERENT="No differences were detected between the basic image and partition"
39MSG_ERR_SYNCHRONIZING="Error al sincronizar, puede afectar la creacion|restauracion de la imagen"
[e7b3154]40
41# Warning messages.
42MSG_DONTMOUNT="Unmounted filesystem"
43MSG_DONTUNMOUNT="Cannot unmount the filesystem"
[de687e3]44MSG_MOUNT="Sistema de archivos montado"
[e7b3154]45
46# Help auxiliary menssages.
47MSG_64BIT="64 bit"
48MSG_ERROR="Error"
49MSG_EXAMPLE="Example"
50MSG_FORMAT="Format"
51MSG_FUNCTION="Function"
52MSG_HARDWAREINVENTORY="Hardware inventory"
53MSG_IMAGE="image"
54MSG_INSTALLED="installed"
55MSG_NOCACHE="no lacal cache"
56MSG_NOEXTENDED="no extended partition"
57MSG_NOFORMAT="no formatted"
58MSG_PARTITION="partition"
59MSG_PROTOCOL="protocol"
60MSG_RESERVEDVALUE="Reserved value"
61MSG_UNKNOWN="Unknown"
[1602040]62MSG_WARNING="Warning"
[e7b3154]63
64# Mensajes del proceso de arranque.
65MSG_DETECTLVMRAID="Detecting LVM and RAID meta-devices."
66MSG_ERRBOOTMODE="$MSG_ERROR: unknown boot mode."
67MSG_LAUNCHCLIENT="Launching client browser."
68MSG_LOADAPI="Loading clonning engine functions."
69MSG_LOADMODULES="Loaging kernel modules."
70MSG_MAKELINKS="Making symbolic links."
71MSG_MOUNTREPO="Mounting repository using %s, %s mode."
72MSG_OFFLINEMODE="Off-line boot mode."
73MSG_OTHERSERVICES="Starting other services."
74MSG_POWEROFFCONF="Setting power saving parameters."
[1602040]75
76# Default menu messages.
77MSG_BOOT="Boot"
78MSG_DUPLEX="Duplex"
79MSG_HOSTNAME="Hostname"
80MSG_IPADDR="IP Address"
81MSG_MACADDR="MAC Address"
82MSG_MENUTITLE="Options menu"
83MSG_POWEROFF="Shutdown computer"
84MSG_SPEED="Speed"
[e7b3154]85
86# API functions menssages.
[1602040]87MSG_HELP_ogAclFilter="Extract the fileACLs of a differential image."
88MSG_HELP_ogAddCmd="Add commands to file created by ogInstalMiniSetup function."
[e7b3154]89MSG_HELP_ogAddRegistryKey="Add a new Windows registry key."
90MSG_HELP_ogAddRegistryValue="Add a new Windows registry value."
91MSG_HELP_ogBoot="Boot a installed operating system."
92MSG_HELP_ogCalculateChecksum="Calculate file checksum."
93MSG_HELP_ogCheckFs="Check a filesystem."
[1602040]94MSG_HELP_ogCheckSyncImage="Displays the contents of the image to check it."
[de687e3]95MSG_HELP_ogCleanOs="Elimina los archivos que no son necesarios en el sistema operativo."
[e7b3154]96MSG_HELP_ogCompareChecksumFiles="Compare if the checksums match."
97MSG_HELP_ogCopyFile="Copy a file to other storage."
98MSG_HELP_ogCreateCache="Reserve space for the cache partition at the end of disc 1."
[1602040]99MSG_HELP_ogCreateFileImage="Create/Resize the synchronized image file."
[e7b3154]100MSG_HELP_ogCreateImage="Create an exact image from a local filesystem."
[1602040]101MSG_HELP_ogCreateInfoImage="Create information content of an image."
[e7b3154]102MSG_HELP_ogCreateMbrImage="Create an MBR image."
103MSG_HELP_ogCreatePartitions="Create the disc partition table."
[1602040]104MSG_HELP_ogCreatePartitionTable="Create a new disc partition table, if necesary."
105MSG_HELP_ogDeleteCache="Delete local cache partition."
[e7b3154]106MSG_HELP_ogDeleteFile="Delete a file."
[91aaf03]107MSG_HELP_ogDeletePartitionTable="Delete disk table partition"
[e7b3154]108MSG_HELP_ogDeleteRegistryKey="Delete an empty Windows registry key."
[91aaf03]109MSG_HELP_ogDeleteRegistryValue="Delete a Windows registry value."
[e7b3154]110MSG_HELP_ogDeleteTree="Delete a directory tree."
111MSG_HELP_ogDevToDisk="Display the order number of disk or partition for the device file path."
112MSG_HELP_ogDiskToDev="Display the device file path for the order number of disk or partition."
113MSG_HELP_ogEcho="Display and log messages."
[1602040]114MSG_HELP_ogExtendFs="Extend the size of a filesystem to the maximum of its partition."
115MSG_HELP_ogFindCache="Indicates which partition is reserved for local cache."
[e7b3154]116MSG_HELP_ogFormat="Format a filesystem."
117MSG_HELP_ogFormatCache="Format (purge) the local cache."
118MSG_HELP_ogFormatFs=$MSG_HELP_ogFormat
119MSG_HELP_ogGetArch="Return the client architecture."
120MSG_HELP_ogGetCacheSize="Return the cache partition size."
[1602040]121MSG_HELP_ogGetCacheSpace="Returns the maximum available space that can be reserved for the local cache partition."
122MSG_HELP_ogGetDiskSize="Return the disc size."
[e7b3154]123MSG_HELP_ogGetFsSize="Return the filesystem size."
124MSG_HELP_ogGetFsType="Return the filesystem type."
[1602040]125MSG_HELP_ogGetGroupDir="Return the group directory path for the client."
126MSG_HELP_ogGetGroupName="Return the group name for the client."
127MSG_HELP_ogGetHivePath="Return the full file path of a Windows Registry hive."
[e7b3154]128MSG_HELP_ogGetHostname="Return the client's hostname."
129MSG_HELP_ogGetIpAddress="Return the client's IP address."
[91aaf03]130MSG_HELP_ogGetImageSize="Return the system image size."
[1602040]131MSG_HELP_ogGetLastSector="Return the last available sector for a disc o partition."
[91aaf03]132MSG_HELP_ogGetMacAddress="Return the client Ethernet address."
[1602040]133MSG_HELP_ogGetMountImageDir="Return the image mount directory."
[91aaf03]134MSG_HELP_ogGetMountPoint="Return the local filesystem mount point."
135MSG_HELP_ogGetOsType="Return the operating system type."
136MSG_HELP_ogGetOsVersion="Return the operating system version."
[e7b3154]137MSG_HELP_ogGetParentPath=$"Devuelve el camino completo del directorio padre de un fichero de sistema OpenGnSys."
[91aaf03]138MSG_HELP_ogGetPartitionActive="Return the active partitión of the disk."
[1602040]139MSG_HELP_ogGetPartitionId="Return the partition type identifier."
140MSG_HELP_ogGetPartitionSize="Return the partition size."
141MSG_HELP_ogGetPartitionTableType="Return the disc partiton table type."
142MSG_HELP_ogGetPartitionType="Return the partition type."
143MSG_HELP_ogGetPath="Return the file full path."
144MSG_HELP_ogGetRegistryValue="Return a data value from the Windows registry."
145MSG_HELP_ogGetRepoIp="Return the IP address of an OpenGnsys Repository."
146MSG_HELP_ogGetServerIp="Return the main OpenGnSys Server IP address."
[de687e3]147MSG_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."
[1602040]148MSG_HELP_ogGetWindowsName="Return the client name saved in the Windows registry."
[de687e3]149MSG_HELP_ogGrubAddOgclient="Incluye en el grub del MBR una entrada llamando al cliente de opengnsys."
150MSG_HELP_ogGrubDeleteEntry="Borra en el grub del MBR las entradas para el inicio en una particion."
151MSG_HELP_ogGrubHidePartitions="Configura el grub del MBR para que oculte las particiones de windows que no se esten iniciando."
[91aaf03]152MSG_HELP_ogHelp="Show the help menssages for functions."
[1602040]153MSG_HELP_ogHidePartition="Hide a Windows partition."
[e7b3154]154MSG_HELP_ogIdToType="Devuelve el mnemónico asociado al identificador de tipo de partición."
[1602040]155MSG_HELP_ogInstallLinuxClient="Installs OpenGnSys agent in a GNU/Linux operating system."
156MSG_HELP_ogInstallMiniSetup="Instala un archivo que se ejecutará en el arranque de Windows."
157MSG_HELP_ogInstallWindowsClient="Installs OpenGnSys agent in a Windows operating system."
[e7b3154]158MSG_HELP_ogIsFormated="Comprueba si un sistema de archivos está formateado."
159MSG_HELP_ogIsImageLocked="Comprueba si una imagen está bloqueada por una operación de uso exclusivo."
[1602040]160MSG_HELP_ogIsLocked="Comprueba si una partición está bloqueada por una operación de uso exclusivo."
[e7b3154]161MSG_HELP_ogIsMounted="Comprueba si un sistema de archivos está montado."
162MSG_HELP_ogIsNewerFile="Comprueba si un fichero es más nuevo (se ha modificado después) que otro."
[1602040]163MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked
164MSG_HELP_ogIsSyncImage="Comprueba si la imagen es sincronizable."
[e7b3154]165MSG_HELP_ogIsValidType="Comprueba si el tipo de sistema de archivos es válido para un identificador de partición."
[1602040]166MSG_HELP_ogIsWritable="Comprueba si un sistema de archivos está montado con permiso de escritura."
[e7b3154]167MSG_HELP_ogLinuxBootParameters="Devuelve los parámetros de arranque de un sistema operativo Linux instalado."
[91aaf03]168MSG_HELP_ogListHardwareInfo="List the cleint hardware inventory."
169MSG_HELP_ogListPartitions="List the disk partitions table."
[e7b3154]170MSG_HELP_ogListRegistryKeys="Lista los nombres de las subclaves incluidas en una clave del registro de Windows."
171MSG_HELP_ogListRegistryValues="Lista los nombres de los valores incluidos en una clave del registro de Windows."
172MSG_HELP_ogListSoftware="Lista el inventario de programas instalados en un sistema operativo."
173MSG_HELP_ogLock="Bloquea una partición para operación de uso exclusivo."
174MSG_HELP_ogLockImage="Bloquea una imagen para operación de uso exclusivo."
175MSG_HELP_ogLockPartition=$MSG_HELP_ogLock
176MSG_HELP_ogMakeChecksumFile="Store the file checksum."
177MSG_HELP_ogMakeDir="Make a directory."
178MSG_HELP_ogMount="Mount a filesystem and display its mount point."
179MSG_HELP_ogMountCache="Mount the cache filesystem."
180MSG_HELP_ogMountCdrom=""
181MSG_HELP_ogMountFs=$MSG_HELP_ogMount
[1602040]182MSG_HELP_ogMountImage="Monta una imagen sincronizable"
[e7b3154]183MSG_HELP_ogRaiseError="Muestra y registra mensajes de error y devuelve el código correspondiente."
184MSG_HELP_ogReduceFs="Reduce el tamaño del sistema de archivos al mínimo ocupado por sus datos."
[1602040]185MSG_HELP_ogReduceImage="Reduce el tamaño de la imagen"
[91aaf03]186MSG_HELP_ogRestoreImage="Restore a filesystem image."
[1602040]187MSG_HELP_ogRestoreInfoImage="Restablece informacion del sistema: acl y enlaces simbolicos"
[91aaf03]188MSG_HELP_ogRestoreMbrImage="Restore the boot sector image (MBR)."
[e7b3154]189MSG_HELP_ogSetPartitionActive="Establece el número de partición activa de un disco."
[1602040]190MSG_HELP_ogSetPartitionId="Change the partition identification using mnemonic."
[e7b3154]191MSG_HELP_ogSetPartitionSize="Set the partition size."
[1602040]192MSG_HELP_ogSetPartitionType="Change the partition identification usign hexadecimal id."
[e7b3154]193MSG_HELP_ogSetRegistryValue="Asigna un dato a un valor del registro de Windows."
194MSG_HELP_ogSetWindowsName="Asign the Windows hostname."
195MSG_HELP_ogSetWinlogonUser="Asign the Windows default username."
[1602040]196MSG_HELP_ogSyncCreate="Sincroniza los datos de la particion a la imagen"
197MSG_HELP_ogSyncRestore="Sincroniza los datos de la imagen a la particion"
[e7b3154]198MSG_HELP_ogTypeToId="Devuelve el identificador asociado al mnemónico de tipo de partición."
199MSG_HELP_ogUnhidePartition="Unhide a Windows partition."
200MSG_HELP_ogUnlock="Desbloquea una partición tras finalizar una operación de uso exclusivo."
201MSG_HELP_ogUnlockImage="Desbloquea una imagen tras finalizar una operación de uso exclusivo."
202MSG_HELP_ogUnlockPartition=$MSG_HELP_ogUnlock
203MSG_HELP_ogUnmount="Unmount a filesystem."
[1602040]204MSG_HELP_ogUnmountAll="Unmount all filesystems."
[e7b3154]205MSG_HELP_ogUnmountCache="Unmount the cache filesystem."
206MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount
[1602040]207MSG_HELP_ogUnmountImage="Desmonta la imagen"
[de687e3]208MSG_HELP_ogUpdateCacheIsNecesary="Comprueba si es necesario actualizar una archivo en la cache local."
[91aaf03]209MSG_HELP_ogUpdatePartitionTable="Update info about disk partition table "
[1602040]210MSG_HELP_ogWaitMountImage="Se espera un tiempo estimado a que se monte la imagen en el servidor."
211
212# scripts
213MSG_HELP_configureOs="Post-configura de arranque del sistema"
214MSG_HELP_createBaseImage="Genera imagen basica de la particion"
215MSG_HELP_createDiffImage="Genera imagen diferencial de la particion respecto a la imagen basica"
216MSG_HELP_partclone2sync="Convierte imagen de partclone en imagen sincronizable."
217MSG_HELP_restoreBaseImage="Restaura una imagen basica en una particion"
218MSG_HELP_restoreDiffImage="Restaura una imagen diferencial en una particion"
219MSG_HELP_updateCache="Realiza la actualizacion de la cache"
[e7b3154]220
[91aaf03]221# INTERFACE functions menssages.
222MSG_INTERFACE_START="[START Interface] Run this command: "
223MSG_INTERFACE_END="[END Interface] Command finished with this code: "
224
225# SCRIPTS  messages.
226MSG_SCRIPTS_START=" START scripts: "
227MSG_SCRIPTS_END=" END scripts: "
[1602040]228MSG_SCRIPTS_TASK_END="Fin de la tarea"
[91aaf03]229
230MSG_SCRIPTS_TASK_SLEEP="Waiting for starting"
231MSG_SCRIPTS_TASK_START="Starting"
232MSG_SCRIPTS_TASK_ERR="Error"
233
[1602040]234# createImage script
[91aaf03]235MSG_SCRIPTS_FILE_RENAME=" Rename image-file previous: "
236MSG_SCRIPTS_CREATE_SIZE=" Check size (KB) required to store and the size available: "
237
[1602040]238# updateCache script
[91aaf03]239MSG_SCRIPTS_UPDATECACHE_DOUPDATE="Checking if is necesary to do update image file"
240MSG_SCRIPTS_UPDATECACHE_CHECKSIZECACHE="Checking CACHE size is greater than image file."
[1602040]241# Script updateCache: para las imágenes sincronizadas tipo dir.
242MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculamos el tamaño de la imagen."
243MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobamos si hay que la imagen del repositorio es mayor que la de la cache."
[91aaf03]244MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Checking CACHE size free and get alternativae by engine.cfg"
245
246MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session  McastServer:SessionPort:DataPort"       
247
248# interface sustituye temporalmente al scritp restore
249MSG_SCRIPTS_CHECK_ENGINE="Check next command depend on engine.cfg"
250MSG_SCRIPTS_MULTICAST_PRECHECK_PORT="Check multicast main and auxiliar port."
251MSG_SCRIPTS_MULTICAST_CHECK_PORT="Check multicast session port and data port"
252MSG_SCRIPTS_MULTICAST_REQUEST_PORT="Request opening multicast port: "
253MSG_SCRIPTS_OS_CONFIGURE="Sarting restores operating system restored"
254
255# TIME MESSAGES
256MSG_SCRIPTS_TIME_TOTAL="Total process time"
257MSG_SCRIPTS_TIME_PARTIAL="Part-time process"
258
[1602040]259# HTTPLOG
260MSG_HTTPLOG_NOUSE="NOT POWEROFF THIS COMPUTER"
261
262# mensajes syncronizadas
263MSG_SYNC_RESIZE="Redimensiona la imagen al tamaño necesario"
264MSG_SYNC_RESTORE="Trae el listado ficheros y baja la imagen"
265MSG_SYNC_DELETE="Diferencial: Borra archivos antiguos"
266MSG_SYNC_SLEEP="Espera que se monte/reduzca la imagen"
267# mensajes syncronizadas complementarios a errores
268MSG_SYNC_DIFFERENTFS="El sistema de ficheros de destino no coincide con el de la imagen"
269MSG_SYNC_EXTENSION="Las extensiones de la imagenes deben ser img o diff"
270MSG_SYNC_NOCHECK="La imagen esta montada por otro proceso, no podemos comprobarla"
271
272MSG_RESTORE="Restaura la imagen en"
273
Note: See TracBrowser for help on using the repository browser.