diff options
Diffstat (limited to 'lib/l10n/es.json')
-rw-r--r-- | lib/l10n/es.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 5bce0a0cef6..8088ee05358 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -50,7 +50,14 @@ "App can't be installed because it is not compatible with this version of the server" : "La aplicación no se puede instalar porque no es compatible con esta versión del servidor", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n<shipped>\ntrue\n</shipped>\nque no está permitida para aplicaciones no distribuidas", "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión reportada por la App Store.", + "APCu" : "APCu", + "Redis" : "Redis", + "Server settings" : "Configuración del servidor", + "Sharing" : "Compartir", + "Encryption" : "Cifrado", + "Logging" : "Inicio de sesión", "Additional settings" : "Configuración adicional", + "Tips & tricks" : "Sugerencias y trucos", "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.", "%s enter the database username." : "%s ingresar el usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", @@ -167,6 +174,12 @@ "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage not available" : "Almacenamiento no disponible", - "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s" + "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "ownCloud %s or higher is required." : "Se necesita la versión %s o superior.", + "ownCloud %s or lower is required." : "Se necesita la versión %s o inferior.", + "App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "La aplicación \"%s\" no se puede instalar porque no es compatible con esta versión de Nextcloud.", + "App can't be installed because it is not compatible with this version of Nextcloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de Nextcloud", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión informada por la app store.", + "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Truco: Se puede acelerar la actualización ejecutando este comando SQL de forma manual: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |