[geeklog-cvs] geeklog-1.3/language english.php,1.76,1.77 german.php,1.62,1.63

dhaun at geeklog.net dhaun at geeklog.net
Thu Mar 27 04:39:53 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/language
In directory internal.geeklog.net:/tmp/cvs-serv32386/language

Modified Files:
	english.php german.php 
Log Message:
Ensure that we're really displaying the last 10 backups (thanks to Alexander Schmacks fpr the fix), display total number of backup files, replaced $PHP_SELF with $_CONF['site_admin_url']/database.php since $PHP_SELF seems to cause problems in some environments.


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/english.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** english.php	24 Mar 2003 17:42:17 -0000	1.76
--- english.php	27 Mar 2003 09:39:51 -0000	1.77
***************
*** 1100,1104 ****
      backup_file => 'Backup file',
      size => 'Size',
!     bytes => 'Bytes'
  );
  
--- 1100,1105 ----
      backup_file => 'Backup file',
      size => 'Size',
!     bytes => 'Bytes',
!     total_number => 'Total number of backups: %d'
  );
  

Index: german.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/german.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** german.php	24 Mar 2003 17:42:17 -0000	1.62
--- german.php	27 Mar 2003 09:39:51 -0000	1.63
***************
*** 1093,1097 ****
      backup_file => 'Backup-Datei',
      size => 'Größe',
!     bytes => 'Bytes'
  );
  
--- 1093,1098 ----
      backup_file => 'Backup-Datei',
      size => 'Größe',
!     bytes => 'Bytes',
!     total_number => 'Gesamtanzahl Backups: %d'
  );
  





More information about the geeklog-cvs mailing list