mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -8,10 +8,17 @@
|
|||
// general words
|
||||
$lang->rss_disable = "Disable RSS";
|
||||
$lang->rss_type = "RSS feed type";
|
||||
$lang->open_rss = 'Open RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => 'Open all',
|
||||
'H' => 'Open summary',
|
||||
'N' => 'Not open',
|
||||
);
|
||||
|
||||
// for description
|
||||
$lang->about_rss_disable = "If checked, RSS will be disabled.";
|
||||
$lang->about_rss_type = "You can assign RSS feed type.";
|
||||
$lang->about_open_rss = 'You can select RSS on the current module to be open to the public.\nNo matter the view permission of article , RSS will be open to the public by its option.';
|
||||
|
||||
// for error message
|
||||
$lang->msg_rss_is_disabled = "RSS function is disabled.";
|
||||
|
|
|
|||
|
|
@ -8,10 +8,17 @@
|
|||
// palabras generales
|
||||
$lang->rss_disable = "Desactivar RSS";
|
||||
$lang->rss_type = "Tipo de RSS a imprimir";
|
||||
$lang->open_rss = 'Abrir RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => 'Abrir todo',
|
||||
'H' => 'Abrir el sumario',
|
||||
'N' => 'No abrir',
|
||||
);
|
||||
|
||||
// para la descripcion
|
||||
$lang->about_rss_disable = "Si selecciona esta opción, RSS será desactivado.";
|
||||
$lang->about_rss_type = "Usted puede asignar el tipo de RSS a imprimir.";
|
||||
$lang->about_open_rss = 'Usted puede seleccionar RSS abierto al público en el módulo actual.\nIndependiente de la atribución de ver, dependiendo de la opción de RSS puede ser abierto al público.';
|
||||
|
||||
// mensajes de error
|
||||
$lang->msg_rss_is_disabled = "Función de RSS esta desactivada.";
|
||||
|
|
|
|||
|
|
@ -8,10 +8,17 @@
|
|||
// 一般用語
|
||||
$lang->rss_disable = "RSS機能ロック";
|
||||
$lang->rss_type = "出力するRSSタイプ";
|
||||
$lang->open_rss = 'RSS配信';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '全文配信 ',
|
||||
'H' => '要約配信',
|
||||
'N' => '配信しない',
|
||||
);
|
||||
|
||||
// 説明文
|
||||
$lang->about_rss_disable = "チェックするとRSSの出力を行いません。";
|
||||
$lang->about_rss_type = "出力するRSSタイプを指定することができます。";
|
||||
$lang->about_open_rss = '現在のモジュールに対して「RSS配信」を選択することができます。書き込みの内容が読める権限とは関係なくオプションによってRSSが配信されます。';
|
||||
|
||||
// エラーメッセージ
|
||||
$lang->msg_rss_is_disabled = "RSS機能がロックされています。";
|
||||
|
|
|
|||
|
|
@ -8,10 +8,17 @@
|
|||
// 일반 단어들
|
||||
$lang->rss_disable = "RSS 끄기";
|
||||
$lang->rss_type = "출력할 RSS 형식";
|
||||
$lang->open_rss = 'RSS 공개';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '전문 공개 ',
|
||||
'H' => '요약 공개',
|
||||
'N' => '공개하지 않음',
|
||||
);
|
||||
|
||||
// 설명문
|
||||
$lang->about_rss_disable = "체크하시면 RSS 출력을 하지 않습니다";
|
||||
$lang->about_rss_type = "출력하실 RSS 형식을 지정하실 수 있습니다";
|
||||
$lang->about_open_rss = '현재 모듈에 대한 RSS 공개를 선택하실 수 있습니다. 글 보는 권한과 상관없이 옵션에 따라 RSS가 공개됩니다';
|
||||
|
||||
// 에러 메세지들
|
||||
$lang->msg_rss_is_disabled = "RSS 기능이 잠겨 있습니다";
|
||||
|
|
|
|||
|
|
@ -8,10 +8,17 @@
|
|||
// 一般单词
|
||||
$lang->rss_disable = "关闭RSS";
|
||||
$lang->rss_type = "将显示的RSS形式";
|
||||
$lang->open_rss = '公开RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '公开全文',
|
||||
'H' => '公开摘要',
|
||||
'N' => '不公开',
|
||||
);
|
||||
|
||||
// 说明文
|
||||
$lang->about_rss_disable = "选此项不显示RSS。";
|
||||
$lang->about_rss_type = "可以指定要显示的RSS形式。";
|
||||
$lang->about_open_rss = '可以选择对该模块的RSS公开程度。RSS公开将不受查看内容权限的限制,随公开RSS的选项公开RSS。';
|
||||
|
||||
// 错误提示
|
||||
$lang->msg_rss_is_disabled = "RSS功能处于锁定状态。";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue