nextcloud/apps/files_sharing/l10n/fi_FI.php

12 lines
441 B
PHP

<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
"Password" => "Salasana",
"Submit" => "Lähetä",
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
"Download" => "Lataa",
"Upload" => "Lähetä",
"Cancel upload" => "Peru lähetys",
"No preview available for" => "Ei esikatselua kohteelle"
);