source: client/shared/etc/lang.en_GB.conf @ 904be96

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 904be96 was b32f902, checked in by ramon <ramongomez@…>, 12 years ago

#602: Nueva función ogIsWritable en librería FileSystem que indica si un sistema de archivos está montado con permiso de escritura.

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

  • Property mode set to 100644
File size: 13.4 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"
[4fd2ac3]12MSG_ERR_FILESYS="Unknown or unmounted filesystem"
[29ffcea]13MSG_ERR_NOTOS="Undetected operating system"
14MSG_ERR_IMAGE="Cannot create or cannot restore an image"
[4fd2ac3]15MSG_ERR_NOTEXEC="The function or binary is not executable"
16MSG_ERR_NOTWRITE="Write permission denied"
[29ffcea]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"
[f7c8992]21MSG_ERR_IMGSIZEPARTITION="Restauration error: the partition is smaller than the image"
22MSG_ERR_UCASTSYNTAXT="Error in the generation of Unicast transfer syntax"
23MSG_ERR_UCASTSENDPARTITION="Error in sending an Unicast partition"
24MSG_ERR_UCASTSENDFILE="Error in sending an Unicast file"
25MSG_ERR_UCASTRECEIVERPARTITION="Error in receiving an Unicast partition"
26MSG_ERR_UCASTRECEIVERFILE="Error in receiving an Unicast file"
[4fd2ac3]27MSG_ERR_MCASTSYNTAXT="Error en la generación de sintaxis de transferenica multicast"
28MSG_ERR_MCASTSENDFILE="Error en envio MULTICAST de un fichero"
29MSG_ERR_MCASTRECEIVERFILE="Error en la recepcion MULTICAST de un fichero"
30MSG_ERR_MCASTSENDPARTITION="Error en envio MULTICAST de una particion"
31MSG_ERR_MCASTRECEIVERPARTITION="Error en la recepcion MULTICAST de un fichero"
32MSG_ERR_PROTOCOLJOINMASTER="Error en la conexion de una sesion UNICAST|MULTICAST con el MASTER"
[e27c4f4]33MSG_ERR_DONTMOUNT_IMAGE="Error al montar la imagen"
[cd1f048]34MSG_ERR_DONTUNMOUNT_IMAGE="Error al desmontar la imagen"
[2d5c703]35MSG_ERR_DONTSYNC_IMAGE="Imagen no sincronizable"
[4fd2ac3]36
37# Warning messages.
38MSG_DONTMOUNT="Unmounted filesystem"
39MSG_DONTUNMOUNT="Cannot unmount the filesystem"
40
41# Help auxiliary menssages.
42MSG_64BIT="64 bit"
43MSG_ERROR="Error"
44MSG_EXAMPLE="Example"
45MSG_FORMAT="Format"
46MSG_FUNCTION="Function"
47MSG_HARDWAREINVENTORY="Hardware inventory"
48MSG_IMAGE="image"
49MSG_INSTALLED="installed"
50MSG_NOCACHE="no lacal cache"
51MSG_NOEXTENDED="no extended partition"
52MSG_NOFORMAT="no formatted"
53MSG_PARTITION="partition"
54MSG_PROTOCOL="protocol"
55MSG_RESERVEDVALUE="Reserved value"
56MSG_UNKNOWN="Unknown"
57
58# Mensajes del proceso de arranque.
59MSG_DETECTLVMRAID="Detecting LVM and RAID meta-devices."
60MSG_ERRBOOTMODE="$MSG_ERROR: unknown boot mode."
61MSG_LAUNCHCLIENT="Launching client browser."
62MSG_LOADAPI="Loading clonning engine functions."
63MSG_LOADMODULES="Loaging kernel modules."
64MSG_MAKELINKS="Making symbolic links."
65MSG_MOUNTREPO="Mounting repository using %s, %s mode."
66MSG_OFFLINEMODE="Off-line boot mode."
67MSG_OTHERSERVICES="Starting other services."
68MSG_POWEROFFCONF="Setting power saving parameters."
[139ed53]69
70# Default menu messages.
71MSG_BOOT="Boot"
72MSG_DUPLEX="Duplex"
73MSG_HOSTNAME="Hostname"
74MSG_IPADDR="IP Address"
75MSG_MACADDR="MAC Address"
76MSG_MENUTITLE="Options menu"
77MSG_POWEROFF="Shutdown computer"
78MSG_SPEED="Speed"
[4fd2ac3]79
80# API functions menssages.
[2d5c703]81MSG_HELP_ogAddCmd="Add commands to file created by ogInstalMiniSetup function."
[4fd2ac3]82MSG_HELP_ogAddRegistryKey="Add a new Windows registry key."
83MSG_HELP_ogAddRegistryValue="Add a new Windows registry value."
84MSG_HELP_ogBoot="Boot a installed operating system."
85MSG_HELP_ogCalculateChecksum="Calculate file checksum."
86MSG_HELP_ogCheckFs="Check a filesystem."
87MSG_HELP_ogCompareChecksumFiles="Compare if the checksums match."
88MSG_HELP_ogCopyFile="Copy a file to other storage."
89MSG_HELP_ogCreateCache="Reserve space for the cache partition at the end of disc 1."
[8361974]90MSG_HELP_ogCreateFileImage="Crea/Redimensiona el archivo de la imagen sincronizada"
[4fd2ac3]91MSG_HELP_ogCreateImage="Create an exact image from a local filesystem."
[1ee5d4d3]92MSG_HELP_ogCreateInfoImage="Crea informacion del contenido de la imagen"
[4fd2ac3]93MSG_HELP_ogCreateMbrImage="Create an MBR image."
94MSG_HELP_ogCreatePartitions="Create the disc partition table."
[2d5c703]95MSG_HELP_ogCreatePartitionTable="Create a new disc partition table, if necesary."
96MSG_HELP_ogDeleteCache="Delete local cache partition."
[4fd2ac3]97MSG_HELP_ogDeleteFile="Delete a file."
[4b8c36a]98MSG_HELP_ogDeletePartitionTable="Delete disk table partition"
[4fd2ac3]99MSG_HELP_ogDeleteRegistryKey="Delete an empty Windows registry key."
[f7c8992]100MSG_HELP_ogDeleteRegistryValue="Delete a Windows registry value."
[4fd2ac3]101MSG_HELP_ogDeleteTree="Delete a directory tree."
102MSG_HELP_ogDevToDisk="Display the order number of disk or partition for the device file path."
103MSG_HELP_ogDiskToDev="Display the device file path for the order number of disk or partition."
104MSG_HELP_ogEcho="Display and log messages."
105MSG_HELP_ogExtendFs="Extiende el tamaño de un sistema de archivo al máximo de su partición."
106MSG_HELP_ogFindCache="Indica la partición reservada para caché local."
[29ffcea]107MSG_HELP_ogFormat="Format a filesystem."
108MSG_HELP_ogFormatCache="Format (purge) the local cache."
[4fd2ac3]109MSG_HELP_ogFormatFs=$MSG_HELP_ogFormat
[29ffcea]110MSG_HELP_ogGetArch="Return the client architecture."
111MSG_HELP_ogGetCacheSize="Return the cache partition size."
[4fd2ac3]112MSG_HELP_ogGetCacheSpace="Devuelve el espacio máximo disponible que puede ser reservado para la partición de caché local."
[2d5c703]113MSG_HELP_ogGetDiskSize="Return the disc size."
[29ffcea]114MSG_HELP_ogGetFsSize="Return the filesystem size."
115MSG_HELP_ogGetFsType="Return the filesystem type."
[2d5c703]116MSG_HELP_ogGetGroupDir="Return the group directory path for the client."
117MSG_HELP_ogGetGroupName="Return the group name for the client."
[4fd2ac3]118MSG_HELP_ogGetHivePath="Devuelve el camino completo del fichero de una sección del registro de Windows."
[29ffcea]119MSG_HELP_ogGetHostname="Return the client's hostname."
120MSG_HELP_ogGetIpAddress="Return the client's IP address."
[f7c8992]121MSG_HELP_ogGetImageSize="Return the system image size."
[2d5c703]122MSG_HELP_ogGetLastSector="Return the last available sector for a disc o partition."
[f7c8992]123MSG_HELP_ogGetMacAddress="Return the client Ethernet address."
124MSG_HELP_ogGetMountPoint="Return the local filesystem mount point."
125MSG_HELP_ogGetOsType="Return the operating system type."
126MSG_HELP_ogGetOsVersion="Return the operating system version."
[4fd2ac3]127MSG_HELP_ogGetParentPath=$"Devuelve el camino completo del directorio padre de un fichero de sistema OpenGnSys."
[f7c8992]128MSG_HELP_ogGetPartitionActive="Return the active partitión of the disk."
[4fd2ac3]129MSG_HELP_ogGetPartitionId="Devuelve el identificador de tipo de una partición."
130MSG_HELP_ogGetPartitionSize="Devuelve el tamaño de una partición."
[2d5c703]131MSG_HELP_ogGetPartitionTableType="Return the disc partiton table type."
[4fd2ac3]132MSG_HELP_ogGetPartitionType="Devuelve el mnemónico de tipo de una partición."
133MSG_HELP_ogGetPath="Devuelve el camino completo de un fichero de sistema OpenGnSys."
134MSG_HELP_ogGetRegistryValue="Devuelve el dato de un valor del registro de Windows."
135MSG_HELP_ogGetRepoIp="Devuelve la dirección IP del repositorio de datos."
136MSG_HELP_ogGetServerIp="Devuelve la dirección IP del servidor principal."
137MSG_HELP_ogGetWindowsName="Devuelve el nombre del cliente guardado en el registro de Windows."
[f7c8992]138MSG_HELP_ogHelp="Show the help menssages for functions."
139MSG_HELP_ogHidePartition="hide a Windows partition."
[4fd2ac3]140MSG_HELP_ogIdToType="Devuelve el mnemónico asociado al identificador de tipo de partición."
[2d5c703]141MSG_HELP_ogInstallLinuxClient="Installs OpenGnSys agent in a GNU/Linux operating system."
142MSG_HELP_ogInstallMiniSetup="Instala un archivo que se ejecutará en el arranque de Windows."
143MSG_HELP_ogInstallWindowsClient="Installs OpenGnSys agent in a Windows operating system."
[4fd2ac3]144MSG_HELP_ogIsFormated="Comprueba si un sistema de archivos está formateado."
145MSG_HELP_ogIsImageLocked="Comprueba si una imagen está bloqueada por una operación de uso exclusivo."
[b32f902]146MSG_HELP_ogIsLocked="Comprueba si una partición está bloqueada por una operación de uso exclusivo."
[4fd2ac3]147MSG_HELP_ogIsMounted="Comprueba si un sistema de archivos está montado."
148MSG_HELP_ogIsNewerFile="Comprueba si un fichero es más nuevo (se ha modificado después) que otro."
[b32f902]149MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked
[4fd2ac3]150MSG_HELP_ogIsValidType="Comprueba si el tipo de sistema de archivos es válido para un identificador de partición."
[b32f902]151MSG_HELP_ogIsWritable="Comprueba si un sistema de archivos está montado con permiso de escritura."
[4fd2ac3]152MSG_HELP_ogLinuxBootParameters="Devuelve los parámetros de arranque de un sistema operativo Linux instalado."
[f7c8992]153MSG_HELP_ogListHardwareInfo="List the cleint hardware inventory."
154MSG_HELP_ogListPartitions="List the disk partitions table."
[4fd2ac3]155MSG_HELP_ogListRegistryKeys="Lista los nombres de las subclaves incluidas en una clave del registro de Windows."
156MSG_HELP_ogListRegistryValues="Lista los nombres de los valores incluidos en una clave del registro de Windows."
157MSG_HELP_ogListSoftware="Lista el inventario de programas instalados en un sistema operativo."
158MSG_HELP_ogLock="Bloquea una partición para operación de uso exclusivo."
159MSG_HELP_ogLockImage="Bloquea una imagen para operación de uso exclusivo."
160MSG_HELP_ogLockPartition=$MSG_HELP_ogLock
[a226ffc]161MSG_HELP_ogMakeChecksumFile="Store the file checksum."
162MSG_HELP_ogMakeDir="Make a directory."
163MSG_HELP_ogMount="Mount a filesystem and display its mount point."
164MSG_HELP_ogMountCache="Mount the cache filesystem."
[4fd2ac3]165MSG_HELP_ogMountCdrom=""
166MSG_HELP_ogMountFs=$MSG_HELP_ogMount
[cd1f048]167MSG_HELP_ogMountImage="Monta una imagen sincronizable"
[4fd2ac3]168MSG_HELP_ogRaiseError="Muestra y registra mensajes de error y devuelve el código correspondiente."
169MSG_HELP_ogReduceFs="Reduce el tamaño del sistema de archivos al mínimo ocupado por sus datos."
[cd1f048]170MSG_HELP_ogReduceImage="Reduce el tamaño de la imagen"
[f7c8992]171MSG_HELP_ogRestoreImage="Restore a filesystem image."
[1ee5d4d3]172MSG_HELP_ogRestoreInfoImage="Restablece informacion del sistema: acl y enlaces simbolicos"
[f7c8992]173MSG_HELP_ogRestoreMbrImage="Restore the boot sector image (MBR)."
[4fd2ac3]174MSG_HELP_ogSetPartitionActive="Establece el número de partición activa de un disco."
[ec6de25]175MSG_HELP_ogSetPartitionId="Change the partition identification using mnemonic."
[a226ffc]176MSG_HELP_ogSetPartitionSize="Set the partition size."
[ec6de25]177MSG_HELP_ogSetPartitionType="Change the partition identification usign hexadecimal id."
[4fd2ac3]178MSG_HELP_ogSetRegistryValue="Asigna un dato a un valor del registro de Windows."
[a226ffc]179MSG_HELP_ogSetWindowsName="Asign the Windows hostname."
180MSG_HELP_ogSetWinlogonUser="Asign the Windows default username."
[1ee5d4d3]181MSG_HELP_ogSyncCreate="Sincroniza los datos de la particion a la imagen"
182MSG_HELP_ogSyncRestore="Sincroniza los datos de la imagen a la particion"
[4fd2ac3]183MSG_HELP_ogTypeToId="Devuelve el identificador asociado al mnemónico de tipo de partición."
[a226ffc]184MSG_HELP_ogUnhidePartition="Unhide a Windows partition."
[4fd2ac3]185MSG_HELP_ogUnlock="Desbloquea una partición tras finalizar una operación de uso exclusivo."
186MSG_HELP_ogUnlockImage="Desbloquea una imagen tras finalizar una operación de uso exclusivo."
187MSG_HELP_ogUnlockPartition=$MSG_HELP_ogUnlock
[a226ffc]188MSG_HELP_ogUnmount="Unmount a filesystem."
[1ee5d4d3]189MSG_HELP_ogUnmountAll="Unmount all filesystems."
[a226ffc]190MSG_HELP_ogUnmountCache="Unmount the cache filesystem."
[4fd2ac3]191MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount
[1ee5d4d3]192MSG_HELP_ogUnmountImage="Desmonta la imagen"
[4b8c36a]193MSG_HELP_ogUpdatePartitionTable="Update info about disk partition table "
[4fd2ac3]194
[1ee5d4d3]195# scripts
196MSG_HELP_configureOs="Post-configura de arranque del sistema"
[e27c4f4]197MSG_HELP_createBaseImage="Genera imagen basica de la particion"
198MSG_HELP_createDiffImage="Genera imagen diferencial de la particion respecto a la imagen basica"
199MSG_HELP_restoreBaseImage="Restaura una imagen basica en una particion"
200MSG_HELP_restoreDiffImage="Restaura una imagen diferencial en una particion"
[1ee5d4d3]201MSG_HELP_updateCache="Realiza la actualizacion de la cache"
202
[e272d9e]203# INTERFACE functions menssages.
[f7c8992]204MSG_INTERFACE_START="[START Interface] Run this command: "
[e272d9e]205MSG_INTERFACE_END="[END Interface] Command finished with this code: "
206
207# SCRIPTS  messages.
208MSG_SCRIPTS_START=" START scripts: "
209MSG_SCRIPTS_END=" END scripts: "
[e27c4f4]210MSG_SCRIPTS_TASK_END="Fin de la tarea"
[e272d9e]211
[4371552]212MSG_SCRIPTS_TASK_SLEEP="Waiting for starting"
213MSG_SCRIPTS_TASK_START="Starting"
214MSG_SCRIPTS_TASK_ERR="Error"
215
[2d5c703]216# createImage script
[e272d9e]217MSG_SCRIPTS_FILE_RENAME=" Rename image-file previous: "
218MSG_SCRIPTS_CREATE_SIZE=" Check size (KB) required to store and the size available: "
219
[2d5c703]220# updateCache script
[4371552]221MSG_SCRIPTS_UPDATECACHE_DOUPDATE="Checking if is necesary to do update image file"
222MSG_SCRIPTS_UPDATECACHE_CHECKSIZECACHE="Checking CACHE size is greater than image file."
[04f50f0]223MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobamos si hay que la imagen del repositorio es mayor que la de la cache."
[4371552]224MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Checking CACHE size free and get alternativae by engine.cfg"
225
226MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session  McastServer:SessionPort:DataPort"       
227
[e272d9e]228# interface sustituye temporalmente al scritp restore
229MSG_SCRIPTS_CHECK_ENGINE="Check next command depend on engine.cfg"
230MSG_SCRIPTS_MULTICAST_PRECHECK_PORT="Check multicast main and auxiliar port."
231MSG_SCRIPTS_MULTICAST_CHECK_PORT="Check multicast session port and data port"
232MSG_SCRIPTS_MULTICAST_REQUEST_PORT="Request opening multicast port: "
233MSG_SCRIPTS_OS_CONFIGURE="Sarting restores operating system restored"
234
235# TIME MESSAGES
236MSG_SCRIPTS_TIME_TOTAL="Total process time"
237MSG_SCRIPTS_TIME_PARTIAL="Part-time process"
238
[2d5c703]239# HTTPLOG
[139ed53]240MSG_HTTPLOG_NOUSE="NOT POWEROFF THIS COMPUTER"
[1ee5d4d3]241
242# mensajes syncronizadas
243MSG_SYNC_RESIZE="Redimensiona la imagen al tamaño necesario"
244MSG_SYNC_RESTORE="Trae el listado ficheros y baja la imagen"
245MSG_SYNC_DELETE="Diferencial: Borra archivos antiguos"
246MSG_SYNC_SLEEP="Espera que se monte la imagen"
247# mensajes syncronizadas complementarios a errores
248MSG_SYNC_EXTENSION="Las extensiones de la imagenes deben ser img o diff"
249
250MSG_RESTORE="Restaura la imagen en"
[2d5c703]251
Note: See TracBrowser for help on using the repository browser.