nextcloud/apps/files_external/l10n/fi_FI.php

55 lines
3.2 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.",
2014-06-30 09:54:47 +04:00
"Step 1 failed. Exception: %s" => "Vaihe 1 epäonnistui. Poikkeus: %s",
"Step 2 failed. Exception: %s" => "Vaihe 2 epäonnistui. Poikkeus: %s",
2014-06-07 09:56:13 +04:00
"External storage" => "Ulkoinen tallennustila",
2014-04-30 09:57:53 +04:00
"Local" => "Paikallinen",
"Location" => "Sijainti",
"Amazon S3" => "Amazon S3",
2014-06-08 09:56:13 +04:00
"Key" => "Avain",
2014-06-11 09:55:07 +04:00
"Amazon S3 and compliant" => "Amazon S3 ja yhteensopivat",
"Hostname (optional)" => "Verkkonimi (valinnainen)",
2014-04-30 09:57:53 +04:00
"Port (optional)" => "Portti (valinnainen)",
"Region (optional)" => "Alue (valinnainen)",
"Enable SSL" => "Käytä SSL:ää",
2014-05-17 09:57:38 +04:00
"Host" => "Isäntä",
2014-04-30 09:57:53 +04:00
"Username" => "Käyttäjätunnus",
"Password" => "Salasana",
"Username (required)" => "Käyttäjätunnus (vaaditaan)",
2014-06-08 09:56:13 +04:00
"Timeout of HTTP requests in seconds (optional)" => "HTTP-pyyntöjen aikakatkaisu sekunneissa (valinnainen)",
2014-04-30 09:57:53 +04:00
"Share" => "Jaa",
2014-05-16 09:55:55 +04:00
"URL" => "Verkko-osoite",
2014-05-17 09:57:38 +04:00
"Secure https://" => "Salattu https://",
2012-10-12 04:07:10 +04:00
"Access granted" => "Pääsy sallittu",
"Error configuring Dropbox storage" => "Virhe Dropbox levyn asetuksia tehtäessä",
"Grant access" => "Salli pääsy",
"Error configuring Google Drive storage" => "Virhe Google Drive levyn asetuksia tehtäessä",
2014-06-08 09:56:13 +04:00
"Personal" => "Henkilökohtainen",
"System" => "Järjestelmä",
2014-03-12 09:57:17 +04:00
"Saved" => "Tallennettu",
2014-04-10 09:55:39 +04:00
"<b>Note:</b> " => "<b>Huomio:</b> ",
" and " => "ja",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Huomio:</b> PHP:n cURL-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan cURL-tuki käyttöön.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Huomio:</b> PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Huomio:</b> \"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.",
2014-06-11 09:55:07 +04:00
"You don't have any external storages" => "Käytössäsi ei ole erillisiä tallennustiloja",
2014-06-08 09:56:13 +04:00
"Name" => "Nimi",
2014-06-11 09:55:07 +04:00
"Storage type" => "Tallennustilan tyyppi",
2012-08-17 02:45:46 +04:00
"External Storage" => "Erillinen tallennusväline",
2013-03-01 03:07:02 +04:00
"Folder name" => "Kansion nimi",
2012-08-17 02:45:46 +04:00
"Configuration" => "Asetukset",
2014-04-03 09:56:12 +04:00
"Available for" => "Saatavuus",
2013-03-31 03:03:46 +04:00
"Add storage" => "Lisää tallennustila",
2014-04-03 09:56:12 +04:00
"No user or group" => "Ei käyttäjää tai ryhmää",
2012-08-17 02:45:46 +04:00
"All Users" => "Kaikki käyttäjät",
"Groups" => "Ryhmät",
"Users" => "Käyttäjät",
"Delete" => "Poista",
2012-09-06 04:06:37 +04:00
"Enable User External Storage" => "Ota käyttöön ulkopuoliset tallennuspaikat",
2014-03-12 09:57:17 +04:00
"Allow users to mount the following external storage" => "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "SSL-juurivarmenteet",
"Import Root Certificate" => "Tuo juurivarmenne"
2012-08-17 02:45:46 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";