Blame view

sources/apps/files_sharing/l10n/eo.php 963 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
03e52840d   Kload   Init
4
  "Password" => "Pasvorto",
31b7f2792   Kload   Upgrade to ownclo...
5
6
7
8
9
10
  "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.",
03e52840d   Kload   Init
11
12
13
  "%s shared the folder %s with you" => "%s kunhavigis la dosierujon %s kun vi",
  "%s shared the file %s with you" => "%s kunhavigis la dosieron %s kun vi",
  "Download" => "Elŝuti",
31b7f2792   Kload   Upgrade to ownclo...
14
15
  "Upload" => "Alŝuti",
  "Cancel upload" => "Nuligi alŝuton",
03e52840d   Kload   Init
16
  "No preview available for" => "Ne haveblas antaŭvido por",
31b7f2792   Kload   Upgrade to ownclo...
17
  "Direct link" => "Direkta ligilo"
03e52840d   Kload   Init
18
  );
31b7f2792   Kload   Upgrade to ownclo...
19
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";