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