Blame view

sources/apps/files_sharing/l10n/cs_CZ.php 1.04 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "Toto sdílení je chráněno heslem",
  "The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
03e52840d   Kload   Init
5
  "Password" => "Heslo",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
11
  "Sorry, this link doesn’t seem to work anymore." => "Je nám líto, ale tento odkaz již není funkční.",
  "Reasons might be:" => "Možné důvody:",
  "the item was removed" => "položka byla odebrána",
  "the link expired" => "platnost odkazu vypršela",
  "sharing is disabled" => "sdílení je zakázané",
  "For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
03e52840d   Kload   Init
12
13
14
  "%s shared the folder %s with you" => "%s s Vámi sdílí složku %s",
  "%s shared the file %s with you" => "%s s Vámi sdílí soubor %s",
  "Download" => "Stáhnout",
31b7f2792   Kload   Upgrade to ownclo...
15
16
  "Upload" => "Odeslat",
  "Cancel upload" => "Zrušit odesílání",
03e52840d   Kload   Init
17
  "No preview available for" => "Náhled není dostupný pro",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Direct link" => "Přímý odkaz"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";