Blame view

sources/apps/files_sharing/l10n/et_EE.php 1.94 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  "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}",
  "Password" => "Parool",
  "No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}",
  "Invalid ownCloud url" => "Vigane ownCloud url",
  "Shared by {owner}" => "Jagas {owner}",
  "Shared by" => "Jagas",
31b7f2792   Kload   Upgrade to ownclo...
17
18
  "This share is password-protected" => "See jagamine on parooliga kaitstud",
  "The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
6d9380f96   Cédric Dupont   Update sources OC...
19
20
  "Name" => "Nimi",
  "Share time" => "Jagamise aeg",
31b7f2792   Kload   Upgrade to ownclo...
21
22
23
24
25
26
  "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.",
6d9380f96   Cédric Dupont   Update sources OC...
27
  "Save" => "Salvesta",
03e52840d   Kload   Init
28
  "Download" => "Lae alla",
6d9380f96   Cédric Dupont   Update sources OC...
29
30
31
32
33
  "Download %s" => "Laadi alla %s",
  "Direct link" => "Otsene link",
  "Remote Shares" => "Eemalolevad jagamised",
  "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"
03e52840d   Kload   Init
34
  );
31b7f2792   Kload   Upgrade to ownclo...
35
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";