Language pack
The application can work with several languages; language term definitions are set here.
Spanish translation
Section titled “ Spanish translation”# Main menumainmenu.showhide=Mostrar/Ocultar OKMPrintermainmenu.shutdown=Apagar OKMPrintermainmenu.configuration=Configuraciónmainmenu.about=Acerca de...mainmenu.help=Ayudamainmenu.help.documentation=Documentación en lineamainmenu.help.logfile=Abrir archivo log
# Buttonbutton.accept=Aceptarbutton.cancel=Cancelarbutton.close=Cerrarbutton.search=Buscarbutton.refresh=Refrescar
# Application messagesform.message.upload.path=Desea subir el documento a la ruta predeterminadaform.message.upload.path.empty=La ruta para subir el documento esta en blanco?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.rename.document=Nombre del documento a subir:form.message.item.exists=¿El documento ya existe en el repositorio, deseas actualizarlo?form.message.cancel.process=Proceso cancelado.form.message.successful.update=El documento ha sido actualizado exitosamente..form.message.alert.invalid.characters=El nombre del archivo no puede contener los siguientes caracteres: <>|:*?\/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 OKMPrinter-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); this means the file must be named OKMPrinter-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 is 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 OKMPrinter folder, located at “C:\OKMPrinter”.