[geeklog-cvs] geeklog-1.3/language english.php,1.137,1.138 english_utf-8.php,1.15,1.16

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jan 17 07:42:07 EST 2005


Update of /var/cvs/geeklog-1.3/language
In directory www:/tmp/cvs-serv25263/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Hooked the directory script up with the menu bar, moved its text strings to the language files, and added an option to block access for anonymous users.


Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english.php,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** english.php	16 Jan 2005 19:14:27 -0000	1.137
--- english.php	17 Jan 2005 12:42:05 -0000	1.138
***************
*** 7,11 ****
  #
  # Copyright (C) 2000 Jason Whittenburg
! # jwhitten at securitygeeks.com
  #
  # This program is free software; you can redistribute it and/or
--- 7,11 ----
  #
  # Copyright (C) 2000 Jason Whittenburg
! # jwhitten AT securitygeeks DOT com
  #
  # This program is free software; you can redistribute it and/or
***************
*** 157,161 ****
      114 => 'TRACKBACKS',
      115 => 'No new trackback comments',
!     116 => 'Trackback'
  );
  
--- 157,162 ----
      114 => 'TRACKBACKS',
      115 => 'No new trackback comments',
!     116 => 'Trackback',
!     117 => 'Directory'
  );
  
***************
*** 1235,1239 ****
      8 => 'Personalize',
      9 => 'Search',
!     10 => 'advanced search'
  );
  
--- 1236,1241 ----
      8 => 'Personalize',
      9 => 'Search',
!     10 => 'advanced search',
!     11 => 'Directory'
  );
  
***************
*** 1304,1306 ****
--- 1306,1319 ----
  );
  
+ ###############################################################################
+ # directory.php
+ 
+ $LANG_DIR = array (
+     'title'            => 'Article Directory',
+     'title_year'       => 'Article Directory for %d',
+     'title_month_year' => 'Article Directory for %s %d',
+     'nav_top'          => 'Back to Article Directory',
+     'no_articles'      => 'No articles.',
+ );
+ 
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english_utf-8.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** english_utf-8.php	16 Jan 2005 19:14:27 -0000	1.15
--- english_utf-8.php	17 Jan 2005 12:42:05 -0000	1.16
***************
*** 7,13 ****
  #
  # Copyright (C) 2000 Jason Whittenburg
! # jwhitten at securitygeeks.com
  #
! # Converted to Unicode (UTF-8) by Samuel M Stone <sam at stonemicro.com>
  #
  # This program is free software; you can redistribute it and/or
--- 7,13 ----
  #
  # Copyright (C) 2000 Jason Whittenburg
! # jwhitten AT securitygeeks DOT com
  #
! # Converted to Unicode (UTF-8) by Samuel M Stone <sam AT stonemicro DOT com>
  #
  # This program is free software; you can redistribute it and/or
***************
*** 159,163 ****
      114 => 'TRACKBACKS',
      115 => 'No new trackback comments',
!     116 => 'Trackback'
  );
  
--- 159,164 ----
      114 => 'TRACKBACKS',
      115 => 'No new trackback comments',
!     116 => 'Trackback',
!     117 => 'Directory'
  );
  
***************
*** 1236,1240 ****
      8 => 'Personalize',
      9 => 'Search',
!     10 => 'advanced search'
  );
  
--- 1237,1242 ----
      8 => 'Personalize',
      9 => 'Search',
!     10 => 'advanced search',
!     11 => 'Directory'
  );
  
***************
*** 1309,1311 ****
--- 1311,1324 ----
  );
  
+ ###############################################################################
+ # directory.php
+ 
+ $LANG_DIR = array (
+     'title'            => 'Article Directory',
+     'title_year'       => 'Article Directory for %d',
+     'title_month_year' => 'Article Directory for %s %d',
+     'nav_top'          => 'Back to Article Directory',
+     'no_articles'      => 'No articles.',
+ );
+ 
  ?>




More information about the geeklog-cvs mailing list