[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-05-14 00:28:18 -04:00
parent 65045f6d98
commit a88e27ba85
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"registration",
{
"Register" : "Реєстрація",
"Email address you entered is not valid" : "Введена вами електронна пошта недійсна",
"There is already a pending registration with this email" : "Запит на реєстрацію з такою адресою електронної пошти вже існує",
"Verify your ownCloud registration request" : "Підтвердіть запит на реєстрацію в ownCloud",

View File

@ -1,4 +1,5 @@
{ "translations": {
"Register" : "Реєстрація",
"Email address you entered is not valid" : "Введена вами електронна пошта недійсна",
"There is already a pending registration with this email" : "Запит на реєстрацію з такою адресою електронної пошти вже існує",
"Verify your ownCloud registration request" : "Підтвердіть запит на реєстрацію в ownCloud",

View File

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Register" => "Реєстрація",
"Email address you entered is not valid" => "Введена вами електронна пошта недійсна",
"There is already a pending registration with this email" => "Запит на реєстрацію з такою адресою електронної пошти вже існує",
"Verify your ownCloud registration request" => "Підтвердіть запит на реєстрацію в ownCloud",