[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 ############################################################################### 4 # english.php 5 # This is the english language page for GeekLog! 6 # Special thanks to Mischa Polivanov for his work on this project 7 # 8 # Copyright (C) 2000 Jason Whittenburg 9 # jwhitten AT securitygeeks DOT com 10 # 11 # This program is free software; you can redistribute it and/or 12 # modify it under the terms of the GNU General Public License 13 # as published by the Free Software Foundation; either version 2 14 # of the License, or (at your option) any later version. 15 # 16 # This program is distributed in the hope that it will be useful, 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # GNU General Public License for more details. 20 # 21 # You should have received a copy of the GNU General Public License 22 # along with this program; if not, write to the Free Software 23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 # 25 ############################################################################### 26 27 $LANG_CHARSET = 'utf-8'; 28 29 ############################################################################### 30 # Array Format: 31 # $LANGXX[YY]: $LANG - variable name 32 # XX - file id number 33 # YY - phrase id number 34 ############################################################################### 35 36 ############################################################################### 37 # USER PHRASES - These are file phrases used in end user scripts 38 ############################################################################### 39 40 ############################################################################### 41 # lib-common.php 42 43 $LANG01 = array( 44 1 => 'Contributed by:', 45 2 => 'read more', 46 3 => 'comments', 47 4 => 'Edit', 48 5 => 'Vote', 49 6 => 'Results', 50 7 => '', 51 8 => 'votes', 52 9 => 'Admin Functions:', 53 10 => 'Submissions', 54 11 => 'Stories', 55 12 => 'Blocks', 56 13 => 'Topics', 57 14 => '', 58 15 => '', 59 16 => '', 60 17 => 'Users', 61 18 => 'SQL Query', 62 19 => 'Log Out', 63 20 => 'User Information:', 64 21 => 'Username', 65 22 => 'User ID', 66 23 => 'Security Level', 67 24 => 'Anonymous', 68 25 => 'Reply', 69 26 => 'The following comments are owned by whomever posted them. This site is not responsible for what they say.', 70 27 => 'Most Recent Post', 71 28 => 'Delete', 72 29 => 'No user comments.', 73 30 => 'Older Stories', 74 31 => 'Allowed HTML Tags:', 75 32 => 'Error, invalid username', 76 33 => 'Error, could not write to the log file', 77 34 => 'Error', 78 35 => 'Logout', 79 36 => 'on', 80 37 => 'No user stories', 81 38 => 'Content Syndication', 82 39 => 'Refresh', 83 40 => 'You have <tt>register_globals = Off</tt> in your <tt>php.ini</tt>. However, Geeklog requires <tt>register_globals</tt> to be <strong>on</strong>. Before you continue, please set it to <strong>on</strong> and restart your web server.', 84 41 => 'Guest Users', 85 42 => 'Authored by:', 86 43 => 'Reply to This', 87 44 => 'Parent', 88 45 => 'MySQL Error Number', 89 46 => 'MySQL Error Message', 90 47 => 'User Functions', 91 48 => 'My Account', 92 49 => 'Preferences', 93 50 => 'Error with SQL statement', 94 51 => 'help', 95 52 => 'New', 96 53 => 'Admin Home', 97 54 => 'Could not open the file.', 98 55 => 'Error at', 99 56 => 'Vote', 100 57 => 'Password', 101 58 => 'Login', 102 59 => "Don't have an account yet? Sign up as a <a href=\"{$_CONF['site_url']}/users.php?mode=new\">New User</a>", 103 60 => 'Post a comment', 104 61 => 'Create New Account', 105 62 => 'words', 106 63 => 'Comment Preferences', 107 64 => 'Email Article To a Friend', 108 65 => 'View Printable Version', 109 66 => '', 110 67 => 'Welcome to ', 111 68 => 'Home', 112 69 => 'Contact', 113 70 => 'Search', 114 71 => 'Contribute', 115 72 => 'Web Resources', 116 73 => '', 117 74 => '', 118 75 => 'Advanced Search', 119 76 => 'Site Statistics', 120 77 => 'Plugins', 121 78 => '', 122 79 => 'What\'s New', 123 80 => 'stories in last', 124 81 => 'story in last', 125 82 => 'hours', 126 83 => 'COMMENTS', 127 84 => '', 128 85 => 'last 48 hrs', 129 86 => 'No new comments', 130 87 => 'last 2 wks', 131 88 => '', 132 89 => '', 133 90 => 'Home', 134 91 => 'Created this page in', 135 92 => 'seconds', 136 93 => 'Copyright', 137 94 => 'All trademarks and copyrights on this page are owned by their respective owners.', 138 95 => 'Powered By', 139 96 => 'Groups', 140 97 => 'Word List', 141 98 => 'Plugins', 142 99 => 'STORIES', 143 100 => 'No new stories', 144 101 => '', 145 102 => '', 146 103 => 'DB Backups', 147 104 => 'by', 148 105 => 'Mail Users', 149 106 => 'Views:', 150 107 => 'GL Version Test', 151 108 => 'Clear Cache', 152 109 => 'Report abuse', 153 110 => 'Report this post to the site admin', 154 111 => 'View PDF Version', 155 112 => 'Registered Users', 156 113 => 'Documentation', 157 114 => 'TRACKBACKS', 158 115 => 'No new trackback comments', 159 116 => 'Trackback', 160 117 => 'Directory', 161 118 => 'Please continue reading on the next page:', 162 119 => "Lost your <a href=\"{$_CONF['site_url']}/users.php?mode=getpassword\">password</a>?", 163 120 => 'Permanent link to this comment', 164 121 => 'Comments (%d)', 165 122 => 'Trackbacks (%d)', 166 123 => 'All HTML is allowed', 167 124 => 'Click to delete all checked items', 168 125 => 'Are you sure you want to Delete all checked items?', 169 126 => 'Select or de-select all items' 170 ); 171 172 ############################################################################### 173 # comment.php 174 175 $LANG03 = array( 176 1 => 'Post a Comment', 177 2 => 'Post Mode', 178 3 => 'Logout', 179 4 => 'Create Account', 180 5 => 'Username', 181 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.', 182 7 => 'Your last comment was ', 183 8 => " seconds ago. This site requires at least {$_CONF['commentspeedlimit']} seconds between comments", 184 9 => 'Comment', 185 10 => 'Send Report', 186 11 => 'Submit Comment', 187 12 => 'Please fill in the Title and Comment fields, as they are necessary for your submission of a comment.', 188 13 => 'Your Information', 189 14 => 'Preview', 190 15 => 'Report this post', 191 16 => 'Title', 192 17 => 'Error', 193 18 => 'Important Stuff', 194 19 => 'Please try to keep posts on topic.', 195 20 => 'Try to reply to other people comments instead of starting new threads.', 196 21 => 'Read other people\'s messages before posting your own to avoid simply duplicating what has already been said.', 197 22 => 'Use a clear subject that describes what your message is about.', 198 23 => 'Your email address will NOT be made public.', 199 24 => 'Anonymous User', 200 25 => 'Are you sure you want to report this post to the site admin?', 201 26 => '%s reported the following abusive comment post:', 202 27 => 'Abuse report' 203 ); 204 205 ############################################################################### 206 # usersettings.php 207 208 $LANG04 = array( 209 1 => 'User Profile for', 210 2 => 'User Name', 211 3 => 'Full Name', 212 4 => 'New Password', 213 5 => 'Email', 214 6 => 'Homepage', 215 7 => 'Bio', 216 8 => 'PGP Key', 217 9 => 'Save Information', 218 10 => 'Last 10 comments for user', 219 11 => 'No User Comments', 220 12 => 'User Preferences for', 221 13 => 'Email Nightly Digest', 222 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.', 223 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.", 224 16 => 'Your Account Information', 225 17 => 'Account does not exist', 226 18 => 'The email address provided does not appear to be a valid email address', 227 19 => 'The username or email address provided already exists', 228 20 => 'The email address provided does not appear to be a valid email address', 229 21 => 'Error', 230 22 => "Register with {$_CONF['site_name']}!", 231 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.", 232 24 => 'Your password will be sent to the email address you enter.', 233 25 => 'Did You Forget Your Password?', 234 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.', 235 27 => 'Register Now!', 236 28 => 'Email Password', 237 29 => 'logged out from', 238 30 => 'logged in from', 239 31 => 'The function you have selected requires you to be logged in', 240 32 => 'Signature', 241 33 => 'Never publicly displayed', 242 34 => 'This is your real name', 243 35 => 'Enter password to change it', 244 36 => 'Begins with http://', 245 37 => 'Applied to your comments', 246 38 => 'It\'s all about you! Everyone can read this', 247 39 => 'Your public PGP key to share', 248 40 => 'No Topic Icons', 249 41 => 'Willing to Moderate', 250 42 => 'Date Format', 251 43 => 'Maximum Stories', 252 44 => 'No boxes', 253 45 => 'Display Preferences for', 254 46 => 'Excluded Items for', 255 47 => 'News box Configuration for', 256 48 => 'Topics', 257 49 => 'No icons in stories', 258 50 => 'Uncheck this if you aren\'t interested', 259 51 => 'Just the news stories', 260 52 => 'The default is', 261 53 => 'Receive the days stories every night', 262 54 => 'Check the boxes for the topics and authors you don\'t want to see.', 263 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.', 264 56 => 'Authors', 265 57 => 'Display Mode', 266 58 => 'Sort Order', 267 59 => 'Comment Limit', 268 60 => 'How do you like your comments displayed?', 269 61 => 'Newest or oldest first?', 270 62 => 'The default is 100', 271 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']}", 272 64 => 'Comment Preferences for', 273 65 => 'Try Logging in Again', 274 66 => 'You may have mistyped your login credentials. Please try logging in again below.', 275 67 => 'Member Since', 276 68 => 'Remember Me For', 277 69 => 'How long should we remember you after logging in?', 278 70 => "Customize the layout and content of {$_CONF['site_name']}", 279 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\">register</a> with {$_CONF['site_name']}. Are you already a member? Then use the login form to the left to log in!", 280 72 => 'Theme', 281 73 => 'Language', 282 74 => 'Change what this site looks like!', 283 75 => 'Emailed Topics for', 284 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!', 285 77 => 'Photo', 286 78 => 'Add a picture of yourself!', 287 79 => 'Check here to delete this picture', 288 80 => 'Login', 289 81 => 'Send Email', 290 82 => 'Last 10 stories for user', 291 83 => 'Posting statistics for user', 292 84 => 'Total number of articles:', 293 85 => 'Total number of comments:', 294 86 => 'Find all postings by', 295 87 => 'Your login name', 296 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", 297 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", 298 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.', 299 91 => 'Set New Password', 300 92 => 'Enter New Password', 301 93 => 'Your last request for a new password was %d seconds ago. This site requires at least %d seconds between password requests.', 302 94 => 'Delete Account "%s"', 303 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".', 304 96 => 'delete account', 305 97 => 'Confirm Account Deletion', 306 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.', 307 99 => 'Privacy Options for', 308 100 => 'Email from Admin', 309 101 => 'Allow email from Site Admins', 310 102 => 'Email from Users', 311 103 => 'Allow email from other users', 312 104 => 'Show Online Status', 313 105 => 'Show up in Who\'s Online block', 314 106 => 'Location', 315 107 => 'Shown in your public profile', 316 108 => 'Confirm new password', 317 109 => 'Enter the New password again here', 318 110 => 'Current Password', 319 111 => 'Please enter your Current password', 320 112 => 'You have exceeded the number of allowed login attempts. Please try again later.', 321 113 => 'Login Attempt Failed', 322 114 => 'Account Disabled', 323 115 => 'Your account has been disabled, you may not login. Please contact an Administrator.', 324 116 => 'Account Awaiting Activation', 325 117 => 'Your account is currently awaiting activation by an administrator. You will not be able to login until your account has been approved.', 326 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.", 327 119 => 'If you have forgotten your password, you may request a new one at this url:', 328 120 => 'Account Activated', 329 121 => 'Service', 330 122 => 'Sorry, new user registration is disabled', 331 123 => "Are you a <a href=\"{$_CONF['site_url']}/users.php?mode=new\">new user</a>?", 332 124 => 'Confirm Email', 333 125 => 'You have to enter the same email address in both fields!', 334 126 => 'Please repeat for confirmation', 335 127 => 'To change any of these settings, you will have to enter your current password.', 336 128 => 'Your Name', 337 129 => 'Password & Email', 338 130 => 'About You', 339 131 => 'Daily Digest Options', 340 132 => 'Daily Digest Feature', 341 133 => 'Comment Display', 342 134 => 'Comment Options', 343 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>', 344 136 => 'Exclude Topics and Authors', 345 137 => 'Filter Story Content', 346 138 => 'Misc Settings', 347 139 => 'Layout and Language', 348 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>Set the maximum number of stories to show per page</li><li>Set your theme and perferred date format</li>', 349 141 => 'Privacy Settings', 350 142 => 'The default setting is to allow users & admins to email fellow site members and show your status as online. Un-check these options to protect your privacy.', 351 143 => 'Filter Block Content', 352 144 => 'Show & hide boxes', 353 145 => 'Your Public Profile', 354 146 => 'Password and email', 355 147 => 'Edit your account password, email and autologin feature. You will need to enter the same password or email address twice as a confirmation.', 356 148 => 'User Information', 357 149 => 'Modify your user information that will be shown to other users.<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>', 358 150 => 'Warning: Javascript recommended for enhanced functionality', 359 151 => 'Preview', 360 152 => 'Username & Password', 361 153 => 'Layout & Language', 362 154 => 'Content', 363 155 => 'Privacy', 364 156 => 'Delete Account', 365 157 => 'Delete Option' 366 ); 367 368 ############################################################################### 369 # index.php 370 371 $LANG05 = array( 372 1 => 'No News to Display', 373 2 => 'There are no news stories to display. There may be no news for this topic or your user preferences may be too restrictive', 374 3 => ' for topic %s', 375 4 => 'Today\'s Featured Article', 376 5 => 'Next', 377 6 => 'Previous', 378 7 => 'First', 379 8 => 'Last' 380 ); 381 382 ############################################################################### 383 # profiles.php 384 385 $LANG08 = array( 386 1 => 'There was an error sending your message. Please try again.', 387 2 => 'Message sent successfully.', 388 3 => 'Please make sure you use a valid email address in the Reply To field.', 389 4 => 'Please fill in the Your Name, Reply To, Subject and Message fields', 390 5 => 'Error: No such user.', 391 6 => 'There was an error.', 392 7 => 'User Profile for', 393 8 => 'User Name', 394 9 => 'User URL', 395 10 => 'Send mail to', 396 11 => 'Your Name:', 397 12 => 'Reply To:', 398 13 => 'Subject:', 399 14 => 'Message:', 400 15 => 'HTML will not be translated.', 401 16 => 'Send Message', 402 17 => 'Mail Story to a Friend', 403 18 => 'To Name', 404 19 => 'To Email Address', 405 20 => 'From Name', 406 21 => 'From Email Address', 407 22 => 'All fields are required', 408 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.", 409 24 => 'Comment on this story at', 410 25 => 'You must be logged in to user this feature. By having you log in, it helps us prevent misuse of the system', 411 26 => 'This form will allow you to send an email to the selected user. All fields are required.', 412 27 => 'Short message', 413 28 => '%s wrote: ', 414 29 => "This is the daily digest from {$_CONF['site_name']} for ", 415 30 => ' Daily Newsletter for ', 416 31 => 'Title', 417 32 => 'Date', 418 33 => 'Read the full article at', 419 34 => 'End of Message', 420 35 => 'Sorry, this user prefers not to receive any emails.' 421 ); 422 423 ############################################################################### 424 # search.php 425 426 $LANG09 = array( 427 1 => 'Advanced Search', 428 2 => 'Key Words', 429 3 => 'Topic', 430 4 => 'All', 431 5 => 'Type', 432 6 => 'Stories', 433 7 => 'Comments', 434 8 => 'Authors', 435 9 => 'All', 436 10 => 'Search', 437 11 => 'Search Results', 438 12 => 'matches', 439 13 => 'Search Results: No matches', 440 14 => 'There were no matches for your search on', 441 15 => 'Please try again.', 442 16 => 'Title', 443 17 => 'Date', 444 18 => 'Author', 445 19 => "Search the entire {$_CONF['site_name']} database of current and past news stories", 446 20 => 'Date', 447 21 => 'to', 448 22 => '(Date Format YYYY-MM-DD)', 449 23 => 'Views', 450 24 => 'Found %d items', 451 25 => 'Searched for', 452 26 => 'items ', 453 27 => 'seconds', 454 28 => 'No story or comment matches for your search', 455 29 => 'Story and Comment Results', 456 30 => '', 457 31 => 'This plugin returned no matches', 458 32 => '', 459 33 => 'URL', 460 34 => 'Location', 461 35 => 'All Day', 462 36 => '', 463 37 => '', 464 38 => '', 465 39 => '', 466 40 => '', 467 41 => 'Your query string should have at least 3 characters.', 468 42 => 'Please use a date formatted as YYYY-MM-DD (year-month-day).', 469 43 => 'exact phrase', 470 44 => 'all of these words', 471 45 => 'any of these words', 472 46 => 'Next', 473 47 => 'Previous', 474 48 => 'Author', 475 49 => 'Date', 476 50 => 'Hits', 477 51 => '', 478 52 => 'Location', 479 53 => 'Story Results', 480 54 => 'Comment Results', 481 55 => 'the phrase', 482 56 => 'AND', 483 57 => 'OR', 484 58 => 'More results >>', 485 59 => 'Results', 486 60 => 'per page', 487 61 => 'Refine search' 488 ); 489 490 ############################################################################### 491 # stats.php 492 493 $LANG10 = array( 494 1 => 'Site Statistics', 495 2 => 'Total Hits to the system', 496 3 => 'Stories (Comments) in the system', 497 4 => '', 498 5 => '', 499 6 => '', 500 7 => 'Top Ten Viewed Stories', 501 8 => 'Story Title', 502 9 => 'Views', 503 10 => 'It appears that there are no stories on this site or no one has ever viewed them.', 504 11 => 'Top Ten Commented Stories', 505 12 => 'Comments', 506 13 => 'It appears that there are no stories on this site or no one has ever posted a comment on them.', 507 14 => '', 508 15 => '', 509 16 => '', 510 17 => '', 511 18 => '', 512 19 => '', 513 20 => '', 514 21 => '', 515 22 => 'Top Ten Emailed Stories', 516 23 => 'Emails', 517 24 => 'It appears that no one has emailed a story on this site', 518 25 => 'Top Ten Trackback Commented Stories', 519 26 => 'No trackback comments found.', 520 27 => 'Number of active users', 521 28 => '', 522 29 => '', 523 30 => 'Hits', 524 31 => '' 525 ); 526 527 ############################################################################### 528 # article.php 529 530 $LANG11 = array( 531 1 => 'What\'s Related', 532 2 => 'Mail Story to a Friend', 533 3 => 'Printable Story Format', 534 4 => 'Story Options', 535 5 => 'PDF Story Format' 536 ); 537 538 ############################################################################### 539 # submit.php 540 541 $LANG12 = array( 542 1 => 'To submit a %s you are required to be logged in as a user.', 543 2 => 'Login', 544 3 => 'New User', 545 4 => '', 546 5 => '', 547 6 => 'Submit a Story', 548 7 => 'Login is Required', 549 8 => 'Submit', 550 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>Provide complete and accurate information<li>Double check those URLs</ul>', 551 10 => 'Title', 552 11 => '', 553 12 => 'Start Date', 554 13 => 'End Date', 555 14 => 'Location', 556 15 => 'Description', 557 16 => '', 558 17 => '', 559 18 => '', 560 19 => 'Read First', 561 20 => '', 562 21 => '', 563 22 => 'Error: Missing Fields', 564 23 => 'Please fill in all the fields on the form. All fields are required.', 565 24 => 'Submission Saved', 566 25 => 'Your %s submission has been saved successfully.', 567 26 => 'Speed Limit', 568 27 => 'Username', 569 28 => 'Topic', 570 29 => 'Story', 571 30 => 'Your last submission was ', 572 31 => " seconds ago. This site requires at least {$_CONF['speedlimit']} seconds between submissions", 573 32 => 'Preview', 574 33 => 'Story Preview', 575 34 => 'Log Out', 576 35 => 'HTML tags are not allowed', 577 36 => 'Post Mode', 578 37 => '', 579 38 => '', 580 39 => '', 581 40 => '', 582 41 => '', 583 42 => '', 584 43 => '', 585 44 => 'Address Line 1', 586 45 => 'Address Line 2', 587 46 => 'City/Town', 588 47 => 'State', 589 48 => 'Zip Code', 590 49 => '', 591 50 => '', 592 51 => 'Location', 593 52 => 'Delete', 594 53 => 'Create Account' 595 ); 596 597 ############################################################################### 598 # ADMIN PHRASES - These are file phrases used in admin scripts 599 ############################################################################### 600 601 ############################################################################### 602 # admin/auth.inc.php 603 604 $LANG20 = array( 605 1 => 'Authentication Required', 606 2 => 'Denied! Incorrect Login Information', 607 3 => 'Invalid password for user', 608 4 => 'Username:', 609 5 => 'Password:', 610 6 => 'All access to administrative portions of this web site are logged and reviewed.<br>This page is for the use of authorized personnel only.', 611 7 => 'login' 612 ); 613 614 ############################################################################### 615 # admin/block.php 616 617 $LANG21 = array( 618 1 => 'Insufficient Admin Rights', 619 2 => 'You do not have the necessary rights to edit this block.', 620 3 => 'Block Editor', 621 4 => 'There was a problem reading this feed (see error.log for details).', 622 5 => '', 623 6 => '', 624 7 => 'All', 625 8 => 'Block Security Level', 626 9 => 'Block Order', 627 10 => '', 628 11 => 'Portal Block', 629 12 => 'Normal Block', 630 13 => 'Portal Block Options', 631 14 => 'RSS URL', 632 15 => 'Last RSS Update', 633 16 => 'Normal Block Options', 634 17 => 'Block Content', 635 18 => 'Please fill in the Block Title and Content fields', 636 19 => 'Block Manager', 637 20 => '', 638 21 => 'Block SecLev', 639 22 => '', 640 23 => 'Block Order', 641 24 => '', 642 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.', 643 26 => 'Layout Block', 644 27 => 'PHP Block', 645 28 => 'PHP Block Options', 646 29 => 'Block Function', 647 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. Be sure not to put empty parenthesis "()" after your function name. 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.', 648 31 => 'Error in PHP Block. Function, %s, does not exist.', 649 32 => 'Error Missing Field(s)', 650 33 => 'You must enter the URL to the RSS file for portal blocks', 651 34 => 'You must enter the title and the function for PHP blocks', 652 35 => 'You must enter the title and the content for normal blocks', 653 36 => 'You must enter the content for layout blocks', 654 37 => 'Bad PHP block function name', 655 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.', 656 39 => 'Side', 657 40 => 'Left', 658 41 => 'Right', 659 42 => 'You must enter the block title and block order for Geeklog default blocks.', 660 43 => 'Homepage Only', 661 44 => '', 662 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>.", 663 46 => 'Move', 664 47 => '', 665 48 => 'Block Name', 666 49 => ' (no spaces and must be unique)', 667 50 => '', 668 51 => 'include http://', 669 52 => 'If you leave this blank the help icon for this block will not be displayed', 670 53 => 'Enabled', 671 54 => 'save', 672 55 => 'cancel', 673 56 => 'delete', 674 57 => 'Move Block Down', 675 58 => 'Move Block Up', 676 59 => 'Move block to the right side', 677 60 => 'Move block to the left side', 678 61 => 'No Title', 679 62 => 'Article Limit', 680 63 => 'Bad Block Title', 681 64 => 'Your Title must not be empty and cannot contain HTML!', 682 65 => 'Order', 683 66 => 'Autotags', 684 67 => 'Check to allow autotags' 685 ); 686 687 ############################################################################### 688 # admin/story.php 689 690 $LANG24 = array( 691 1 => 'Previous Stories', 692 2 => 'Next Stories', 693 3 => 'Mode', 694 4 => 'Post Mode', 695 5 => 'Story Editor', 696 6 => 'There are no stories in the system', 697 7 => 'Author', 698 8 => 'save', 699 9 => 'preview', 700 10 => 'cancel', 701 11 => 'delete', 702 12 => 'ID', 703 13 => '', 704 14 => '', 705 15 => 'Date', 706 16 => 'Intro Text', 707 17 => 'Body Text', 708 18 => 'Hits', 709 19 => 'Comments', 710 20 => 'Ping', 711 21 => 'Send Ping', 712 22 => 'Story List', 713 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.', 714 24 => 'The ID you chose for this story is already in use. Please use another ID.', 715 25 => 'Error when saving story', 716 26 => 'Story Preview', 717 27 => '<p>If you use [unscaledX] instead of [imageX], the image will be inserted at its original dimensions.', 718 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>', 719 29 => 'Trackbacks', 720 30 => 'File Upload Errors', 721 31 => 'Please fill in the Title and Intro Text fields', 722 32 => 'Featured', 723 33 => 'There can only be one featured story', 724 34 => 'Draft', 725 35 => 'Yes', 726 36 => 'No', 727 37 => 'More by', 728 38 => 'More from', 729 39 => 'Emails', 730 40 => '', 731 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.", 732 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>.", 733 43 => '', 734 44 => '', 735 45 => '', 736 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 RSS headline feed and it will be ignored by the search and statistics pages.', 737 47 => 'Images', 738 48 => 'image', 739 49 => 'right', 740 50 => 'left', 741 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>', 742 52 => '', 743 53 => 'was not used. You must include this image in the intro or body before you can save your changes', 744 54 => 'Attached Images Not Used', 745 55 => 'The following errors occurred while trying to save your story. Please correct these errors before saving', 746 56 => 'Show Topic Icon', 747 57 => 'View unscaled image', 748 58 => 'Archive Options', 749 59 => 'Option', 750 60 => '', 751 61 => 'Auto Archive', 752 62 => 'Auto Delete', 753 63 => '', 754 64 => '', 755 65 => '', 756 66 => '', 757 67 => 'Expand the Content Edit Area size', 758 68 => 'Reduce the Content Edit Area size', 759 69 => 'Publish Story Date', 760 70 => 'Toolbar Selection', 761 71 => 'Basic Toolbar', 762 72 => 'Common Toolbar', 763 73 => 'Advanced Toolbar', 764 74 => 'Advanced II Toolbar', 765 75 => 'Full Featured', 766 76 => 'Publish Options', 767 77 => 'Javascript needs to be enabled for Advanced Editor. Option can be disabled in the main site config.php', 768 78 => 'Click <a href="%s/story.php?mode=edit&sid=%s&editopt=default">here</a> to use default editor', 769 79 => 'Preview', 770 80 => 'Editor', 771 81 => 'Publish Options', 772 82 => 'Images', 773 83 => 'Archive Options', 774 84 => 'Permissions', 775 85 => 'Show All', 776 86 => 'Advanced Editor', 777 87 => 'Story Stats' 778 ); 779 780 781 ############################################################################### 782 # admin/topic.php 783 784 $LANG27 = array( 785 1 => 'Topic Editor', 786 2 => 'Topic ID', 787 3 => 'Topic Name', 788 4 => 'Topic Image', 789 5 => '(do not use spaces)', 790 6 => 'Deleting a topic deletes all stories and blocks associated with it', 791 7 => 'Please fill in the Topic ID and Topic Name fields', 792 8 => 'Topic Manager', 793 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.', 794 10 => 'Sort Order', 795 11 => 'Stories/Page', 796 12 => 'Access Denied', 797 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>.", 798 14 => 'Sort Method', 799 15 => 'alphabetical', 800 16 => 'default is', 801 17 => 'New Topic', 802 18 => 'Admin Home', 803 19 => 'save', 804 20 => 'cancel', 805 21 => 'delete', 806 22 => 'Default', 807 23 => 'make this the default topic for new story submissions', 808 24 => '(*)', 809 25 => 'Archive Topic', 810 26 => 'make this the default topic for archived stories. Only one topic allowed.', 811 27 => 'Or Upload Topic Icon', 812 28 => 'Maximum', 813 29 => 'File Upload Errors' 814 ); 815 816 ############################################################################### 817 # admin/user.php 818 819 $LANG28 = array( 820 1 => 'User Editor', 821 2 => 'User ID', 822 3 => 'User Name', 823 4 => 'Full Name', 824 5 => 'Password', 825 6 => 'Security Level', 826 7 => 'Email Address', 827 8 => 'Homepage', 828 9 => '(do not use spaces)', 829 10 => 'Please fill in the Username and Email Address fields', 830 11 => 'User Manager', 831 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.', 832 13 => 'SecLev', 833 14 => 'Reg. Date', 834 15 => '', 835 16 => '', 836 17 => '', 837 18 => '', 838 19 => '', 839 20 => 'save', 840 21 => 'The username you tried saving already exists.', 841 22 => 'Error', 842 23 => 'Batch Add', 843 24 => 'Batch Import of Users', 844 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!', 845 26 => '', 846 27 => '', 847 28 => 'Check here to delete this picture', 848 29 => 'Path', 849 30 => 'Import', 850 31 => 'New Users', 851 32 => 'Done processing. Imported %d and encountered %d failures', 852 33 => 'submit', 853 34 => 'Error: You must specify a file to upload.', 854 35 => 'Last Login', 855 36 => 'never', 856 37 => 'UID', 857 38 => 'Group Listing', 858 39 => 'Password (again)', 859 40 => 'Registration Date', 860 41 => 'Last login Date', 861 42 => 'Banned', 862 43 => 'Awaiting Activation', 863 44 => 'Awaiting Authorization', 864 45 => 'Active', 865 46 => 'User Status', 866 47 => 'Edit', 867 48 => 'Show Admin Groups', 868 49 => 'Admin Group', 869 50 => 'Check to allow filtering this group as an Admin Use Group', 870 51 => 'Online Days', 871 52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.', 872 53 => 'registered', 873 54 => 'Batch Delete', 874 55 => "This only works if you have <code>\$_CONF['lastlogin'] = true;</code> in your config.php", 875 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.', 876 57 => 'Phantom users', 877 58 => 'Short-Time Users', 878 59 => 'Old Users', 879 60 => 'Users that registered more than ', 880 61 => ' months ago, but never logged in.', 881 62 => 'Users that registered more than ', 882 63 => ' months ago, then logged in within 24 hours, but since then never came back to your site.', 883 64 => 'Normal users, who simply did not visit your site since ', 884 65 => ' months.', 885 66 => 'Update List', 886 67 => 'Months since registration', 887 68 => 'Online Hours', 888 69 => 'Offline Months', 889 70 => 'could not be deleted', 890 71 => 'sucessfully deleted', 891 72 => 'No User selected for deletion', 892 73 => 'Are You sure you want to permanently delete ALL selected users?', 893 74 => 'Recent Users', 894 75 => 'Users that registered in the last ', 895 76 => ' months' 896 ); 897 898 ############################################################################### 899 # admin/moderation.php 900 901 $LANG29 = array( 902 1 => 'Approve', 903 2 => 'Delete', 904 3 => 'Edit', 905 4 => 'Profile', 906 10 => 'Title', 907 11 => 'Start Date', 908 12 => 'URL', 909 13 => 'Submissions', 910 14 => 'Date', 911 15 => 'Topic', 912 16 => 'User name', 913 17 => 'Full name', 914 18 => 'Email', 915 34 => 'Command and Control', 916 35 => 'Story Submissions', 917 36 => '', 918 37 => '', 919 38 => 'Submit', 920 39 => 'There are no submissions to moderate at this time', 921 40 => 'User Submissions' 922 ); 923 924 ############################################################################### 925 # admin/mail.php 926 927 $LANG31 = array( 928 1 => "{$_CONF['site_name']} Mail Utility", 929 2 => 'From', 930 3 => 'Reply-to', 931 4 => 'Subject', 932 5 => 'Body', 933 6 => 'Send to:', 934 7 => 'All users', 935 8 => 'Admin', 936 9 => 'Options', 937 10 => 'HTML', 938 11 => 'Urgent message!', 939 12 => 'Send', 940 13 => 'Reset', 941 14 => 'Ignore user settings', 942 15 => 'Error when sending to: ', 943 16 => 'Successfully sent messages to: ', 944 17 => "<a href=\"{$_CONF['site_admin_url']}/mail.php\">Send another message</a>", 945 18 => 'To', 946 19 => 'NOTE: if you wish to send a message to all site members, select the Logged-in Users group from the drop down.', 947 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>.", 948 21 => 'Failures', 949 22 => 'Successes', 950 23 => 'No failures', 951 24 => 'No successes', 952 25 => '-- Select Group --', 953 26 => 'Please fill in all the fields on the form and select a group of users from the drop down.' 954 ); 955 956 ############################################################################### 957 # admin/plugins.php 958 959 $LANG32 = array( 960 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.', 961 2 => 'Plugin Installation Disclaimer', 962 3 => 'Plugin Installation Form', 963 4 => 'Plugin File', 964 5 => 'Plugin List', 965 6 => 'Warning: Plugin Already Installed!', 966 7 => 'The plugin you are trying to install already exists. Please delete the plugin before re-installing it', 967 8 => 'Plugin Compatibility Check Failed', 968 9 => 'This plugin requires a newer version of Geeklog. Either upgrade your copy of <a href="http://www.geeklog.net">Geeklog</a> or get a newer version of the plugin.', 969 10 => '<br><b>There are no plugins currently installed.</b><br><br>', 970 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.', 971 12 => 'no plugin name provided to plugineditor()', 972 13 => 'Plugin Editor', 973 14 => 'New Plugin', 974 15 => 'Admin Home', 975 16 => 'Plugin Name', 976 17 => 'Plugin Version', 977 18 => 'Geeklog Version', 978 19 => 'Enabled', 979 20 => 'Yes', 980 21 => 'No', 981 22 => 'Install', 982 23 => 'Save', 983 24 => 'Cancel', 984 25 => 'Delete', 985 26 => 'Plugin Name', 986 27 => 'Plugin Homepage', 987 28 => 'Installed Version', 988 29 => 'Geeklog Version', 989 30 => 'Delete Plugin?', 990 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.', 991 32 => '<p><b>Error AutoLink tag not correct format</b></p>', 992 33 => 'Code Version', 993 34 => 'Update', 994 35 => 'Edit', 995 36 => 'Code', 996 37 => 'Data', 997 38 => 'Update!' 998 ); 999 1000 ############################################################################### 1001 # admin/syndication.php 1002 1003 $LANG33 = array( 1004 1 => 'create feed', 1005 2 => 'save', 1006 3 => 'delete', 1007 4 => 'cancel', 1008 10 => 'Content Syndication', 1009 11 => 'New Feed', 1010 12 => 'Admin Home', 1011 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.', 1012 14 => 'Title', 1013 15 => 'Type', 1014 16 => 'Filename', 1015 17 => 'Format', 1016 18 => 'last updated', 1017 19 => 'Enabled', 1018 20 => 'Yes', 1019 21 => 'No', 1020 22 => '<i>(no feeds)</i>', 1021 23 => 'all Stories', 1022 24 => 'Feed Editor', 1023 25 => 'Feed Title', 1024 26 => 'Limit', 1025 27 => 'Length of entries', 1026 28 => '(0 = no text, 1 = full text, other = limit to that number of chars.)', 1027 29 => 'Description', 1028 30 => 'Last Update', 1029 31 => 'Character Set', 1030 32 => 'Language', 1031 33 => 'Contents', 1032 34 => 'Entries', 1033 35 => 'Hours', 1034 36 => 'Select type of feed', 1035 37 => 'You have at least one plugin installed that supports content syndication. Below you will need to select whether you want to create a Geeklog feed or a feed from one of the plugins.', 1036 38 => 'Error: Missing Fields', 1037 39 => 'Please fill in the Feed Title, Description, and Filename.', 1038 40 => 'Please enter a number of entries or number of hours.', 1039 41 => 'Submit', 1040 42 => '', 1041 43 => 'All', 1042 44 => 'None', 1043 45 => 'Header-link in topic', 1044 46 => 'Limit Results', 1045 47 => 'Search', 1046 48 => 'Edit', 1047 49 => 'Feed Logo', 1048 50 => "Relative to site url ({$_CONF['site_url']})", 1049 51 => 'The filename you have chosen is already used by another feed. Please choose a different one.', 1050 52 => 'Error: existing Filename' 1051 ); 1052 1053 ############################################################################### 1054 # confirmation and error messages 1055 1056 $MESSAGE = array( 1057 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']}", 1058 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.", 1059 3 => '', 1060 4 => '', 1061 5 => 'Your account information has been successfully saved.', 1062 6 => 'Your preferences have been successfully saved.', 1063 7 => 'Your comment preferences have been successfully saved.', 1064 8 => 'You have been successfully logged out.', 1065 9 => 'Your story has been successfully saved.', 1066 10 => 'The story has been successfully deleted.', 1067 11 => 'Your block has been successfully saved.', 1068 12 => 'The block has been successfully deleted.', 1069 13 => 'Your topic has been successfully saved.', 1070 14 => 'The topic and all its stories and blocks have been successfully deleted.', 1071 15 => '', 1072 16 => '', 1073 17 => '', 1074 18 => '', 1075 19 => '', 1076 20 => '', 1077 21 => 'The user has been successfully saved.', 1078 22 => 'The user has been successfully deleted.', 1079 23 => '', 1080 24 => '', 1081 25 => '', 1082 26 => '', 1083 27 => 'Message successfully sent.', 1084 28 => 'The plugin has been successfully saved', 1085 29 => '', 1086 30 => 'Access Denied', 1087 31 => 'Sorry, you do not have access to the story administration page. Please note that all attempts to access unauthorized features are logged', 1088 32 => 'Sorry, you do not have access to the topic administration page. Please note that all attempts to access unauthorized features are logged', 1089 33 => 'Sorry, you do not have access to the block administration page. Please note that all attempts to access unauthorized features are logged', 1090 34 => '', 1091 35 => '', 1092 36 => '', 1093 37 => 'Sorry, you do not have access to the user administration page. Please note that all attempts to access unauthorized features are logged', 1094 38 => 'Sorry, you do not have access to the plugin administration page. Please note that all attempts to access unauthorized features are logged', 1095 39 => 'Sorry, you do not have access to the mail administration page. Please note that all attempts to access unauthorized features are logged', 1096 40 => 'System Message', 1097 41 => 'Sorry, you do not have access to the word replacement page. Please note that all attempts to access unauthorized features are logged', 1098 42 => 'Your word has been successfully saved.', 1099 43 => 'The word has been successfully deleted.', 1100 44 => 'The plugin was successfully installed!', 1101 45 => 'The plugin was successfully deleted.', 1102 46 => 'Sorry, you do not have access to the database backup utility. Please note that all attempts to access unauthorized features are logged', 1103 47 => 'This functionality only works under *nix. If you are running *nix as your operating system then your cache has been successfully cleared. If you are on Windows, you will need to search for files name adodb_*.php and remove them manually.', 1104 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.", 1105 49 => 'Your group has been successfully saved.', 1106 50 => 'The group has been successfully deleted.', 1107 51 => 'This username is already in use. Please choose another one.', 1108 52 => 'The email address provided does not appear to be a valid email address.', 1109 53 => 'Your new password has been accepted. Please use your new password below to log in now.', 1110 54 => 'Your request for a new password has expired. Please try again below.', 1111 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.', 1112 56 => 'The email address provided is already in use for another account.', 1113 57 => 'Your account has been successfully deleted.', 1114 58 => 'Your feed has been successfully saved.', 1115 59 => 'The feed has been successfully deleted.', 1116 60 => 'The plugin was successfully updated', 1117 61 => 'Plugin %s: Unknown message placeholder', 1118 62 => 'The trackback comment has been deleted.', 1119 63 => 'An error occurred when deleting the trackback comment.', 1120 64 => 'Your trackback comment has been successfully sent.', 1121 65 => 'Weblog directory service successfully saved.', 1122 66 => 'The weblog directory service has been deleted.', 1123 67 => 'The new password does not match the confirmation password!', 1124 68 => 'You have to enter the correct current password.', 1125 69 => 'Your account has been blocked!', 1126 70 => 'Your account is awaiting administrator approval.', 1127 71 => 'Your account has now been confirmed and is awaiting administrator approval.', 1128 72 => 'An error occured while attempting to install the plugin. See error.log for details.', 1129 73 => 'An error occured while attempting to uninstall the plugin. See error.log for details.', 1130 74 => 'The pingback has been successfully sent.', 1131 75 => 'Trackbacks must be sent using a POST request.', 1132 76 => 'Do you really want to delete this item?', 1133 77 => 'WARNING:<br>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.', 1134 78 => 'Please make sure that the email address and the confirmation email address are the same.', 1135 79 => 'The page you have been trying to open refers to a function that no longer exists on this site.', 1136 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.', 1137 81 => 'You may have mistyped your login credentials. Please try logging in again below.', 1138 82 => 'You have exceeded the number of allowed login attempts. Please try again later.', 1139 83 => 'To change your password, email address, or for how long to remember you, please enter your current password.', 1140 84 => 'To delete your account, please enter your current password.' 1141 ); 1142 1143 ############################################################################### 1144 1145 $LANG_ACCESS = array( 1146 'access' => 'Access', 1147 'ownerroot' => 'Owner/Root', 1148 'group' => 'Group', 1149 'readonly' => 'Read-Only', 1150 'accessrights' => 'Access Rights', 1151 'owner' => 'Owner', 1152 'grantgrouplabel' => 'Grant Above Group Edit Rights', 1153 'permmsg' => 'NOTE: members is all logged in members of the site and anonymous is all users browsing the site that aren\'t logged in.', 1154 'securitygroups' => 'Security Groups', 1155 '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>.", 1156 'securitygroupsmsg' => 'Select the checkboxes for the groups you want the user to belong to.', 1157 'groupeditor' => 'Group Editor', 1158 'description' => 'Description', 1159 'name' => 'Name', 1160 'rights' => 'Rights', 1161 'missingfields' => 'Missing Fields', 1162 'missingfieldsmsg' => 'You must supply the name and a description for a group', 1163 'groupmanager' => 'Group Manager', 1164 '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.', 1165 'groupname' => 'Group Name', 1166 'coregroup' => 'Core Group', 1167 'yes' => 'Yes', 1168 'no' => 'No', 1169 '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.", 1170 '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.', 1171 '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.", 1172 '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.', 1173 'lock' => 'Lock', 1174 'members' => 'Members', 1175 'anonymous' => 'Anonymous', 1176 'permissions' => 'Permissions', 1177 'permissionskey' => 'R = read, E = edit, edit rights assume read rights', 1178 'edit' => 'Edit', 1179 'none' => 'None', 1180 'accessdenied' => 'Access Denied', 1181 '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\">become a member</a> of {$_CONF['site_name']} to receive full membership access!", 1182 'nogroupsforcoregroup' => 'This group doesn\'t belong to any of the other groups', 1183 'grouphasnorights' => 'This group doesn\'t have access to any of the administrative features of this site', 1184 'newgroup' => 'New Group', 1185 'adminhome' => 'Admin Home', 1186 'save' => 'save', 1187 'cancel' => 'cancel', 1188 'delete' => 'delete', 1189 '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.', 1190 'listusers' => 'Members', 1191 'listthem' => 'list', 1192 'usersingroup' => 'Users in group "%s"', 1193 'usergroupadmin' => 'User Group Administration', 1194 'add' => 'Add', 1195 'remove' => 'Remove', 1196 'availmembers' => 'Available Members', 1197 'groupmembers' => 'Group Members', 1198 '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.', 1199 '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.', 1200 '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.', 1201 'listgroupmsg' => 'Listing of all current members in the group: <b>%s</b>', 1202 'search' => 'Search', 1203 'submit' => 'Submit', 1204 'limitresults' => 'Limit Results', 1205 'group_id' => 'Group ID', 1206 '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.', 1207 'groupexists' => 'Group name already exists', 1208 'groupexistsmsg' => 'There is already a group with this name. Group names must be unique.' 1209 ); 1210 1211 ############################################################################### 1212 # admin/database.php 1213 1214 $LANG_DB_BACKUP = array( 1215 'last_ten_backups' => 'Last 10 Backups', 1216 'do_backup' => 'Do Backup', 1217 'backup_successful' => 'Database back up was successful.', 1218 'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above.', 1219 'not_found' => "Incorrect path or mysqldump utility not executable.<br>Check <strong>\$_DB_mysqldump_path</strong> definition in config.php.<br>Variable currently defined as: <var>{$_DB_mysqldump_path}</var>", 1220 'zero_size' => 'Backup Failed: Filesize was 0 bytes', 1221 'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory", 1222 'no_access' => "ERROR: Directory {$_CONF['backup_path']} is not accessible.", 1223 'backup_file' => 'Backup file', 1224 'size' => 'Size', 1225 'bytes' => 'Bytes', 1226 'total_number' => 'Total number of backups: %d' 1227 ); 1228 1229 ############################################################################### 1230 1231 $LANG_BUTTONS = array( 1232 1 => 'Home', 1233 2 => 'Contact', 1234 3 => 'Get Published', 1235 4 => '', 1236 5 => '', 1237 6 => '', 1238 7 => 'Site Stats', 1239 8 => 'Personalize', 1240 9 => 'Search', 1241 10 => 'advanced search', 1242 11 => 'Directory' 1243 ); 1244 1245 ############################################################################### 1246 # 404.php 1247 1248 $LANG_404 = array( 1249 1 => '404 Error', 1250 2 => 'Gee, I\'ve looked everywhere but I can not find <b>%s</b>.', 1251 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." 1252 ); 1253 1254 ############################################################################### 1255 1256 $LANG_LOGIN = array( 1257 1 => 'Login required', 1258 2 => 'Sorry, to access this area you need to be logged in as a user.', 1259 3 => 'Login', 1260 4 => 'New User' 1261 ); 1262 1263 $LANG_PDF = array( 1264 1 => 'The PDF feature has been disabled', 1265 2 => 'The document provided was not rendered. The document was received but could not be processed. Please make sure to submit only html formatted documents that have been written to the xHTML standard. Please note that overly complex html documents may not render correctly or at all. The document resulting from your attempt was 0 bytes in length, and has been deleted. If you\'re sure that your document should render fine, please re-submit it.', 1266 3 => 'Unknown error during PDF generation', 1267 4 => 'No page data was given or you want to use the ad-hoc PDF generation tool below. If you think you are getting this page in error then please contact the system administrator. Otherwise, you may use the form below to generate PDF\'s in an ad-hoc fashion.', 1268 5 => 'Loading your document.', 1269 6 => 'Please wait while your document is loaded.', 1270 7 => 'You may right click the button below and choose \'save target...\' or \'save link location...\' to save a copy of your document.', 1271 8 => 'The path given in the configuration file to the HTMLDoc binary is invalid or this system cannot execute it. Please contact the site administrator if this problem persists.', 1272 9 => 'PDF Generator', 1273 10 => 'This is the Ad-hoc PDF Generation tool. It will attempt to convert any URL you give into a PDF. Please note that some web pages will not render properly with this feature. This is a limitation of the HTMLDoc PDF generation tool and such errors should not be reported to the administrators of this site', 1274 11 => 'URL', 1275 12 => 'Generate PDF!', 1276 13 => 'The PHP configuration on this server does not allow URLs to be used with the fopen() command. The system administrator must edit the php.ini file and set allow_url_fopen to On', 1277 14 => 'The PDF you requested either does not exist or you tried to illegally access a file.' 1278 ); 1279 1280 ############################################################################### 1281 # trackback 1282 1283 $LANG_TRB = array ( 1284 'trackback' => 'Trackback', 1285 'from' => 'from', 1286 'tracked_on' => 'Tracked on', 1287 'read_more' => '[read more]', 1288 'intro_text' => "Here's what others have to say about '%s':", 1289 'no_comments' => 'No trackback comments for this entry.', 1290 'this_trackback_url' => 'Trackback URL for this entry:', 1291 'num_comments' => '%d trackback comments', 1292 'send_trackback' => 'Send Pings', 1293 'preview' => 'Preview', 1294 'editor_title' => 'Send trackback comment', 1295 'trackback_url' => 'Trackback URL', 1296 'entry_url' => 'Entry URL', 1297 'entry_title' => 'Entry Title', 1298 'blog_name' => 'Site Name', 1299 'excerpt' => 'Excerpt', 1300 'truncate_warning' => 'Note: The receiving site may truncate your excerpt', 1301 'button_send' => 'Send', 1302 'button_preview' => 'Preview', 1303 'send_error' => 'Error', 1304 'send_error_details' => 'Error when sending trackback comment:', 1305 'url_missing' => 'No Entry URL', 1306 'url_required' => 'Please enter at least a URL for the entry.', 1307 'target_missing' => 'No Trackback URL', 1308 'target_required' => 'Please enter a trackback URL', 1309 'error_socket' => 'Could not open socket.', 1310 'error_response' => 'Response not understood.', 1311 'error_unspecified' => 'Unspecified error.', 1312 'select_url' => 'Select Trackback URL', 1313 'not_found' => 'Trackback URL not found', 1314 'autodetect_failed' => 'Geeklog could not detect the Trackback URL for the post you want to send your comment to. Please enter it manually below.', 1315 '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.', 1316 'no_links_trackback' => 'No links found. You can not send a Trackback comment for this entry.', 1317 'pingback' => 'Pingback', 1318 'pingback_results' => 'Pingback results', 1319 'send_pings' => 'Send Pings', 1320 'send_pings_for' => 'Send Pings for "%s"', 1321 'no_links_pingback' => 'No links found. No Pingbacks were sent for this entry.', 1322 'pingback_success' => 'Pingback sent.', 1323 'no_pingback_url' => 'No pingback URL found.', 1324 'resend' => 'Resend', 1325 '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.', 1326 'pingback_button' => 'Send Pingback', 1327 'pingback_short' => 'Send Pingbacks to all sites linked from this entry.', 1328 'pingback_disabled' => '(Pingback disabled)', 1329 'ping_button' => 'Send Ping', 1330 'ping_short' => 'Ping weblog directory services.', 1331 'ping_disabled' => '(Ping disabled)', 1332 'trackback_button' => 'Send Trackback', 1333 'trackback_short' => 'Send a Trackback comment.', 1334 'trackback_disabled' => '(Trackback disabled)', 1335 'may_take_a_while' => 'Please note that sending Pingbacks and Pings may take a while.', 1336 'ping_results' => 'Ping results', 1337 'unknown_method' => 'Unknown ping method', 1338 'ping_success' => 'Ping sent.', 1339 'error_site_name' => 'Please enter the site\'s name.', 1340 'error_site_url' => 'Please enter the site\'s URL.', 1341 'error_ping_url' => 'Please enter a valid Ping URL.', 1342 'no_services' => 'No weblog directory services configured.', 1343 'services_headline' => 'Weblog Directory Services', 1344 '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.', 1345 'service' => 'Service', 1346 'ping_method' => 'Ping method', 1347 'service_website' => 'Website', 1348 'service_ping_url' => 'URL to ping', 1349 'ping_standard' => 'Standard Ping', 1350 'ping_extended' => 'Extended Ping', 1351 'ping_unknown' => '(unknown method)', 1352 'edit_service' => 'Edit Weblog Directory Service', 1353 'trackbacks' => 'Trackbacks', 1354 'editor_intro' => 'Prepare your trackback comment for <a href="%s">%s</a>.', 1355 'editor_intro_none' => 'Prepare your trackback comment.', 1356 '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>.', 1357 'pingback_explain' => 'Enter a URL to send the Pingback to. The pingback will point to your site\'s homepage.', 1358 'pingback_url' => 'Pingback URL', 1359 'site_url' => 'This site\'s URL', 1360 '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>.', 1361 'pbtarget_missing' => 'No Pingback URL', 1362 'pbtarget_required' => 'Please enter a pingback URL', 1363 'pb_error_details' => 'Error when sending the pingback:', 1364 'delete_trackback' => 'To delete this Trackback click: ' 1365 ); 1366 1367 ############################################################################### 1368 # directory.php 1369 1370 $LANG_DIR = array ( 1371 'title' => 'Article Directory', 1372 'title_year' => 'Article Directory for %d', 1373 'title_month_year' => 'Article Directory for %s %d', 1374 'nav_top' => 'Back to Article Directory', 1375 'no_articles' => 'No articles.' 1376 ); 1377 1378 ################################################################################ 1379 # "What's New" Time Strings 1380 1381 $LANG_WHATSNEW = array ( 1382 # This here determines the order of the sentence "No new stories in 2 hrs" 1383 # order it so it makes sense in your language: 1384 # %i item, "Stories" 1385 # %n amount, "2", "20" etc 1386 # %t time, "2" (weeks) 1387 # %s scale, "hrs", "weeks" 1388 'new_string' => '%n new %i in the last %t %s', 1389 'new_last' => 'last %t %s', 1390 # other strings 1391 'minutes' => 'minutes', 1392 'hours' => 'hours', 1393 'days' => 'days', 1394 'weeks' => 'weeks', 1395 'months' => 'months', 1396 'minute' => 'minute', 1397 'hour' => 'hour', 1398 'day' => 'day', 1399 'week' => 'week', 1400 'month' => 'month' 1401 ); 1402 1403 $LANG_MONTH = array( 1404 1 => 'January', 1405 2 => 'February', 1406 3 => 'March', 1407 4 => 'April', 1408 5 => 'May', 1409 6 => 'June', 1410 7 => 'July', 1411 8 => 'August', 1412 9 => 'September', 1413 10 => 'October', 1414 11 => 'November', 1415 12 => 'December' 1416 ); 1417 1418 $LANG_WEEK = array( 1419 1 => 'Sunday', 1420 2 => 'Monday', 1421 3 => 'Tuesday', 1422 4 => 'Wednesday', 1423 5 => 'Thurdsay', 1424 6 => 'Friday', 1425 7 => 'Saturday' 1426 ); 1427 1428 ################################################################################ 1429 # Admin - Strings 1430 # 1431 # These are some standard strings used by core functions as well as plugins to 1432 # display administration lists and edit pages 1433 1434 $LANG_ADMIN = array ( 1435 'search' => 'Search', 1436 'limit_results' => 'Limit Results', 1437 'submit' => 'Submit', 1438 'edit' => 'Edit', 1439 'edit_adv' => 'Adv. Edit', 1440 'admin_home' => 'Admin Home', 1441 'create_new' => 'Create New', 1442 'create_new_adv'=> 'Create New (Adv.)', 1443 'enabled' => 'Enabled', 1444 'title' => 'Title', 1445 'type' => 'Type', 1446 'topic' => 'Topic', 1447 'help_url' => 'Help File URL', 1448 'save' => 'Save', 1449 'cancel' => 'Cancel', 1450 'delete' => 'Delete', 1451 'delete_sel' => 'Delete selected', 1452 'copy' => 'Copy', 1453 'no_results' => '- No entries found -', 1454 'data_error' => 'There was an error processing the subscription data. Please check the data source.', 1455 'preview' => 'Preview', 1456 'records_found' => 'Records found' 1457 ); 1458 1459 # Localisation of the texts for the various drop-down menus that are actually 1460 # stored in the database. If these exist, they override the texts from the 1461 # database. 1462 1463 $LANG_commentcodes = array( 1464 0 => 'Comments Enabled', 1465 -1 => 'Comments Disabled' 1466 ); 1467 1468 $LANG_commentmodes = array( 1469 'flat' => 'Flat', 1470 'nested' => 'Nested', 1471 'threaded' => 'Threaded', 1472 'nocomment' => 'No Comments' 1473 ); 1474 1475 $LANG_cookiecodes = array( 1476 0 => '(don\'t)', 1477 3600 => '1 Hour', 1478 7200 => '2 Hours', 1479 10800 => '3 Hours', 1480 28800 => '8 Hours', 1481 86400 => '1 Day', 1482 604800 => '1 Week', 1483 2678400 => '1 Month' 1484 ); 1485 1486 $LANG_dateformats = array( 1487 0 => 'System Default' 1488 ); 1489 1490 $LANG_featurecodes = array( 1491 0 => 'Not Featured', 1492 1 => 'Featured' 1493 ); 1494 1495 $LANG_frontpagecodes = array( 1496 0 => 'Show Only in Topic', 1497 1 => 'Show on Front Page' 1498 ); 1499 1500 $LANG_postmodes = array( 1501 'plaintext' => 'Plain Old Text', 1502 'html' => 'HTML Formatted' 1503 ); 1504 1505 $LANG_sortcodes = array( 1506 'ASC' => 'Oldest First', 1507 'DESC' => 'Newest First' 1508 ); 1509 1510 $LANG_trackbackcodes = array( 1511 0 => 'Trackback Enabled', 1512 -1 => 'Trackback Disabled' 1513 ); 1514 1515 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |