21 lines
991 B
PHP
21 lines
991 B
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"This share is password-protected" => "See jagamine on parooliga kaitstud",
|
||
"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
|
||
"Password" => "Parool",
|
||
"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.",
|
||
"%s shared the folder %s with you" => "%s jagas sinuga kausta %s",
|
||
"%s shared the file %s with you" => "%s jagas sinuga faili %s",
|
||
"Download" => "Lae alla",
|
||
"Upload" => "Lae üles",
|
||
"Cancel upload" => "Tühista üleslaadimine",
|
||
"No preview available for" => "Eelvaadet pole saadaval",
|
||
"Direct link" => "Otsene link"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|