nextcloud/apps/files_external/l10n/eu.php

23 lines
1022 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
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",
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",
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",
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);";