Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fi_FI.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25bfda6e70e2014a94a734c3ec6cf40e90d518bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Käytä ja jaa tiedostoja, kalentereita, yhteystietoja, sähköpostia ja paljon muuta miltä tahansa laitteelta omilla ehdoillasi",
"Get the apps to sync your files" => "Aseta sovellukset synkronoimaan tiedostosi",
"Desktop client" => "Työpöytäsovellus",
"Android app" => "Android-sovellus",
"iOS app" => "iOS-sovellus",
"Connect your desktop apps to %s" => "Yhdistä työpöytäsovelluksesi %siin",
"Connect your Calendar" => "Yhdistä kalenteriisi",
"Connect your Contacts" => "Yhdistä yhteystietoihisi",
"Documentation" => "Dokumentaatio",
"Access files via WebDAV" => "Käytä tiedostoja WebDAVin välityksellä",
"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Jos pidät Nextcloud:sta,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud on mahtava avoin ohjelmisto tiedostojesi synkronointiin ja jakoon.\n\t\tSaat sen vapaasti osoitteesta https://nextcloud.com\">\n\t\tsuosittele sitä ystävillesi</a>\n\tja <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">osallistu</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";