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

it.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5025856aafa3afbb43b368e57b38de8d92c11c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_filter",
    {
    "Images" : "Immagini",
    "Videos" : "Video",
    "No images found" : "Nessuna immagine trovata",
    "Any uploaded image will show up here" : "Tutte le immagini caricate saranno mostrate qui",
    "Filter" : "Filtro",
    "Files filter" : "Filtro dei file",
    "Adds type filtered file views to the sidebar" : "Aggiunge viste di file filtrati per tipo alla barra laterale",
    "No entries found in this folder" : "Nessuna voce trovata in questa cartella",
    "Name" : "Nome",
    "Size" : "Dimensione",
    "Modified" : "Modificato",
    "Delete" : "Elimina",
    "No videos found" : "Nessun video trovato",
    "Any uploaded video will show up here" : "Tutti i video caricati saranno mostrati qui"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");