Blame view
sources/apps/files_trashbin/l10n/fi_FI.php
498 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Kohdetta %s ei voitu poistaa pysyvästi", "Couldn't restore %s" => "Kohteen %s palautus epäonnistui", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Poistetut tiedostot", "Restore" => "Palauta", |
|
31b7f2792
|
7 8 |
"Error" => "Virhe", "restored" => "palautettu", |
|
03e52840d
|
9 |
"Nothing in here. Your trash bin is empty!" => "Tyhjää täynnä! Roskakorissa ei ole mitään.", |
|
31b7f2792
|
10 |
"Name" => "Nimi", |
|
31b7f2792
|
11 |
"Deleted" => "Poistettu", |
|
6d9380f96
|
12 |
"Delete" => "Poista" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |