server/apps/files_sharing/l10n/cs_CZ.php

9 lines
304 B
PHP
Raw Normal View History

2012-08-16 00:09:15 +00:00
<?php $TRANSLATIONS = array(
2012-08-30 00:06:45 +00:00
"Password" => "Heslo",
2012-09-06 00:06:37 +00:00
"Submit" => "Odeslat",
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-14 00:52:34 +00:00
"No preview available for" => "Náhled není dostupný pro"
2012-08-16 00:09:15 +00:00
);