fred.inc.php 1.0 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Fred Integration English Lexicon Entries for Collections
  4. *
  5. * @package collections
  6. * @subpackage lexicon
  7. */
  8. $_lang['collections.fred.collections'] = 'Collections';
  9. $_lang['collections.fred.loading_collection'] = 'Loading Collection';
  10. $_lang['collections.fred.pagetitle'] = 'Page Title';
  11. $_lang['collections.fred.publish'] = 'Publish';
  12. $_lang['collections.fred.expires'] = 'Expires';
  13. $_lang['collections.fred.author'] = 'Author';
  14. $_lang['collections.fred.actions'] = 'Actions';
  15. $_lang['collections.fred.published'] = 'Published';
  16. $_lang['collections.fred.any'] = 'Any';
  17. $_lang['collections.fred.unpublished'] = 'Unpublished';
  18. $_lang['collections.fred.search'] = 'Search';
  19. $_lang['collections.fred.new_page'] = 'New Page';
  20. $_lang['collections.fred.cancel'] = 'Cancel';
  21. $_lang['collections.fred.edit'] = 'Edit';
  22. $_lang['collections.fred.unpublish'] = 'Unpublish';
  23. $_lang['collections.fred.undelete'] = 'Undelete';
  24. $_lang['collections.fred.delete'] = 'Delete';
  25. $_lang['collections.fred.menuindex'] = 'Menu Index';