[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-10-20 00:28:20 -04:00
parent 7a1b11c4f3
commit a01e5f1c5a
3 changed files with 28 additions and 0 deletions

View File

@ -5,6 +5,8 @@ $TRANSLATIONS = array(
"Verify your ownCloud registration request" => "Vérifiez votre demande d'inscription ownCloud", "Verify your ownCloud registration request" => "Vérifiez votre demande d'inscription ownCloud",
"Verification email successfully sent." => "Courriel de vérification envoyé avec succès.", "Verification email successfully sent." => "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." => "Adresse URL de vérification invalide. Aucune demande d'inscription avec cette adresse URL de vérification n'a été trouvée.", "Invalid verification URL. No registration request with this verification URL is found." => "Adresse URL de vérification invalide. Aucune demande d'inscription avec cette adresse URL de vérification n'a été trouvée.",
"Unable to create user, there are problems with user backend." => "Impossible de créer l'utilisateur, problèmes avec linfrastructure utilisateur.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",
"To create a new account on ownCloud, just click the following link:<br/>{link}" => "Pour créer un nouveau compte sur ownCloud, cliquez simplement sur le lien suivant : <br/>{link}", "To create a new account on ownCloud, just click the following link:<br/>{link}" => "Pour créer un nouveau compte sur ownCloud, cliquez simplement sur le lien suivant : <br/>{link}",
"Welcome, you can create your account below." => "Bienvenue, vous pouvez créer votre compte ci-dessous.", "Welcome, you can create your account below." => "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" => "Nom d'utilisateur", "Username" => "Nom d'utilisateur",

View File

@ -3,7 +3,12 @@ $TRANSLATIONS = array(
"Email address you entered is not valid" => "Vpisan naslov elektronske pošte ni veljaven", "Email address you entered is not valid" => "Vpisan naslov elektronske pošte ni veljaven",
"There is already a pending registration with this email" => "Za ta naslov elektronske pošte je postopek registracije že v teku.", "There is already a pending registration with this email" => "Za ta naslov elektronske pošte je postopek registracije že v teku.",
"Verify your ownCloud registration request" => "Overite registracijo ownCloud.", "Verify your ownCloud registration request" => "Overite registracijo ownCloud.",
"Verification email successfully sent." => "Potrditveno elektronsko sporočilo je bilo poslano.",
"Invalid verification URL. No registration request with this verification URL is found." => "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.", "Invalid verification URL. No registration request with this verification URL is found." => "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.",
"Unable to create user, there are problems with user backend." => "Ni mogoče ustvariti uporabnika zaradi težav z ozadnjim programom.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Račun je uspešno ustvarjen, zato se lahko <a href=\"{link}\">prijavite</a>.",
"To create a new account on ownCloud, just click the following link:<br/>{link}" => "Za ustvarjanje novega računa sledite povezavi:<br/>{link}",
"Welcome, you can create your account below." => "Dobrodošli! Ustvarite nov račun.",
"Username" => "Uporabniško ime", "Username" => "Uporabniško ime",
"Password" => "Geslo", "Password" => "Geslo",
"Create account" => "Ustvari račun", "Create account" => "Ustvari račun",

21
l10n/uk.php Normal file
View File

@ -0,0 +1,21 @@
<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Введена вами електронна пошта недійсна",
"There is already a pending registration with this email" => "Запит на реєстрацію з такою адресою електронної пошти вже існує",
"Verify your ownCloud registration request" => "Підтвердіть запит на реєстрацію в ownCloud",
"Verification email successfully sent." => "Перевірка електронної пошти пройшла успішно",
"Invalid verification URL. No registration request with this verification URL is found." => "Недійсний URL перевірки. Запитів на реєстрацію з таким URL не знайдено.",
"Unable to create user, there are problems with user backend." => "Неможливо створити обліковий запис, можливо, проблема на боці користувача.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Ваш обліковий запис успішно створено, тепер ви можете <a href=\"{link}\">зайти на сайт</a>.",
"To create a new account on ownCloud, just click the following link:<br/>{link}" => "Щоб створити новий обліковий запис ownCloud, перейдіть за наступним посиланням:<br/>{link}",
"Welcome, you can create your account below." => "Вітаємо, ви можете створити обліковий запис нижче.",
"Username" => "Ім'я користувача",
"Password" => "Пароль",
"Create account" => "Створити запис",
"Thank you for registering, you should receive verification link in a few minutes." => "Дякуємо за реєстрацію, ви маєте отримати через декілька хвилин посилання для підтвердження реєстрації.",
"Email" => "Ел.пошта",
"Request verification link" => "Запит посилання для підтвердження",
"Please re-enter a valid email address" => "Будь ласка, ще раз введіть електрону пошту",
"You will receive an email with verification link" => "Ви отримаєте лист з посиланням для підтвердження"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";