diff --git a/i18n/src/main/resources/openfire_i18n.properties b/i18n/src/main/resources/openfire_i18n.properties index 3bf2983338..3659009b50 100644 --- a/i18n/src/main/resources/openfire_i18n.properties +++ b/i18n/src/main/resources/openfire_i18n.properties @@ -1647,6 +1647,7 @@ system_property.xmpp.client.version-query.delay=After this amount of time has pa system_property.xmpp.server.rewrite.replace-missing-to=If the server receives a message or IQ stanza with no 'to' attribute, set the 'to' attribute to the bare JID representation of the 'from' attribute value. system_property.cluster-monitor.service-enabled=Set to true to send messages to admins on cluster events, otherwise false system_property.ldap.override.avatar=Set to true to save avatars in the local database, otherwise false +system_property.jdbc.override.avatar=Set to true to save avatars in the local database, otherwise false system_property.xmpp.domain=The XMPP domain of this server. Do not change this property directly, instead re-run the setup process. system_property.plugins.upload.magic-number.values.enabled=Enables verification of 'magic bytes' when processing uploaded data that is expected to be an Openfire plugin. system_property.plugins.upload.magic-number.values.expected-value=A list of hexadecimal representations of 'magic byte' sequences that can be used to identify an uploaded plugin file. diff --git a/i18n/src/main/resources/openfire_i18n_de.properties b/i18n/src/main/resources/openfire_i18n_de.properties index 57739b6038..b23283ad8a 100644 --- a/i18n/src/main/resources/openfire_i18n_de.properties +++ b/i18n/src/main/resources/openfire_i18n_de.properties @@ -1187,6 +1187,7 @@ system_property.xmpp.client.idle.ping=Auf true setzen, um inaktive Clients anzup system_property.cluster-monitor.service-enabled=Auf true setzen, um Nachrichten an Administratoren bei \ Cluster-Ereignissen zu senden, ansonsten false. system_property.ldap.override.avatar=Auf true setzen, um Avatare in der lokalen Datenbank zu speichern, ansonsten false. +system_property.jdbc.override.avatar=Auf true setzen, um Avatare in der lokalen Datenbank zu speichern, ansonsten false. system_property.xmpp.domain=Die XMPP-Domäne dieses Servers. Ändern Sie diese Eigenschaft nicht direkt, \ sondern führen Sie den Setup-Prozess erneut aus. system_property.provider.admin.className=Die Klasse, die verwendet werden soll, um Openfire-Administratoren zu \ diff --git a/i18n/src/main/resources/openfire_i18n_es.properties b/i18n/src/main/resources/openfire_i18n_es.properties index cd93ca0f75..e8f8fc56ec 100644 --- a/i18n/src/main/resources/openfire_i18n_es.properties +++ b/i18n/src/main/resources/openfire_i18n_es.properties @@ -1161,6 +1161,7 @@ system_property.xmpp.client.idle=Tiempo en milisegundos hasta que las sesiones i system_property.xmpp.client.idle.ping=Configurar en true para hacer ping a los clientes, en otro caso en false system_property.cluster-monitor.service-enabled=Configurar en true para enviar mensajes a los administradores en caso de ocurrir eventos con el cluster, en otro caso false system_property.ldap.override.avatar=Configurar en true para guardar avatares en la base de datos local, en otro caso false +system_property.jdbc.override.avatar=Configurar en true para guardar avatares en la base de datos local, en otro caso false system_property.xmpp.domain=El dominio XMPP de este servidor. No cambie esta propiedad directamente, en su lugar ejecute nuevamente el proceso de instalación. system_property.provider.admin.className=La clase a usar para autorizar administradores de Openfire system_property.provider.group.className=La clase a usar para determinar los grupos de los usuarios de Openfire