mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 03:22:29 +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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue