Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

21
modules/rss/lang/en.php Normal file
View file

@ -0,0 +1,21 @@
<?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->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. \\nOnly JPEG, GIF, and PNG files are supported.';