2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-06-07 09:56:13 +04:00
" External storage " => " Kanpoko biltegiratzea " ,
2014-05-07 09:55:48 +04:00
" Local " => " Bertakoa " ,
2014-04-30 09:57:53 +04:00
" Location " => " Kokapena " ,
2014-05-07 09:55:48 +04:00
" Amazon S3 " => " Amazon S3 " ,
" Port (optional) " => " Portua (hautazkoa) " ,
" Enable SSL " => " Gaitu SSL " ,
2014-06-08 09:56:13 +04:00
" Host " => " Ostalaria " ,
2014-04-30 09:57:53 +04:00
" Username " => " Erabiltzaile izena " ,
" Password " => " Pasahitza " ,
" Share " => " Partekatu " ,
2014-05-16 09:55:55 +04:00
" URL " => " URL " ,
2012-10-07 04:08:12 +04:00
" Access granted " => " Sarrera baimendua " ,
2012-10-04 04:07:35 +04:00
" Error configuring Dropbox storage " => " Errore bat egon da Dropbox biltegiratzea konfiguratzean " ,
2012-10-07 04:08:12 +04:00
" Grant access " => " Baimendu sarrera " ,
2012-10-04 04:07:35 +04:00
" Please provide a valid Dropbox app key and secret. " => " Mesedez eman baliozkoa den Dropbox app giltza eta sekretua " ,
2014-06-08 09:56:13 +04:00
" Error configuring Google Drive storage " => " Errore bat egon da Google Drive konfiguratzean " ,
" Personal " => " Pertsonala " ,
2014-05-07 09:55:48 +04:00
" Saved " => " Gordeta " ,
" <b>Note:</b> " => " <b>Oharra:</b> " ,
" and " => " eta " ,
2014-06-08 09:56:13 +04:00
" <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>Oharra:</b> :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. " ,
" Name " => " Izena " ,
" External Storage " => " Kanpoko biltegiratzea " ,
2013-03-01 03:07:02 +04:00
" Folder name " => " Karpetaren izena " ,
2012-08-28 04:03:56 +04:00
" Configuration " => " Konfigurazioa " ,
" Options " => " Aukerak " ,
2014-06-08 09:56:13 +04:00
" Available for " => " Hauentzat eskuragarri " ,
2013-03-03 03:06:56 +04:00
" Add storage " => " Gehitu biltegiratzea " ,
2014-05-07 09:55:48 +04:00
" No user or group " => " Talde edo erabiltzailerik ez " ,
2012-08-28 04:03:56 +04:00
" All Users " => " Erabiltzaile guztiak " ,
" Groups " => " Taldeak " ,
" Users " => " Erabiltzaileak " ,
" Delete " => " Ezabatu " ,
2014-06-08 09:56:13 +04:00
" Enable User External Storage " => " Gaitu erabiltzaileentzako kanpo biltegiratzea " ,
2014-05-07 09:55:48 +04:00
" Allow users to mount the following external storage " => " Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen " ,
2012-10-03 01:18:26 +04:00
" SSL root certificates " => " SSL erro ziurtagiriak " ,
2014-06-08 09:56:13 +04:00
" Import Root Certificate " => " Inportatu erro ziurtagiria "
2012-08-28 04:03:56 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;