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",
|
2013-04-27 04:24:29 +04:00
|
|
|
"Download" => "Sťahovanie",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "Odoslať",
|
|
|
|
"Cancel upload" => "Zrušiť odosielanie",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Žiaden náhľad k dispozícii pre"
|
2012-09-07 04:07:22 +04:00
|
|
|
);
|