[geeklog-cvs] Geeklog-SoC: Synced with english.php

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Aug 15 04:22:49 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/3bf9bc60f434
changeset: 6246:3bf9bc60f434
user:      dhaun
date:      Fri Aug 15 10:18:13 2008 +0200
description:
Synced with english.php

diffstat:

1 file changed, 25 insertions(+), 6 deletions(-)
language/english_utf-8.php |   31 +++++++++++++++++++++++++------

diffs (83 lines):

diff -r 87fc2079511f -r 3bf9bc60f434 language/english_utf-8.php
--- a/language/english_utf-8.php	Thu Aug 14 21:00:19 2008 +0200
+++ b/language/english_utf-8.php	Fri Aug 15 10:18:13 2008 +0200
@@ -204,7 +204,11 @@
     24 => 'Anonymous User',
     25 => 'Are you sure you want to report this post to the site admin?',
     26 => '%s reported the following abusive comment post:',
-    27 => 'Abuse report'
+    27 => 'Abuse report',
+    28 => 'Preview Changes',
+    29 => 'Submit Changes',
+    30 => 'Edited on',
+    31 => 'by'
 );
 
 ###############################################################################
@@ -499,7 +503,15 @@
     58 => 'More results >>',
     59 => 'Results',
     60 => 'per page',
-    61 => 'Refine search'
+    61 => 'Refine search',
+    62 => '#',
+    63 => 'Description',
+    64 => 'Showing %d - %d of %d results',
+    65 => 'Not available...',
+    66 => 'Story',
+    67 => 'Comment',
+    68 => 'Show %d Results',
+    69 => 'Sort By'
 );
 
 ###############################################################################
@@ -768,7 +780,7 @@
     60 => '',
     61 => 'Auto Archive',
     62 => 'Auto Delete',
-    63 => '',
+    63 => 'Disable Comments',
     64 => '',
     65 => '',
     66 => '',
@@ -1178,7 +1190,10 @@
     94 => 'Backup Failed: Filesize less than 1kb',
     95 => 'There was an error.',
     96 => 'Sorry, you do not have access to the configuration administration page.  Please note that all attempts to access unauthorized features are logged.',
-    97 => 'Not all required fields have been passed validation - default custom membership message'
+    97 => 'Not all required fields have been passed validation - default custom membership message',
+    98 => 'The plugin was successfully uploaded.',
+    99 => 'The plugin already exists.',
+    100 => 'The file you uploaded was not a GZip compressed plugin file.'
 );
 
 ###############################################################################
@@ -1745,6 +1760,8 @@
     'comment_limit' => "Comment Limit",
     'comment_mode' => "Comment Mode",
     'comment_code' => "Comment Default",
+    'comment_edit' => "Allow Comment Edit?",
+    'comment_edittime' => "Comment Edit Time (seconds)",
     'passwordspeedlimit' => "Password Speed Limit",
     'login_attempts' => "Max. Login Attempts",
     'login_speedlimit' => "Login Speed Limit",
@@ -1763,7 +1780,9 @@
     'default_permissions_topic' => "Topic Default Permissions",
     'atom_max_stories' => "Max. Stories in Webservices Feed",
     'disable_webservices' => 'Disable Webservices?',
-    'restrict_webservices' => 'Restrict Webservices?'
+    'restrict_webservices' => 'Restrict Webservices?',
+    'article_comment_close_days' => 'Days to close comments (default)',
+    'comment_close_rec_stories' => 'Number of most recent stories enabled for comments',
 );
 
 $LANG_configsubgroups['Core'] = array(
@@ -1846,7 +1865,7 @@
     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon'),
     15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
     16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
-    17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1)
+    17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1),
 );
 
 ?>



More information about the geeklog-cvs mailing list