nextcloud/apps/systemtags/l10n/it.js

33 lines
2.0 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2016-05-10 10:30:51 +03:00
"Tags" : "Tag",
"Tagged files" : "File con tag",
"Select tags to filter by" : "Seleziona i tag per filtrare",
"Please select tags to filter by" : "Seleziona i tag per filtrare",
"No files found for the selected tags" : "Nessun file trovato per i tag selezionati",
2016-02-25 09:58:06 +03:00
"<strong>System tags</strong> for a file have been modified" : "I <strong>tag di sistema</strong> per un file sono stati modificati",
2016-04-27 08:55:59 +03:00
"You assigned system tag %3$s" : "Hai assegnato il tag di sistema %3$s",
2016-02-25 09:58:06 +03:00
"%1$s assigned system tag %3$s" : "%1$s ha assegnato il tag di sistema %3$s",
2016-04-27 08:55:59 +03:00
"You unassigned system tag %3$s" : "Hai rimosso il tag di sistema %3$s",
2016-02-25 09:58:06 +03:00
"%1$s unassigned system tag %3$s" : "%1$s ha rimosso il tag di sistema %3$s",
2016-04-27 08:55:59 +03:00
"You created system tag %2$s" : "Hai creato il tag di sistema %2$s",
2016-02-25 09:58:06 +03:00
"%1$s created system tag %2$s" : "%1$s ha creato il tag di sistema %2$s",
2016-04-27 08:55:59 +03:00
"You deleted system tag %2$s" : "Hai eliminato il tag di sistema %2$s",
2016-02-25 09:58:06 +03:00
"%1$s deleted system tag %2$s" : "%1$s ha eliminato il tag di sistema %2$s",
2016-04-27 08:55:59 +03:00
"You updated system tag %3$s to %2$s" : "Hai aggiornato il tag di sistema %3$s in %2$s",
2016-02-25 09:58:06 +03:00
"%1$s updated system tag %3$s to %2$s" : "%1$s ha aggiornato il tag di sistema %3$s in %2$s",
2016-04-27 08:55:59 +03:00
"You assigned system tag %3$s to %2$s" : "Hai assegnato il tag di sistema %3$s a %2$s",
2016-02-25 09:58:06 +03:00
"%1$s assigned system tag %3$s to %2$s" : "%1$s ha assegnato il tag di sistema %3$s a %2$s",
2016-04-27 08:55:59 +03:00
"You unassigned system tag %3$s from %2$s" : "Hai rimosso il tag di sistema %3$s da %2$s",
2016-02-25 09:58:06 +03:00
"%1$s unassigned system tag %3$s from %2$s" : "%1$s ha rimosso il tag di sistema %3$s da %2$s",
2016-02-17 09:56:11 +03:00
"%s (not-assignable)" : "%s (non assegnabile)",
"%s (invisible)" : "%s (invisibile)",
"No files in here" : "Qui non c'è alcun file",
"No entries found in this folder" : "Nessuna voce trovata in questa cartella",
"Name" : "Nome",
"Size" : "Dimensione",
"Modified" : "Modificato"
},
"nplurals=2; plural=(n != 1);");