22 lines
1.7 KiB
PHP
22 lines
1.7 KiB
PHP
<?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.",
|
|
"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);";
|