Admin > Content > Comment. Language update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-10 10:04:32 +00:00
parent cd140109e3
commit 1b47a294d3
34 changed files with 61 additions and 92 deletions

View file

@ -54,7 +54,7 @@ $lang->item_layout = "Layout List";
$lang->module_name = "Module Name";
$lang->addon_name = "Addon Name";
$lang->version = "Version";
$lang->author = "Developer";
$lang->author = "Author";
$lang->table_count = "Number of Table";
$lang->installed_path = "Installed Path";
@ -102,4 +102,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'Trash';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -102,4 +102,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'Basura';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -101,4 +101,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'Poubelle';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -100,4 +100,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'ごみ';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -52,7 +52,7 @@ $lang->item_layout = '레이아웃 목록';
$lang->module_name = '모듈 이름';
$lang->addon_name = '애드온 이름';
$lang->version = '버전';
$lang->author = '제작자';
$lang->author = '자';
$lang->table_count = '테이블 수';
$lang->installed_path = '설치 경로';
$lang->cmd_shortcut_management = '메뉴 편집하기';
@ -93,4 +93,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'HTML5 DTD 사용';
$lang->trash = '휴지통';
$lang->accusation = '신고';
$lang->status = '상태';
?>

View file

@ -100,4 +100,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'мусор';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -101,4 +101,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'çöp';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -103,4 +103,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = 'Thùng rác';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -101,4 +101,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = '垃圾';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -101,4 +101,5 @@ $lang->use_html5 = 'HTML5 DTD';
$lang->about_html5 = 'Use HTML5 DTD';
$lang->trash = '垃圾';
$lang->accusation = 'Accusation';
$lang->status = 'Status';
?>

View file

@ -33,7 +33,7 @@ p{line-height:1.5}
/* Table */
.table{margin:1em 0}
.table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
.table caption{padding:8px 0;font-weight:bold;text-align:left;line-height:32px}
.table caption{padding:8px 0;font-weight:bold;text-align:left;line-height:20px}
.table caption:after{content:"";display:block;clear:both}
.table caption a{font-weight:normal}
.table caption em{float:right;font-style:normal;font-weight:normal;color:#e00;margin-left:1em}

File diff suppressed because one or more lines are too long