server/apps/files_sharing/l10n/fi_FI.php

32 lines
1.4 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-01 05:55:19 +00:00
"Shared with you" => "Jaettu kanssasi",
"Shared with others" => "Jaettu muiden kanssa",
"No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.",
"You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.",
2014-06-06 05:57:10 +00:00
"Could not load template" => "Mallipohjan lataaminen epäonnistui",
"Saved" => "Tallennettu",
"Reset" => "Nollaa salasana",
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "Jakanut {owner}",
2014-06-01 05:55:19 +00:00
"Shared by" => "Jakanut",
2013-10-14 00:33:30 +00:00
"This share is password-protected" => "Tämä jako on suojattu salasanalla",
2013-07-18 06:02:51 +00:00
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
2012-08-31 00:07:19 +00:00
"Password" => "Salasana",
2014-06-01 05:55:19 +00:00
"Name" => "Nimi",
"Share time" => "Jakamisen ajankohta",
2013-08-01 05:57:04 +00: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-05-04 05:56:15 +00:00
"Download" => "Lataa",
2014-03-12 05:57:17 +00:00
"Download %s" => "Lataa %s",
2014-06-06 05:57:10 +00:00
"Direct link" => "Suora linkki",
"Mail templates" => "Sähköpostimallit",
"Theme" => "Teema",
"Template" => "Mallit",
"Save" => "Tallenna"
2012-08-16 22:45:46 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";