diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:14 +0000 |
commit | f210a6a0e5852175dac0cebc24495355529bdb65 (patch) | |
tree | afb38e013763a9ff68d44dca8838d98d9fab60ff /lib/l10n/es_SV.js | |
parent | 6804ba0143bcf6d08ea33cb37c977bb1dc74b8dd (diff) | |
download | nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.tar.gz nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_SV.js')
-rw-r--r-- | lib/l10n/es_SV.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index 2e7f7df3fd8..8275fbfda7b 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -147,7 +147,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "No fue posible escribir en el directorio \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio config. Por favor ve %s", "Cannot write into \"apps\" directory" : "No fue posible escribir en el directorio \"apps\"", - "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio raíz. Por favor ve %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Por lo general los permisos se pueden corregir al darle al servidor web acceso de escritura al directorio raíz. Por favor ve %s.", "Setting locale to %s failed" : "Se presentó una falla al establecer la regionalización a %s", @@ -185,6 +184,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", "Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", "Can’t set expiration date more than %s days in the future" : "No es posible establecer la fecha de expiración más allá de %s días en el futuro", - "Can't read file" : "No se puede leer el archivo" + "Can't read file" : "No se puede leer el archivo", + "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"" }, "nplurals=2; plural=(n != 1);"); |