Blame view

sources/apps/files_sharing/l10n/et_EE.php 991 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "See jagamine on parooliga kaitstud",
  "The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
03e52840d   Kload   Init
5
  "Password" => "Parool",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
11
  "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.",
03e52840d   Kload   Init
12
13
14
  "%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",
31b7f2792   Kload   Upgrade to ownclo...
15
16
  "Upload" => "Lae üles",
  "Cancel upload" => "Tühista üleslaadimine",
03e52840d   Kload   Init
17
  "No preview available for" => "Eelvaadet pole saadaval",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Direct link" => "Otsene link"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";