2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-10-16 08:31:48 +04:00
|
|
|
|
"This share is password-protected" => "See jagamine on parooliga kaitstud",
|
2013-07-06 04:08:38 +04:00
|
|
|
|
"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
|
2012-09-09 04:03:35 +04:00
|
|
|
|
"Password" => "Parool",
|
2013-08-13 17:13:11 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Vabandust, see link ei tundu enam toimivat.",
|
|
|
|
|
"Reasons might be:" => "Põhjused võivad olla:",
|
|
|
|
|
"the item was removed" => "üksus on eemaldatud",
|
|
|
|
|
"the link expired" => "link on aegunud",
|
|
|
|
|
"sharing is disabled" => "jagamine on peatatud",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.",
|
2012-10-30 03:01:50 +04:00
|
|
|
|
"%s shared the folder %s with you" => "%s jagas sinuga kausta %s",
|
|
|
|
|
"%s shared the file %s with you" => "%s jagas sinuga faili %s",
|
2012-09-09 04:03:35 +04:00
|
|
|
|
"Download" => "Lae alla",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Lae üles",
|
|
|
|
|
"Cancel upload" => "Tühista üleslaadimine",
|
2013-10-27 10:32:11 +04:00
|
|
|
|
"No preview available for" => "Eelvaadet pole saadaval",
|
|
|
|
|
"Direct link" => "Otsene link"
|
2012-08-19 04:05:44 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|