File Manager
<?php
#A
$lang['addcategory'] = 'Add A New Category';
$lang['addedit_feed'] = 'Add/Edit RSS Feed';
$lang['addfeed'] = 'Add A New Feed';
$lang['areyousure_delete'] = 'Are you sure you want to delete this item?';
#B
#C
$lang['cancel'] = 'Cancel';
$lang['categories'] = 'Categories';
$lang['current_value'] = 'Current Value';
#D
$lang['delete'] = 'Delete';
$lang['details'] = 'Details';
#E
$lang['edit'] = 'Edit';
$lang['error_missingparam'] = 'A Required parameter or value could not be found';
$lang['error_nameexists'] = 'An item with that name already exists';
$lang['error_nocatname'] = 'Please specify a category name';
$lang['error_nonamegiven'] = 'You must supply a feed name/alias';
$lang['error_nopermission'] = 'Permission Denied';
$lang['error_notemplate'] = 'No Template Supplied';
#F
$lang['feeds'] = 'Feeds';
$lang['feed_copyright'] = 'Feed Copyright';
$lang['feed_description'] = 'Feed Description';
$lang['feed_editor'] = 'Feed Editor';
$lang['feed_extension'] = 'Feed Extension';
$lang['feed_image'] = 'Feed Image';
$lang['feed_link'] = 'Feed Link';
$lang['feed_namealias'] = 'Feed Name/Alias';
$lang['feed_pageid'] = 'Use this page for links';
$lang['feed_title'] = 'Feed Title';
$lang['feed_ttl'] = 'Time To Live';
$lang['feed_url'] = 'Feed URL';
$lang['friendlyname'] = 'Calguys Feed Maker';
#G
#H
#I
$lang['info_alias'] = 'This feed must contain only characters that are suitable in a URL';
$lang['info_copyright'] = 'Copyright notice for content in this channel';
$lang['info_description'] = 'A phrase or sentence describing this channel';
$lang['info_editor'] = 'Email address of the managing editor for this channel';
$lang['info_extension'] = 'Feed Extension (specify an extension for this feed, i.e xml,rss,kml... if not specified the default rss extension will be used';
$lang['info_feed_extension'] = 'When using mod_rewrite to form pretty urls this parameter can be used to specify the extension of the feeds generated.';
$lang['info_image'] = 'Specifies a GIF, JPEG or PNG image that can be displayed with the channel';
$lang['info_link'] = 'The URL to the HTML website corresponding to the channel';
$lang['info_pageid'] = 'The page that should be used for all links in this feed';
$lang['info_ttl'] = 'number of minutes that indicates how long a channel can be cached before refreshing from the source';
#J
#K
#L
#M
$lang['moddescription'] = 'A flexible tool for the creation and management of RSS feeds';
#N
$lang['name'] = 'Name';
#O
#P
$lang['param_action'] = 'Specify the behaviour of the module. There are two possible values for this parameter "autodiscovery" & "rsslink". The autodiscovery action will generate auto discovery links, and should be used in a place that would result in the resulting content appearing in the head section of your output. The rsslink action can be used to create a link to a specific feed, and can be placed in your page content';
$lang['param_category'] = 'Useful only with the autodiscovery action, this parameter allows you to specify a comma separated list of feed categoryes that will control which feeds links are generated for';
$lang['param_feed'] = 'Useful in the rsslink and autodiscovery action, this parameter allows you to specify which feed to generate a link for. When in the autodiscovery action, a comma separated list of feed names can be supplied.';
$lang['param_image'] = 'Useful in the rsslink action this parameter allows you to specify a different image for the rss feed link';
$lang['param_imageclass'] = 'Specify a CSS class to be output in the image tag of an rss feed link';
$lang['param_imageonly'] ='Useful in the rsslink action, this parameter allows you to specify that no text should be output with the link';
$lang['param_linkclass'] = 'Specify a CSS class to be output in the link tag of an rss feed link';
$lang['param_urlonly'] = 'Applicable only to the rsslink action, this parameter requests that the code only output the url to the RSS feed';
$lang['param_text'] = 'Useful in the rsslink action, this parameter allows you to specify the text that should be associated with the link. If this parameter is not specified, the feed title will be used';
$lang['postinstall'] = 'The CGFeedMaker Module has been successfully installed';
$lang['postuninstall'] = 'The CGFeedMaker Module, and all associated data has been removed';
#Q
#R
$lang['really_uninstall'] = 'Are you sure you want to remove this module. All data associated with this module will be removed';
$lang['reset_to_factory'] = 'Reset To Factory Default';
#S
$lang['settings'] = 'Settings';
$lang['submit'] = 'Submit';
#T
$lang['template'] = 'Template';
$lang['template_source'] = 'Template Source';
#U
#V
#W
#X
#Y
#Z
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com