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
This commit is contained in:
Min-Soo Kim 2024-12-31 10:41:06 -05:00 committed by GitHub
parent 0e9c44387c
commit a3cc3a9781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 190 additions and 105 deletions

View file

@ -3,15 +3,15 @@ $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_document_count = 'Number of Articles per Page';
$lang->feed_image = 'Feed Image';
$lang->rss_type = 'RSS feed type';
$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->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.';