Language pack
The application can work with several languages; the language terms and definitions are set here.
Spanish translation
Section titled “ Spanish translation”# Main menumainmenu.showhide=Mostrar/Ocultar OKMHotFoldermainmenu.shutdown=Apagar OKMHotFoldermainmenu.configuration=Configuración del servidormainmenu.folder.settings=Configuración de carpetasmainmenu.about=Acerca de...mainmenu.help=Ayudamainmenu.help.logfile=Abrir archivo logmainmenu.help.documentation=Documentación en linea
# Buttonbutton.add=Añadirbutton.save=Guardarbutton.reset=Reiniciarbutton.update=Actualizarbutton.select=Seleccionarbutton.cancel=Cancelarbutton.edit=Editarbutton.delete=Borrar
# Folder settings formform.folder.settings.title=Configuración de carpetas...form.folder.settings.local=Carpeta localform.folder.settings.remote=Carpeta remotaform.folder.settings.replace=Remplazar documentos que ya existen en el repositorio
# Application messagesform.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=Obligatoriomessage.required.field=Faltan llenar campos.message.successful=Correcto
# Form configurationform.configuration.name=Configuracionform.configuration.language=Idiomaform.configuration.version=Versión de OpenKMform.configuration.userName=Usuarioform.configuration.password=Claveform.configuration.host=Hostform.configuration.error.msg=El campo {0} no puede ser vacioform.configuration.button.accept=Aceptarform.configuration.button.cancel=Cancelarform.configuration.button.test=Pruebaform.configuration.test.ok=Conexión establecidaform.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 subirform.configuration.label.path=Ruta por defectoform.statusbar.message.connecting=Conectando...form.statusbar.message.test.connection=Probando conexión...form.configuration.useToken=Utilizar token personalform.configuration.personalToken=Token personal
# Form treeform.tree.title=Navegadorform.tree.context.root=Taxonomíaform.tree.context.templates=Plantillasform.tree.context.personal=Personalform.tree.contextmenu.newfolder=Nueva carpetaform.tree.contextmenu.renamefolder=Renombrar carpetaform.tree.contextmenu.deletefolder=Eliminar carpetaform.tree.button.select=Seleccionarform.tree.input.title=Gestión de carpetasform.tree.button.refresh=Refrescarform.tree.button.search=Buscarform.tree.button.cancel=Cancelarform.tree.msg.foldername.empty=Error, el nombre de la carpeta esta vacioform.tree.disable.tree.view=Desactivar la vista de árbolform.tree.label.selected.node=Nodo seleccionado:form.tree.contextmenu.confirm.deletefolder=¿Está seguro de que desea eliminar la carpeta seleccionada?
# Form searchform.search.title=Buscarform.search.msg.min.char=Como mínimo debe escribir 3 carácteresform.search.msg.empty=La consulta no ha devuelto ningún resultadoform.search.button.search=Buscarform.search.button.cancel=Cancelar
# Explorer formform.explorer.form.name=Editor de documentosform.explorer.context.taxonomia=Taxonomíaform.explorer.context.plantilla=Templariosform.explorer.context.usuario=Personalform.explorer.button.edit=Editarform.explorer.button.searchFolder=Buscar directorioform.explorer.button.searchDoc=Buscar documentoform.explorer.button.exit=Salirform.explorer.dataGrid.column.name=Nombreform.explorer.dataGrid.column.author=Autorform.explorer.dataGrid.column.version=Versiónform.explorer.dataGrid.column.date=Fechaform.explorer.dataGrid.column.from=Deform.explorer.tooltip.encrypted=Encriptadoform.explorer.tooltip.signed=Firmado electrónicamenteform.explorer.tooltip.lock=Bloquearform.explorer.tooltip.edit=EditarCreate a new language
Section titled “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:
-
Create 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 it is enGB); that means the file must be named OKMHotFolder-esES.properties. -
Copy into the created file the example at 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 formform.configuration.name=Configurationform.configuration.language=Languageform.configuration.version=OpenKM Version...Replace with:
# Configuration formform.configuration.name=Configuraciónform.configuration.language=Idiomaform.configuration.version=OpenKM Versión... -
Save the file in the installation folder, located at: “C:\Program Files (x86)\OpenKM\OKMHotFolder\” or in the path you selected during installation.