diff options
Diffstat (limited to 'apps/settings/l10n/es.js')
-rw-r--r-- | apps/settings/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 1bfa0d71a6c..0a8fcdd8fb5 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -73,6 +73,8 @@ OC.L10N.register( "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "El número máximo de claves de OPcache está casi superado. Para asegurar que todos los scripts puedan mantenerse en la caché, se recomienda aplicar <code>opcache.max_accelerated_files</code> a su configuración de PHP con un valor superior a <code>%s</code>.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.", + "Administrator documentation" : "Documentación del adminsitrador", + "User documentation" : "Documentación de usuario", "Invalid SMTP password." : "Contraseña SMTP inválida", "Email setting test" : "Prueba de configuración de correo", "Well done, %s!" : "¡Bien hecho, %s!", @@ -170,7 +172,6 @@ OC.L10N.register( "View in store" : "Ver en la tienda", "Visit website" : "Visite el sitio web", "Report a bug" : "Notificar un error", - "User documentation" : "Documentación de usuario", "Admin documentation" : "Documentación de administrador", "Developer documentation" : "Documentación de desarrollador", "This app is supported via your current Nextcloud subscription." : "Esta App está soportada a través de su suscripción actual de Nexcloud.", @@ -430,7 +431,6 @@ OC.L10N.register( "An error occurred during the request. Unable to proceed." : "Ha ocurrido un error durante la solicitud. No se puede continuar.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La app ha sido activada pero tiene que actualizarse. Serás redirigido a la página de actualización en 5 segundos.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: Esta app no se puede activar porque hace inestable al servidor", - "Administrator documentation" : "Documentación del adminsitrador", "Documentation" : "Documentación", "Forum" : "Foro", "Login" : "Iniciar sesión", |