diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-21 02:14:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-21 02:14:44 +0000 |
commit | 67ce025d6190975b6c2b5a09ae700051d28f6b73 (patch) | |
tree | 46db61b91ffe853ad21a47c963d738a5bfd4c3c0 /apps/files_sharing/l10n/es_GT.js | |
parent | 9aaa370e07099484df025ec95e017a7baa4e3633 (diff) | |
download | nextcloud-server-67ce025d6190975b6c2b5a09ae700051d28f6b73.tar.gz nextcloud-server-67ce025d6190975b6c2b5a09ae700051d28f6b73.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es_GT.js')
-rw-r--r-- | apps/files_sharing/l10n/es_GT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/es_GT.js b/apps/files_sharing/l10n/es_GT.js index 5ab6e3c2459..33990b70d52 100644 --- a/apps/files_sharing/l10n/es_GT.js +++ b/apps/files_sharing/l10n/es_GT.js @@ -85,7 +85,6 @@ OC.L10N.register( "Not a directory" : "No es una carpeta", "Could not lock path" : "No fue posible bloquear la ruta", "Wrong or no update parameter given" : "El parametro de actualización está erróneo o falta", - "Cannot increase permissions" : "No es posible incrementar los permisos", "shared by %s" : "compartido por %s", "Direct link" : "Liga directa", "Share API is disabled" : "El API para compartir está deshabilitado", @@ -134,6 +133,7 @@ OC.L10N.register( "Add to your Nextcloud" : "Agregar a tu Nextcloud", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", - "Sorry, this link doesn’t seem to work anymore." : "Lo sentimos, parece que esta liga ya no funciona. " + "Sorry, this link doesn’t seem to work anymore." : "Lo sentimos, parece que esta liga ya no funciona. ", + "Cannot increase permissions" : "No es posible incrementar los permisos" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |