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

fi.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 734fdbd9d0a1b28fa573a3ab6ac89f121d71a06e (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" : "Kuvat",
    "Videos" : "Videot",
    "No images found" : "Kuvia ei löytynyt",
    "Any uploaded image will show up here" : "Mikä tahansa lähetetty kuva ilmestyy tähän",
    "Filter" : "Suodata",
    "Files filter" : "Tiedostojen suodatin",
    "Adds type filtered file views to the sidebar" : "Lisää tyyppisuodatettuja tiedostonäkymiä sivupalkkiin",
    "No entries found in this folder" : "Tästä kansiosta ei löytynyt tietueita",
    "Name" : "Nimi",
    "Size" : "Koko",
    "Modified" : "Muokattu",
    "Delete" : "Poista",
    "No videos found" : "Videoita ei löytynyt",
    "Any uploaded video will show up here" : "Mikä tahansa lähetetty video ilmestyy tähän"
},
"nplurals=2; plural=(n != 1);");