From 5a1bb0cdd7b8dbc26a48a9dddef440a542b72ef1 Mon Sep 17 00:00:00 2001 From: supershop Date: Tue, 24 Aug 2010 10:04:05 +0000 Subject: [PATCH] english translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7645 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/captcha/conf/info.xml | 2 +- addons/captcha/lang/en.lang.php | 8 +++---- modules/syndication/lang/en.lang.php | 32 ++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 modules/syndication/lang/en.lang.php diff --git a/addons/captcha/conf/info.xml b/addons/captcha/conf/info.xml index 73bafd7ce..6bc262e4e 100644 --- a/addons/captcha/conf/info.xml +++ b/addons/captcha/conf/info.xml @@ -1,7 +1,7 @@ Captcha 애드온 - CAPTCHA addon + CAPTCHA Captcha Addon 验证码插件 Captchaアドオン diff --git a/addons/captcha/lang/en.lang.php b/addons/captcha/lang/en.lang.php index 791d6ad96..e08259fde 100644 --- a/addons/captcha/lang/en.lang.php +++ b/addons/captcha/lang/en.lang.php @@ -1,6 +1,6 @@ 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.'; ?> diff --git a/modules/syndication/lang/en.lang.php b/modules/syndication/lang/en.lang.php new file mode 100644 index 000000000..9d17e03a1 --- /dev/null +++ b/modules/syndication/lang/en.lang.php @@ -0,0 +1,32 @@ +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.
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.
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'; +?>