28 lines
1.9 KiB
PHP
28 lines
1.9 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Access granted" => "Ligipääs on antud",
|
|
"Error configuring Dropbox storage" => "Viga Dropboxi salvestusruumi seadistamisel",
|
|
"Grant access" => "Anna ligipääs",
|
|
"Please provide a valid Dropbox app key and secret." => "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.",
|
|
"Error configuring Google Drive storage" => "Viga Google Drive'i salvestusruumi seadistamisel",
|
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> \"smbclient\" pole paigaldatud. Jagatud CIFS/SMB hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata SAMBA tugi.",
|
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> PHP-s puudub FTP tugi. Jagatud FTP hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.",
|
|
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> PHP-s puudub Curl tugi. Jagatud ownCloud / WebDAV või GoogleDrive ühendamine pole võimalik. Palu oma süsteemihalduril see paigaldada.",
|
|
"External Storage" => "Väline salvestuskoht",
|
|
"Folder name" => "Kausta nimi",
|
|
"External storage" => "Väline andmehoidla",
|
|
"Configuration" => "Seadistamine",
|
|
"Options" => "Valikud",
|
|
"Applicable" => "Rakendatav",
|
|
"Add storage" => "Lisa andmehoidla",
|
|
"None set" => "Pole määratud",
|
|
"All Users" => "Kõik kasutajad",
|
|
"Groups" => "Grupid",
|
|
"Users" => "Kasutajad",
|
|
"Delete" => "Kustuta",
|
|
"Enable User External Storage" => "Luba kasutajatele väline salvestamine",
|
|
"SSL root certificates" => "SSL root sertifikaadid",
|
|
"Import Root Certificate" => "Impordi root sertifikaadid"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|