[tx-robot] updated from transifex

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

View File

@ -1,6 +1,7 @@
OC.L10N.register( OC.L10N.register(
"registration", "registration",
{ {
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음", "Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중", "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인", "Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",

View File

@ -1,4 +1,5 @@
{ "translations": { { "translations": {
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음", "Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중", "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인", "Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",

View File

@ -1,5 +1,6 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Register" => "등록",
"Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음", "Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음",
"There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중", "There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중",
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인", "Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",