diff options
Diffstat (limited to 'apps/files_sharing/l10n/it.js')
-rw-r--r-- | apps/files_sharing/l10n/it.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 6f2996bf087..32d6923988a 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -63,12 +63,16 @@ OC.L10N.register( "{user} unshared {file} from you" : "{user} ha rimosso la condivisione {file} con te", "Shared with {user}" : "Condivisa con {user}", "Removed share for {user}" : "Condivisione rimossa per {user}", + "You removed yourself" : "Hai rimosso te stesso", + "{actor} removed themselves" : "{actor} ha rimosso se stesso", "{actor} shared with {user}" : "{actor} ha condiviso con {user}", "{actor} removed share for {user}" : "{actor} ha rimosso la condivisione con {user}", "Shared by {actor}" : "Condiviso da {actor}", "{actor} removed share" : "{actor} ha rimosso la condivisione", "You shared {file} with {user}" : "Hai condiviso {file} con {user}", "You removed {user} from {file}" : "Hai rimosso {user} da {file}", + "You removed yourself from {file}" : "Hai rimosso te stesso da {file}", + "{actor} removed themselves from {file}" : "{actor} ha rimosso se stesso da {file}", "{actor} shared {file} with {user}" : "{actor} ha condiviso {file} con {user}", "{actor} removed {user} from {file}" : "{actor} ha rimosso {user} da {file}", "{actor} shared {file} with you" : "{actor} ha condiviso {file} con te", |