23 lines
920 B
PHP
23 lines
920 B
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Saved" => "Salvestatud",
|
||
"Reset" => "Algseaded",
|
||
"Shared by {owner}" => "Jagas {owner}",
|
||
"Shared by" => "Jagas",
|
||
"This share is password-protected" => "See jagamine on parooliga kaitstud",
|
||
"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
|
||
"Password" => "Parool",
|
||
"Name" => "Nimi",
|
||
"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.",
|
||
"Download" => "Lae alla",
|
||
"Download %s" => "Laadi alla %s",
|
||
"Direct link" => "Otsene link",
|
||
"Save" => "Salvesta"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|