nextcloud/apps/files_sharing/l10n/fi_FI.php

10 lines
371 B
PHP
Raw Normal View History

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",
2012-09-04 04:03:21 +04:00
"No preview available for" => "Ei esikatselua kohteelle",
2012-08-31 04:07:19 +04:00
"web services under your control" => "verkkopalvelut hallinnassasi"
2012-08-17 02:45:46 +04:00
);