server/apps/files_sharing/l10n/fi_FI.php

11 lines
362 B
PHP
Raw Normal View History

2012-08-16 22:45:46 +00:00
<?php $TRANSLATIONS = array(
2012-08-31 00:07:19 +00:00
"Password" => "Salasana",
"Submit" => "Lähetä",
2012-09-27 00:03:09 +00: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 00:07:19 +00:00
"Download" => "Lataa",
2013-06-30 00:13:07 +00:00
"Upload" => "Lähetä",
"Cancel upload" => "Peru lähetys",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Ei esikatselua kohteelle"
2012-08-16 22:45:46 +00:00
);