2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-07-18 10:02:51 +04:00
|
|
|
|
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
|
2012-08-31 04:07:19 +04:00
|
|
|
|
"Password" => "Salasana",
|
|
|
|
|
"Submit" => "Lähetä",
|
2013-08-01 09:57:04 +04: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 04:03:09 +04: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 04:07:19 +04:00
|
|
|
|
"Download" => "Lataa",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Lähetä",
|
|
|
|
|
"Cancel upload" => "Peru lähetys",
|
2013-06-14 04:52:34 +04:00
|
|
|
|
"No preview available for" => "Ei esikatselua kohteelle"
|
2012-08-17 02:45:46 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|