Changeset 1555 for trunk/phpgwapi


Ignore:
Timestamp:
10/29/09 14:02:11 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #696 - Vinculando agendamentos com alarmes recorrentes a uma data de fim obrigatoria

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r1414 r1555  
    18131813                                case 43: $s .= lang('You have not entered participants').'.'; 
    18141814                                        break; 
     1815                                case 44: $s .= lang('You must choose the days of the week for the appointment to repeat').'.'; 
     1816                                        break; 
     1817                                case 45: $s .= lang('Recurrent appointments with alarms must have a final date').'.'; 
     1818                                        break; 
     1819                                case 46: $s .= lang('Recurrent appointments must have a final date').'.'; 
     1820                                        break; 
    18151821                                default:        return ''; 
    18161822                        } 
Note: See TracChangeset for help on using the changeset viewer.