diff options
author | ramon <ramongomez@us.es> | 2014-01-16 13:13:02 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-01-16 13:13:02 +0000 |
commit | f5991c91b7e5ea609642e2e9de010d5173b0d3fc (patch) | |
tree | 475841aa0cca1c656ca2da9a8773eefde54d59e2 /client/shared/etc/lang.en_GB.conf | |
parent | f2efc27288aa954fadcf83d9486de769f40e38ac (diff) |
#595: incluir nuevas variables de mensajes (falta traducción).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4117 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/etc/lang.en_GB.conf')
-rw-r--r-- | client/shared/etc/lang.en_GB.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/shared/etc/lang.en_GB.conf b/client/shared/etc/lang.en_GB.conf index 822b07d8..eda6c932 100644 --- a/client/shared/etc/lang.en_GB.conf +++ b/client/shared/etc/lang.en_GB.conf @@ -86,6 +86,7 @@ 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="Muestra el contenido de la imagen para comprobarla." 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." @@ -123,6 +124,7 @@ 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="Devuelve el directorio de montaje de una imagen." 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." @@ -149,6 +151,7 @@ MSG_HELP_ogIsLocked="Comprueba si una partición está bloqueada por una operaci 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." @@ -193,6 +196,7 @@ MSG_HELP_ogUnmountCache="Unmount the cache filesystem." MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount 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" |