mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
22 lines
1.4 KiB
PHP
22 lines
1.4 KiB
PHP
<?php
|
|
$lang->feed = 'Publish RSS Feed';
|
|
$lang->total_feed = 'Aggregated Feeds';
|
|
$lang->rss_disable = 'Disable RSS Feed';
|
|
$lang->feed_copyright = 'Copyright';
|
|
$lang->feed_document_count = 'Number of articles per page';
|
|
$lang->feed_image = 'Feed Image';
|
|
$lang->rss_type = 'RSS feed type';
|
|
$lang->module_feed_management = 'Feeds for Each Module';
|
|
$lang->open_rss = 'Open RSS';
|
|
$lang->open_rss_types['Y'] = 'Open all';
|
|
$lang->open_rss_types['H'] = 'Open summary';
|
|
$lang->open_rss_types['N'] = 'Not open';
|
|
$lang->open_feed_to_total = 'Included in aggregated feed';
|
|
$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 page to be open to the public.\\nIf it is enabled, the article will be open to the public despite its view permissions.';
|
|
$lang->about_feed_description = 'You can enter the description on the RSS feed to be published. If you don\'t enter this, the description of each module is displayed by default.';
|
|
$lang->about_feed_copyright = 'You can enter copyright information on the RSS feed. If you don\'t enter this, the copyright of the entire RSS feeds is applied.';
|
|
$lang->about_feed_document_count = 'Number of articles to be displayed on one feed page (default: 15)';
|
|
$lang->msg_rss_is_disabled = 'RSS function is disabled.';
|
|
$lang->msg_rss_invalid_image_format = 'Invalid image format. Only JPG, JPEG, GIF, and PNG files are supported.';
|