27 lines
1.4 KiB
JavaScript
27 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "palautettu",
|
|
"Deleted files" : "Poistetut tiedostot",
|
|
"Restore" : "Palauta",
|
|
"Not enough free space to restore the file/folder" : "Tiedoston/kansion palauttamiseksi ei ole riittävästi vapaata tilaa",
|
|
"Empty deleted files" : "Tyhjennä poistetut tiedostot",
|
|
"Confirm permanent deletion" : "Vahvista lopullinen poistaminen",
|
|
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Haluatko varmasti poistaa pysyvästi kaikki roskakorissa olevat tiedostot ja kansiot? Tätä ei voi perua.",
|
|
"Cancel" : "Peruuta",
|
|
"Original location" : "Alkuperäinen sijainti",
|
|
"Deleted by" : "Poistanut",
|
|
"Deleted" : "Poistettu",
|
|
"few seconds ago" : "muutama sekunti sitten",
|
|
"A long time ago" : "Kauan aikaa sitten",
|
|
"Unknown" : "Tuntematon",
|
|
"All files" : "Kaikki tiedostot",
|
|
"You" : "Sinä",
|
|
"List of files that have been deleted." : "Luettelo poistetuista tiedostoista.",
|
|
"No deleted files" : "Ei poistettuja tiedostoja",
|
|
"Files and folders you have deleted will show up here" : "Poistamasi tiedostot ja kansiot näkyvät täällä",
|
|
"All files have been permanently deleted" : "Kaikki tiedostot on poistettu pysyvästi",
|
|
"Deletion cancelled" : "Poistaminen peruttu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|