Blame view
sources/apps/user_openid/l10n/ko.php
806 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID 변경됨", "Invalid request" => "잘못된 요청", "This is an OpenID server endpoint. For more information, see " => "OpenID 서버 엔드포인트입니다. 더 많은 정보를 보려면 다음을 참조하십시오:", "Identity: <b>" => "인증: <b>", "Realm: <b>" => "영역: <b>", "User: <b>" => "사용자: <b>", "Login" => "로그인", "Error: <b>No user Selected" => "오류: <b>사용자가 선택되지 않았습니다. ", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "이 주소를 사용하여 다른 사이트에 인증할 수 있습니다", "Authorized OpenID provider" => "공인 OpenID 제공 업체", "Your address at Wordpress, Identi.ca, …" => "Wordpress, Identi.ca 등의 주소" ); |