페이지 모듈 관리자 화면 변경으로 인한 언어파일 메시지 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7894 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flourscent 2010-11-25 01:25:19 +00:00
parent 32bfb36d5b
commit d8c4a61c0d
10 changed files with 10 additions and 1 deletions

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = "Caching Time";
$lang->about_page_caching_interval = "The unit is minute, and it displays temporary saved data for assigned time.<br />It is recommended to cache for proper time if a lot of resources are needed when displaying other servers' data or information.<br />A value of 0 will not cache.";
$lang->about_mcontent = 'This is the page you will see from mobile devices. If you have not set this page, rearranged default page will be displayed.';
$lang->page_management = 'Page Management';
?>

View file

@ -12,4 +12,5 @@
$lang->cmd_page_modify = "Modificar";
$lang->cmd_page_create = '페이지 생성';
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->page_management = '페이지 관리';
?>

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = "Temps de antémémoire";
$lang->about_page_caching_interval = "L'unité est minute, et ça exposera des données conservées temporairement pendant le temps assigné.<br />Il est recommandé d'utiliser l'antémémoire pendant le temps convenable si beaucoup de ressource est nécessaire pour représenter les données ou l'information d'autre serveur.<br />La valeur 0 signifie de ne pas utiliser antémémoire.";
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->page_management = '페이지 관리';
?>

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = 'キャッシング時間設定';
$lang->about_page_caching_interval = '分単位で指定出来、設定された時間の間は、臨時保存されたデータを出力します。<br />他のサーバの情報を出力したり、データを出力する際、リソースが多く使われるため、数分単位でキャッシングすることをお勧めします。<br />「0」に指定するとキャッシングされません。';
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->page_management = 'ページ管理';
?>

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = '캐싱 시간 설정';
$lang->about_page_caching_interval = '분 단위이며 정해진 시간동안은 임시 저장한 데이터를 출력합니다.<br />다른 서버의 정보를 출력하거나, 데이터 출력하는데 많은 자원이 필요한 경우, 원하시는 분 단위 시간 간격으로 캐싱하는 것을 추천합니다.<br />0 으로 하시면 캐싱을 하지 않습니다.';
$lang->about_mcontent = '모바일에서 보여질 페이지입니다. 만약 작성하지 않으면 기본 페이지 데이터를 재정렬해서 보여줍니다.';
$lang->page_management = '페이지 관리';
?>

View file

@ -12,4 +12,5 @@
$lang->cmd_page_modify = "Изменить";
$lang->cmd_page_create = '페이지 생성';
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->page_management = '페이지 관리';
?>

View file

@ -14,4 +14,5 @@
$lang->page_caching_interval = "Thời gian lưu trữ";
$lang->about_page_caching_interval = "Đơn vị được tính bằng phút, nó sẽ là thời gian lưu trữ tạm thời.<br />Đó là khuyến cáo thời gian lưu trữ tạm thời thích hợp khi cần để hiển thị.<br />Nhập 0 nếu không sử dụng tính năng này.";
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->page_management = '페이지 관리';
?>

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = "缓冲时间设置";
$lang->about_page_caching_interval = "单位为分。缓冲时间间隔内页面将输出临时储存的数据。<br />显示外链服务器信息或数据时,如消耗资源很大,尽量把缓冲时间设置为大一点的相应值。<br />0 表示无缓冲。";
$lang->about_mcontent = '此页为移动版页面如您没有对此页面进行布局它会自动将PC版页面数据重排序显示。';
$lang->page_management = '페이지 관리';
?>

View file

@ -12,4 +12,5 @@
$lang->page_caching_interval = "暫存時間設置";
$lang->about_page_caching_interval = "單位為分。暫存時間內頁面將輸出臨時儲存的資料。<br />輸出外部主機訊息或資料時,如消耗資源很大,盡量把暫存時間設大一點。<br />『0』表示不暫存。";
$lang->about_mcontent = '此頁面為手機瀏覽頁面。如果沒有編輯此頁面,則會將預設頁面改編重新顯示。';
$lang->page_management = '페이지 관리';
?>

View file

@ -1,5 +1,5 @@
<!--%import("js/page_admin.js")-->
<h3 class="xeAdmin">{$lang->page} <span class="gray">{$lang->cmd_management}</span></h3>
<h3 class="xeAdmin"><span class="gray">{$lang->page_management}</span></h3>
<div class="infoText">{nl2br($lang->about_page)}</div>