fi_FI.php 498 B

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