english translation

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7645 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2010-08-24 10:04:05 +00:00
parent bb0cde4467
commit 5a1bb0cdd7
3 changed files with 37 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon version="0.2">
<title xml:lang="ko">Captcha 애드온</title>
<title xml:lang="en">CAPTCHA addon</title>
<title xml:lang="en">CAPTCHA</title>
<title xml:lang="vi">Captcha Addon</title>
<title xml:lang="zh-CN">验证码插件</title>
<title xml:lang="jp">Captchaアドオン</title>

View file

@ -1,6 +1,6 @@
<?php
$lang->about_captcha = "위 영어 알파벳을 순서대로 입력해 주세요. 대소문자는 구분하지 않습니다.";
$lang->captcha_reload = '이미지 새로고침';
$lang->captcha_play = '음성으로 듣기';
$lang->captcha_denied = '잘못 입력하셨습니다';
$lang->about_captcha = "Please type alphabets above in order. They are not case-sensitive.";
$lang->captcha_reload = 'Refresh Image';
$lang->captcha_play = 'Play sound of words';
$lang->captcha_denied = 'You have typed wrong alphabets.';
?>

View file

@ -0,0 +1,32 @@
<?php
$lang->syndication = 'Syndication';
$lang->about_syndication = 'Syndication communicates with search service providers with standard protocol called "syndication", and makes it much better to search any information.<br/>It will synchronize contents with search service providers with the least requests.';
$lang->syndication_service = 'Syndication Service';
$lang->about_syndication_service = 'Syndication Service provides syndication services according to standard protocol.<br/>You will get Ping result of selected(deselected) services by applying.';
$lang->my_syndication_url = 'URL';
$lang->about_my_syndication_url = 'Please input URL which will be used when providing syndication information. It would be better to use representative url and keep it as long as you can.';
$lang->except_module = 'Modules to exclude';
$lang->about_except_module = 'Selected modules will not be synchronized with search service providers.';
$lang->msg_site_url_is_null = 'Please input URL';
$lang->success_applied = 'Successfully Applied';
$lang->msg_ping_test_error = 'Ping test error found. Please check domain and server configurations.';
$lang->msg_success_ping_test = 'Ping test works fine.';
$lang->cmd_check_syndication_echo = 'Check Syndication ariticle printing';
$lang->cmd_check_syndication_status = 'Check connection status';
$lang->site = 'Site';
$lang->syndication_synic_start_date = 'Server registered';
$lang->syndication_synic_last_date = 'Latest updates';
$lang->syndication_visit_ok_count = 'Ping successed';
$lang->syndication_visit_fail_count = 'Ping failed';
$lang->syndication_status_result = 'Status';
$lang->syndication_sync_article = 'Synchronized Articles';
$lang->syndication_status = 'Synchronization Status';
?>