diff options
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 6d4a863f7df..65732bf878f 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -80,6 +80,19 @@ OC.L10N.register( "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", "An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas", + "A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", + "A file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol", + "A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol", + "A file or folder has been <strong>restored</strong>" : "Foi <strong>restaurado</strong> satisfactoriamente un ficheiro ou cartafol", + "You created %1$s" : "Creou %1$s", + "%2$s created %1$s" : "%2$s creado %1$s", + "%1$s was created in a public folder" : "%1$s foi creado nun cartafol público", + "You changed %1$s" : "Cambiou %1$s", + "%2$s changed %1$s" : "%2$s cambiado %1$s", + "You deleted %1$s" : "Eliminou %1$s", + "%2$s deleted %1$s" : "%2$s eliminado %1$s", + "You restored %1$s" : "Vostede restaurou %1$s", + "%2$s restored %1$s" : "%2$s restaurado %1$s", "%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado", "%s could not be renamed" : "%s non pode cambiar de nome", "Upload (max. %s)" : "Envío (máx. %s)", |