Blame view

sources/apps/files_sharing/l10n/sk_SK.php 1.05 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "Toto zdieľanie je chránené heslom",
  "The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.",
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." => "To je nepríjemné, ale tento odkaz už nie je funkčný.",
  "Reasons might be:" => "Možné dôvody:",
  "the item was removed" => "položka bola presunutá",
  "the link expired" => "linke vypršala platnosť",
  "sharing is disabled" => "zdieľanie je zakázané",
  "For more info, please ask the person who sent this link." => "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
03e52840d   Kload   Init
12
13
  "%s shared the folder %s with you" => "%s zdieľa s vami priečinok %s",
  "%s shared the file %s with you" => "%s zdieľa s vami súbor %s",
31b7f2792   Kload   Upgrade to ownclo...
14
15
16
  "Download" => "Sťahovanie",
  "Upload" => "Nahrať",
  "Cancel upload" => "Zrušiť nahrávanie",
03e52840d   Kload   Init
17
  "No preview available for" => "Žiaden náhľad k dispozícii pre",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Direct link" => "Priama linka"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";