2012-09-07 04:07:22 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Password" => "Heslo",
|
|
|
|
"Submit" => "Odoslať",
|
2012-10-02 04:06:08 +04:00
|
|
|
"%s shared the folder %s with you" => "%s zdieľa s vami priečinok %s",
|
|
|
|
"%s shared the file %s with you" => "%s zdieľa s vami súbor %s",
|
2012-09-07 04:07:22 +04:00
|
|
|
"Download" => "Stiahnuť",
|
|
|
|
"No preview available for" => "Žiaden náhľad k dispozícii pre",
|
|
|
|
"web services under your control" => "webové služby pod Vašou kontrolou"
|
|
|
|
);
|