summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/it.js
blob: 27844003c033a9e88c7a05192e7888be2c5a68e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Digita un nuovo commento...",
    "Delete comment" : "Elimina commento",
    "Post" : "Post",
    "Cancel" : "Annulla",
    "Edit comment" : "Modifica commento",
    "[Deleted user]" : "[Utente eliminato]",
    "Comments" : "Commenti",
    "No other comments available" : "Non sono disponibili altri commenti",
    "More comments..." : "Altri commenti...",
    "Save" : "Salva",
    "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
    "{count} unread comments" : "{count} commenti non letti",
    "Comment" : "Commento",
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>",
    "You commented" : "Hai commentato",
    "%1$s commented" : "%1$s ha commentato",
    "You commented on %2$s" : "Hai commentato su %2$s",
    "%1$s commented on %2$s" : "%1$s ha commentato %2$s"
},
"nplurals=2; plural=(n != 1);");