Language pack

 The application can work with several languages, there are set the languages terms definitions.

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

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


en-GB translation cannot be removed.

 Spanish translation

# Main menu
mainmenu.showhide=Mostrar/Ocultar OKMHotFolder
mainmenu.shutdown=Apagar OKMHotFolder
mainmenu.configuration=Configuración del servidor
mainmenu.folder.settings=Configuración de carpetas
mainmenu.about=Acerca de...
mainmenu.help=Ayuda
mainmenu.help.logfile=Abrir archivo log
mainmenu.help.documentation=Documentación en linea

# Button
button.add=Añadir
button.save=Guardar
button.reset=Reiniciar
button.update=Actualizar
button.select=Seleccionar
button.cancel=Cancelar
button.edit=Editar
button.delete=Borrar

# Folder settings form
form.folder.settings.title=Configuración de carpetas...
form.folder.settings.local=Carpeta local
form.folder.settings.remote=Carpeta remota
form.folder.settings.replace=Remplazar documentos que ya existen en el repositorio

# Application messages
form.message.local.path.exists=La ruta local ya existe en la configuración, intente con otra.
form.message.restar=Esta seguro de resetear todos los valores establecidos?
form.message.successful.upload=El documento ha sido subido exitosamente.
form.message.error.connection=No se pudo subir el documento, error de conexion con el servidor.
form.message.item.exists=El documento "{0}" ya existe en el repositorio "{1}", desea actualizarlo?
message.required=Obligatorio
message.required.field=Faltan llenar campos.
message.successful=Correcto

# Form configuration
form.configuration.name=Configuracion
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.request=Solicitar ruta para subir
form.configuration.label.path=Ruta por defecto
form.statusbar.message.connecting=Conectando...
form.statusbar.message.test.connection=Probando conexión...

# Form tree
form.tree.title=Navegador
form.tree.context.root=Taxonomía
form.tree.context.templates=Plantillas
form.tree.context.personal=Personal
form.tree.contextmenu.newfolder=Nueva carpeta
form.tree.contextmenu.renamefolder=Renombrar carpeta
form.tree.contextmenu.deletefolder=Eliminar carpeta
form.tree.button.select=Seleccionar
form.tree.input.title=Gestión de carpetas
form.tree.button.refresh=Refrescar
form.tree.button.search=Buscar
form.tree.button.cancel=Cancelar
form.tree.msg.foldername.empty=Error, el nombre de la carpeta esta vacio
form.tree.disable.tree.view=Desactivar la vista de árbol
form.tree.label.selected.node=Nodo seleccionado:

# 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=Editor de documentos
form.explorer.context.taxonomia=Taxonomía
form.explorer.context.plantilla=Templarios
form.explorer.context.usuario=Personal
form.explorer.button.edit=Editar
form.explorer.button.searchFolder=Buscar directorio
form.explorer.button.searchDoc=Buscar documento
form.explorer.button.exit=Salir
form.explorer.dataGrid.column.name=Nombre
form.explorer.dataGrid.column.author=Autor
form.explorer.dataGrid.column.version=Versión
form.explorer.dataGrid.column.date=Fecha
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

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. Creates a new text document named OKMHotFolder-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 is enGB ), that means the file must be named OKMHotFolder-esES.properties.

    More information about ISO 639.

  2. Copy into the file created the example of the top of the Spanish translation. Each line of text it has sections, the "Key property" and "Translation value". The first one should not be changed and the second it refers to 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 by:
    # Configuration form
    form.configuration.name=Configuración
    form.configuration.language=Idioma
    form.configuration.version=OpenKM Versión
    ...
  3. Save the file into the installation folder, located in: "C:\Program Files (x86)\OpenKM\OpenKM Digital Signature Client\" or the path you selected for installation.