nextcloud/apps/files_sharing/l10n/et_EE.php

38 lines
2.0 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-19 09:55:38 +04:00
"Server to server sharing is not enabled on this server" => "Serverist serverisse jagamine pole antud serveris lubatud",
"Couldn't add remote share" => "Ei suutnud lisada kaugjagamist",
"Shared with you" => "Sinuga jagatud",
"Shared with others" => "Teistega jagatud",
"Shared by link" => "Jagatud lingiga",
"No files have been shared with you yet." => "Sinuga pole veel ühtegi faili jagatud.",
"You haven't shared any files yet." => "Sa pole jaganud veel ühtegi faili.",
"You haven't shared any files by link yet." => "Sa pole lingiga jaganud veel ühtegi faili.",
"Add {name} from {owner}@{remote}" => "Lisa {name} kohast {owner}@{remote}",
"No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}",
"Invalid ownCloud url" => "Vigane ownCloud url",
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Jagas {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Jagas",
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",
2014-06-01 09:55:19 +04:00
"Name" => "Nimi",
2014-06-19 09:55:38 +04:00
"Share time" => "Jagamise aeg",
2013-08-13 17:13:11 +04:00
"Sorry, this link doesnt 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-06-19 09:55:38 +04:00
"Save to ownCloud" => "Salvesta ownCloudi",
"example.com/owncloud" => "example.com/owncloud",
"Save" => "Salvesta",
2014-05-04 09:56:15 +04:00
"Download" => "Lae alla",
2014-04-02 09:56:39 +04:00
"Download %s" => "Laadi alla %s",
2014-06-19 09:55:38 +04:00
"Direct link" => "Otsene link",
"File Sharing" => "Faili jagamine",
"Allow other instances to mount public links shared from this server" => "Luba teistel instantsidel ühendada sellest serverist jagatud avalikke linke",
"Allow users to mount public link shares" => "Luba kasutajatel ühendada jagatud avalikke linke"
2012-08-19 04:05:44 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";