server/apps/files_external/l10n/eu.php

38 lines
1.5 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-07 05:56:13 +00:00
"External storage" => "Kanpoko biltegiratzea",
2014-05-07 05:55:48 +00:00
"Local" => "Bertakoa",
2014-04-30 05:57:53 +00:00
"Location" => "Kokapena",
2014-05-07 05:55:48 +00:00
"Amazon S3" => "Amazon S3",
"Port (optional)" => "Portua (hautazkoa)",
"Enable SSL" => "Gaitu SSL",
2014-05-17 05:57:38 +00:00
"Host" => "Hostalaria",
2014-04-30 05:57:53 +00:00
"Username" => "Erabiltzaile izena",
"Password" => "Pasahitza",
"Share" => "Partekatu",
2014-05-16 05:55:55 +00:00
"URL" => "URL",
2012-10-07 00:08:12 +00:00
"Access granted" => "Sarrera baimendua",
2012-10-04 00:07:35 +00:00
"Error configuring Dropbox storage" => "Errore bat egon da Dropbox biltegiratzea konfiguratzean",
2012-10-07 00:08:12 +00:00
"Grant access" => "Baimendu sarrera",
2012-10-04 00:07:35 +00:00
"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",
2014-05-07 05:55:48 +00:00
"Saved" => "Gordeta",
"<b>Note:</b> " => "<b>Oharra:</b>",
" and " => "eta",
2012-08-28 00:03:56 +00:00
"External Storage" => "Kanpoko Biltegiratzea",
2013-02-28 23:07:02 +00:00
"Folder name" => "Karpetaren izena",
2012-08-28 00:03:56 +00:00
"Configuration" => "Konfigurazioa",
"Options" => "Aukerak",
2013-03-02 23:06:56 +00:00
"Add storage" => "Gehitu biltegiratzea",
2014-05-07 05:55:48 +00:00
"No user or group" => "Talde edo erabiltzailerik ez",
2012-08-28 00:03:56 +00:00
"All Users" => "Erabiltzaile guztiak",
"Groups" => "Taldeak",
"Users" => "Erabiltzaileak",
"Delete" => "Ezabatu",
"Enable User External Storage" => "Gaitu erabiltzaileentzako Kanpo Biltegiratzea",
2014-05-07 05:55:48 +00:00
"Allow users to mount the following external storage" => "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen",
2012-10-02 21:18:26 +00:00
"SSL root certificates" => "SSL erro ziurtagiriak",
"Import Root Certificate" => "Inportatu Erro Ziurtagiria"
2012-08-28 00:03:56 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";