Changeset 5910

Show
Ignore:
Timestamp:
07/24/08 14:36:57 (2 months ago)
Author:
shotamchay
Message:

"do you want i..." => "do you want me to..."

Location:
trunk/centreon/libinstall
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/libinstall/CentCore.sh

    r5687 r5910  
    134134cp $TMPDIR/final/centcore.init.d $INSTALL_DIR_CENTREON/examples/centcore.init.d 
    135135 
    136 yes_no_default "$(gettext "Do you want I install CentCore init script ?")" 
     136yes_no_default "$(gettext "Do you want me to install CentCore init script ?")" 
    137137if [ $? -eq 0 ] ; then  
    138138        $INSTALL_DIR/cinstall $cinstall_opts -m 755 \ 
  • trunk/centreon/libinstall/CentStorage.sh

    r5687 r5910  
    146146cp $TMPDIR/final/centstorage.init.d $INSTALL_DIR_CENTREON/examples/centstorage.init.d 
    147147 
    148 yes_no_default "$(gettext "Do you want I install CentStorage init script ?")" 
     148yes_no_default "$(gettext "Do you want me to install CentStorage init script ?")" 
    149149if [ $? -eq 0 ] ; then  
    150150        log "INFO" "$(gettext "CentStorage init script installed")" 
     
    152152                $TMPDIR/final/centstorage.init.d \ 
    153153                $INIT_D/centstorage >> $LOG_FILE 2>&1 
    154         yes_no_default "$(gettext "Do you want I install CentStorage run level ?")" 
     154        yes_no_default "$(gettext "Do you want me to install CentStorage run level ?")" 
    155155                if [ $? -eq 0 ] ; then 
    156156                        install_init_service "centstorage" | tee -a $LOG_FILE 
  • trunk/centreon/libinstall/functions

    r5734 r5910  
    20302030        local not_clean="1" 
    20312031        while [ $not_clean -ne 0 ] ; do 
    2032                 yes_no_default "$(gettext "Do you want I remove a centreon temporary working space to continue installation ?")" "$yes" 
     2032                yes_no_default "$(gettext "Do you want me to remove the centreon temporary working space to continue installation ?")" "$yes" 
    20332033                if [ "$?" -eq 0 ] ; then  
    20342034                        local tmp_base_dir=`dirname $TMPDIR` 
     
    20662066        log "INFO" "$(gettext "New sudo file generate in:") $sudo_clean" 
    20672067        if [ "$validate" -eq 1 ] ; then  
    2068                 yes_no_default "$(gettext "Do you want I clean your sudo files ? (clean centreon config)")" 
     2068                yes_no_default "$(gettext "Do you want me to clean your sudo files ? (clean centreon config)")" 
    20692069                RC="$?" 
    20702070        fi