nextcloud/apps/comments/l10n/it.js

24 lines
1021 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-04-23 08:56:02 +03:00
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>",
2016-03-24 08:57:28 +03:00
"You commented" : "Hai commentato",
2016-02-17 09:56:11 +03:00
"%1$s commented" : "%1$s ha commentato",
2016-03-24 08:57:28 +03:00
"You commented on %2$s" : "Hai commentato su %2$s",
2016-02-17 09:56:11 +03:00
"%1$s commented on %2$s" : "%1$s ha commentato %2$s",
"Comments" : "Commenti",
"Type in a new comment..." : "Digita un nuovo commento...",
"Delete comment" : "Elimina commento",
2016-02-25 09:58:06 +03:00
"Post" : "Commento",
2016-02-17 09:56:11 +03:00
"Cancel" : "Annulla",
"Edit comment" : "Modifica commento",
"[Deleted user]" : "[Utente eliminato]",
2016-02-25 09:58:06 +03:00
"No other comments available" : "Non sono disponibili altri commenti",
2016-02-17 09:56:11 +03:00
"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"
},
"nplurals=2; plural=(n != 1);");