2012-08-16 04:09:15 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 04:06:45 +04:00
|
|
|
"Password" => "Heslo",
|
2012-09-06 04:06:37 +04:00
|
|
|
"Submit" => "Odeslat",
|
2012-09-23 04:04:41 +04: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 04:06:37 +04:00
|
|
|
"Download" => "Stáhnout",
|
|
|
|
"No preview available for" => "Náhled není dostupný pro",
|
|
|
|
"web services under your control" => "služby webu pod Vaší kontrolou"
|
2012-08-16 04:09:15 +04:00
|
|
|
);
|