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

fi.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 023ac01056d58511d058546ff51d9467e89d6d1d (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(
    "files_trashbin",
    {
    "Deleted files" : "Poistetut tiedostot",
    "restored" : "palautettu",
    "This application enables users to restore files that were deleted from the system." : "Tämä sovellus mahdollistaa käyttäjien palauttaa järjestelmästä poistamiaan tiedostoja.",
    "Restore" : "Palauta",
    "Delete permanently" : "Poista pysyvästi",
    "Error while restoring file from trashbin" : "Virhe palauttaessa tiedostoa roskakorista",
    "Error while removing file from trashbin" : "Virhe poistaessa tiedostoa roskakorista",
    "Error while restoring files from trashbin" : "Virhe palauttaessa tiedostoja roskakorista",
    "Error while emptying trashbin" : "Virhe tyhjentäessä roskakoria",
    "Error while removing files from trashbin" : "Virhe poistaessa tiedostoja roskakorista",
    "This operation is forbidden" : "Tämä toiminto on kielletty",
    "This directory is unavailable, please check the logs or contact the administrator" : "Hakemisto ei ole käytettävissä. Tarkista lokit tai ole yhteydessä ylläpitoon.",
    "No deleted files" : "Ei poistettuja tiedostoja",
    "You will be able to recover deleted files from here" : "Voit palauttaa poistettuja tiedostoja tätä kautta",
    "No entries found in this folder" : "Ei kohteita tässä kansiossa",
    "Select all" : "Valitse kaikki",
    "Name" : "Nimi",
    "Actions" : "Toiminnot",
    "Deleted" : "Poistettu",
    "Delete" : "Poista"
},
"nplurals=2; plural=(n != 1);");