2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "Jagas {owner}",
|
2013-10-16 04:31:48 +00:00
|
|
|
|
"This share is password-protected" => "See jagamine on parooliga kaitstud",
|
2013-07-06 00:08:38 +00:00
|
|
|
|
"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
|
2012-09-09 00:03:35 +00:00
|
|
|
|
"Password" => "Parool",
|
2013-08-13 13:13:11 +00: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.",
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"shared by %s" => "jagas %s",
|
2013-10-27 06:32:11 +00:00
|
|
|
|
"Direct link" => "Otsene link"
|
2012-08-19 00:05:44 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|