[geeklog-cvs] Geeklog-1.x/language english.php, 1.322, 1.323 english_utf-8.php, 1.107, 1.108

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 27 04:02:17 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv22742/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Moved hard-coded texts to the language files; a few minor changes for consistency


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.322
retrieving revision 1.323
diff -C2 -d -r1.322 -r1.323
*** english.php	27 Jan 2008 08:24:51 -0000	1.322
--- english.php	27 Jan 2008 09:02:15 -0000	1.323
***************
*** 1176,1180 ****
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
!     95 => 'There was an error.'
  );
  
--- 1176,1181 ----
      93 => 'Database back up was successful.',
      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.'
  );
  
***************
*** 1560,1567 ****
  
  $LANG_CONFIG = array(
!     1 => 'Configuration Sections'
  );
  
! $LANG_configsection['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'
--- 1561,1573 ----
  
  $LANG_CONFIG = array(
!     'sections' => 'Configuration Sections',
!     'restore' => 'Restore',
!     'add_element' => 'Add Element',
!     'save_changes' => 'Save Changes',
!     'reset_form' => 'Reset Form',
!     'changes_made' => 'Changes were successfully made to'
  );
  
! $LANG_configsections['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** english_utf-8.php	27 Jan 2008 08:24:51 -0000	1.107
--- english_utf-8.php	27 Jan 2008 09:02:15 -0000	1.108
***************
*** 1176,1180 ****
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
!     95 => 'There was an error.'
  );
  
--- 1176,1181 ----
      93 => 'Database back up was successful.',
      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.'
  );
  
***************
*** 1560,1567 ****
  
  $LANG_CONFIG = array(
!     1 => 'Configuration Sections'
  );
  
! $LANG_configsection['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'
--- 1561,1573 ----
  
  $LANG_CONFIG = array(
!     'sections' => 'Configuration Sections',
!     'restore' => 'Restore',
!     'add_element' => 'Add Element',
!     'save_changes' => 'Save Changes',
!     'reset_form' => 'Reset Form',
!     'changes_made' => 'Changes were successfully made to'
  );
  
! $LANG_configsections['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'




More information about the geeklog-cvs mailing list