phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.8,1.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.8,1.123.2.9
Date: Thu, 06 Mar 2003 11:28:55 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv31738

Modified Files:
      Tag: Version-0_9_14-branch
        class.common.inc.php 
Log Message:
gugux lang-update: x's to %#'s


Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123.2.8
retrieving revision 1.123.2.9
diff -C2 -r1.123.2.8 -r1.123.2.9
*** class.common.inc.php        5 Mar 2003 00:11:58 -0000       1.123.2.8
--- class.common.inc.php        6 Mar 2003 16:28:42 -0000       1.123.2.9
***************
*** 1481,1488 ****
                                case 34:        $s .= lang('Account has been 
deleted') . '<p>'
                                                . lang('Error deleting %1 %2 
directory',lang('users'),' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please x by 
hand',lang('delete')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
--- 1481,1488 ----
                                case 34:        $s .= lang('Account has been 
deleted') . '<p>'
                                                . lang('Error deleting %1 %2 
directory',lang('users'),' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please %1 by 
hand',lang('delete')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
***************
*** 1490,1498 ****
                                                . lang('Error renaming %1 %2 
directory',lang('users'),
                                                ' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please x by 
hand',
                                                lang('rename')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
--- 1490,1498 ----
                                                . lang('Error renaming %1 %2 
directory',lang('users'),
                                                ' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please %1 by 
hand',
                                                lang('rename')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
***************
*** 1500,1535 ****
                                                . lang('Error creating %1 %2 
directory',lang('users'),
                                                ' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please x by 
hand',
                                                lang('create')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
                                case 37:        $s .= lang('Group has been 
added') . '<p>'
                                                . lang('Error creating %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please x by 
hand',
                                                lang('create')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;
                                case 38:        $s .= lang('Group has been 
deleted') . '<p>'
                                                . lang('Error deleting %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please x by 
hand',
                                                lang('delete')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;
                                case 39:        $s .= lang('Group has been 
updated') . '<p>'
                                                . lang('Error renaming %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please x by 
hand',
                                                lang('rename')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: x','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;
--- 1500,1535 ----
                                                . lang('Error creating %1 %2 
directory',lang('users'),
                                                ' '.lang('private').' ') 
!                                               . ',<br>' . lang('Please %1 by 
hand',
                                                lang('create')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/users/'); 
                                        break;
                                case 37:        $s .= lang('Group has been 
added') . '<p>'
                                                . lang('Error creating %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please %1 by 
hand',
                                                lang('create')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;
                                case 38:        $s .= lang('Group has been 
deleted') . '<p>'
                                                . lang('Error deleting %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please %1 by 
hand',
                                                lang('delete')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;
                                case 39:        $s .= lang('Group has been 
updated') . '<p>'
                                                . lang('Error renaming %1 %2 
directory',lang('groups'),' ')
!                                               . ',<br>' . lang('Please %1 by 
hand',
                                                lang('rename')) . '<br><br>'
                                                . lang('To correct this error 
for the future you will need to properly set the')
                                                . '<br>' . lang('permissions to 
the files/users directory')
!                                               . '<br>' . lang('On *nix 
systems please type: %1','chmod 770 '
                                                . 
$GLOBALS['phpgw_info']['server']['files_dir'] . '/groups/'); 
                                        break;





reply via email to

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