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