[geeklog-cvs] geeklog: Synced english language files

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Mar 11 11:20:20 EST 2010


changeset 7780:0012a888c487
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0012a888c487
user: Dirk Haun <dirk at haun-online.de>
date: Thu Mar 11 13:23:05 2010 +0100
description:
Synced english language files

diffstat:

 language/english_utf-8.php               |  6 ++++--
 plugins/polls/language/english_utf-8.php |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 542470fa726d -r 0012a888c487 language/english_utf-8.php
--- a/language/english_utf-8.php	Wed Mar 10 09:13:29 2010 -0500
+++ b/language/english_utf-8.php	Thu Mar 11 13:23:05 2010 +0100
@@ -1905,7 +1905,8 @@
     'search_show_sort' => "Allow User to Sort Results?",
     'search_show_limit' => "Show Page Limits?",
     'search_separator' => "Group Separator",
-    'search_def_keytype' => "Default Search Method"
+    'search_def_keytype' => "Default Search Method",
+    'search_def_sort' => "Default Sort Order"
 );
 
 $LANG_configsubgroups['Core'] = array(
@@ -1997,7 +1998,8 @@
     23 => array('Disabled' => 0, 'Enabled' => 1, 'Enabled (Default for Homepage only)' => 2),
     24 => array('Contribute' => 'contribute', 'Home' => 'home', 'Advanced Search' => 'search', 'Directory' => 'directory', 'My Account' => 'prefs', 'Plugin Entries' => 'plugins', 'Custom Entries' => 'custom', 'Site Statistics' => 'stats'),
     25 => array('New Stories' => 'story', 'New Comments' => 'comment', 'New Trackbacks' => 'trackback', 'New Pingbacks' => 'pingback', 'New Users' => 'user'),
-    26 => array('G (General Audiences)' => 'G', 'PG (Parental Guidance)' => 'PG', 'R (Restricted)' => 'R', 'X (Explicit)' => 'X')
+    26 => array('G (General Audiences)' => 'G', 'PG (Parental Guidance)' => 'PG', 'R (Restricted)' => 'R', 'X (Explicit)' => 'X'),
+    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')
 );
 
 ?>
diff -r 542470fa726d -r 0012a888c487 plugins/polls/language/english_utf-8.php
--- a/plugins/polls/language/english_utf-8.php	Wed Mar 10 09:13:29 2010 -0500
+++ b/plugins/polls/language/english_utf-8.php	Thu Mar 11 13:23:05 2010 +0100
@@ -100,7 +100,7 @@
     37 => 'Hide results while poll is open',
     38 => 'While the poll is open, only the owner & root can see the results',
     39 => 'The topic will be only displayed if there are more than 1 questions.',
-    40 => 'See all answers to this poll', 
+    40 => 'See all answers to this poll'
 );
 
 $PLG_polls_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
@@ -131,7 +131,7 @@
     'default_permissions' => 'Poll Default Permissions',
     'newpollsinterval' => 'New Polls Interval',
     'hidenewpolls' => 'New Polls',
-    'title_trim_length' => 'Title Trim Length',    
+    'title_trim_length' => 'Title Trim Length',
     'meta_tags' => 'Enable Meta Tags'
 );
 
@@ -141,7 +141,7 @@
 
 $LANG_fs['polls'] = array(
     'fs_main' => 'General Polls Settings',
-    'fs_whatsnew' => 'What\'s New Block',    
+    'fs_whatsnew' => 'What\'s New Block',
     'fs_permissions' => 'Default Permissions'
 );
 



More information about the geeklog-cvs mailing list