registration/l10n/az.php

24 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Sizin daxil etdiyiniz email ünvanı keçərli deyil",
"There is already a pending registration with this email" => "Gözləmədə bu email ünvanı ilə olan qeydiyyat, artıq mövcuddur. ",
"Verify your ownCloud registration request" => "Sizin ownCloud qeydiyyatı olan müraciəti yoxlayın",
"Verification email successfully sent." => "Yoxlanış emaili uğurla göndərildi.",
"Invalid verification URL. No registration request with this verification URL is found." => "Etibarsız URL yoxlanışı. Bu yoxlanış URL-i ilə heç bir qeydiyyat müraciəti yoxdur. ",
"Unable to create user, there are problems with user backend." => "İstifadəçini yaratmaq olmur, arxa sonda olan istifadəçi ilə problemlər var.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Sizin hesab uğurla yaradıldı, artıq <a href=\"{link}\">daxil ola bilərsiniz</a>.",
"Your settings have been updated." => "Sizin configləriniz yenilendi.",
"None" => "Heç bir",
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownCloud-da yeni hesab yaratmaq üçün, yalnız aşağıdakı linkə sıxın:\n{link}",
"Welcome, you can create your account below." => "Xoş gəlmişsiniz, siz hesabınızı aşağıda yarada bilərsiniz.",
"Username" => "İstifadəçi adı",
"Password" => "Şifrə",
"Create account" => "Hesab yarat",
"Thank you for registering, you should receive verification link in a few minutes." => "Qeydiyyatınız üçün təşəkkür edirik, bir neçə dəqiqə ərzində yoxlanış linkini qəbul etməlisiniz.",
"Email" => "Email",
"Request verification link" => "Müraciət yoxlanışı linki",
"Please re-enter a valid email address" => "Xahiş olunur yenidən keçərli email ünvanını daxil edısiniz ",
"You will receive an email with verification link" => "Siz yoxlanış linki ilə email alacaqsınız"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";