nextcloud/apps/files_external/l10n/eu.php

38 lines
1.5 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
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-05-17 09:57:38 +04:00
"Host" => "Hostalaria",
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",
"Error configuring Google Drive storage" => "Errore bat egon da Google Drive biltegiratzea konfiguratzean",
2014-05-07 09:55:48 +04:00
"Saved" => "Gordeta",
"<b>Note:</b> " => "<b>Oharra:</b>",
" and " => "eta",
2012-08-28 04:03:56 +04:00
"External Storage" => "Kanpoko Biltegiratzea",
2013-03-01 03:07:02 +04:00
"Folder name" => "Karpetaren izena",
2013-03-03 03:06:56 +04:00
"External storage" => "Kanpoko biltegiratzea",
2012-08-28 04:03:56 +04:00
"Configuration" => "Konfigurazioa",
"Options" => "Aukerak",
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",
"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",
"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);";