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