nextcloud/apps/files_sharing/l10n/fi_FI.php

18 lines
816 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Jakanut {owner}",
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Tämä jako on suojattu salasanalla",
2013-07-18 10:02:51 +04:00
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
2012-08-31 04:07:19 +04:00
"Password" => "Salasana",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.",
"Reasons might be:" => "Mahdollisia syitä:",
"the item was removed" => "kohde poistettiin",
"the link expired" => "linkki vanheni",
"sharing is disabled" => "jakaminen on poistettu käytöstä",
"For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.",
2014-03-12 09:57:17 +04:00
"shared by %s" => "jakanut %s",
"Download %s" => "Lataa %s",
2013-10-27 10:32:11 +04:00
"Direct link" => "Suora linkki"
2012-08-17 02:45:46 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";