summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/et_EE.php
blob: 7150f05da227ffa4b1c820a82c760075ea3fbdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Jagas {owner}",
"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.",
"shared by %s" => "jagas %s",
"Download %s" => "Laadi alla %s",
"Direct link" => "Otsene link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";