Ignore:
Timestamp:
03/05/08 16:23:24 (16 years ago)
Author:
niltonneto
Message:

Ver Ticket #148:

  • Aplicação do patch para o pSync;
  • Tradução no alarme da agenda;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uicalendar.inc.php

    r57 r204  
    843843                                                'action_url_button'     => $this->page('delete','&cal_id='.$cal_id), 
    844844                                                'action_text_button'    => lang('Delete Single'), 
    845                                                 'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nThis will delete\\nthis entry for all users.")."')\"", 
     845                                                'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this single occurence?\\nThis will delete this entry for all users.')."')\"", 
    846846                                                'action_extra_field'    => $this->html->input_hidden(array( 
    847847                                                        'delete_type' => 'single', 
     
    855855                                                'action_url_button'     => $this->page('delete','&cal_id='.$cal_id), 
    856856                                                'action_text_button'    => lang('Delete Series'), 
    857                                                 'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"", 
     857                                                'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this entry?\\nThis will delete this entry for all users.')."')\"", 
    858858                                                'action_extra_field'    => $this->html->input_hidden('delete_type','series') 
    859859                                        ); 
     
    878878                                                'action_url_button'     => $this->page('delete','&cal_id='.$cal_id), 
    879879                                                'action_text_button'    => lang('Delete'), 
    880                                                 'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"", 
     880                                                'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this entry?\\nThis will delete this entry for all users.')."')\"", 
    881881                                                'action_extra_field'    => '' 
    882882                                        ); 
     
    38253825                        $GLOBALS['phpgw_info']['flags']['noappheader'] = True; 
    38263826                        $GLOBALS['phpgw_info']['flags']['noappfooter'] = True; 
    3827                         $GLOBALS['phpgw_info']['flags']['app_header'] = $event['id'] ? lang('Calendar - Edit') : lang('Calendar - Add'); 
     3827                        $GLOBALS['phpgw_info']['flags']['app_header'] = $event['id'] ? lang('Editing event') : lang('Adding event'); 
    38283828                        $GLOBALS['phpgw']->common->phpgw_header(); 
    38293829 
     
    40854085                                                                                        '       <br>'.lang("Search for").':'. 
    40864086                                                                                        '       <input value="" id="cal_input_searchUser" size="35" autocomplete="off" onkeyup="javascript:optionFinderTimeout(this)"><br>'. 
    4087                                                                                         '       <b>'.lang("Available Users and Groups").'</b>'. 
     4087                                                                                        '       <b>'.lang("Available users and groups").'</b>'. 
    40884088                                                                                        '       <select id="user_list_in" style="width: 300px" multiple size="13"></select>'. 
    40894089                                                                                        '</td>'. 
     
    43434343                                        'action_url_button'     => $this->page('delete','&cal_id='.$event['id']), 
    43444344                                        'action_text_button'    => lang('Delete'), 
    4345                                         'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"", 
     4345                                        'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this entry?\\nThis will delete this entry for all users.')."')\"", 
    43464346                                        'action_extra_field'    => '' 
    43474347                                ); 
Note: See TracChangeset for help on using the changeset viewer.