nextcloud/apps/files_external/l10n/fi_FI.php

32 lines
2.2 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
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",
2013-02-15 03:06:50 +04:00
"Please provide a valid Dropbox app key and secret." => "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.",
2012-10-12 04:07:10 +04:00
"Error configuring Google Drive storage" => "Virhe Google Drive levyn asetuksia tehtäessä",
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.",
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",
2013-03-31 03:03:46 +04:00
"External storage" => "Ulkoinen tallennustila",
2012-08-17 02:45:46 +04:00
"Configuration" => "Asetukset",
"Options" => "Valinnat",
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);";