rhymix/modules/rss/lang/en.php
Min-Soo Kim a3cc3a9781
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00

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'] = 'Full';
$lang->open_rss_types['H'] = '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.';