10 lines
378 B
PHP
10 lines
378 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Heslo",
|
|
"Submit" => "Odeslat",
|
|
"%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",
|
|
"Download" => "Stáhnout",
|
|
"No preview available for" => "Náhled není dostupný pro",
|
|
"web services under your control" => "služby webu pod Vaší kontrolou"
|
|
);
|