phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpwebhosting/inc hook_preferences.inc.php,1.6,1


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpwebhosting/inc hook_preferences.inc.php,1.6,1.7 main.inc.php,1.15,1.16
Date: Tue, 18 Jun 2002 02:33:47 -0400

Update of /cvsroot/phpgroupware/phpwebhosting/inc
In directory subversions:/tmp/cvs-serv32121/inc

Modified Files:
        hook_preferences.inc.php main.inc.php 
Log Message:
i18n - Savannah Patches #352,#353,#358, thanks gisu

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/inc/hook_preferences.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** hook_preferences.inc.php    23 Nov 2001 20:04:21 -0000      1.6
--- hook_preferences.inc.php    18 Jun 2002 06:33:44 -0000      1.7
***************
*** 14,20 ****
  {
  // Only Modify the $file and $title variables.....
!       $title = "PHPWebHosting";
        $file = Array(
!               'Preferences'   => 
$GLOBALS['phpgw']->link('/phpwebhosting/preferences.php')
        );
  //Do not modify below this line
--- 14,20 ----
  {
  // Only Modify the $file and $title variables.....
!       $title = $appname;
        $file = Array(
!               lang('Preferences')     => 
$GLOBALS['phpgw']->link('/phpwebhosting/preferences.php')
        );
  //Do not modify below this line

Index: main.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/inc/main.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** main.inc.php        10 Feb 2002 04:17:19 -0000      1.15
--- main.inc.php        18 Jun 2002 06:33:44 -0000      1.16
***************
*** 62,66 ****
  define ('HTML_TABLE_FILES_TEXT_COLOR', 'maroon');
  define ('HTML_TEXT_ERROR_COLOR', 'red');
! define ('HTML_TEXT_NAVIGATION_BACK_TO_USER', 'Back to file manager');
  
  ###
--- 62,66 ----
  define ('HTML_TABLE_FILES_TEXT_COLOR', 'maroon');
  define ('HTML_TEXT_ERROR_COLOR', 'red');
! define ('HTML_TEXT_NAVIGATION_BACK_TO_USER', lang('Back to file manager'));
  
  ###
***************
*** 76,91 ****
  
  $file_attributes = Array(
!       'name' => 'Filename',
!       'mime_type' => 'MIME Type',
!       'size' => 'Size',
!       'created' => 'Created',
!       'modified' => 'Modified',
!       'owner' => 'Owner',
!       'createdby_id' => 'Created by',
!       'modifiedby_id' => 'Created by',
!       'modifiedby_id' => 'Modified by',
!       'app' => 'Application',
!       'comment' => 'Comment',
!       'version' => 'Version'
  );
  
--- 76,91 ----
  
  $file_attributes = Array(
!       'name' => lang('File Name'),
!       'mime_type' => lang('MIME Type'),
!       'size' => lang('Size'),
!       'created' => lang('Created'),
!       'modified' => lang('Modified'),
!       'owner' => lang('Owner'),
!       'createdby_id' => lang('Created by'),
!       'modifiedby_id' => lang('Created by'),
!       'modifiedby_id' => lang('Modified by'),
!       'app' => lang('Application'),
!       'comment' => lang('Comment'),
!       'version' => lang('Version')
  );
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]