phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup index.php,1.113,1.114


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.113,1.114
Date: Tue, 17 Jun 2003 17:37:42 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv21904/setup

Modified Files:
        index.php 
Log Message:
Changed all x's into %'s into lang calls and lang files, added missing english 
phrases and french translations.


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -r1.113 -r1.114
*** index.php   22 Dec 2002 23:08:09 -0000      1.113
--- index.php   17 Jun 2003 21:37:40 -0000      1.114
***************
*** 101,105 ****
                case 'Uninstall all applications':
                        $subtitle = lang('Deleting Tables');
!                       $submsg = lang('Are you sure delete your existing 
tables and data?') . '.';
                        $subaction = 'uninstall';
                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'predrop';
--- 101,105 ----
                case 'Uninstall all applications':
                        $subtitle = lang('Deleting Tables');
!                       $submsg = lang('Are you sure you want to delete your 
existing tables and data?') . '.';
                        $subaction = 'uninstall';
                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'predrop';
***************
*** 199,204 ****
                        break;
                case 4:
!                       $setup_tpl->set_var('oldver',lang('You appear to be 
running version x of phpGroupWare',$setup_info['phpgwapi']['currentver']));
!                       $setup_tpl->set_var('automatic',lang('We will 
automatically update your tables/records to 
x',$setup_info['phpgwapi']['version']));
                        $setup_tpl->set_var('backupwarn',lang('backupwarn'));
                        $setup_tpl->set_var('upgrade',lang('Upgrade'));
--- 199,204 ----
                        break;
                case 4:
!                       $setup_tpl->set_var('oldver',lang('You appear to be 
running version %1 of phpGroupWare',$setup_info['phpgwapi']['currentver']));
!                       $setup_tpl->set_var('automatic',lang('We will 
automatically update your tables/records to 
%1',$setup_info['phpgwapi']['version']));
                        $setup_tpl->set_var('backupwarn',lang('backupwarn'));
                        $setup_tpl->set_var('upgrade',lang('Upgrade'));
***************
*** 405,409 ****
                        $setup_tpl->set_var('lang_status_alt','completed');
                        $btn_manage_lang = 
$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
!                               lang('This stage is completed<br>') . 
lang('Currently installed languages: x <br>',$langs_list),
                                'POST','lang.php',
                                'submit',lang('Manage Languages'),
--- 405,409 ----
                        $setup_tpl->set_var('lang_status_alt','completed');
                        $btn_manage_lang = 
$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
!                               lang('This stage is completed<br>') . 
lang('Currently installed languages: %1 <br>',$langs_list),
                                'POST','lang.php',
                                'submit',lang('Manage Languages'),





reply via email to

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