Blame view

sources/apps/files_external/l10n/et_EE.php 2.07 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
  "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",
31b7f2792   Kload   Upgrade to ownclo...
8
9
10
  "<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.",
03e52840d   Kload   Init
11
12
  "External Storage" => "Väline salvestuskoht",
  "Folder name" => "Kausta nimi",
31b7f2792   Kload   Upgrade to ownclo...
13
  "External storage" => "Väline andmehoidla",
03e52840d   Kload   Init
14
15
16
  "Configuration" => "Seadistamine",
  "Options" => "Valikud",
  "Applicable" => "Rakendatav",
31b7f2792   Kload   Upgrade to ownclo...
17
  "Add storage" => "Lisa andmehoidla",
03e52840d   Kload   Init
18
19
20
21
22
23
24
25
26
27
  "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",
  "Allow users to mount their own external storage" => "Luba kasutajatel ühendada külge nende enda välised salvestusseadmed",
  "SSL root certificates" => "SSL root sertifikaadid",
  "Import Root Certificate" => "Impordi root sertifikaadid"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";