[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/staticpages/language/ -> english_utf-8.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # english_utf-8.php
   5  # This is the english language page for the Geeklog Static Page Plug-in!
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony@tonybibbs.com
   9  #
  10  # This program is free software; you can redistribute it and/or
  11  # modify it under the terms of the GNU General Public License
  12  # as published by the Free Software Foundation; either version 2
  13  # of the License, or (at your option) any later version.
  14  #
  15  # This program is distributed in the hope that it will be useful,
  16  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  # GNU General Public License for more details.
  19  #
  20  # You should have received a copy of the GNU General Public License
  21  # along with this program; if not, write to the Free Software
  22  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  23  #
  24  ###############################################################################
  25  
  26  ###############################################################################
  27  # Array Format:
  28  # $LANGXX[YY]:    $LANG - variable name
  29  #              XX - file id number
  30  #            YY - phrase id number
  31  ###############################################################################
  32  
  33  
  34  $LANG_STATIC= array(
  35      'newpage' => 'New Page',
  36      'adminhome' => 'Admin Home',
  37      'staticpages' => 'Static Pages',
  38      'staticpageeditor' => 'Static Page Editor',
  39      'writtenby' => 'Written By',
  40      'date' => 'Last Updated',
  41      'title' => 'Title',
  42      'content' => 'Content',
  43      'hits' => 'Hits',
  44      'staticpagelist' => 'Static Page List',
  45      'url' => 'URL',
  46      'edit' => 'Edit',
  47      'lastupdated' => 'Last Updated',
  48      'pageformat' => 'Page Format',
  49      'leftrightblocks' => 'Left & Right Blocks',
  50      'blankpage' => 'Blank Page',
  51      'noblocks' => 'No Blocks',
  52      'leftblocks' => 'Left Blocks',
  53      'addtomenu' => 'Add To Menu',
  54      'label' => 'Label',
  55      'nopages' => 'No static pages are in the system yet',
  56      'save' => 'save',
  57      'preview' => 'preview',
  58      'delete' => 'delete',
  59      'cancel' => 'cancel',
  60      'access_denied' => 'Access Denied',
  61      'access_denied_msg' => 'You are illegally trying access one of the Static Pages administration pages.  Please note that all attempts to illegally access this page are logged',
  62      'all_html_allowed' => 'All HTML is allowed',
  63      'results' => 'Static Pages Results',
  64      'author' => 'Author',
  65      'no_title_or_content' => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
  66      'no_such_page_anon' => 'Please log in..',
  67      'no_page_access_msg' => "This could be because you're not logged in, or not a member of {$_CONF['site_name']}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF['site_name']} to receive full membership access",
  68      'php_msg' => 'PHP: ',
  69      'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
  70      'exit_msg' => 'Exit Type: ',
  71      'exit_info' => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',
  72      'deny_msg' => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
  73      'stats_headline' => 'Top Ten Static Pages',
  74      'stats_page_title' => 'Page Title',
  75      'stats_hits' => 'Hits',
  76      'stats_no_hits' => 'It appears that there are no static pages on this site or no one has ever viewed them.',
  77      'id' => 'ID',
  78      'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.',
  79      'instructions' => 'To modify or delete a static page, click on that page\'s edit icon below. To view a static page, click on the title of the page you wish to view. To create a new static page, click on "Create New" above. Click on on the copy icon to create a copy of an existing page.',
  80      'centerblock' => 'Centerblock: ',
  81      'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page.',
  82      'topic' => 'Topic: ',
  83      'position' => 'Position: ',
  84      'all_topics' => 'All',
  85      'no_topic' => 'Homepage Only',
  86      'position_top' => 'Top Of Page',
  87      'position_feat' => 'After Featured Story',
  88      'position_bottom' => 'Bottom Of Page',
  89      'position_entire' => 'Entire Page',
  90      'head_centerblock' => 'Centerblock',
  91      'centerblock_no' => 'No',
  92      'centerblock_top' => 'Top',
  93      'centerblock_feat' => 'Feat. Story',
  94      'centerblock_bottom' => 'Bottom',
  95      'centerblock_entire' => 'Entire Page',
  96      'inblock_msg' => 'In a block: ',
  97      'inblock_info' => 'Wrap Static Page in a block.',
  98      'title_edit' => 'Edit page',
  99      'title_copy' => 'Make a copy of this page',
 100      'title_display' => 'Display page',
 101      'select_php_none' => 'do not execute PHP',
 102      'select_php_return' => 'execute PHP (return)',
 103      'select_php_free' => 'execute PHP',
 104      'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the <a href="' . $_CONF['site_url'] . '/docs/staticpages.html#php">documentation</a> for details.',
 105      'printable_format' => 'Printable Format',
 106      'edit' => 'Edit',
 107      'copy' => 'Copy',
 108      'limit_results' => 'Limit Results',
 109      'search' => 'Search',
 110      'submit' => 'Submit'
 111  );
 112  
 113  // Messages for the plugin upgrade
 114  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
 115  
 116  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics