50 lines
2.9 KiB
PHP
50 lines
2.9 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Please provide a valid Dropbox app key and secret." => "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.",
|
|
"Step 1 failed. Exception: %s" => "Vaihe 1 epäonnistui. Poikkeus: %s",
|
|
"Step 2 failed. Exception: %s" => "Vaihe 2 epäonnistui. Poikkeus: %s",
|
|
"External storage" => "Ulkoinen tallennustila",
|
|
"Local" => "Paikallinen",
|
|
"Location" => "Sijainti",
|
|
"Amazon S3" => "Amazon S3",
|
|
"Key" => "Avain",
|
|
"Amazon S3 and compliant" => "Amazon S3 ja yhteensopivat",
|
|
"Port" => "Portti",
|
|
"Region" => "Alue",
|
|
"Enable SSL" => "Käytä SSL:ää",
|
|
"Host" => "Isäntä",
|
|
"Username" => "Käyttäjätunnus",
|
|
"Password" => "Salasana",
|
|
"Secure ftps://" => "Salattu ftps://",
|
|
"Timeout of HTTP requests in seconds" => "HTTP-pyyntöjen aikakatkaisu sekunneissa",
|
|
"Share" => "Jaa",
|
|
"URL" => "Verkko-osoite",
|
|
"Secure https://" => "Salattu https://",
|
|
"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ä",
|
|
"Personal" => "Henkilökohtainen",
|
|
"System" => "Järjestelmä",
|
|
"All users. Type to select user or group." => "Kaikki käyttäjät. Kirjoita valitaksesi käyttäjän tai ryhmän.",
|
|
"(group)" => "(ryhmä)",
|
|
"Saved" => "Tallennettu",
|
|
"<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.",
|
|
"You don't have any external storages" => "Käytössäsi ei ole erillisiä tallennustiloja",
|
|
"Name" => "Nimi",
|
|
"Storage type" => "Tallennustilan tyyppi",
|
|
"External Storage" => "Erillinen tallennusväline",
|
|
"Folder name" => "Kansion nimi",
|
|
"Configuration" => "Asetukset",
|
|
"Available for" => "Saatavuus",
|
|
"Add storage" => "Lisää tallennustila",
|
|
"Delete" => "Poista",
|
|
"Enable User External Storage" => "Ota käyttöön ulkopuoliset tallennuspaikat",
|
|
"Allow users to mount the following external storage" => "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|