| 1234567891011121314151617181920212223242526 |
- <?php
- /**
- * Fred Integration English Lexicon Entries for Collections
- *
- * @package collections
- * @subpackage lexicon
- */
- $_lang['collections.fred.collections'] = 'Collections';
- $_lang['collections.fred.loading_collection'] = 'Loading Collection';
- $_lang['collections.fred.pagetitle'] = 'Page Title';
- $_lang['collections.fred.publish'] = 'Publish';
- $_lang['collections.fred.expires'] = 'Expires';
- $_lang['collections.fred.author'] = 'Author';
- $_lang['collections.fred.actions'] = 'Actions';
- $_lang['collections.fred.published'] = 'Published';
- $_lang['collections.fred.any'] = 'Any';
- $_lang['collections.fred.unpublished'] = 'Unpublished';
- $_lang['collections.fred.search'] = 'Search';
- $_lang['collections.fred.new_page'] = 'New Page';
- $_lang['collections.fred.cancel'] = 'Cancel';
- $_lang['collections.fred.edit'] = 'Edit';
- $_lang['collections.fred.unpublish'] = 'Unpublish';
- $_lang['collections.fred.undelete'] = 'Undelete';
- $_lang['collections.fred.delete'] = 'Delete';
- $_lang['collections.fred.menuindex'] = 'Menu Index';
|