server/apps/files_sharing/l10n/cs_CZ.php

21 lines
1 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-10-16 04:31:48 +00:00
"This share is password-protected" => "Toto sdílení je chráněno heslem",
2013-07-30 05:57:50 +00:00
"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
2012-08-30 00:06:45 +00:00
"Password" => "Heslo",
2013-08-02 06:00:45 +00:00
"Sorry, this link doesnt 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",
2013-08-07 13:04:32 +00:00
"the link expired" => "platnost odkazu vypršela",
2013-08-02 06:00:45 +00:00
"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.",
2012-09-23 00:04:41 +00:00
"%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",
2012-09-06 00:06:37 +00:00
"Download" => "Stáhnout",
2013-06-30 00:13:07 +00:00
"Upload" => "Odeslat",
"Cancel upload" => "Zrušit odesílání",
2013-11-26 15:47:07 +00:00
"No preview available for" => "Náhled není dostupný pro",
"Direct link" => "Přímý odkaz"
2012-08-16 00:09:15 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";