2012-08-17 02:45:46 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-31 04:07:19 +04:00
|
|
|
"Password" => "Salasana",
|
|
|
|
"Submit" => "Lähetä",
|
2012-09-27 04:03:09 +04:00
|
|
|
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
|
|
|
|
"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Download" => "Lataa",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Ei esikatselua kohteelle"
|
2012-08-17 02:45:46 +04:00
|
|
|
);
|