2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-07-18 06:02:51 +00:00
|
|
|
|
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
|
2012-08-31 00:07:19 +00:00
|
|
|
|
"Password" => "Salasana",
|
2013-08-01 05:57:04 +00:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.",
|
|
|
|
|
"Reasons might be:" => "Mahdollisia syitä:",
|
|
|
|
|
"the item was removed" => "kohde poistettiin",
|
|
|
|
|
"the link expired" => "linkki vanheni",
|
|
|
|
|
"sharing is disabled" => "jakaminen on poistettu käytöstä",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.",
|
2012-09-27 00:03:09 +00:00
|
|
|
|
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
|
|
|
|
|
"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
|
2012-08-31 00:07:19 +00:00
|
|
|
|
"Download" => "Lataa",
|
2013-06-30 00:13:07 +00:00
|
|
|
|
"Upload" => "Lähetä",
|
|
|
|
|
"Cancel upload" => "Peru lähetys",
|
2013-06-14 00:52:34 +00:00
|
|
|
|
"No preview available for" => "Ei esikatselua kohteelle"
|
2012-08-16 22:45:46 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|