12 lines
452 B
PHP
12 lines
452 B
PHP
<?php $TRANSLATIONS = array(
|
|
"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
|
|
"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",
|
|
"Upload" => "Odeslat",
|
|
"Cancel upload" => "Zrušit odesílání",
|
|
"No preview available for" => "Náhled není dostupný pro"
|
|
);
|