Blame view

sources/apps/files_sharing/l10n/eo.php 1.63 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
  "Server to server sharing is not enabled on this server" => "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
  "Shared with you" => "Kunhavata kun vi",
  "Shared with others" => "Kunhavata kun aliaj",
  "Shared by link" => "Kunhavata per ligilo",
  "No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.",
  "You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.",
  "You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.",
  "Add {name} from {owner}@{remote}" => "Aldoni {name} el {owner}@{remote}",
03e52840d   Kload   Init
11
  "Password" => "Pasvorto",
6d9380f96   Cédric Dupont   Update sources OC...
12
13
14
15
16
17
18
  "No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}",
  "Invalid ownCloud url" => "Nevalidas URL de ownCloud",
  "Shared by {owner}" => "Kunhavigita de {owner}",
  "Shared by" => "Kunhavigita de",
  "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
  "The password is wrong. Try again." => "La pasvorto malĝustas. Provu denove.",
  "Name" => "Nomo",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
23
24
  "Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
  "Reasons might be:" => "Kialoj povas esti:",
  "the item was removed" => "la ero foriĝis",
  "the link expired" => "la ligilo eksvalidiĝis",
  "sharing is disabled" => "kunhavigo malkapablas",
  "For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
6d9380f96   Cédric Dupont   Update sources OC...
25
  "Save" => "Konservi",
03e52840d   Kload   Init
26
  "Download" => "Elŝuti",
6d9380f96   Cédric Dupont   Update sources OC...
27
  "Download %s" => "Elŝuti %s",
31b7f2792   Kload   Upgrade to ownclo...
28
  "Direct link" => "Direkta ligilo"
03e52840d   Kload   Init
29
  );
31b7f2792   Kload   Upgrade to ownclo...
30
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";