0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
geeklog
/
1.4.1-4
/
standard
/
htdocs
/
plugins
/
staticpages
/
language
/
[
Home
]
File: english.php
<?php ############################################################################### # english.php # This is the english language page for the Geeklog Static Page Plug-in! # # Copyright (C) 2001 Tony Bibbs # tony@tonybibbs.com # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################### ############################################################################### # Array Format: # $LANGXX[YY]: $LANG - variable name # XX - file id number # YY - phrase id number ############################################################################### $LANG_STATIC= array( 'newpage' => 'New Page', 'adminhome' => 'Admin Home', 'staticpages' => 'Static Pages', 'staticpageeditor' => 'Static Page Editor', 'writtenby' => 'Written By', 'date' => 'Last Updated', 'title' => 'Title', 'content' => 'Content', 'hits' => 'Hits', 'staticpagelist' => 'Static Page List', 'url' => 'URL', 'edit' => 'Edit', 'lastupdated' => 'Last Updated', 'pageformat' => 'Page Format', 'leftrightblocks' => 'Left & Right Blocks', 'blankpage' => 'Blank Page', 'noblocks' => 'No Blocks', 'leftblocks' => 'Left Blocks', 'addtomenu' => 'Add To Menu', 'label' => 'Label', 'nopages' => 'No static pages are in the system yet', 'save' => 'save', 'preview' => 'preview', 'delete' => 'delete', 'cancel' => 'cancel', 'access_denied' => 'Access Denied', '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', 'all_html_allowed' => 'All HTML is allowed', 'results' => 'Static Pages Results', 'author' => 'Author', 'no_title_or_content' => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.', 'no_such_page_anon' => 'Please log in..', '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", 'php_msg' => 'PHP: ', 'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!', 'exit_msg' => 'Exit Type: ', 'exit_info' => 'Enable for Login Required Message. Leave unchecked for normal security check and message.', 'deny_msg' => 'Access to this page is denied. Either the page has been moved/removed or you do not have sufficient permissions.', 'stats_headline' => 'Top Ten Static Pages', 'stats_page_title' => 'Page Title', 'stats_hits' => 'Hits', 'stats_no_hits' => 'It appears that there are no static pages on this site or no one has ever viewed them.', 'id' => 'ID', 'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.', '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.', 'centerblock' => 'Centerblock: ', 'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page.', 'topic' => 'Topic: ', 'position' => 'Position: ', 'all_topics' => 'All', 'no_topic' => 'Homepage Only', 'position_top' => 'Top Of Page', 'position_feat' => 'After Featured Story', 'position_bottom' => 'Bottom Of Page', 'position_entire' => 'Entire Page', 'head_centerblock' => 'Centerblock', 'centerblock_no' => 'No', 'centerblock_top' => 'Top', 'centerblock_feat' => 'Feat. Story', 'centerblock_bottom' => 'Bottom', 'centerblock_entire' => 'Entire Page', 'inblock_msg' => 'In a block: ', 'inblock_info' => 'Wrap Static Page in a block.', 'title_edit' => 'Edit page', 'title_copy' => 'Make a copy of this page', 'title_display' => 'Display page', 'select_php_none' => 'do not execute PHP', 'select_php_return' => 'execute PHP (return)', 'select_php_free' => 'execute PHP', '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.', 'printable_format' => 'Printable Format', 'edit' => 'Edit', 'copy' => 'Copy', 'limit_results' => 'Limit Results', 'search' => 'Search', 'submit' => 'Submit' ); // Messages for the plugin upgrade $PLG_staticpages_MESSAGE3002 = $LANG32[9]; ?>