plugins/staticpages/language/english.php
branchHEAD
changeset 7402 f7706912e8be
parent 7325 27d076900eaf
child 7495 5efbfc846ad1
     1.1 --- a/plugins/staticpages/language/english.php	Mon Sep 14 09:33:05 2009 -0400
     1.2 +++ b/plugins/staticpages/language/english.php	Thu Oct 15 13:05:28 2009 -0400
     1.3 @@ -108,7 +108,9 @@
     1.4      'copy' => 'Copy',
     1.5      'limit_results' => 'Limit Results',
     1.6      'search' => 'Search',
     1.7 -    'submit' => 'Submit'
     1.8 +    'submit' => 'Submit',
     1.9 +    'no_new_pages' => 'No new pages',
    1.10 +    'pages' => 'Pages'
    1.11  );
    1.12  
    1.13  $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
    1.14 @@ -139,7 +141,15 @@
    1.15      'default_permissions' => 'Page Default Permissions',
    1.16      'aftersave' => 'After Saving Page',
    1.17      'atom_max_items' => 'Max. Pages in Webservices Feed',
    1.18 -    'meta_tags' => 'Enable Meta Tags'
    1.19 +    'meta_tags' => 'Enable Meta Tags',
    1.20 +    'newstaticpagesinterval' => 'New Static Page Interval',
    1.21 +    'hidenewstaticpages' => 'Hide New Static Pages',
    1.22 +    'title_trim_length' => 'Title Trim Length',
    1.23 +    'includecenterblocks' => 'Include Center Block Static Pages',
    1.24 +    'includephp' => 'Include Static Pages with PHP',
    1.25 +    'includesearch' => 'Enable Static Pages in Search',
    1.26 +    'includesearchcenterblocks' => 'Include Center Block Static Pages',
    1.27 +    'includesearchphp' => 'Include Static Pages with PHP'
    1.28  );
    1.29  
    1.30  $LANG_configsubgroups['staticpages'] = array(
    1.31 @@ -148,6 +158,8 @@
    1.32  
    1.33  $LANG_fs['staticpages'] = array(
    1.34      'fs_main' => 'Static Pages Main Settings',
    1.35 +    'fs_whatsnew' => 'What\'s New Block',
    1.36 +    'fs_search' => 'Search Results',
    1.37      'fs_permissions' => 'Default Permissions'
    1.38  );
    1.39