[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/include/inc_module/mod_feedimport/lang/ -> en.lang.php (source)

   1  <?php
   2  
   3  // first define main language vars
   4  $BLM['backend_menu']                        = 'Feed to article';
   5  
   6  $BLM['listing_title']                        = 'Feed to articles importer';
   7  $BLM['create_new']                            = 'Add feed source';
   8  $BLM['delete_entry']                        = 'Delete feed source';
   9  $BLM['listview']                            = 'List view';
  10  $BLM['no_entry']                            = 'No feed source found';
  11  $BLM['save_success']                        = 'New feed source saved %2';
  12  $BLM['cnt_name']                            = 'Title';
  13  $BLM['cnt_text']                            = 'Feed&nbsp;source&nbsp;URL';
  14  $BLM['cnt_status']                            = '&nbsp;Activate';
  15  $BLM['decimals']                            = 2;
  16  $BLM['dec_point']                            = '.';
  17  $BLM['thousands_sep']                        = ',';
  18  $BLM['cnt_object-structure_level_id']        = 'Category';
  19  $BLM['cnt_object-structure_empty']            = 'Select structure level. Be careful!';
  20  $BLM['cnt_object-article_template_detail']    = $BL['be_article_forfull'];
  21  $BLM['cnt_object-article_template_list']    = $BL['be_article_forlist'];
  22  $BLM['cnt_object-author_id']                = $BL['be_article_articleowner'];
  23  $BLM['cnt_object-import_status_email']        = 'Import status email';
  24  $BLM['cnt_object-author_name']                = 'Fallback ' . $BL['be_article_username'];
  25  $BLM['cnt_object-feed_cache']                = '&nbsp;Enable custom update intervals';
  26  $BLM['cnt_object-feed_cache_timeout']        = 'Update interval';
  27  $BLM['cnt_object-feed_import_trigger_url']    = 'Import trigger URL';
  28  $BLM['cnt_object-source_link_add']            = '&nbsp;Add feed item source link';
  29  $BLM['cnt_object-source_link_text']            = 'Source link text';
  30  $BLM['cnt_object-activate_after_import']    = '&nbsp;Set new articles visible by default';
  31  $BLM['error_name']                            = 'Define the Title for this Feed import item';
  32  $BLM['error_url']                            = 'No Feed source URL given';
  33  $BLM['error_url_notvalid']                    = 'Feed source URL is invalid or not accessible';
  34  $BLM['error_structure_level_id']            = 'Choose Category in which feed items should be imported as article';
  35  $BLM['error_false_id']                        = 'The feed source with ID %s cannot be opened for editing';
  36  
  37  
  38  ?>


Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1