summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/fi_FI.php
blob: 1a79a2eb0a870ee5ace43f952723a4f2981d1407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
$TRANSLATIONS = array(
"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ä.",
"Shared by {owner}" => "Jakanut {owner}",
"Shared by" => "Jakanut",
"link" => "linkki",
"This share is password-protected" => "Tämä jako on suojattu salasanalla",
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
"Password" => "Salasana",
"Name" => "Nimi",
"Share time" => "Jakamisen ajankohta",
"Sorry, this link doesn’t 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.",
"Download" => "Lataa",
"Download %s" => "Lataa %s",
"Direct link" => "Suora linkki"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";