git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4573 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
royallin 2008-09-28 06:05:06 +00:00
parent cd3df295c6
commit beaea3794c
44 changed files with 275 additions and 35 deletions

View file

@ -53,6 +53,7 @@
$lang->edit->use_paragraph = '段落功能';
$lang->edit->fontlist = array(
"標楷體",
"細明體",
"times",
@ -73,6 +74,10 @@
$lang->edit->submit = '確認';
$lang->edit->help_remove_format = "刪除所選區域的標籤";
$lang->edit->help_strike_through = "Strike will be on the words";
$lang->edit->help_align_full = "左右對齊";
$lang->edit->help_fontcolor = "文字顏色";
$lang->edit->help_fontbgcolor = "背景顏色";
$lang->edit->help_bold = "粗體";
@ -95,7 +100,7 @@
$lang->edit->link_file = '插入內容';
$lang->edit->delete_selected = '刪除所選';
$lang->edit->icon_align_article = '佔一個段落';
$lang->edit->icon_align_article = '段落';
$lang->edit->icon_align_left = '文字左側';
$lang->edit->icon_align_middle = '置中對齊';
$lang->edit->icon_align_right = '文字右側';