language/english_utf-8.php
author Tom <websitemaster@cogeco.net>
Wed, 01 Feb 2012 20:35:07 -0500
branchHEAD
changeset 8487 e61a1038595a
parent 8479 ceb842950b65
child 8489 79b7561187a2
permissions -rw-r--r--
CC setting is now an admin option. Original patch provided by Rouslan Placella. (feature request #0001259)
     1 <?php
     2 
     3 ###############################################################################
     4 # english_utf-8.php
     5 #
     6 # This is the English language file for Geeklog
     7 # Special thanks to Mischa Polivanov for his work on this project
     8 #
     9 # Copyright (C) 2000 Jason Whittenburg
    10 # jwhitten AT securitygeeks DOT com
    11 #
    12 # This program is free software; you can redistribute it and/or
    13 # modify it under the terms of the GNU General Public License
    14 # as published by the Free Software Foundation; either version 2
    15 # of the License, or (at your option) any later version.
    16 #
    17 # This program is distributed in the hope that it will be useful,
    18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20 # GNU General Public License for more details.
    21 #
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    25 #
    26 ###############################################################################
    27 
    28 $LANG_CHARSET = 'utf-8';
    29 
    30 ###############################################################################
    31 # Array Format:
    32 # $LANGXX[YY]:  $LANG - variable name
    33 #               XX    - file id number
    34 #               YY    - phrase id number
    35 ###############################################################################
    36 
    37 ###############################################################################
    38 # USER PHRASES - These are file phrases used in end user scripts
    39 ###############################################################################
    40 
    41 ###############################################################################
    42 # lib-common.php
    43 
    44 $LANG01 = array(
    45     1 => 'Contributed by:',
    46     2 => 'read more',
    47     3 => 'comments',
    48     4 => 'Edit',
    49     5 => '',
    50     6 => '',
    51     7 => '',
    52     8 => '',
    53     9 => 'Admin Functions:',
    54     10 => 'Submissions',
    55     11 => 'Stories',
    56     12 => 'Blocks',
    57     13 => 'Topics',
    58     14 => '',
    59     15 => '',
    60     16 => '',
    61     17 => 'Users',
    62     18 => 'SQL Query',
    63     19 => 'Log Out',
    64     20 => 'User Information:',
    65     21 => 'Username',
    66     22 => 'User ID',
    67     23 => 'Security Level',
    68     24 => 'Anonymous',
    69     25 => 'Reply',
    70     26 => 'The following comments are owned by whomever posted them. This site is not responsible for what they say.',
    71     27 => 'Most Recent Post',
    72     28 => 'Delete',
    73     29 => 'No user comments.',
    74     30 => 'Older Stories',
    75     31 => 'Allowed HTML Tags:',
    76     32 => 'Error, invalid username',
    77     33 => 'Error, could not write to the log file',
    78     34 => 'Error',
    79     35 => 'Logout',
    80     36 => 'on',
    81     37 => 'No user stories',
    82     38 => 'Content Syndication',
    83     39 => 'Refresh',
    84     40 => '',
    85     41 => 'Guest Users',
    86     42 => 'Authored by:',
    87     43 => 'Reply to This',
    88     44 => 'Parent',
    89     45 => 'MySQL Error Number',
    90     46 => 'MySQL Error Message',
    91     47 => 'User Functions',
    92     48 => 'My Account',
    93     49 => 'Preferences',
    94     50 => 'Error with SQL statement',
    95     51 => 'help',
    96     52 => 'New',
    97     53 => 'Admin Home',
    98     54 => 'Could not open the file.',
    99     55 => 'Error at',
   100     56 => 'Vote',
   101     57 => 'Password',
   102     58 => 'Login',
   103     59 => "Don't have an account yet?  Sign up as a <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">New User</a>",
   104     60 => 'Post a comment',
   105     61 => 'Create New Account',
   106     62 => 'words',
   107     63 => 'Comment Preferences',
   108     64 => 'Email Article To a Friend',
   109     65 => 'View Printable Version',
   110     66 => '',
   111     67 => 'Welcome to ',
   112     68 => 'Home',
   113     69 => 'Contact',
   114     70 => 'Search',
   115     71 => 'Contribute',
   116     72 => 'Web Resources',
   117     73 => '',
   118     74 => '',
   119     75 => 'Advanced Search',
   120     76 => 'Site Statistics',
   121     77 => 'Plugins',
   122     78 => '',
   123     79 => 'What\'s New',
   124     80 => 'stories in last',
   125     81 => 'story in last',
   126     82 => 'hours',
   127     83 => 'Comments',
   128     84 => '',
   129     85 => 'last 48 hrs',
   130     86 => 'No new comments',
   131     87 => 'last 2 wks',
   132     88 => '',
   133     89 => '',
   134     90 => 'Home',
   135     91 => 'Created this page in',
   136     92 => 'seconds',
   137     93 => 'Copyright',
   138     94 => 'All trademarks and copyrights on this page are owned by their respective owners.',
   139     95 => 'Powered by',
   140     96 => 'Groups',
   141     97 => 'Word List',
   142     98 => 'Plugins',
   143     99 => 'Stories',
   144     100 => 'No new stories',
   145     101 => '',
   146     102 => '',
   147     103 => 'DB Backups',
   148     104 => 'by',
   149     105 => 'Mail Users',
   150     106 => 'Views:',
   151     107 => 'GL Version Test',
   152     108 => 'Clear Cache',
   153     109 => 'Report abuse',
   154     110 => 'Report this post to the site admin',
   155     111 => '',
   156     112 => 'Registered Users',
   157     113 => 'Documentation',
   158     114 => 'Trackbacks',
   159     115 => 'No new trackback comments',
   160     116 => 'Trackback',
   161     117 => 'Directory',
   162     118 => 'Please continue reading on the next page:',
   163     119 => "Lost your <a href=\"{$_CONF['site_url']}/users.php?mode=getpassword\" rel=\"nofollow\">password</a>?",
   164     120 => 'Permanent link to this comment',
   165     121 => 'Comments (%d)',
   166     122 => 'Trackbacks (%d)',
   167     123 => 'All HTML is allowed',
   168     124 => 'Click to delete all checked items',
   169     125 => 'Are you sure you want to Delete all checked items?',
   170     126 => 'Select or de-select all items',
   171     127 => 'Permalink',
   172     128 => 'Login with OpenID:',
   173     129 => 'Configuration',
   174     130 => 'Webservices',
   175     131 => 'No HTML is allowed',
   176     132 => 'Information',
   177     133 => 'Critical',
   178     134 => 'Help',
   179     135 => 'Warning',
   180     136 => 'Warning: Javascript recommended for enhanced functionality',
   181     137 => 'Warning: Javascript required to enable functionality',
   182     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
   183     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage"
   184 );
   185 
   186 ###############################################################################
   187 # comment.php
   188 
   189 $LANG03 = array(
   190     1 => 'Post a Comment',
   191     2 => 'Post Mode',
   192     3 => 'Logout',
   193     4 => 'Create Account',
   194     5 => 'Username',
   195     6 => 'This site requires you to be logged in to post a comment, please log in.  If you do not have an account you can use the form below to create one.',
   196     7 => 'Your last comment was ',
   197     8 => " seconds ago.  This site requires at least {$_CONF['commentspeedlimit']} seconds between comments",
   198     9 => 'Comment',
   199     10 => 'Send Report',
   200     11 => 'Submit Comment',
   201     12 => 'Please fill in the Title and Comment fields, as they are necessary for your submission of a comment.',
   202     13 => 'Your Information',
   203     14 => 'Preview',
   204     15 => 'Report this post',
   205     16 => 'Title',
   206     17 => 'Error',
   207     18 => 'Important Stuff',
   208     19 => 'Please try to keep posts on topic.',
   209     20 => 'Try to reply to other people comments instead of starting new threads.',
   210     21 => 'Read other people\'s messages before posting your own to avoid simply duplicating what has already been said.',
   211     22 => 'Use a clear subject that describes what your message is about.',
   212     23 => 'Your email address will NOT be made public.',
   213     24 => 'Anonymous User',
   214     25 => 'Are you sure you want to report this post to the site admin?',
   215     26 => '%s reported the following abusive comment post:',
   216     27 => 'Abuse report',
   217     28 => 'Preview Changes',
   218     29 => 'Submit Changes',
   219     30 => 'Edited on',
   220     31 => 'by',
   221     32 => 'Editing a Comment',
   222     33 => 'Editing a Comment Submission',
   223     34 => 'Preview Submission Changes',
   224     35 => 'Save Changes to Queue',
   225     36 => 'Notify me of new replies',
   226     37 => 'New Comment Reply',
   227     38 => "A reply has been made to your comment '%s'.",
   228     39 => 'You may view the comment thread at the following address:',
   229     40 => 'If you wish to receive no further notifications of replies, visit the following link:',
   230     41 => 'Hello %s,',
   231     42 => 'Unsubscribe',
   232     43 => 'Unsubscribe from reply notifications',
   233     44 => 'Your Name'
   234 );
   235 
   236 ###############################################################################
   237 # usersettings.php
   238 
   239 $LANG04 = array(
   240     1 => 'User Profile for',
   241     2 => 'Username',
   242     3 => 'Full Name',
   243     4 => 'New Password',
   244     5 => 'Email',
   245     6 => 'Homepage',
   246     7 => 'Bio',
   247     8 => 'PGP Key',
   248     9 => 'Save Information',
   249     10 => 'Last 10 comments for user',
   250     11 => 'No User Comments',
   251     12 => 'User Preferences for',
   252     13 => 'Email Nightly Digest',
   253     14 => 'This password is generated by a randomizer. It is recommended that you change this password immediately. To change your password, log in and then click My Account from the User Functions menu.',
   254     15 => "Your {$_CONF['site_name']} account has been created successfully. To be able to use it, you must login using the information below. Please save this mail for further reference.",
   255     16 => 'Your Account Information',
   256     17 => 'Account does not exist',
   257     18 => 'The email address provided does not appear to be a valid email address',
   258     19 => 'The username or email address provided already exists',
   259     20 => 'The email address provided does not appear to be a valid email address',
   260     21 => 'Error',
   261     22 => "Register with {$_CONF['site_name']}!",
   262     23 => "Creating a user account will give you all the benefits of {$_CONF['site_name']} membership and it will allow you to post comments and submit items as yourself. If you don't have an account, you will only be able to post anonymously. Please note that your email address will <b><i>never</i></b> be publicly displayed on this site.",
   263     24 => 'Your password will be sent to the email address you enter.',
   264     25 => 'Did You Forget Your Password?',
   265     26 => 'Enter <em>either</em> your username <em>or</em> the email address you used to register and click Email Password. Instructions on how to set a new password will be mailed to the email address on record.',
   266     27 => 'Register Now!',
   267     28 => 'Email Password',
   268     29 => 'logged out from',
   269     30 => 'logged in from',
   270     31 => 'The function you have selected requires you to be logged in',
   271     32 => 'Signature',
   272     33 => 'Never publicly displayed',
   273     34 => 'This is your real name',
   274     35 => 'Enter password to change it',
   275     36 => 'Begins with http://',
   276     37 => 'Applied to your comments',
   277     38 => 'It\'s all about you! Everyone can read this',
   278     39 => 'Your public PGP key to share',
   279     40 => 'No Topic Icons',
   280     41 => 'Willing to Moderate',
   281     42 => 'Date Format',
   282     43 => 'Maximum Stories',
   283     44 => 'No boxes',
   284     45 => 'Display Preferences for',
   285     46 => 'Excluded Items for',
   286     47 => 'News box Configuration for',
   287     48 => 'Topics',
   288     49 => 'No icons in stories',
   289     50 => 'Uncheck this if you aren\'t interested',
   290     51 => 'Just the news stories',
   291     52 => 'The default is',
   292     53 => 'Receive the days stories every night',
   293     54 => 'Check the boxes for the topics and authors you don\'t want to see.',
   294     55 => 'If you leave these all unchecked, it means you want the default selection of boxes. If you start selecting boxes, remember to set all of them that you want because the default selection will be ignored. Default entries are displayed in bold.',
   295     56 => 'Authors',
   296     57 => 'Display Mode',
   297     58 => 'Sort Order',
   298     59 => 'Comment Limit',
   299     60 => 'How do you like your comments displayed?',
   300     61 => 'Newest or oldest first?',
   301     62 => 'The default is 100',
   302     63 => "Your password has been emailed to you and should arrive momentarily. Please follow the directions in the message and we thank-you for using {$_CONF['site_name']}",
   303     64 => 'Comment Preferences for',
   304     65 => 'Try Logging in Again',
   305     66 => 'You may have mistyped your login credentials.  Please try logging in again below.',
   306     67 => 'Member Since',
   307     68 => 'Remember Me For',
   308     69 => 'How long should we remember you after logging in?',
   309     70 => "Customize the layout and content of {$_CONF['site_name']}",
   310     71 => "One of the great features of {$_CONF['site_name']} is you can customize the content you get and you can change the overall layout of this site.  In order to take advantage of these great features you must first <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">register</a> with {$_CONF['site_name']}.  Are you already a member?  Then use the login form to the left to log in!",
   311     72 => 'Theme',
   312     73 => 'Language',
   313     74 => 'Change what this site looks like!',
   314     75 => 'Emailed Topics for',
   315     76 => 'If you select a topic from the list below you will receive any new stories posted to that topic at the end of each day.  Choose only the topics that interest you!',
   316     77 => 'Photo',
   317     78 => 'Add a picture of yourself!',
   318     79 => 'Check here to delete this picture',
   319     80 => 'Login',
   320     81 => 'Send Email',
   321     82 => 'Last 10 stories for user',
   322     83 => 'Posting statistics for user',
   323     84 => 'Total number of articles:',
   324     85 => 'Total number of comments:',
   325     86 => 'Find all postings by',
   326     87 => 'Your login name',
   327     88 => "Someone (possibly you) has requested a new password for your account \"%s\" on {$_CONF['site_name']}, <{$_CONF['site_url']}>.\n\nIf you really want this action to be taken, please click on the following link:\n\n",
   328     89 => "If you do not want this action to be taken, simply ignore this message and the request will be disregarded (your password will remain unchanged).\n\n",
   329     90 => 'You can enter a new password for your account below. Please note that your old password is still valid until you submit this form.',
   330     91 => 'Set New Password',
   331     92 => 'Enter New Password',
   332     93 => 'Your last request for a new password was %d seconds ago. This site requires at least %d seconds between password requests.',
   333     94 => 'Delete Account "%s"',
   334     95 => 'Click the "delete account" button below to remove your account from our database. Please note that any stories and comments you posted under this account will <strong>not</strong> be deleted but show up as being posted by "Anonymous".',
   335     96 => 'delete account',
   336     97 => 'Confirm Account Deletion',
   337     98 => 'Are you sure you want to delete your account? By doing so, you will not be able to log into this site again (unless you create a new account). If you are sure, click "delete account" again on the form below.',
   338     99 => 'Privacy Options for',
   339     100 => 'Email from Admin',
   340     101 => 'Allow email from Site Admins',
   341     102 => 'Email from Users',
   342     103 => 'Allow email from other users',
   343     104 => 'Show Online Status',
   344     105 => 'Show up in Who\'s Online block',
   345     106 => 'Location',
   346     107 => 'Shown in your public profile',
   347     108 => 'Confirm new password',
   348     109 => 'Enter the New password again here',
   349     110 => 'Current Password',
   350     111 => 'Please enter your Current password',
   351     112 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
   352     113 => 'Login Attempt Failed',
   353     114 => 'Account Disabled',
   354     115 => 'Your account has been disabled, you may not login. Please contact an Administrator.',
   355     116 => 'Account Awaiting Activation',
   356     117 => 'Your account is currently awaiting activation by an administrator. You will not be able to login until your account has been approved.',
   357     118 => "Your {$_CONF['site_name']} account has now been activated by an administrator. You may now login to the site at the url below using your username (<username>) and password as previously emailed to you.",
   358     119 => 'If you have forgotten your password, you may request a new one at this url:',
   359     120 => 'Account Activated',
   360     121 => 'Service',
   361     122 => 'Sorry, new user registration is disabled',
   362     123 => "Are you a <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">new user</a>?",
   363     124 => 'Confirm Email',
   364     125 => 'You have to enter the same email address in both fields!',
   365     126 => 'Please repeat for confirmation',
   366     127 => 'To change any of these settings, you will have to enter your current password. (non-remote accounts only)',
   367     128 => 'Your Name',
   368     129 => 'Password &amp; Email',
   369     130 => 'About You',
   370     131 => 'Daily Digest Options',
   371     132 => 'Daily Digest Feature',
   372     133 => 'Comment Display',
   373     134 => 'Comment Options',
   374     135 => '<li>Default mode for how comments will be displayed</li><li>Default order to display comments</li><li>Set maximum number of comments to show - default is 100</li>',
   375     136 => 'Exclude Topics and Authors',
   376     137 => 'Filter Story Content',
   377     138 => 'Misc Settings',
   378     139 => 'Layout and Language',
   379     140 => '<li>No Topic Icons if checked will not display the story topic icons</li><li>No boxes if checked will only show the Admin Menu, User Menu and Topics</li><li>Set the maximum number of stories to show per page</li><li>Set your theme, timezone and preferred date format</li>',
   380     141 => 'Privacy Settings',
   381     142 => 'The default setting is to allow users &amp; admins to email fellow site members and show your status as online. Un-check these options to protect your privacy.',
   382     143 => 'Filter Block Content',
   383     144 => 'Show &amp; hide boxes',
   384     145 => 'Your Public Profile',
   385     146 => 'Password and email',
   386     147 => 'Password fields for non-remote accounts only. Edit your account password, email and autologin feature. You will need to enter the same password or email address twice as a confirmation.',
   387     148 => 'User Information',
   388     149 => 'Modify your user information that will be shown to other users.<ul><li>The signature will be added to any comments or forum posts you made</li><li>The BIO is a brief summary of yourself to share</li><li>Share your PGP Key</li></ul>',
   389     150 => '',
   390     156 => 'Delete Account',
   391     157 => 'Delete Option',
   392     158 => 'Time Zone',
   393     159 => 'This email was generated automatically. Please do not reply to this email.',
   394     160 => '(max. %d x %d pixels, %d bytes; %s)',
   395     161 => 'will be scaled down',
   396     162 => 'will not be scaled',
   397     163 => 'Re-Authentication Failed',
   398     164 => 'You have exceeded the number of allowed attempts for re-authentication. The operation has been aborted and your recent changes were lost, sorry.',
   399     165 => 'Use Advanced Editor', 
   400     166 => 'Re-synch Remote Account'
   401 );
   402 
   403 ###############################################################################
   404 # Customize if need to modify the Tabbed navbar MyAccount panels used. Array index key matches preference div id
   405 
   406 $LANG_MYACCOUNT = array(
   407     'pe_preview'   => 'Preview',
   408     'pe_namepass'  => 'Username &amp; Password',
   409     'pe_userinfo'  => 'About You',
   410     'pe_layout'    => 'Layout &amp; Language',
   411     'pe_content'   => 'Content',
   412     'pe_privacy'   => 'Privacy'
   413 );
   414 
   415 
   416 ###############################################################################
   417 # index.php
   418 
   419 $LANG05 = array(
   420     1 => 'No News to Display',
   421     2 => 'There are no news stories to display.  There may be no news for this topic or your user preferences may be too restrictive',
   422     3 => ' for topic %s',
   423     4 => 'Today\'s Featured Article',
   424     5 => 'Next',
   425     6 => 'Previous',
   426     7 => 'First',
   427     8 => 'Last'
   428 );
   429 
   430 ###############################################################################
   431 # profiles.php
   432 
   433 $LANG08 = array(
   434     1 => 'There was an error sending your message. Please try again.',
   435     2 => 'Message sent successfully.',
   436     3 => 'Please make sure you use a valid email address in the Your Email Address field.',
   437     4 => 'Please fill in the Your Name, Your Email Address, Subject and Message fields',
   438     5 => 'Error: No such user.',
   439     6 => 'There was an error.',
   440     7 => 'User Profile for',
   441     8 => 'Username',
   442     9 => 'User URL',
   443     10 => 'Send mail to',
   444     11 => 'Your Name:',
   445     12 => 'Your Email Address',
   446     13 => 'Subject:',
   447     14 => 'Message:',
   448     15 => 'HTML will not be translated.',
   449     16 => 'Send Message',
   450     17 => 'Mail Story to a Friend',
   451     18 => 'To Name',
   452     19 => 'To Email Address',
   453     20 => 'From Name',
   454     21 => 'From Email Address',
   455     22 => 'All fields are required',
   456     23 => "This email was sent to you by %s at %s because they thought you might be interested in this article from {$_CONF['site_url']}.  This is not SPAM and the email addresses involved in this transaction were not saved to a list or stored for later use.",
   457     24 => 'Comment on this story at',
   458     25 => 'You must be logged in to user this feature.  By having you log in, it helps us prevent misuse of the system',
   459     26 => 'This form will allow you to send an email to the selected user.  All fields are required.',
   460     27 => 'Short message',
   461     28 => '%s wrote: ',
   462     29 => "This is the daily digest from {$_CONF['site_name']} for ",
   463     30 => ' Daily Newsletter for ',
   464     31 => 'Title',
   465     32 => 'Date',
   466     33 => 'Read the full article at',
   467     34 => 'End of Message',
   468     35 => 'Sorry, this user prefers not to receive any emails.',
   469     36 => 'Copy:',
   470     37 => 'Send me a copy of this email',
   471     38 => "This is a copy of the email that you sent to %s from <{$_CONF['site_url']}>:",
   472     39 => 'Your last message was ',
   473     40 => " seconds ago.  This site requires at least {$_CONF['speedlimit']} seconds between sending messages"    
   474 );
   475 
   476 ###############################################################################
   477 # search.php
   478 
   479 $LANG09 = array(
   480     1 => 'Advanced Search',
   481     2 => 'Key Words',
   482     3 => 'Topic',
   483     4 => 'All',
   484     5 => 'Type',
   485     6 => 'Stories',
   486     7 => 'Comments',
   487     8 => 'Authors',
   488     9 => 'All',
   489     10 => 'Search',
   490     11 => 'Search Results',
   491     12 => 'matches',
   492     13 => 'Search Results: No matches',
   493     14 => 'There were no matches for your search on',
   494     15 => 'Please try again.',
   495     16 => 'Title',
   496     17 => 'Date',
   497     18 => 'Author',
   498     19 => "Search the entire {$_CONF['site_name']} database of current and past news stories",
   499     20 => 'Date',
   500     21 => 'to',
   501     22 => '(Date Format YYYY-MM-DD)',
   502     23 => 'Views',
   503     24 => 'Found %d items',
   504     25 => 'Searched for',
   505     26 => 'items ',
   506     27 => 'seconds',
   507     28 => 'No story or comment matches for your search',
   508     29 => 'Story and Comment Results',
   509     30 => '',
   510     31 => 'This plugin returned no matches',
   511     32 => '',
   512     33 => 'URL',
   513     34 => 'Location',
   514     35 => 'All Day',
   515     36 => '',
   516     37 => '',
   517     38 => '',
   518     39 => '',
   519     40 => '',
   520     41 => 'Your query string should have at least 3 characters.',
   521     42 => 'Please use a date formatted as YYYY-MM-DD (year-month-day).',
   522     43 => 'exact phrase',
   523     44 => 'all of these words',
   524     45 => 'any of these words',
   525     46 => 'Next',
   526     47 => 'Previous',
   527     48 => 'Author',
   528     49 => 'Date',
   529     50 => 'Hits',
   530     51 => '',
   531     52 => 'Location',
   532     53 => 'Story Results',
   533     54 => 'Comment Results',
   534     55 => 'the phrase',
   535     56 => 'AND',
   536     57 => 'OR',
   537     58 => 'More results &gt;&gt;',
   538     59 => 'Results',
   539     60 => 'per page',
   540     61 => 'Refine search',
   541     62 => '#',
   542     63 => 'Description',
   543     64 => 'Showing %1$d - %2$d of %3$d results',
   544     65 => 'Story',
   545     66 => 'Comment',
   546     67 => 'Show %d Results',
   547     68 => 'Sort By',
   548     69 => 'Titles Only',
   549     70 => 'Not available ...',
   550     71 => 'asc',
   551     72 => 'desc'
   552 );
   553 
   554 ###############################################################################
   555 # stats.php
   556 
   557 $LANG10 = array(
   558     1 => 'Site Statistics',
   559     2 => 'Total Hits to the system',
   560     3 => 'Stories (Comments) in the system',
   561     4 => '',
   562     5 => '',
   563     6 => '',
   564     7 => 'Top Ten Viewed Stories',
   565     8 => 'Story Title',
   566     9 => 'Views',
   567     10 => 'It appears that there are no stories on this site or no one has ever viewed them.',
   568     11 => 'Top Ten Commented Stories',
   569     12 => 'Comments',
   570     13 => 'It appears that there are no stories on this site or no one has ever posted a comment on them.',
   571     14 => '',
   572     15 => '',
   573     16 => '',
   574     17 => '',
   575     18 => '',
   576     19 => '',
   577     20 => '',
   578     21 => '',
   579     22 => 'Top Ten Emailed Stories',
   580     23 => 'Emails',
   581     24 => 'It appears that no one has emailed a story on this site',
   582     25 => 'Top Ten Trackback Commented Stories',
   583     26 => 'No trackback comments found.',
   584     27 => 'Number of active users',
   585     28 => '',
   586     29 => '',
   587     30 => 'Hits',
   588     31 => ''
   589 );
   590 
   591 ###############################################################################
   592 # article.php
   593 
   594 $LANG11 = array(
   595     1 => 'What\'s Related',
   596     2 => 'Mail Story to a Friend',
   597     3 => 'Printable Story Format',
   598     4 => 'Story Options',
   599     5 => '',
   600     6 => "Subscribe to '%s'"
   601 );
   602 
   603 ###############################################################################
   604 # submit.php
   605 
   606 $LANG12 = array(
   607     1 => 'To submit a %s you are required to be logged in as a user.',
   608     2 => 'Login',
   609     3 => 'New User',
   610     4 => '',
   611     5 => '',
   612     6 => 'Submit a Story',
   613     7 => 'Login is Required',
   614     8 => 'Submit',
   615     9 => 'When submitting information for use on this site we ask that you follow the following suggestions...<ul><li>Fill in all the fields, they\'re required</li><li>Provide complete and accurate information</li><li>Double check those URLs</li></ul>',
   616     10 => 'Title',
   617     11 => '',
   618     12 => 'Start Date',
   619     13 => 'End Date',
   620     14 => 'Location',
   621     15 => 'Description',
   622     16 => '',
   623     17 => '',
   624     18 => '',
   625     19 => 'Read First',
   626     20 => '',
   627     21 => '',
   628     22 => 'Error: Missing Fields',
   629     23 => 'Please fill in all the fields on the form.  All fields are required.',
   630     24 => 'Submission Saved',
   631     25 => 'Your %s submission has been saved successfully.',
   632     26 => 'Speed Limit',
   633     27 => 'Username',
   634     28 => 'Topic',
   635     29 => 'Story',
   636     30 => 'Your last submission was ',
   637     31 => " seconds ago.  This site requires at least {$_CONF['speedlimit']} seconds between submissions",
   638     32 => 'Preview',
   639     33 => 'Story Preview',
   640     34 => 'Log Out',
   641     35 => 'HTML tags are not allowed',
   642     36 => 'Post Mode',
   643     37 => '',
   644     38 => '',
   645     39 => '',
   646     40 => '',
   647     41 => '',
   648     42 => '',
   649     43 => '',
   650     44 => 'Address Line 1',
   651     45 => 'Address Line 2',
   652     46 => 'City/Town',
   653     47 => 'State',
   654     48 => 'Zip Code',
   655     49 => '',
   656     50 => '',
   657     51 => 'Location',
   658     52 => 'Delete',
   659     53 => 'Create Account',
   660     54 => 'Story Introduction',
   661     55 => 'Story Body'
   662 );
   663 
   664 ###############################################################################
   665 # ADMIN PHRASES - These are file phrases used in admin scripts
   666 ###############################################################################
   667 
   668 ###############################################################################
   669 # admin/auth.inc.php
   670 
   671 $LANG20 = array(
   672     1 => 'Authentication Required',
   673     2 => 'Denied! Incorrect Login Information',
   674     3 => 'Invalid password for user',
   675     4 => 'Username:',
   676     5 => 'Password:',
   677     6 => 'All access to administrative portions of this web site are logged and reviewed.<br' . XHTML . '>This page is for the use of authorized personnel only.',
   678     7 => 'login'
   679 );
   680 
   681 ###############################################################################
   682 # admin/block.php
   683 
   684 $LANG21 = array(
   685     1 => 'Insufficient Admin Rights',
   686     2 => 'You do not have the necessary rights to edit this block.',
   687     3 => 'Block Editor',
   688     4 => 'There was a problem reading this feed (see error.log for details).',
   689     5 => '',
   690     6 => '',
   691     7 => 'All',
   692     8 => 'Block Security Level',
   693     9 => 'Block Order',
   694     10 => '',
   695     11 => 'Portal Block',
   696     12 => 'Normal Block',
   697     13 => 'Portal Block Options',
   698     14 => 'Feed URL',
   699     15 => 'Last Feed Update',
   700     16 => 'Normal Block Options',
   701     17 => 'Block Content',
   702     18 => 'Please fill in the Block Title and Content fields',
   703     19 => 'Block Manager',
   704     20 => '',
   705     21 => 'Block SecLev',
   706     22 => '',
   707     23 => 'Block Order',
   708     24 => '',
   709     25 => 'To modify or delete a block, click on that block\'s edit icon below.  To create a new block, click on "Create New" above. To move a block, click on the arrows or [R] and [L] boxes.',
   710     26 => 'Layout Block',
   711     27 => 'PHP Block',
   712     28 => 'PHP Block Options',
   713     29 => 'Block Function',
   714     30 => 'If you would like to have one of your blocks use PHP code, enter the name of the function above.  Your function name must start with the prefix "phpblock_" (e.g. phpblock_getweather).  If it does not have this prefix, your function will NOT be called.  We do this to keep people who may have hacked your Geeklog installation from putting arbitrary function calls that may be harmful to your system.  If you include parenthesis "()" after your function name, the function will be called with two parameters. Parameter 1 will be an Array containing the row of data for this block in the gl_blocks table. Parameter 2 will be a string containing whatever text you place between the two parentheses. Finally, it is recommended that you put all your PHP Block code in /path/to/geeklog/system/lib-custom.php.  That will allow the code to stay with you even when you upgrade to a newer version of Geeklog.',
   715     31 => 'Error in PHP Block.  Function, %s, does not exist.',
   716     32 => 'Error Missing Field(s)',
   717     33 => 'You must enter the URL to the syndication feed file for portal blocks',
   718     34 => 'You must enter the title and the function for PHP blocks',
   719     35 => 'You must enter the title and the content for normal blocks',
   720     36 => 'You must enter the content for layout blocks',
   721     37 => 'Bad PHP block function name',
   722     38 => 'Functions for PHP Blocks must have the prefix \'phpblock_\' (e.g. phpblock_getweather).  The \'phpblock_\' prefix is required for security reasons to prevent the execution of arbitrary code.',
   723     39 => 'Side',
   724     40 => 'Left',
   725     41 => 'Right',
   726     42 => 'You must enter the block title and block order for Geeklog default blocks.',
   727     43 => 'Homepage Only',
   728     44 => 'Multiple',
   729     45 => "You are trying to access a block that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/block.php\">go back to the block administration screen</a>.",
   730     46 => 'Move',
   731     47 => 'None',
   732     48 => 'Block Name',
   733     49 => '(no spaces)',
   734     50 => 'The Block Name can not be empty',
   735     51 => 'include http://',
   736     52 => 'If you leave this blank the help icon for this block will not be displayed',
   737     53 => 'Enabled',
   738     54 => 'save',
   739     55 => 'cancel',
   740     56 => 'delete',
   741     57 => 'Move Block Down',
   742     58 => 'Move Block Up',
   743     59 => 'Move block to the right side',
   744     60 => 'Move block to the left side',
   745     61 => 'No Title',
   746     62 => 'Article Limit',
   747     63 => 'Bad Block Title',
   748     64 => 'Your Title must not be empty and cannot contain HTML. You must also make a topic selection.',
   749     65 => 'Order',
   750     66 => 'Autotags',
   751     67 => 'Check to allow autotags',
   752     68 => 'The feed for this portal block is too long to display. Please set a maximum number of articles to import for the block in the block setup screen, or a global maximum in Geeklog Configuration.'
   753 );
   754 
   755 ###############################################################################
   756 # admin/story.php
   757 
   758 $LANG24 = array(
   759     1 => 'Previous Stories',
   760     2 => 'Next Stories',
   761     3 => 'Mode',
   762     4 => 'Post Mode',
   763     5 => 'Story Editor',
   764     6 => 'There are no stories in the system',
   765     7 => 'Author',
   766     8 => 'save',
   767     9 => 'preview',
   768     10 => 'cancel',
   769     11 => 'delete',
   770     12 => 'ID',
   771     13 => '',
   772     14 => '',
   773     15 => 'Date',
   774     16 => 'Intro Text',
   775     17 => 'Body Text',
   776     18 => 'Hits',
   777     19 => 'Comments',
   778     20 => 'Ping',
   779     21 => 'Send Ping',
   780     22 => 'Story List',
   781     23 => 'To modify or delete a story, click on that story\'s edit icon below. To view a story, click on the title of the story you wish to view. To create a new story, click on "Create New" above.',
   782     24 => 'The ID you chose for this story is already in use. Please use another ID.',
   783     25 => 'Error when saving story',
   784     26 => 'Story Preview',
   785     27 => '<p>If you use [unscaledX] instead of [imageX], the image will be inserted at its original dimensions.</p>',
   786     28 => '<p><b>PREVIEWING</b>: Previewing a story with images attached is best done by saving the article as a draft INSTEAD OF hitting the preview button.  Use the preview button only when images are not attached.</p>',
   787     29 => 'Trackbacks',
   788     30 => 'File Upload Errors',
   789     31 => 'Please fill in the Title and Intro Text fields and make sure at least one Topic is selected',
   790     32 => 'Featured',
   791     33 => 'There can only be one featured story',
   792     34 => 'Draft',
   793     35 => 'Yes',
   794     36 => 'No',
   795     37 => 'More by',
   796     38 => 'More from',
   797     39 => 'Emails',
   798     40 => '',
   799     41 => "You are trying to access a story that you don't have rights to.  This attempt has been logged.  You may view the article in read-only below. Please <a href=\"{$_CONF['site_admin_url']}/story.php\">go back to the story administration screen</a> when you are done.",
   800     42 => "You are trying to access a story that you don't have rights to.  This attempt has been logged.  Please <a href=\"{$_CONF['site_admin_url']}/story.php\">go back to the story administration screen</a>.",
   801     43 => '',
   802     44 => '',
   803     45 => '',
   804     46 => '<b>NOTE:</b> if you modify this date to be in the future, this article will not be published until that date.  That also means the story will not be included in your feed headline feed and it will be ignored by the search and statistics pages.',
   805     47 => 'Images',
   806     48 => 'image',
   807     49 => 'right',
   808     50 => 'left',
   809     51 => '<p>To add one of the images you are attaching to this article you need to insert specially formatted text.  The specially formatted text is [imageX], [imageX_right] or [imageX_left] where X is the number of the image you have attached.  NOTE: You must use the images you attach.  If you do not you will be unable to save your story.</p>',
   810     52 => '',
   811     53 => 'was not used.  You must include this image in the intro or body before you can save your changes',
   812     54 => 'Attached Images Not Used',
   813     55 => 'The following errors occurred while trying to save your story.  Please correct these errors before saving',
   814     56 => 'Show Topic Icon',
   815     57 => 'View unscaled image',
   816     58 => 'Archive Options',
   817     59 => 'Option',
   818     60 => '',
   819     61 => 'Auto Archive',
   820     62 => 'Auto Delete',
   821     63 => 'Disable Comments',
   822     64 => '',
   823     65 => '',
   824     66 => '',
   825     67 => 'Expand the Content Edit Area size',
   826     68 => 'Reduce the Content Edit Area size',
   827     69 => 'Publish Story Date',
   828     70 => 'Toolbar Selection',
   829     71 => 'Basic Toolbar',
   830     72 => 'Common Toolbar',
   831     73 => 'Advanced Toolbar',
   832     74 => 'Advanced II Toolbar',
   833     75 => 'Full Featured',
   834     76 => 'Publish Options',
   835     77 => 'JavaScript needs to be enabled for Advanced Editor. Option can be disabled in the Configuration admin panel.',
   836     78 => 'Click <a href="%s/story.php?mode=edit&amp;sid=%s&amp;editopt=default">here</a> to use default editor',
   837     79 => 'Preview',
   838     80 => 'Editor',
   839     81 => 'Publish Options',
   840     82 => 'Images',
   841     83 => 'Archive Options',
   842     84 => 'Permissions',
   843     85 => 'Show All',
   844     86 => 'Advanced Editor',
   845     87 => 'Story Stats',
   846     88 => 'Wiki-style format',
   847     89 => 'Meta Description',
   848     90 => 'Meta Keywords',
   849     91 => 'You can always hit "Preview" to extend the expiry time.',
   850     'autotag_desc_story' => '[story: id alternate title] - Displays a link to a Story using the Story Title as the title. An alternate title may be specified but is not required.'  
   851 );
   852 
   853 
   854 ###############################################################################
   855 # admin/topic.php
   856 
   857 $LANG27 = array(
   858     1 => 'Topic Editor',
   859     2 => 'Topic ID',
   860     3 => 'Topic Name',
   861     4 => 'Topic Image',
   862     5 => '(do not use spaces)',
   863     6 => 'Deleting a topic deletes all stories, submissions and blocks associated with it (as long as they are only associated with that deleted topic).',
   864     7 => 'Please fill in the Topic ID and Topic Name fields',
   865     8 => 'Topic Manager',
   866     9 => 'To modify or delete a topic, click on that topic.  To create a new topic, click on "Create New" above. You will find your access level for each topic in parenthesis. The asterisk(*) denotes the default topic.',
   867     10 => 'Sort Order',
   868     11 => 'Stories/Page',
   869     12 => 'Access Denied',
   870     13 => "You are trying to access a topic that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/topic.php\">go back to the topic administration screen</a>.",
   871     14 => 'Sort Method',
   872     15 => 'alphabetical',
   873     16 => 'default is',
   874     17 => 'New Topic',
   875     18 => 'Admin Home',
   876     19 => 'save',
   877     20 => 'cancel',
   878     21 => 'delete',
   879     22 => 'Default',
   880     23 => 'If needed, make this the default topic for new items and submissions',
   881     24 => '(*)',
   882     25 => 'Archive Topic',
   883     26 => 'Make this the default topic for archived stories. Only one topic allowed',
   884     27 => 'Or Upload Topic Icon',
   885     28 => 'Maximum',
   886     29 => 'File Upload Errors',
   887     30 => 'Stories in Topic', 
   888     31 => 'You have used a restricted Topic ID. Please choose another one.',
   889     32 => 'Parent Topic',
   890     33 => 'Inherit',
   891     34 => 'Items of child topic are inherited',
   892     35 => 'Hidden', 
   893     36 => 'Topic will be hidden and cannot be viewed directly, only inherited', 
   894     37 => 'Root',
   895     38 => 'All',
   896     39 => 'Homepage Only', 
   897     40 => 'Assign one or more topics. ',
   898     41 => 'If "All" is selected then the item will appear for all topics. If "Homepage Only" is selected then item will appear just on the homepage. Else you must select at least one topic to assign the item too. ', 
   899     42 => 'Inherit contains the list of assigned topics. If the topic is selected then the item will be inherited by the parent topic. You must save your item first before anything is listed in the inherit box. ',
   900     43 => 'Default contains the list of assigned topics. This is the default topic that will be used when displaying the item if the actually topic the user is in is not found. ', 
   901     44 => 'Inherit',
   902     45 => 'Default',
   903     46 => 'Your parent topic cannot be the Archive topic. Please choose a different Parent Topic.',
   904     47 => 'An Archive Topic cannot have any child topics. Please remove any child topics before making a topic the Archive Topic.', 
   905     48 => 'Parent Topic Id not found.',
   906     'breadcrumb_seperator' => '>'
   907 );
   908 
   909 ###############################################################################
   910 # admin/user.php
   911 
   912 $LANG28 = array(
   913     1 => 'User Editor',
   914     2 => 'User ID',
   915     3 => 'Username',
   916     4 => 'Full Name',
   917     5 => 'Password',
   918     6 => 'Security Level',
   919     7 => 'Email Address',
   920     8 => 'Homepage',
   921     9 => '(do not use spaces)',
   922     10 => 'Please fill in the Username and Email Address fields',
   923     11 => 'User Manager',
   924     12 => 'To modify or delete a user, click on that user\'s edit icon below. To view a user, click on the username you wish to view. To create a new user, click on "Create New" above.',
   925     13 => 'SecLev',
   926     14 => 'Reg. Date',
   927     15 => '',
   928     16 => '',
   929     17 => '',
   930     18 => '',
   931     19 => '',
   932     20 => 'save',
   933     21 => 'The username you tried saving already exists.',
   934     22 => 'Error',
   935     23 => 'Batch Add',
   936     24 => 'Batch Import of Users',
   937     25 => 'You can import a batch of users into Geeklog.  The import file must be a tab-delimited text file and must have the fields in the following order: full name, username, email address.  Each user you import will be emailed with a random password.  You must have one user entered per line.  Failure to follow these instructions will cause problems that may require manual work so double check your entries!',
   938     26 => '',
   939     27 => '',
   940     28 => 'Check here to delete this picture',
   941     29 => 'Path',
   942     30 => 'Import',
   943     31 => 'New Users',
   944     32 => 'Done processing. Imported %d and encountered %d failures',
   945     33 => 'submit',
   946     34 => 'Error: You must specify a file to upload.',
   947     35 => 'Last Login',
   948     36 => 'never',
   949     37 => 'UID',
   950     38 => 'Group Listing',
   951     39 => 'Password (again)',
   952     40 => 'Registration Date',
   953     41 => 'Last login Date',
   954     42 => 'Banned',
   955     43 => 'Awaiting Activation',
   956     44 => 'Awaiting Authorization',
   957     45 => 'Active',
   958     46 => 'User Status',
   959     47 => 'Edit',
   960     48 => 'Show Admin Groups',
   961     49 => 'Admin Group',
   962     50 => 'Check to allow filtering this group as an Admin Use Group',
   963     51 => 'Online Days',
   964     52 => '<br' . XHTML . '>Note: "Online Days" is the number of days between the first registration and the last login.',
   965     53 => 'registered',
   966     54 => 'Batch Admin',
   967     55 => "This only works if you have enabled the 'Record Last Login' option in the Configuration admin panel.",
   968     56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
   969     57 => 'Phantom users',
   970     58 => 'Short-Time Users',
   971     59 => 'Old Users',
   972     60 => 'Users that registered more than ',
   973     61 => ' months ago, but never logged in.',
   974     62 => 'Users that registered more than ',
   975     63 => ' months ago, then logged in within 24 hours, but since then never came back to your site.',
   976     64 => 'Normal users, who simply did not visit your site since ',
   977     65 => ' months.',
   978     66 => 'Update List',
   979     67 => 'Months since registration',
   980     68 => 'Online Hours',
   981     69 => 'Offline Months',
   982     70 => 'could not be deleted',
   983     71 => 'Sucessfully deleted',
   984     72 => 'No User selected for deletion',
   985     73 => 'Are You sure you want to permanently delete ALL selected users?',
   986     74 => 'Recent Users',
   987     75 => 'Users that registered in the last ',
   988     76 => ' months',
   989     77 => 'Email site login reminder to selected users',
   990     78 => 'Send Reminder',
   991     79 => 'No User selected for reminders',
   992     80 => 'Successfully sent Reminders',
   993     81 => 'Reminder to verify account for %s',
   994     82 => "Your account on {$_CONF['site_name']} has not been accesssed since %s and will be disabled if not accessed in the next 30 days.",
   995     83 => "Your account on {$_CONF['site_name']} has not been used since it was created and will be deleted soon if not accessed.",
   996     84 => "Your login name is: %s  for our site: {$_CONF['site_url']}",
   997     85 => 'If you have forgotten the password use the following link: %s',
   998     86 => 'Include',
   999     87 => 'Reminders',
  1000     88 => 'Default Group',
  1001     89 => 'Check to make this a default group for new users',
  1002     90 => 'Apply "Default Group" change to existing user accounts',
  1003     'autotag_desc_user' => '[user: id alternate title] - Displays a link to a User using the Username as the title. An alternate title may be specified but is not required.' 
  1004 );
  1005 
  1006 ###############################################################################
  1007 # admin/moderation.php
  1008 
  1009 $LANG29 = array(
  1010     1 => 'Approve',
  1011     2 => 'Delete',
  1012     3 => 'Edit',
  1013     4 => 'Profile',
  1014     10 => 'Title',
  1015     11 => 'Start Date',
  1016     12 => 'URL',
  1017     13 => 'Submissions',
  1018     14 => 'Date',
  1019     15 => 'Topic',
  1020     16 => 'Username',
  1021     17 => 'Full name',
  1022     18 => 'Email',
  1023     34 => 'Command and Control',
  1024     35 => 'Story Submissions',
  1025     36 => 'Parent or Comment',
  1026     37 => '',
  1027     38 => 'Submit',
  1028     39 => 'There are no submissions to moderate at this time',
  1029     40 => 'User Submissions',
  1030     41 => 'Comment Submissions',
  1031     42 => 'Username',
  1032     43 => 'Auto-publish Comments?'
  1033 );
  1034 
  1035 ###############################################################################
  1036 # admin/mail.php
  1037 
  1038 $LANG31 = array(
  1039     1 => "{$_CONF['site_name']} Mail Utility",
  1040     2 => 'From Name',
  1041     3 => 'From Email Address',
  1042     4 => 'Subject',
  1043     5 => 'Message',
  1044     6 => 'Send to:',
  1045     7 => 'All users',
  1046     8 => 'Admin',
  1047     9 => 'Options',
  1048     10 => 'HTML',
  1049     11 => 'Urgent message!',
  1050     12 => 'Send',
  1051     13 => 'Reset',
  1052     14 => 'Ignore user settings',
  1053     15 => 'Error when sending to: ',
  1054     16 => 'Successfully sent messages to: ',
  1055     17 => "<a href=\"{$_CONF['site_admin_url']}/mail.php\">Send another message</a>",
  1056     18 => 'To',
  1057     19 => 'NOTE: if you wish to send a message to all site members, select the Logged-in Users group from the drop down.',
  1058     20 => "Successfully sent <successcount> messages and unsuccessfully sent <failcount> messages.  If you need them, the details of each message attempts is below.  Otherwise you can <a href=\"{$_CONF['site_admin_url']}/mail.php\">Send another message</a> or you can <a href=\"{$_CONF['site_admin_url']}/moderation.php\">go back to the administration page</a>.",
  1059     21 => 'Failures',
  1060     22 => 'Successes',
  1061     23 => 'No failures',
  1062     24 => 'No successes',
  1063     25 => '-- Select Group --',
  1064     26 => 'Please fill in all the fields on the form and select a group of users from the drop down.'
  1065 );
  1066 
  1067 ###############################################################################
  1068 # admin/plugins.php
  1069 
  1070 $LANG32 = array(
  1071     1 => 'Installing plugins could possibly cause damage to your Geeklog installation and, possibly, to your system.  It is important that you only install plugins downloaded from the <a href="http://www.geeklog.net">Geeklog Homepage</a> as we thoroughly test all plugins submitted to our site on a variety of operating systems.  It is important that you understand that the plugin installation process will require the execution of a few filesystem commands which could lead to security problems particularly if you use plugins from third party sites.  Even with this warning you are getting, we do not gaurantee the success of any installation nor are we liable for damage caused by installing a Geeklog plugin.  In other words, install at your own risk.  For the wary, directions on how to manually install a plugin is included with each plugin package.',
  1072     2 => 'Plugin Installation Disclaimer',
  1073     3 => 'Plugin Installation Form',
  1074     4 => 'Plugin File',
  1075     5 => 'Plugin List',
  1076     6 => 'Warning: Plugin Already Installed!',
  1077     7 => 'The plugin you are trying to install already exists.  Please delete the plugin before re-installing it',
  1078     8 => 'Plugin Compatibility Check Failed',
  1079     9 => 'This plugin requires a newer version of Geeklog. Please upgrade your copy of <a href="http://www.geeklog.net">Geeklog</a>.',
  1080     10 => '<br' . XHTML . '><b>There are no plugins currently installed.</b><br' . XHTML . '><br' . XHTML . '>',
  1081     11 => 'To modify or delete a plugin, click on that plugin\'s edit icon below. This will show the plugin details including the authors\'s website. Both the installed version and the version returned from the plugin\'s code are shown. This will aid you to know if the plugin needs to be upgraded. To install or upgrade a plugin please consult its documentation.',
  1082     12 => 'no plugin name provided to plugineditor()',
  1083     13 => 'Plugin Information Center',
  1084     14 => 'Uninstalled Plugins', // Resynch
  1085     15 => 'Admin Home',
  1086     16 => 'Plugin Name',
  1087     17 => 'Plugin Version',
  1088     18 => 'Geeklog Version',
  1089     19 => 'Enabled',
  1090     20 => 'Yes',
  1091     21 => 'No',
  1092     22 => 'Install',
  1093     23 => 'Save',
  1094     24 => 'Cancel',
  1095     25 => 'Delete',
  1096     26 => 'Plugin Name',
  1097     27 => 'Plugin Homepage',
  1098     28 => 'Installed Version',
  1099     29 => 'Geeklog Version',
  1100     30 => 'Delete Plugin?',
  1101     31 => 'Are you sure you want to delete this plugin?  By doing so you will remove all the data and data structures that this plugin uses.  If you are sure, click delete again on the form below.',
  1102     32 => '<p><b>Error AutoLink tag not correct format</b></p>',
  1103     33 => 'Code Version',
  1104     34 => 'Update',
  1105     35 => 'Edit',
  1106     36 => 'Code',
  1107     37 => 'Data',
  1108     38 => 'Update!',
  1109     39 => 'Upload a Plugin',
  1110     40 => 'You can upload a plugin archive (.tar.gz, .tgz, .zip) directly here:',
  1111     41 => 'Upload',
  1112     42 => 'Click to update',
  1113     43 => 'Load Order',
  1114     44 => 'Move plugin up the load order',
  1115     45 => 'Move plugin down the load order',
  1116     46 => 'Click to Delete this Plugin',
  1117     47 => 'Really Delete %s Plugin?',
  1118     48 => 'Click to Enable this Plugin',
  1119     49 => 'Click to Disable this Plugin',
  1120     50 => 'Dependencies',
  1121     51 => 'OK',
  1122     52 => 'Unresolved',
  1123     53 => 'Disabled',
  1124     54 => 'Unavailable',
  1125     55 => 'Uninstalled',
  1126     56 => 'Wrong Version',
  1127     57 => 'Unknown',
  1128     58 => 'The load order of one or more plugins has been altered in order to resolve dependencies',
  1129     59 => 'Info',
  1130     60 => 'Close',
  1131     61 => 'Status',
  1132     62 => 'Click to Install this Plugin',
  1133     63 => 'This Plugin Cannot be Installed',
  1134     64 => 'This Plugin Cannot be Enabled',
  1135     65 => 'The plugin upload function has been disabled due to the following errors:',
  1136     66 => 'File uploads are disabled in your PHP configuration.',
  1137     67 => 'The directory "%s" is not writable.',
  1138     68 => 'You do not have the required permissions to install plugins.',
  1139     69 => 'You do not have the required permissions to upload plugins.',
  1140 
  1141     // to match the PHP error constants,
  1142     // http://www.php.net/manual/en/features.file-upload.errors.php
  1143     // TBD: move to a separate $LANG array
  1144      99 => 'An unknown error occured',
  1145     100 => 'Ok.',
  1146     101 => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
  1147     102 => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
  1148     103 => 'The uploaded file was only partially uploaded.',
  1149     104 => 'No file was uploaded.',
  1150     105 => '(undefined error)',
  1151     106 => 'Missing a temporary folder.',
  1152     107 => 'Failed to write file to disk.',
  1153     108 => 'File upload stopped by extension.'
  1154 );
  1155 
  1156 ###############################################################################
  1157 # admin/syndication.php
  1158 
  1159 $LANG33 = array(
  1160     1 => 'create feed',
  1161     2 => 'save',
  1162     3 => 'delete',
  1163     4 => 'cancel',
  1164     10 => 'Content Syndication',
  1165     11 => 'New Feed',
  1166     12 => 'Admin Home',
  1167     13 => 'To modify or delete a feed, click on the feed\'s edit icon below. To create a new feed, click on "Create New" above.',
  1168     14 => 'Title',
  1169     15 => 'Type',
  1170     16 => 'Filename',
  1171     17 => 'Format',
  1172     18 => 'last updated',
  1173     19 => 'Enabled',
  1174     20 => 'Yes',
  1175     21 => 'No',
  1176     22 => '<i>(no feeds)</i>',
  1177     23 => 'All Stories',
  1178     24 => 'Feed Editor',
  1179     25 => 'Feed Title',
  1180     26 => 'Limit',
  1181     27 => 'Length of entries',
  1182     28 => '(0 = no text, 1 = full text, other = limit to that number of chars.)',
  1183     29 => 'Description',
  1184     30 => 'Last Update',
  1185     31 => 'Character Set',
  1186     32 => 'Language',
  1187     33 => 'Contents',
  1188     34 => 'Entries',
  1189     35 => 'Hours',
  1190     36 => 'Select type of feed',
  1191     37 => '',
  1192     38 => 'Error: Missing Fields',
  1193     39 => 'Please fill in the Feed Title, Description, and Filename.',
  1194     40 => 'Please enter a  number of entries or number of hours.',
  1195     41 => 'Submit',
  1196     42 => '',
  1197     43 => 'All',
  1198     44 => 'None',
  1199     45 => 'Header-link in topic',
  1200     46 => 'Limit Results',
  1201     47 => 'Search',
  1202     48 => 'Edit',
  1203     49 => 'Feed Logo',
  1204     50 => "Relative to site url ({$_CONF['site_url']})",
  1205     51 => 'The filename you have chosen is already used by another feed. Please choose a different one.',
  1206     52 => 'Error: existing Filename',
  1207     53 => 'All Frontpage Stories',
  1208     54 => 'Please select the type of feed to create.',
  1209     55 => 'Articles'
  1210 );
  1211 
  1212 ###############################################################################
  1213 # confirmation and error messages
  1214 
  1215 $MESSAGE = array(
  1216     1 => "Your password has been emailed to you and should arrive momentarily. Please follow the directions in the message and we thank-you for using {$_CONF['site_name']}",
  1217     2 => "Thank-you for submitting your story to {$_CONF['site_name']}.  It has been submitted to our staff for approval. If approved, your story will be available for others to read on our site.",
  1218     3 => '',
  1219     4 => '',
  1220     5 => 'Your account information has been successfully saved.',
  1221     6 => 'Your preferences have been successfully saved.',
  1222     7 => 'Your comment preferences have been successfully saved.',
  1223     8 => 'You have been successfully logged out.',
  1224     9 => 'Your story has been successfully saved.',
  1225     10 => 'The story has been successfully deleted.',
  1226     11 => 'Your block has been successfully saved.',
  1227     12 => 'The block has been successfully deleted.',
  1228     13 => 'Your topic has been successfully saved.',
  1229     14 => 'The topic and all its stories and blocks have been successfully deleted.',
  1230     15 => 'Your comment has been submitted for review and will be published when approved by a moderator.',
  1231     16 => 'You have been unsubscribed. You will no longer be notified of new replies.',
  1232     17 => '',
  1233     18 => '',
  1234     19 => '',
  1235     20 => '',
  1236     21 => 'The user has been successfully saved.',
  1237     22 => 'The user has been successfully deleted.',
  1238     23 => '',
  1239     24 => '',
  1240     25 => '',
  1241     26 => '',
  1242     27 => 'Message successfully sent.',
  1243     28 => 'The plugin has been successfully saved',
  1244     29 => 'Sorry, you do not have access to this administration page.  Please note that all attempts to access unauthorized features are logged',
  1245     30 => 'Access Denied',
  1246     31 => '',
  1247     32 => '',
  1248     33 => '',
  1249     34 => '',
  1250     35 => '',
  1251     36 => '',
  1252     37 => '',
  1253     38 => '',
  1254     39 => '',
  1255     40 => 'System Message',
  1256     41 => '',
  1257     42 => '',
  1258     43 => '',
  1259     44 => 'The plugin was successfully installed!',
  1260     45 => 'The plugin was successfully deleted.',
  1261     46 => '',
  1262     47 => '',
  1263     48 => "Thank you for applying for a membership with {$_CONF['site_name']}. Our team will review your application. If approved, your password will be emailed to you at the email address you just entered.",
  1264     49 => 'Your group has been successfully saved.',
  1265     50 => 'The group has been successfully deleted.',
  1266     51 => 'This username is already in use. Please choose another one.',
  1267     52 => 'The email address provided does not appear to be a valid email address.',
  1268     53 => 'Your new password has been accepted. Please use your new password below to log in now.',
  1269     54 => 'Your request for a new password has expired. Please try again below.',
  1270     55 => 'An email has been sent to you and should arrive momentarily. Please follow the directions in the message to set a new password for your account.',
  1271     56 => 'The email address provided is already in use for another account.',
  1272     57 => 'Your account has been successfully deleted.',
  1273     58 => 'Your feed has been successfully saved.',
  1274     59 => 'The feed has been successfully deleted.',
  1275     60 => 'The plugin was successfully updated',
  1276     61 => 'Plugin %s: Unknown message placeholder',
  1277     62 => 'The trackback comment has been deleted.',
  1278     63 => 'An error occurred when deleting the trackback comment.',
  1279     64 => 'Your trackback comment has been successfully sent.',
  1280     65 => 'Weblog directory service successfully saved.',
  1281     66 => 'The weblog directory service has been deleted.',
  1282     67 => 'The new password does not match the confirmation password!',
  1283     68 => 'You have to enter the correct current password.',
  1284     69 => 'Your account has been blocked!',
  1285     70 => 'Your account is awaiting administrator approval.',
  1286     71 => 'Your account has now been confirmed and is awaiting administrator approval.',
  1287     72 => 'An error occured while attempting to install the plugin. See error.log for details.',
  1288     73 => 'An error occured while attempting to uninstall the plugin. See error.log for details.',
  1289     74 => 'The pingback has been successfully sent.',
  1290     75 => 'Trackbacks must be sent using a POST request.',
  1291     76 => 'Do you really want to delete this item?',
  1292     77 => 'WARNING:<br' . XHTML . '>You have set your default encoding to UTF-8. However, your server does not support multibyte encodings. Please install mbstring functions for PHP or choose a different character set/language.',
  1293     78 => 'Please make sure that the email address and the confirmation email address are the same.',
  1294     79 => 'The page you have been trying to open refers to a function that no longer exists on this site.',
  1295     80 => 'The plugin that created this feed is currently disabled. You will not be able to edit this feed until you re-enable the parent plugin.',
  1296     81 => 'You may have mistyped your login credentials.  Please try logging in again below.',
  1297     82 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
  1298     83 => 'To change your password, email address, or for how long to remember you, please enter your current password.',
  1299     84 => 'To delete your account, please enter your current password.',
  1300     85 => 'There was a problem sending the email.',
  1301     86 => 'The OpenID server invalidated your login attempt.',
  1302     87 => 'OpenID login operation cancelled by user.',
  1303     88 => 'The OpenID server returned an error.',
  1304     89 => 'Unable to find an OpenID server for the given identity URL.',
  1305     90 => 'OpenID identification cancelled.',
  1306     91 => 'You specified an invalid identity URL.',
  1307     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
  1308     93 => 'Database back up was successful.',
  1309     94 => 'Backup Failed: Filesize less than 1kb',
  1310     95 => 'There was an error.',
  1311     96 => '',
  1312     97 => '',
  1313     98 => 'The plugin was successfully uploaded.',
  1314     99 => 'The plugin already exists.',
  1315     100 => 'The plugin file you uploaded was not a GZip or Zip compressed archive.',
  1316     101 => 'There are no topics (that you have access to). You need at least one topic to be able to submit stories.',
  1317     110 => 'Can not get URL for authentication.',
  1318     111 => 'Authentication error.',
  1319     112 => 'Certification has been canceled.',
  1320     113 => 'Your account has been created successfully. {site_url}',
  1321     114 => 'Your re-synch with your remote account has failed but your other account information has been successfully saved.',
  1322     115 => 'Remote service has been disabled.',
  1323     400 => 'Not all required fields have been passed validation', // Error codes in the 400 range reserved for CUSTOM membership
  1324     401 => 'Please enter Fullname'
  1325 );
  1326 
  1327 ###############################################################################
  1328 
  1329 $LANG_ACCESS = array(
  1330     'access' => 'Access',
  1331     'ownerroot' => 'Owner/Root',
  1332     'group' => 'Group',
  1333     'readonly' => 'Read-Only',
  1334     'accessrights' => 'Access Rights',
  1335     'owner' => 'Owner',
  1336     'grantgrouplabel' => 'Grant Above Group Edit Rights',
  1337     'permmsg' => 'NOTE: members is all logged in members of the site and anonymous is all users browsing the site that aren\'t logged in.',
  1338     'securitygroups' => 'Security Groups',
  1339     'editrootmsg' => "Even though you are a User Administrator, you can't edit a root user without first being a root user yourself.  You can edit all other users except root users. Please note that all attempts to illegally edit root users are logged.  Please go back to the <a href=\"{$_CONF['site_admin_url']}/user.php\">User Administration page</a>.",
  1340     'securitygroupsmsg' => 'Select the checkboxes for the groups you want the user to belong to.',
  1341     'groupeditor' => 'Group Editor',
  1342     'description' => 'Description',
  1343     'name' => 'Name',
  1344     'rights' => 'Rights',
  1345     'missingfields' => 'Missing Fields',
  1346     'missingfieldsmsg' => 'You must supply the name and a description for a group',
  1347     'groupmanager' => 'Group Manager',
  1348     'newgroupmsg' => 'To modify or delete a group, click on that group\'s edit icon below. To create a new group, click on "Create New" above. Please note that core groups cannot be deleted because they are used by the system.',
  1349     'groupname' => 'Group Name',
  1350     'coregroup' => 'Core Group',
  1351     'yes' => 'Yes',
  1352     'no' => 'No',
  1353     'corerightsdescr' => "This group is a core {$_CONF['site_name']} Group.  Therefore the rights for this group cannot be edited.  Below is a read-only list of the rights this group has access to.",
  1354     'groupmsg' => 'Security Groups on this site are hierarchical.  By adding this group to any of the groups below you will be giving this group the same rights that those groups have.  Where possible it is encouraged you use the groups below to give rights to a group.  If you need this group to have custom rights then you can select the rights to various site features in the section below called \'Rights\'.  To add this group to any of the ones below simply check the box next to the group(s) that you want.',
  1355     'coregroupmsg' => "This group is a core {$_CONF['site_name']} Group.  Therefore the groups that this group belongs to cannot be edited.  Below is a read-only list of the groups this group belongs to.",
  1356     'rightsdescr' => 'A group\'s access to a certain right below can be given directly to the group OR to a different group that this group is a part of.  The ones you see below without a checkbox are the rights that have been given to this group because it belongs to another group with that right.  The rights with checkboxes below are rights that can be given directly to this group.',
  1357     'lock' => 'Lock',
  1358     'members' => 'Members',
  1359     'anonymous' => 'Anonymous',
  1360     'permissions' => 'Permissions',
  1361     'permissionskey' => 'R = read, E = edit, edit rights assume read rights',
  1362     'edit' => 'Edit',
  1363     'none' => 'None',
  1364     'accessdenied' => 'Access Denied',
  1365     'storydenialmsg' => "You do not have access to view this story.  This could be because you aren't a member of {$_CONF['site_name']}.  Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">become a member</a> of {$_CONF['site_name']} to receive full membership access!",
  1366     'nogroupsforcoregroup' => 'This group doesn\'t belong to any of the other groups',
  1367     'grouphasnorights' => 'This group doesn\'t have access to any of the administrative features of this site',
  1368     'newgroup' => 'New Group',
  1369     'adminhome' => 'Admin Home',
  1370     'save' => 'save',
  1371     'cancel' => 'cancel',
  1372     'delete' => 'delete',
  1373     'canteditroot' => 'You have tried to edit the Root group but you are not in the Root group yourself therefore your access to this group is denied.  Please contact the system administrator if you feel this is an error.',
  1374     'listusers' => 'Members',
  1375     'listthem' => 'list',
  1376     'usersingroup' => 'Users in group "%s"',
  1377     'usergroupadmin' => 'User Group Administration',
  1378     'add' => 'Add',
  1379     'remove' => 'Remove',
  1380     'availmembers' => 'Available Members',
  1381     'groupmembers' => 'Group Members',
  1382     'canteditgroup' => 'To edit this group, you have to be a member of the group. Please contact the system administrator if you feel this is an error.',
  1383     'cantlistgroup' => 'To see the members of this group, you have to be a member yourself. Please contact the system administrator if you feel this is an error.',
  1384     'editgroupmsg' => 'To modify the group membership, click on the member names(s) and use the add or remove buttons. If the member is a member of the group, their name will appear on the right side only. Once you are complete - press <b>Save</b> to update the group and return to the main group admin page.',
  1385     'listgroupmsg' => 'Listing of all current members in the group: <b>%s</b>',
  1386     'search' => 'Search',
  1387     'submit' => 'Submit',
  1388     'limitresults' => 'Limit Results',
  1389     'group_id' => 'Group ID',
  1390     'plugin_access_denied_msg' => 'You are illegally trying access a plugin administration page.  Please note that all attempts to illegally access this page are logged.',
  1391     'groupexists' => 'Group name already exists',
  1392     'groupexistsmsg' => 'There is already a group with this name. Group names must be unique.'
  1393 );
  1394 
  1395 ###############################################################################
  1396 # admin/database.php
  1397 
  1398 $LANG_DB_BACKUP = array(
  1399     'last_ten_backups' => 'Database Backups',
  1400     'do_backup' => 'Do Backup',
  1401     'backup_successful' => 'Database back up was successful.',
  1402     'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above. Click on a file name to download that backup.',
  1403     'not_found' => 'Incorrect path, security restriction in effect or mysqldump utility not executable.<br'
  1404                     . XHTML . '> Check <strong>mysqldump_path</strong> definition in the Configuration.<br'
  1405                     . XHTML . '> Check <a href="http://www.php.net/manual/en/features.safe-mode.php#ini.open-basedir">open_basedir</a> settings in PHP.<br'
  1406                     . XHTML . "> Path currently defined as: <var>{$_DB_mysqldump_path}</var>",
  1407     'zero_size' => 'Backup Failed: Filesize was 0 bytes',
  1408     'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
  1409     'no_access' => "ERROR: Directory {$_CONF['backup_path']} is not accessible.",
  1410     'backup_file' => 'Backup file',
  1411     'size' => 'Size',
  1412     'bytes' => 'Bytes',
  1413     'total_number' => 'Total number of backups: %d',
  1414     'download' => 'Click to download this file',
  1415     'new_backup' => 'New Backup',
  1416     'delete_failure' => 'One or more backup files could not be deleted.',
  1417     'delete_success' => 'Backup file(s) successfully deleted.',
  1418     'convert_menu' => 'Convert to InnoDB',
  1419     'convert_title' => 'Convert to InnoDB tables',
  1420     'convert_button' => 'Convert',
  1421     'sorry_no_innodb' => 'Sorry, your version of MySQL does not support InnoDB tables.',
  1422     'innodb_explain' => 'InnoDB tables provide better performance on <em>really</em> large databases but make the backup process more complicated. Please <a href="http://dev.mysql.com/doc/mysql/en/innodb.html">read up</a> on the pros and cons of InnoDB tables before you perform this operation.',
  1423     'already_converted' => 'Note: It appears that all of the tables have already been converted to InnoDB.',
  1424     'conversion_patience' => 'Note: Conversion may take some time - please be patient.',
  1425     'innodb_success' => 'Successfully converted tables to InnoDB.',
  1426     'table_issues' => 'There may have been problems with some tables, though. Please check error.log for details.',
  1427 
  1428     'optimize_menu' => 'Optimize Tables',
  1429     'optimize_title' => 'Optimize Tables',
  1430     'optimize_button' => 'Optimize',
  1431     'optimize_explain' => 'Optimizing tables may help to improve the performance of your site. The actual impact depends on the table usage and some tables may benefit from it more than others. Do no expect to see a huge difference in performance. The <a href="http://dev.mysql.com/doc/mysql/en/optimize-table.html">MySQL manual</a> states: <q>it is not likely that you need to do this more than once a week or month</q>.',
  1432     'last_optimization' => 'Last optimization',
  1433     'optimization_patience' => 'Note: Optimization may take some time - please be patient.',
  1434     'optimize_success' => 'Successfully optimized database tables.'
  1435 );
  1436 
  1437 ###############################################################################
  1438 
  1439 $LANG_BUTTONS = array(
  1440     1 => 'Home',
  1441     2 => 'Contact',
  1442     3 => 'Get Published',
  1443     4 => '',
  1444     5 => '',
  1445     6 => '',
  1446     7 => 'Site Stats',
  1447     8 => 'Personalize',
  1448     9 => 'Search',
  1449     10 => 'advanced search',
  1450     11 => 'Directory'
  1451 );
  1452 
  1453 ###############################################################################
  1454 # 404.php
  1455 
  1456 $LANG_404 = array(
  1457     1 => '404 Error',
  1458     2 => 'Gee, I\'ve looked everywhere but I can not find <b>%s</b>.',
  1459     3 => "<p>We're sorry, but the file you have requested does not exist. Please feel free to check the <a href=\"{$_CONF['site_url']}\">main page</a> or the <a href=\"{$_CONF['site_url']}/search.php\">search page</a> to see if you can find what you lost."
  1460 );
  1461 
  1462 ###############################################################################
  1463 
  1464 $LANG_LOGIN = array(
  1465     1 => 'Login required',
  1466     2 => 'Sorry, to access this area you need to be logged in as a user.',
  1467     3 => 'Login',
  1468     4 => 'New User'
  1469 );
  1470 
  1471 ###############################################################################
  1472 # trackback
  1473 
  1474 $LANG_TRB = array (
  1475     'trackback'          => 'Trackback',
  1476     'from'               => 'from',
  1477     'tracked_on'         => 'Tracked on',
  1478     'read_more'          => '[read more]',
  1479     'intro_text'         => "Here's what others have to say about '%s':",
  1480     'no_comments'        => 'No trackback comments for this entry.',
  1481     'this_trackback_url' => 'Trackback URL for this entry:',
  1482     'num_comments'       => '%d trackback comments',
  1483     'send_trackback'     => 'Send Pings',
  1484     'preview'            => 'Preview',
  1485     'editor_title'       => 'Send trackback comment',
  1486     'trackback_url'      => 'Trackback URL',
  1487     'entry_url'          => 'Entry URL',
  1488     'entry_title'        => 'Entry Title',
  1489     'blog_name'          => 'Site Name',
  1490     'excerpt'            => 'Excerpt',
  1491     'truncate_warning'   => 'Note: The receiving site may truncate your excerpt',
  1492     'button_send'        => 'Send',
  1493     'button_preview'     => 'Preview',
  1494     'send_error'         => 'Error',
  1495     'send_error_details' => 'Error when sending trackback comment:',
  1496     'url_missing'        => 'No Entry URL',
  1497     'url_required'       => 'Please enter at least a URL for the entry.',
  1498     'target_missing'     => 'No Trackback URL',
  1499     'target_required'    => 'Please enter a trackback URL',
  1500     'error_socket'       => 'Could not open socket.',
  1501     'error_response'     => 'Response not understood.',
  1502     'error_unspecified'  => 'Unspecified error.',
  1503     'select_url'         => 'Select Trackback URL',
  1504     'not_found'          => 'Trackback URL not found',
  1505     'autodetect_failed'  => 'Geeklog could not detect the Trackback URL for the post you want to send your comment to. Please enter it manually below.',
  1506     'trackback_explain'  => 'From the links below, please select the URL you want to send your Trackback comment to. Geeklog will then try to determine the correct Trackback URL for that post. Or you can <a href="%s">enter it manually</a> if you know it already.',
  1507     'no_links_trackback' => 'No links found. You can not send a Trackback comment for this entry.',
  1508     'pingback'           => 'Pingback',
  1509     'pingback_results'   => 'Pingback results',
  1510     'send_pings'         => 'Send Pings',
  1511     'send_pings_for'     => 'Send Pings for "%s"',
  1512     'no_links_pingback'  => 'No links found. No Pingbacks were sent for this entry.',
  1513     'pingback_success'   => 'Pingback sent.',
  1514     'no_pingback_url'    => 'No pingback URL found.',
  1515     'resend'             => 'Resend',
  1516     'ping_all_explain'   => 'You can now notify the sites you linked to (<a href="http://en.wikipedia.org/wiki/Pingback">Pingback</a>), advertise that your site has been updated by pinging weblog directory services, or send a <a href="http://en.wikipedia.org/wiki/Trackback">Trackback</a> comment in case you wrote about a post on someone else\'s site.',
  1517     'pingback_button'    => 'Send Pingback',
  1518     'pingback_short'     => 'Send Pingbacks to all sites linked from this entry.',
  1519     'pingback_disabled'  => '(Pingback disabled)',
  1520     'ping_button'        => 'Send Ping',
  1521     'ping_short'         => 'Ping weblog directory services.',
  1522     'ping_disabled'      => '(Ping disabled)',
  1523     'trackback_button'   => 'Send Trackback',
  1524     'trackback_short'    => 'Send a Trackback comment.',
  1525     'trackback_disabled' => '(Trackback disabled)',
  1526     'may_take_a_while'   => 'Please note that sending Pingbacks and Pings may take a while.',
  1527     'ping_results'       => 'Ping results',
  1528     'unknown_method'     => 'Unknown ping method',
  1529     'ping_success'       => 'Ping sent.',
  1530     'error_site_name'    => 'Please enter the site\'s name.',
  1531     'error_site_url'     => 'Please enter the site\'s URL.',
  1532     'error_ping_url'     => 'Please enter a valid Ping URL.',
  1533     'no_services'        => 'No weblog directory services configured.',
  1534     'services_headline'  => 'Weblog Directory Services',
  1535     'service_explain'    => 'To modify or delete a weblog directory service, click on the edit icon of that service below. To add a new weblog directory service, click on "Create New" above.',
  1536     'service'            => 'Service',
  1537     'ping_method'        => 'Ping method',
  1538     'service_website'    => 'Website',
  1539     'service_ping_url'   => 'URL to ping',
  1540     'ping_standard'      => 'Standard Ping',
  1541     'ping_extended'      => 'Extended Ping',
  1542     'ping_unknown'       => '(unknown method)',
  1543     'edit_service'       => 'Edit Weblog Directory Service',
  1544     'trackbacks'         => 'Trackbacks',
  1545     'editor_intro'       => 'Prepare your trackback comment for <a href="%s">%s</a>.',
  1546     'editor_intro_none'  => 'Prepare your trackback comment.',
  1547     'trackback_note'     => 'To send a trackback comment for a story, go to the list of stories and click on "' . $LANG24[21] . '" for the story. To send a trackback that is not related to a story, <a href="%s">click here</a>.',
  1548     'pingback_explain'   => 'Enter a URL to send the Pingback to. The pingback will point to your site\'s homepage.',
  1549     'pingback_url'       => 'Pingback URL',
  1550     'site_url'           => 'This site\'s URL',
  1551     'pingback_note'      => 'To send a pingback for a story, go to the list of stories and click on "' . $LANG24[21] . '" for the story. To send a pingback that is not related to a story, <a href="%s">click here</a>.',
  1552     'pbtarget_missing'   => 'No Pingback URL',
  1553     'pbtarget_required'  => 'Please enter a pingback URL',
  1554     'pb_error_details'   => 'Error when sending the pingback:',
  1555     'delete_trackback'   => 'To delete this Trackback click: '
  1556 );
  1557 
  1558 ###############################################################################
  1559 # directory.php
  1560 
  1561 $LANG_DIR = array (
  1562     'title'            => 'Article Directory',
  1563     'title_year'       => 'Article Directory for %d',
  1564     'title_month_year' => 'Article Directory for %s %d',
  1565     'nav_top'          => 'Back to Article Directory',
  1566     'no_articles'      => 'No articles.'
  1567 );
  1568 
  1569 ###############################################################################
  1570 # admin/sectest.php
  1571 
  1572 $LANG_SECTEST = array(
  1573     'sectest'       => 'Geeklog Security Check',
  1574     'results'       => 'Results of the Security Check',
  1575     'okay'          => 'Everything seems to be in order.',
  1576     'please_fix'    => 'Please fix the above issues before using your site!',
  1577     'please_note'   => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
  1578     'stay_informed' => 'To stay informed about new Geeklog releases and possible security issues, we suggest that you subscribe to the (low-traffic) %s mailing list and/or use the %s option in your Admin menu from time to time to check for available updates.',
  1579     'public_html'   => '"public_html" should never be part of your site\'s URL.  Please read the part about public_html in the %s again and change your setup accordingly before you proceed.',
  1580     'installation'  => 'installation instructions',
  1581     'directory'     => 'directory',
  1582     'failed_tmp'    => 'Failed to create a temporary file in your %s directory. Check your directory permissions!',
  1583     'fix_it'        => 'This is a security risk and should be fixed!',
  1584     'reachable'     => 'Your %s is reachable from the web.',
  1585     'not_reachable' => 'Good! Your %s is not reachable from the web.',
  1586     'not_sure'      => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
  1587     'remove_inst'   => 'You should really remove the install directory %s once you have your site up and running without any errors.', 
  1588     'remove_inst2'  => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
  1589     'inst_removed'  => 'Good! You seem to have removed the install directory already.',
  1590     'fix_password'  => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',
  1591     'password_okay' => 'Good! You seem to have changed the default account password already.'
  1592 );
  1593 
  1594 ################################################################################
  1595 # "What's New" Time Strings
  1596 
  1597 $LANG_WHATSNEW = array (
  1598     # This here determines the order of the sentence "No new stories in 2 hrs"
  1599     # order it so it makes sense in your language:
  1600     # %i    item, "Stories"
  1601     # %n    amount, "2", "20" etc
  1602     # %t    time, "2" (weeks)
  1603     # %s    scale, "hrs", "weeks"
  1604     'new_string'  => '%n new %i in the last %t %s',
  1605     'new_last'    => 'last %t %s',
  1606     # other strings
  1607     'minutes'     => 'minutes',
  1608     'hours'       => 'hours',
  1609     'days'        => 'days',
  1610     'weeks'       => 'weeks',
  1611     'months'      => 'months',
  1612     'years'       => 'years',
  1613     'minute'      => 'minute',
  1614     'hour'        => 'hour',
  1615     'day'         => 'day',
  1616     'week'        => 'week',
  1617     'month'       => 'month',
  1618     'year'        => 'year'
  1619 );
  1620 
  1621 $LANG_MONTH = array(
  1622     1 => 'January',
  1623     2 => 'February',
  1624     3 => 'March',
  1625     4 => 'April',
  1626     5 => 'May',
  1627     6 => 'June',
  1628     7 => 'July',
  1629     8 => 'August',
  1630     9 => 'September',
  1631     10 => 'October',
  1632     11 => 'November',
  1633     12 => 'December'
  1634 );
  1635 
  1636 $LANG_WEEK = array(
  1637     1 => 'Sunday',
  1638     2 => 'Monday',
  1639     3 => 'Tuesday',
  1640     4 => 'Wednesday',
  1641     5 => 'Thursday',
  1642     6 => 'Friday',
  1643     7 => 'Saturday'
  1644 );
  1645 
  1646 ################################################################################
  1647 # Admin - Strings
  1648 #
  1649 # These are some standard strings used by core functions as well as plugins to
  1650 # display administration lists and edit pages
  1651 
  1652 $LANG_ADMIN = array (
  1653     'search'        => 'Search',
  1654     'limit_results' => 'Limit Results',
  1655     'submit'        => 'Submit',
  1656     'edit'          => 'Edit',
  1657     'edit_adv'      => 'Adv. Edit',
  1658     'admin_home'    => 'Admin Home',
  1659     'create_new'    => 'Create New',
  1660     'create_new_adv'=> 'Create New (Adv.)',
  1661     'enabled'       => 'Enabled',
  1662     'disabled'      => 'Disabled',
  1663     'title'         => 'Title',
  1664     'page_title'    => 'Page Title',
  1665     'type'          => 'Type',
  1666     'topic'         => 'Topic',
  1667     'info'          => 'Info',
  1668     'help_url'      => 'Help File URL',
  1669     'save'          => 'Save',
  1670     'cancel'        => 'Cancel',
  1671     'install'       => 'Install',
  1672     'delete'        => 'Delete',
  1673     'deleteitem'    => 'Delete',
  1674     'delete_sel'    => 'Delete selected',
  1675     'copy'          => 'Copy',
  1676     'no_results'    => '- No entries found -',
  1677     'data_error'    => 'There was an error processing the subscription data. Please check the data source.',
  1678     'preview'       => 'Preview',
  1679     'records_found' => 'Records found',
  1680     'addchild'      => 'Add child',
  1681     'list'          => 'list',
  1682     'list_all'      => 'List all',
  1683     'meta_description' => 'Meta Description',
  1684     'meta_keywords' => 'Meta Keywords',        
  1685     'na'            => 'N/A',
  1686     'unavailable'   => 'N/A',
  1687     'warning'       => '!!!',
  1688     'token_expiry'  => 'You have until %s to make changes. After that time, the security token embedded into this page will expire and you will lose your changes.',
  1689     'token_expired' => 'The security token for this operation has expired. Please authenticate again to continue.',
  1690     'reauth_msg'    => 'The security token for this operation has expired. If you want to continue with this operation, then please authenticate again below. This will ensure that the changes you just made will not be lost.',
  1691     'authenticate'  => 'Authenticate'
  1692 );
  1693 
  1694 # Localisation of the texts for the various drop-down menus that are actually
  1695 # stored in the database. If these exist, they override the texts from the
  1696 # database.
  1697 
  1698 $LANG_commentcodes = array(
  1699     0   => 'Comments Enabled',
  1700     -1  => 'Comments Disabled',
  1701     1   => 'Comments Closed'
  1702 );
  1703 
  1704 $LANG_commentmodes = array(
  1705     'flat'      => 'Flat',
  1706     'nested'    => 'Nested',
  1707     'threaded'  => 'Threaded',
  1708     'nocomment' => 'No Comments'
  1709 );
  1710 
  1711 $LANG_cookiecodes = array(
  1712     0       => '(don\'t)',
  1713     3600    => '1 Hour',
  1714     7200    => '2 Hours',
  1715     10800   => '3 Hours',
  1716     28800   => '8 Hours',
  1717     86400   => '1 Day',
  1718     604800  => '1 Week',
  1719     2678400 => '1 Month'
  1720 );
  1721 
  1722 $LANG_dateformats = array(
  1723     0   => 'System Default'
  1724 );
  1725 
  1726 $LANG_featurecodes = array(
  1727     0 => 'Not Featured',
  1728     1 => 'Featured'
  1729 );
  1730 
  1731 $LANG_frontpagecodes = array(
  1732     0 => 'Show Only in Topic',
  1733     1 => 'Show on Front Page'
  1734 );
  1735 
  1736 $LANG_postmodes = array(
  1737     'plaintext' => 'Plain Old Text',
  1738     'html'      => 'HTML Formatted'
  1739 );
  1740 
  1741 $LANG_sortcodes = array(
  1742     'ASC'  => 'Oldest First',
  1743     'DESC' => 'Newest First'
  1744 );
  1745 
  1746 $LANG_trackbackcodes = array(
  1747     0   => 'Trackback Enabled',
  1748     -1  => 'Trackback Disabled'
  1749 );
  1750 
  1751 ################################################################################
  1752 # Localization of the Admin Configuration UI
  1753 
  1754 $LANG_CONFIG = array(
  1755     'home'                       => 'Home',
  1756     'admin_home'                 => 'Site Administration',
  1757     'sections'                   => 'Configuration Sections',
  1758     'restore'                    => 'Restore',
  1759     'add_element'                => 'Add Element',
  1760     'save_changes'               => 'Save Changes',
  1761     'reset_form'                 => 'Reset Form',
  1762     'changes_made'               => 'Changes were successfully made to',
  1763     'title'                      => 'Configuration Manager',
  1764     'disable'                    => 'Click to disable this option',
  1765     'enable'                     => 'Enable',
  1766     'default_tab_name'           => 'Main',
  1767     'search_configuration_label' => 'Search Configuration',
  1768     'error_validation_occurs'    => 'There are invalid configuration values. Please correct these fields ' .
  1769                                     '(just click the config variable to point you to the error field)'
  1770 );
  1771 
  1772 $LANG_configsections['Core'] = array(
  1773     'label' => 'Geeklog',
  1774     'title' => 'Geeklog Configuration'
  1775 );
  1776 
  1777 $LANG_confignames['Core'] = array(
  1778     'path_html' => "HTML Path",
  1779     'site_url' => "Site URL",
  1780     'site_admin_url' => "Admin URL",
  1781     'site_mail' => "Site E-Mail",
  1782     'noreply_mail' => "No-Reply E-Mail",
  1783     'mail_cc_enabled' => 'Allow to Send Carbon Copies',
  1784     'mail_cc_default' => '"Carbon Copy" on by Default',    
  1785     'site_name' => "Site Name",
  1786     'site_slogan' => "Slogan",
  1787     'owner_name' => "Owner Name",
  1788     'microsummary_short' => "Microsummary",
  1789     'path_log' => "Log",
  1790     'path_language' => "Language",
  1791     'backup_path' => "Backup",
  1792     'path_data' => "Data",
  1793     'path_images' => "Images",
  1794     'path_pear' => "Path Pear",
  1795     'have_pear' => "Have Pear?",
  1796     'mail_settings' => "Mail Settings",
  1797     'allow_mysqldump' => "Allow MySQL Dump",
  1798     'mysqldump_path' => 'Path of Executable',
  1799     'mysqldump_options' => "MySQL Dump Options",
  1800     'mysqldump_filename_mask' => 'Backup File Name Mask',
  1801     'theme' => "Theme",
  1802     'doctype' => 'DOCTYPE Declaration',
  1803     'menu_elements' => "Menu Elements",
  1804     'path_themes' => "Themes Path",
  1805     'disable_new_user_registration' => "Disable New Registrations",
  1806     'allow_user_themes' => "Allow User Themes",
  1807     'allow_user_language' => "Allow User Language",
  1808     'allow_user_photo' => "Allow User Photo",
  1809     'allow_username_change' => "Allow Username Changes",
  1810     'allow_account_delete' => "Allow Account Deletion",
  1811     'hide_author_exclusion' => "Allow Hide Author",
  1812     'show_fullname' => "Show Fullname",
  1813     'show_servicename' => "Show Service Name",
  1814     'custom_registration' => "Enable Custom Registration",
  1815     'user_login_method' => "User Login Method",
  1816     'facebook_login' => "Enable OAuth Login Method Facebook",
  1817     'facebook_consumer_key' => "Facebook OAuth Application ID",    
  1818     'facebook_consumer_secret' => "Facebook OAuth Application Secret",    
  1819     'linkedin_login' => "Enable OAuth Login Method LinkedIn",
  1820     'linkedin_consumer_key' => "LinkedIn OAuth API Key",    
  1821     'linkedin_consumer_secret' => "LinkedIn OAuth Secret Key",    
  1822     'twitter_login' => "Enable OAuth Login Method Twitter",
  1823     'twitter_consumer_key' => "Twitter OAuth Consumer Key",    
  1824     'twitter_consumer_secret' => "Twitter OAuth Consumer Secret",  
  1825     'spamx' => "Spam-X Actions",
  1826     'sort_admin' => "Sort Links",
  1827     'language' => "Language",
  1828     'locale' => "Locale",
  1829     'date' => "Date Format",
  1830     'daytime' => "Daytime Format",
  1831     'shortdate' => "Short Date Format",
  1832     'dateonly' => "Date Only Format",
  1833     'timeonly' => "Time Only Format",
  1834     'week_start' => "Week Start",
  1835     'hour_mode' => "Hour Mode",
  1836     'thousand_separator' => "Thousands Separator",
  1837     'decimal_separator' => "Decimal Separator",
  1838     'decimal_count' => "Decimal Count",
  1839     'language_files' => "Language Files",
  1840     'languages' => "Languages",
  1841     'timezone' => "Timezone",
  1842     'site_disabled_msg' => "Site Disabled Message or URL",
  1843     'rootdebug' => "Root Debugging",
  1844     'cookie_session' => "Session Cookie Name",
  1845     'cookie_name' => "Permanent Cookie Name",
  1846     'cookie_password' => "Password Cookie Name",
  1847     'cookie_theme' => "Theme Cookie Name",
  1848     'cookie_language' => "Language Cookie Name",
  1849     'cookie_tzid' => "Timezone Cookie Name",
  1850     'cookie_anon_name' => 'Anon. Username Cookie Name',
  1851     'cookie_ip' => "Cookies embed IP?",
  1852     'default_perm_cookie_timeout' => "Permanent Timeout",
  1853     'session_cookie_timeout' => "Session Timeout",
  1854     'cookie_path' => "Cookie Path",
  1855     'cookiedomain' => "Cookie Domain",
  1856     'cookiesecure' => "Cookie Secure",
  1857     'lastlogin' => "Record Last Login?",
  1858     'num_search_results' => "Number of Search Results",
  1859     'loginrequired' => "Login Required?",
  1860     'submitloginrequired' => "Submit Login Required?",
  1861     'commentsloginrequired' => "Comment Login Required?",
  1862     'statsloginrequired' => "Stats Login Required?",
  1863     'searchloginrequired' => "Search Login Required?",
  1864     'profileloginrequired' => "Profile Login Required?",
  1865     'emailuserloginrequired' => "E-Mail User Login Required?",
  1866     'emailstoryloginrequired' => "E-Mail Story Login Required?",
  1867     'directoryloginrequired' => "Directory Login Required?",
  1868     'storysubmission' => "Story Submission Queue?",
  1869     'usersubmission' => "User Submission Queue?",
  1870     'listdraftstories' => "List Draft Stories?",
  1871     'notification' => "Notifications",
  1872     'postmode' => "Default Post Mode",
  1873     'speedlimit' => "Post Speed Limit",
  1874     'skip_preview' => "Skip Preview in Posts",
  1875     'advanced_editor' => "Advanced Editor?",
  1876     'wikitext_editor' => "Wikitext Editor?",
  1877     'cron_schedule_interval' => "Cron Schedule Interval",
  1878     'sortmethod' => "Sort Topics",
  1879     'showstorycount' => "Show Story Count?",
  1880     'showsubmissioncount' => "Show Submission Count?",
  1881     'hide_home_link' => "Hide Home Link?",
  1882     'whosonline_threshold' => "Session Threshold",
  1883     'whosonline_anonymous' => "Hide Names from Guests?",
  1884     'whosonline_photo' => "Display Thumbnail Photo?",
  1885     'emailstories' => "Daily Digest Enabled?",
  1886     'emailstorieslength' => "Length of Stories",
  1887     'emailstoriesperdefault' => "Enable for New Users?",
  1888     'allow_domains' => "Automatic Allow Domains",
  1889     'disallow_domains' => "Automatic Disallow Domains",
  1890     'newstoriesinterval' => "New Stories Interval",
  1891     'newcommentsinterval' => "New Comments Interval",
  1892     'newtrackbackinterval' => "New Trackbacks Interval",
  1893     'hidenewstories' => "Hide New Stories",
  1894     'hidenewcomments' => "Hide New Comments",
  1895     'hidenewtrackbacks' => "Hide New Trackbacks",
  1896     'hidenewplugins' => "Hide New Plugin Entries",
  1897     'title_trim_length' => "Title Trim Length",
  1898     'trackback_enabled' => "Trackback Enabled?",
  1899     'pingback_enabled' => "Pingback Enabled?",
  1900     'ping_enabled' => "Ping Enabled?",
  1901     'trackback_code' => "Trackback Default",
  1902     'multiple_trackbacks' => "Multiple Trackbacks",
  1903     'trackbackspeedlimit' => "Trackback Speed Limit",
  1904     'check_trackback_link' => "Check Trackbacks",
  1905     'pingback_self' => "Pingback Self?",
  1906     'pingback_excerpt' => "Create Pingback Excerpt?",
  1907     'link_documentation' => "Link to Documentation?",
  1908     'link_versionchecker' => "Link to Version Checker?",
  1909     'maximagesperarticle' => "Max Images per Article",
  1910     'limitnews' => "Stories per Page",
  1911     'minnews' => "Min. Stories per Page",
  1912     'contributedbyline' => 'Show "Contributed By"?"',
  1913     'hideviewscount' => "Hide Views Count?",
  1914     'hideemailicon' => "Hide E-Mail Icon?",
  1915     'hideprintericon' => "Hide Print Icon?",
  1916     'allow_page_breaks' => "Allow Page Breaks?",
  1917     'page_break_comments' => "Comments on Multi-Page Articles",
  1918     'article_image_align' => 'Topic Icon Alignment',
  1919     'show_topic_icon' => "Show Topic Icon?",
  1920     'draft_flag' => "Draft Flag Default",
  1921     'frontpage' => "Frontpage Default",
  1922     'hide_no_news_msg' => 'Hide "No News" Message?',
  1923     'hide_main_page_navigation' => "Hide Main Page Navigation?",
  1924     'onlyrootfeatures' => "Only Root can Feature?",
  1925     'aftersave_story' => "After Saving Story",
  1926     'aftersave_user' => "After Saving User",
  1927     'show_right_blocks' => "Always Show Right Blocks?",
  1928     'showfirstasfeatured' => "Show First Story as Featured?",
  1929     'backend' => "Enable Feeds?",
  1930     'rdf_file' => "Syndication Output Folder",
  1931     'rdf_limit' => "Feed Limit",
  1932     'rdf_storytext' => "Length of Stories in Feed",
  1933     'rdf_language' => "Feed Language",
  1934     'syndication_max_headlines' => 'Max. Number of Headlines (portal blocks)',
  1935     'copyrightyear' => "Copyright Year",
  1936     'image_lib' => "Image Library",
  1937     'path_to_mogrify' => "Path to Mogrify",
  1938     'path_to_netpbm' => "Path to Netpbm",
  1939     'debug_image_upload' => "Debug Image Uploading?",
  1940     'keep_unscaled_image' => "Keep Unscaled Image?",
  1941     'allow_user_scaling' => "Allow User Scaling?",
  1942     'jpeg_quality' => 'JPEG Quality?',
  1943     'max_image_width' => "Max Image Width?",
  1944     'max_image_height' => "Max Image Height?",
  1945     'max_image_size' => "Max Image Size?",
  1946     'max_topicicon_width' => "Max Topic Icon Width?",
  1947     'max_topicicon_height' => "Max Topic Icon Height?",
  1948     'max_topicicon_size' => "Max Topic Icon Size?",
  1949     'max_photo_width' => "Max Photo Width?",
  1950     'max_photo_height' => "Max Photo Height?",
  1951     'max_photo_size' => "Max Photo Size?",
  1952     'use_gravatar' => "Use Gravatar?",
  1953     'gravatar_rating' => "Gravatar Rating",
  1954     'force_photo_width' => "Force Photo Width",
  1955     'default_photo' => "Default Photo",
  1956     'commentspeedlimit' => "Comment Speed Limit",
  1957     'comment_limit' => "Comment Limit",
  1958     'comment_mode' => "Comment Mode",
  1959     'comment_code' => "Comment Default",
  1960     'comment_edit' => "Allow Comment Edit?",
  1961     'comment_edittime' => "Comment Edit Time (seconds)",
  1962     'commentsubmission' => "Queue Comment Submissions",
  1963     'passwordspeedlimit' => "Password Speed Limit",
  1964     'login_attempts' => "Max. Login Attempts",
  1965     'login_speedlimit' => "Login Speed Limit",
  1966     'user_html' => "User HTML",
  1967     'admin_html' => "Admin HTML",
  1968     'advanced_html' => 'Additional HTML for Adv. Editor',
  1969     'skip_html_filter_for_root' => "Skip HTML Filter for Root?",
  1970     'allowed_protocols' => "Allowed Protocols",
  1971     'disable_autolinks' => "Disable Autotags?",
  1972     'clickable_links' => 'Make URLs clickable?',
  1973     'linktext_maxlen' => 'Max Link Text Length',
  1974     'compressed_output' => 'Send compressed output?',
  1975     'frame_options' => 'Protection against "clickjacking"',
  1976     'censormode' => "Censor Mode?",
  1977     'censorreplace' => "Censor Replace Text",
  1978     'censorlist' => "Censor List",
  1979     'ip_lookup' => "IP Lookup",
  1980     'url_rewrite' => "Enable URL Rewrite",
  1981     'cdn_hosted' => "Use CDN-hosted copy of jQuery",
  1982     'meta_tags' => "Meta Tags",
  1983     'meta_description' => "Default Meta Description",
  1984     'meta_keywords' => "Default Meta Keywords",    
  1985     'default_permissions_block' => "Block Default Permissions",
  1986     'default_permissions_story' => "Story Default Permissions",
  1987     'default_permissions_topic' => "Topic Default Permissions",
  1988     'atom_max_stories' => "Max. Stories in Webservices Feed",
  1989     'disable_webservices' => 'Disable Webservices?',
  1990     'restrict_webservices' => 'Restrict Webservices?',
  1991     'article_comment_close_enabled' => 'Automatically close comments (default)',
  1992     'article_comment_close_days' => 'Days to close comments (default)',
  1993     'comment_close_rec_stories' => 'Number of most recent stories enabled for comments',
  1994     'allow_reply_notifications' => 'Allow comment reply notifications?',
  1995     'search_style' => "Results List Style",
  1996     'search_limits' => "Page Limits",
  1997     'search_show_num' => "Show Result Number?",
  1998     'search_show_type' => "Show Result Type?",
  1999     'search_show_sort' => "Allow User to Sort Results?",
  2000     'search_show_limit' => "Show Page Limits?",
  2001     'search_separator' => "Group Separator",
  2002     'search_def_keytype' => "Default Search Method",
  2003     'search_def_sort' => "Default Sort Order", 
  2004     'autotag_permissions_story' => '[story: ] Permissions', 
  2005     'autotag_permissions_user' => '[user: ] Permissions',
  2006     'disable_breadcrumbs_topics' => "Disable Topic Breadcrumbs",
  2007     'disable_breadcrumbs_articles' => "Disable Article Breadcrumbs",
  2008     'disable_breadcrumbs_plugins' => "Disable Plugins Breadcrumbs"
  2009 );
  2010 
  2011 $LANG_configsubgroups['Core'] = array(
  2012     'sg_site' => 'Site',
  2013     'sg_stories' => 'Stories and Trackback',
  2014     'sg_theme' => 'Theme',
  2015     'sg_blocks' => 'Blocks',
  2016     'sg_users' => 'Users and Submissions',
  2017     'sg_images' => 'Images',
  2018     'sg_locale' => 'Languages and Locale',
  2019     'sg_misc' => 'Miscellaneous'
  2020 );
  2021 
  2022 $LANG_fs['Core'] = array(
  2023     'fs_site' => 'Site',
  2024     'fs_paths' => 'Paths',
  2025     'fs_theme' => 'Theme',
  2026     'fs_mail' => 'Mail',
  2027     'fs_pear' => 'Pear',
  2028     'fs_mysql' => 'MySQL',
  2029     'fs_users' => 'Users',
  2030     'fs_misc' => 'Miscellaneous',
  2031     'fs_spamx' => 'Spam-X',
  2032     'fs_admin_block' => 'Admin Block',
  2033     'fs_locale' => 'Locale',
  2034     'fs_language' => 'Language',
  2035     'fs_debug' => 'Debug',
  2036     'fs_cookies' => 'Cookies',
  2037     'fs_login' => 'Login Settings',
  2038     'fs_search' => 'Search',
  2039     'fs_user_submission' => 'User Submission',
  2040     'fs_submission' => 'Submission Settings',
  2041     'fs_topics_block' => 'Topics Block',
  2042     'fs_whosonline_block' => 'Who\'s Online Block',
  2043     'fs_daily_digest' => 'Daily Digest',
  2044     'fs_whatsnew_block' => 'What\'s New Block',
  2045     'fs_trackback' => 'Trackback',
  2046     'fs_pingback' => 'Pingback',
  2047     'fs_story' => 'Story',
  2048     'fs_theme_advanced' => 'Advanced Settings',
  2049     'fs_syndication' => 'Syndication',
  2050     'fs_imagelib' => 'Image Library',
  2051     'fs_upload' => 'Upload',
  2052     'fs_articleimg' => 'Images in Articles',
  2053     'fs_topicicon' => 'Topic Icons',
  2054     'fs_userphoto' => 'Photos',
  2055     'fs_gravatar' => 'Gravatar',
  2056     'fs_comments' => 'Comments',
  2057     'fs_htmlfilter' => 'HTML Filtering',
  2058     'fs_censoring' => 'Censoring',
  2059     'fs_iplookup' => 'IP Lookup',
  2060     'fs_perm_story' => 'Story Default Permission',
  2061     'fs_perm_topic' => 'Topic Default Permission',
  2062     'fs_perm_block' => 'Block Default Permission',
  2063     'fs_webservices' => 'Webservices',
  2064     'fs_autotag_permissions' => 'Autotag Usage Permissions', 
  2065     'fs_breadcrumbs' => 'Breadcrumbs'
  2066 );
  2067     
  2068 $LANG_tab['Core'] = array(
  2069     'tab_site' => 'Site',
  2070     'tab_paths' => 'Paths',
  2071     'tab_theme' => 'Theme',
  2072     'tab_mail' => 'Mail',
  2073     'tab_pear' => 'Pear',
  2074     'tab_mysql' => 'MySQL',
  2075     'tab_users' => 'Users',
  2076     'tab_misc' => 'Miscellaneous',
  2077     'tab_spamx' => 'Spam-X',
  2078     'tab_admin_block' => 'Admin Block',
  2079     'tab_locale' => 'Locale',
  2080     'tab_language' => 'Language',
  2081     'tab_debug' => 'Debug',
  2082     'tab_cookies' => 'Cookies',
  2083     'tab_login' => 'Login Settings',
  2084     'tab_search' => 'Search',
  2085     'tab_user_submission' => 'User Submission',
  2086     'tab_submission' => 'Submission Settings',
  2087     'tab_topics_block' => 'Topics Block',
  2088     'tab_whosonline_block' => 'Who\'s Online Block',
  2089     'tab_daily_digest' => 'Daily Digest',
  2090     'tab_whatsnew_block' => 'What\'s New Block',
  2091     'tab_trackback' => 'Trackback',
  2092     'tab_pingback' => 'Pingback',
  2093     'tab_story' => 'Story',
  2094     'tab_theme_advanced' => 'Advanced Settings',
  2095     'tab_syndication' => 'Syndication',
  2096     'tab_imagelib' => 'Image Library',
  2097     'tab_upload' => 'Upload',
  2098     'tab_articleimg' => 'Images in Articles',
  2099     'tab_topicicon' => 'Topic Icons',
  2100     'tab_userphoto' => 'Photos',
  2101     'tab_gravatar' => 'Gravatar',
  2102     'tab_comments' => 'Comments',
  2103     'tab_htmlfilter' => 'HTML Filtering',
  2104     'tab_censoring' => 'Censoring',
  2105     'tab_iplookup' => 'IP Lookup',
  2106     'tab_permissions' => 'Permissions',
  2107     'tab_webservices' => 'Webservices',
  2108     'tab_topics' => 'Topics'
  2109 );
  2110 
  2111 $LANG_configselects['Core'] = array(
  2112     0 => array('True'=>1,'False'=>0),
  2113     1 => array('True'=>TRUE,'False'=>FALSE),
  2114     2 => array('Reject'=>0,'Only Keep Latest'=>1, 'Allow Multiple Posts'=>2),
  2115     3 => array('Trackback Enabled' => 0, 'Trackback Disabled' => -1),
  2116     4 => array("Don't Check Anything" => 0,
  2117                "Check against Site URL" => 1,
  2118                "Check full URL" => 2,
  2119                "Check against Site URL and full URL" => 3,
  2120                "Check IP against Site IP" => 4,
  2121                "Check IP and Site URL" => 5,
  2122                "Check IP and Full URL" => 6,
  2123                "Check IP, Full URL, and Site URL" => 7),
  2124     5 => array('Plain Old Text' => 'plaintext', 'HTML Formatted' => 'html'),
  2125     6 => array('12'=>'12','24'=>'24'),
  2126     7 => array('Last Page' => 'last', 'First Page' => 'first', 'Every Page' => 'all'),
  2127     8 => array('Right'=>'right', 'Left'=>'left'),
  2128     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
  2129     10 => array('None'=>'', 'Netpbm'=>'netpbm', 'ImageMagick'=>'imagemagick', 'gdLib' =>'gdlib'),
  2130     11 => array('Flat' => 'flat', 'Nested' => 'nested', 'Threaded' => 'threaded', 'No Comments' => 'nocomment'),
  2131     12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
  2132     13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
  2133     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon'),
  2134     15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
  2135     16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
  2136     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1),
  2137     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3),
  2138     19 => array('Google' => 'google', 'Table' => 'table'),
  2139     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
  2140     21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict'),
  2141     22 => array('Strict' => 'DENY', 'Same Origin' => 'SAMEORIGIN', '(disabled)' => ''),
  2142     23 => array('Disabled' => 0, 'Enabled' => 1, 'Enabled (Default for Homepage only)' => 2),
  2143     24 => array('Contribute' => 'contribute', 'Home' => 'home', 'Advanced Search' => 'search', 'Directory' => 'directory', 'My Account' => 'prefs', 'Plugin Entries' => 'plugins', 'Custom Entries' => 'custom', 'Site Statistics' => 'stats'),
  2144     25 => array('New Stories' => 'story', 'New Comments' => 'comment', 'New Trackbacks' => 'trackback', 'New Pingbacks' => 'pingback', 'New Users' => 'user'),
  2145     26 => array('G (General Audiences)' => 'G', 'PG (Parental Guidance)' => 'PG', 'R (Restricted)' => 'R', 'X (Explicit)' => 'X'),
  2146     27 => array('Hits (asc)' => 'hits|asc', 'Hits (desc)' => 'hits|desc', 'Date (asc)' => 'date|asc', 'Date (desc)' => 'date|desc', 'Title (asc)' => 'title|asc', 'Title (desc)' => 'title|desc', 'Author (asc)' => 'uid|asc', 'Author (desc)' => 'uid|desc'), 
  2147     28 => array('No access' => 0, 'Use' => 2)
  2148 );
  2149 
  2150 ################################################################################
  2151 # Localization of validation error messages
  2152 
  2153 $LANG_VALIDATION = array(
  2154     'default' => 'This field contains an invalid value',
  2155     'notEmpty' => 'This field cannot be empty',
  2156     'alphaNumeric' => 'This field must be alpha numeric',
  2157     'between' => 'This field must be in a specified range',
  2158     'blank' => 'This field must be blank',
  2159     'comparison' => 'This field does not match the comparison operation',
  2160     'date' => 'This field must be in a date format',
  2161     'year' => 'This field must be in a year format such as 2010',
  2162     'yearOrRange' => 'This field must be in a year format such as 2010 or range like 2010 - 2012',
  2163     'time' => 'This field must be in a time format',
  2164     'datetime' => 'This field must be in a datetime format',
  2165     'boolean' => 'This field must be a boolean',
  2166     'decimal' => 'This field must be a decimal',
  2167     'email' => 'This field must contain a valid email address',
  2168     'equalTo' => 'This field does not equal',
  2169     'extension' => 'This field only accepts allowable file extensions',
  2170     'ip' => 'This field must be in a valid IP format',
  2171     'minLength' => 'This field is too short',
  2172     'maxLength' => 'This field is too long',
  2173     'numeric' => 'This field must be numeric',
  2174     'phone' => 'This field must contain a valid phone number',
  2175     'range' => 'This field must be in a specified range',
  2176     'url' => 'This field must contains a valid URL',
  2177     'inList' => 'This field must contain a specified list',
  2178     'mail_settings_backend' => "This field must be one of 'smtp', 'sendmail', or 'mail'",
  2179     'mail_settings_sendmail_path' => 'This field must contains a valid path to sendmail binary',
  2180     'mail_settings_host' => 'This field must contain a valid hostname',
  2181     'mail_settings_port' => 'This field must be between 0 - 65535', 
  2182     'rdf_limit' => 'This field must be numeric', 
  2183     'path' => 'Path does not exist',
  2184     'file' => 'File does not exist', 
  2185     'search_limits' => 'This field must be numeric and separated with a comma',
  2186     'num_search_results' => "This field must be numeric and from the 'search_limits' field above", 
  2187     'theme' => 'Theme directory does not exist',
  2188     'path_themes' => 'Theme path must be an absolute path and make sure the last character contains the ' .
  2189                      'directory separator',
  2190     'path_to_mogrify' => 'You must set the image library to imagemagick and fill this field with the ' .
  2191                          'complete path to the mogrify executable',
  2192     'path_to_netpbm' => 'You must set the image library to netpbm and fill this field with the ' .
  2193                          'directory where the binaries from the Netpbm package are kept',  
  2194     'language' => 'Language file does not exist',
  2195     'timezone' => 'Invalid timezone',
  2196     'single_char' => 'This field must be a single character'
  2197 );
  2198 
  2199 ?>