[tx-robot] updated from transifex
This commit is contained in:
parent
95c669d014
commit
f97c36f93d
|
|
@ -11,6 +11,7 @@ OC.L10N.register(
|
|||
"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>.",
|
||||
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
|
||||
"No such group" : "Aucun groupe correspondant",
|
||||
"Default group that all registered users belong" : "Groupe par défaut dont tous les utilisateurs dépendent",
|
||||
"None" : "Aucun",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pour créer un nouveau compte sur ownCloud, cliquez sur le lien suivant :\n{link}",
|
||||
"Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"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>.",
|
||||
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
|
||||
"No such group" : "Aucun groupe correspondant",
|
||||
"Default group that all registered users belong" : "Groupe par défaut dont tous les utilisateurs dépendent",
|
||||
"None" : "Aucun",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pour créer un nouveau compte sur ownCloud, cliquez sur le lien suivant :\n{link}",
|
||||
"Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ $TRANSLATIONS = array(
|
|||
"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>.",
|
||||
"Your settings have been updated." => "Vos paramètres ont été mis à jour.",
|
||||
"No such group" => "Aucun groupe correspondant",
|
||||
"Default group that all registered users belong" => "Groupe par défaut dont tous les utilisateurs dépendent",
|
||||
"None" => "Aucun",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "Pour créer un nouveau compte sur ownCloud, cliquez sur le lien suivant :\n{link}",
|
||||
"Welcome, you can create your account below." => "Bienvenue, vous pouvez créer votre compte ci-dessous.",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ OC.L10N.register(
|
|||
"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>.",
|
||||
"Your settings have been updated." : "Налаштування оновлені.",
|
||||
"No such group" : "Немає такої групи",
|
||||
"Registration" : "Реєстрація",
|
||||
"None" : "Жоден",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Щоб створити новий обліковий запис ownCloud, перейдіть за наступним посиланням:\n{link}",
|
||||
"Welcome, you can create your account below." : "Вітаємо, ви можете створити обліковий запис нижче.",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
"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>.",
|
||||
"Your settings have been updated." : "Налаштування оновлені.",
|
||||
"No such group" : "Немає такої групи",
|
||||
"Registration" : "Реєстрація",
|
||||
"None" : "Жоден",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Щоб створити новий обліковий запис ownCloud, перейдіть за наступним посиланням:\n{link}",
|
||||
"Welcome, you can create your account below." : "Вітаємо, ви можете створити обліковий запис нижче.",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ $TRANSLATIONS = array(
|
|||
"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>.",
|
||||
"Your settings have been updated." => "Налаштування оновлені.",
|
||||
"No such group" => "Немає такої групи",
|
||||
"Registration" => "Реєстрація",
|
||||
"None" => "Жоден",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "Щоб створити новий обліковий запис ownCloud, перейдіть за наступним посиланням:\n{link}",
|
||||
"Welcome, you can create your account below." => "Вітаємо, ви можете створити обліковий запис нижче.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue