english update for info.xml and lang files from xelang_revised_2011_0408 package

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-11 17:43:36 +00:00
parent 1735425525
commit 51579ba2c4
105 changed files with 798 additions and 1272 deletions

View file

@ -11,7 +11,7 @@
<title xml:lang="zh-TW">附加元件</title>
<title xml:lang="tr">Eklenti</title>
<description xml:lang="ko">애드온을 등록하거나 사용/미사용을 설정하는 애드온 관리 모듈입니다.</description>
<description xml:lang="en">This module is for maintaining addons which can toggle use and disuse states.</description>
<description xml:lang="en">This module is for maintaining addons which can toggle between two states when use and not used.</description>
<description xml:lang="vi">Module này dành cho việc bảo trì những Addon đang sử dụng và không sử dụng.</description>
<description xml:lang="es">Este Módulo es para agregar Addons, como también el manejo de ellos.</description>
<description xml:lang="zh-CN">登录插件或设置启用/禁用插件的管理模块。</description>

View file

@ -12,6 +12,6 @@
$lang->addon_license = 'License';
$lang->addon_history = 'Addon History';
$lang->about_addon_mid = "Addons can select targets.<br />(All targets will be selected when nothing is selected)";
$lang->about_addon_mid = "Addons can select targets.<br />(All targets will be selected when nothing is selected.)";
$lang->about_addon = 'Addons control many actions performed in your site rather than display HTML results.<br />You can control useful functions simply by toggling ON/OFF switch';
?>

View file

@ -2,16 +2,13 @@
/**
* @file ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 한국어 언어팩
* @brief Korean Language Pack
**/
$lang->addon = '애드온';
$lang->addon_info = '애드온 정보';
$lang->addon_maker = '애드온 제작자';
$lang->addon_license = '라이선스';
$lang->addon_history = '변경 이력';
$lang->about_addon_mid = '애드온이 사용될 대상을 지정할 수 있습니다.<br />(모두 해제 시 모든 대상에서 사용 가능합니다.)';
$lang->about_addon = '애드온은 HTML결과물을 출력하기보다는 동작을 제어하는 역할을 합니다.<br />원하시는 애드온을 ON/OFF 하시는 것만으로도 사이트 운영에 유용한 기능을 연동할 수 있습니다.';
?>