diff options
Diffstat (limited to 'apps/files/l10n/es_AR.js')
-rw-r--r-- | apps/files/l10n/es_AR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_AR.js b/apps/files/l10n/es_AR.js index 4ddc48ad1cf..6f80543cee0 100644 --- a/apps/files/l10n/es_AR.js +++ b/apps/files/l10n/es_AR.js @@ -102,9 +102,7 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de sus strong>favoritos</strong>", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>", "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>", - "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>", - "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>", "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Cargar (max. %s)", "File handling" : "Administración de archivos", @@ -146,6 +144,8 @@ OC.L10N.register( "Copy local link" : "Copiar link local", "Folder" : "Carpeta", "Upload" : "Cargar", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>", "No favorites" : "No hay favoritos" }, "nplurals=2; plural=(n != 1);"); |