Blame view

sources/apps/files_external/l10n/eu.php 2.18 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
  "Access granted" => "Sarrera baimendua",
  "Error configuring Dropbox storage" => "Errore bat egon da Dropbox biltegiratzea konfiguratzean",
  "Grant access" => "Baimendu sarrera",
  "Please provide a valid Dropbox app key and secret." => "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua",
  "Error configuring Google Drive storage" => "Errore bat egon da Google Drive biltegiratzea konfiguratzean",
  "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Abisua:</b> \"smbclient\" ez dago instalatuta. CIFS/SMB partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea.",
  "<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>Abisua:</b> PHPren FTP modulua ez dago instalatuta edo gaitua. FTP partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea.",
31b7f2792   Kload   Upgrade to ownclo...
10
  "<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>Abisua:</b> Curl euskarri PHP modulua ez dago instalatuta edo gaitua. Ezinezko da ownCloud /WebDAV GoogleDrive-n muntatzea. Mesedez eskatu sistema kudeatzaileari instala dezan. ",
03e52840d   Kload   Init
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  "External Storage" => "Kanpoko Biltegiratzea",
  "Folder name" => "Karpetaren izena",
  "External storage" => "Kanpoko biltegiratzea",
  "Configuration" => "Konfigurazioa",
  "Options" => "Aukerak",
  "Applicable" => "Aplikagarria",
  "Add storage" => "Gehitu biltegiratzea",
  "None set" => "Ezarri gabe",
  "All Users" => "Erabiltzaile guztiak",
  "Groups" => "Taldeak",
  "Users" => "Erabiltzaileak",
  "Delete" => "Ezabatu",
  "Enable User External Storage" => "Gaitu erabiltzaileentzako Kanpo Biltegiratzea",
  "Allow users to mount their own external storage" => "Baimendu erabiltzaileak bere kanpo biltegiratzeak muntatzen",
  "SSL root certificates" => "SSL erro ziurtagiriak",
  "Import Root Certificate" => "Inportatu Erro Ziurtagiria"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";