Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b05cd7ea98f044f8b184c4556bbdd4eac97e4303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "systemtags",
    {
    "<strong>System tags</strong> for a file have been modified" : "I <strong>tag di sistema</strong> per un file sono stati modificati",
    "%1$s assigned system tag %3$s" : "%1$s ha assegnato il tag di sistema %3$s",
    "%1$s unassigned system tag %3$s" : "%1$s ha rimosso il tag di sistema %3$s",
    "%1$s created system tag %2$s" : "%1$s ha creato il tag di sistema %2$s",
    "%1$s deleted system tag %2$s" : "%1$s ha eliminato il tag di sistema %2$s",
    "%1$s updated system tag %3$s to %2$s" : "%1$s ha aggiornato il tag di sistema %3$s in %2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s ha assegnato il tag di sistema %3$s a %2$s",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s ha rimosso il tag di sistema %3$s da %2$s",
    "%s (not-assignable)" : "%s (non assegnabile)",
    "%s (invisible)" : "%s (invisibile)",
    "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",
    "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);");