Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eu.php « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d788a52e94db93a9d59ccc4f537941bcd42a995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Sartutako eposta helbidea ez da baliogarria",
"There is already a pending registration with this email" => "Dagoeneko erregistro eskari bat dago eposta honentzat",
"Verify your ownCloud registration request" => "Egiaztatu zure ownCloud erregistro eskaria",
"Verification email successfully sent." => "Egiaztapen eposta ongi bidali da.",
"Invalid verification URL. No registration request with this verification URL is found." => "Egiaztapen URL baliogabea. Ez da erregistro eskaririk aurkitu URL honekin.",
"Unable to create user, there are problems with user backend." => "Ezin izan da erabiltzailea sortu, arazoak daude erabiltzaile motorrarekin.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Zure kontua ongi sortu da, orain  <a href=\"{link}\">saioa has </a>dezakezu.",
"Your settings have been updated." => "Zure ezarpenak eguneratu dira.",
"None" => "Ezer",
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownClouden kontu berri bat sortzeko, hurrengo esteka sakatu:\n{link}",
"Welcome, you can create your account below." => "Ongi etorria, azpian kontu bat sor dezakezu.",
"Username" => "Erabiltzaile izena",
"Password" => "Pasahitza",
"Create account" => "Sortu kontua",
"Thank you for registering, you should receive verification link in a few minutes." => "Eskerrik asko erregistratzeagatik, minutu gutxi barru egiaztapen lotur jaso beharko zenuke.",
"Email" => "E-posta",
"Request verification link" => "Eskatu egiaztapen lotura",
"Please re-enter a valid email address" => "Mesedez sartu berriz eposta helbide egoki bat",
"You will receive an email with verification link" => "Eposta bat jasoko duzu egiaztapen loturarekin"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";