2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"Shared with you" => "Sdíleno s vámi",
|
|
|
|
|
"Shared with others" => "Sdíleno s ostatními",
|
|
|
|
|
"Shared by link" => "Sdíleno pomocí odkazu",
|
|
|
|
|
"No files have been shared with you yet." => "Zatím s vámi nikdo žádné soubory nesdílel.",
|
|
|
|
|
"You haven't shared any files yet." => "Zatím jste nesdíleli žádné soubory.",
|
|
|
|
|
"You haven't shared any files by link yet." => "Zatím jste nesdíleli pomocí odkazu žádný soubor.",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Sdílí {owner}",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Sdílí",
|
2013-10-16 08:31:48 +04:00
|
|
|
|
"This share is password-protected" => "Toto sdílení je chráněno heslem",
|
2013-07-30 09:57:50 +04:00
|
|
|
|
"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
|
2012-08-30 04:06:45 +04:00
|
|
|
|
"Password" => "Heslo",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Název",
|
2014-06-10 09:54:54 +04:00
|
|
|
|
"Share time" => "Čas sdílení",
|
2013-08-02 10:00:45 +04:00
|
|
|
|
"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",
|
2013-08-07 17:04:32 +04:00
|
|
|
|
"the link expired" => "platnost odkazu vypršela",
|
2013-08-02 10:00:45 +04: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.",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Stáhnout",
|
2014-03-19 09:55:39 +04:00
|
|
|
|
"Download %s" => "Stáhnout %s",
|
2014-06-14 09:55:24 +04:00
|
|
|
|
"Direct link" => "Přímý odkaz"
|
2012-08-16 04:09:15 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|