diff options
Diffstat (limited to 'apps/files_sharing/l10n/pt_BR.js')
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index a838bba8f0a..082efd95d16 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -63,12 +63,16 @@ OC.L10N.register( "{user} unshared {file} from you" : "{user} descompartilhou {file} de você", "Shared with {user}" : "Compartilhado com {user}", "Removed share for {user}" : "Excluiu compartilhamento para {user}", + "You removed yourself" : "Você saiu", + "{actor} removed themselves" : "{actor} removeu eles mesmos", "{actor} shared with {user}" : "{actor} compartilhado com {user}", "{actor} removed share for {user}" : "{actor} excluiu o compartilhamento para {user}", "Shared by {actor}" : "Compartilhado por {actor}", "{actor} removed share" : "{actor} compartilhamento removido", "You shared {file} with {user}" : "Você compartilhou {file} com {user}", "You removed {user} from {file}" : "Você excluiu {user} de {file}", + "You removed yourself from {file}" : "Você saiu de {file}", + "{actor} removed themselves from {file}" : "{actor} removeu eles mesmos de {file}", "{actor} shared {file} with {user}" : "{actor} compartilhou {file} com {user}", "{actor} removed {user} from {file}" : "{actor} excluiu {user} de {file}", "{actor} shared {file} with you" : "{actor} compartilhou {file} com você", |