Language pack

 The application can work with several languages; the language terms and definitions are set there.

Sometimes translations are not fully completed and some terms are missing. The "en-GB" version is used to identify which terms are missing and how many.

When a term is missing in other languages, the "en-GB" term is used in its place.

The en-GB translation cannot be removed.

Spanish translation

# Main menu
mainmenu.file=Fichero
mainmenu.configuration=Configuración
mainmenu.exit=Salir
mainmenu.help=Ayuda
mainmenu.about=Acerca de...
mainmenu.configuration.server=Configurar servidor
mainmenu.help.documentation=Documentación en linea
mainmenu.help.logfile=Abrir archivo log
mainmenu.upload=Subir
mainmenu.download=Descargar

# Buttons
button.accept=Aceptar
button.cancel=Cancelar
button.close=Cerrar
button.search=Buscar
button.refresh=Refrescar
button.crop=Recortar
button.restore=Restaurar
button.save=Guardar
button.skip=Omitir
button.next=Siguiente
button.rename=Renombrar
button.add=Añadir

# Application forms
form.main.title=OKMDownloadTool
form.about.title=Acerca de

# Application messages
message.alert.message=En proceso, por favor espere...
message.exists.folder=La ruta de destino no existe.
message.exit.app=¿Desea salir de la aplicación?
message.connection.error=Error de conexión con el servidor.
message.app.requirements.adobe=Para un correcto funcionamiento se requiere instalar Adobe Reader.
message.successful=Correcto

# Form configuration
form.configuration.name=Configuracion del servidor
form.configuration.language=Idioma
form.configuration.version=Versión de OpenKM
form.configuration.userName=Usuario
form.configuration.password=Clave
form.configuration.host=Host
form.configuration.error.msg=El campo {0} no puede ser vacio
form.configuration.button.accept=Aceptar
form.configuration.button.cancel=Cancelar
form.configuration.button.test=Prueba
form.configuration.test.ok=Conexión establecida
form.configuration.test.error=La prueba de conexión ha fallado!!!
form.configuration.connection.error=La conexión ha fallado!!!
form.configuration.label.addMetadata=Añadir grupo de metadatos
form.statusbar.message.connecting=Conectando...
form.statusbar.message.test.connection=Probando conexión...
form.configuration.useToken=Utilizar token personal
form.configuration.personalToken=Token personal

# Form search
form.search.title=Buscar
form.search.msg.min.char=Como mínimo debe escribir 3 carácteres
form.search.msg.empty=La consulta no ha devuelto ningún resultado
form.search.button.search=Buscar
form.search.button.cancel=Cancelar

# Explorer form
form.explorer.form.name=Editar documentos
form.explorer.context.taxonomia=Taxonomia
form.explorer.context.plantilla=Plantillas
form.explorer.context.usuario=Personal
form.explorer.button.edit=Editar
form.explorer.button.select=Seleccionar
form.explorer.button.searchFolder=Buscar carpeta
form.explorer.button.searchDoc=Buscar documento
form.explorer.button.searchMail=Buscar mail
form.explorer.button.searchrecord=Buscar registro
form.explorer.button.exit=Salir
form.explorer.button.sign=Firmar
form.explorer.dataGrid.column.name=Nombre
form.explorer.dataGrid.column.author=Autor
form.explorer.dataGrid.column.version=Version
form.explorer.dataGrid.column.date=Fecha
form.explorer.dataGrid.column.size=Tamaño
form.explorer.dataGrid.column.from=De
form.explorer.tooltip.encrypted=Encriptado
form.explorer.tooltip.signed=Firmado electrónicamente
form.explorer.tooltip.lock=Bloquear
form.explorer.tooltip.edit=Editar

# Download form
form.download.label.downloadPath=Ruta de descarga:
form.download.message.selectDownloadPath=Seleccione la ruta de descarga
form.button.download=Descargar
form.button.cancelDownload=Cancelar descarga
form.download.completed=Descarga completada.
form.download.message.cancelDownload=Descarga cancelada.
form.download.message.cancelDownloadByUser=Descarga cancelada por el usuario.
form.download.message.failed=Fallidos
form.download.message.success=Exitosos
form.download.message.downloadIn=Archivo descargado en
form.download.message.error=Error al descargar el archivo
form.download.message.startingDownload=Iniciando la descarga

Create a new language

Language translations are displayed with the following structure.

Key property

=

Translation value

To create a file with a new language, follow these steps:

  1. Create a new text document named OKMBulkUploader-xxXX with the .properties extension, where xxXX refers to the language identifier (ISO 639).
    For example, in the case of the Spanish language, it would be esES (in English, enGB), which means the file must be named OKMBulkUploader-esES.properties.

    More information about ISO 639.

  2. Copy into the file you created the example from the top of the Spanish translation. Each line of text has two sections: the "Key property" and the "Translation value". The first should not be changed; the second refers to the translated text and is what you should change.
    For example:
    # Configuration form
    form.configuration.name=Configuration
    form.configuration.language=Language
    form.configuration.version=OpenKM Version
    ...
    Replace with:
    # Configuration form
    form.configuration.name=Configuración
    form.configuration.language=Idioma
    form.configuration.version=OpenKM Versión
    ...
  3. Save the file in the installation folder, located at: "C:\Program Files (x86)\OpenKM\OKMDownloadTool\" or the path you selected for installation.