Ignore:
Timestamp:
03/15/12 19:01:40 (12 years ago)
Author:
marcieli
Message:

Ticket #2486 - Internacinalizados marcadores e sinalizadores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/followupflag.js

    r5711 r5738  
    7171                                                }, 
    7272                                                select: function( event, ui ) { 
    73                                                         winElement.find('.menu-configure-followupflag .save').button("enable"); 
    7473                                                        ui.item.option.selected = true; 
    7574                                                        self._trigger( "selected", event, { 
     
    333332        winElement.find('.time').timepicker({}); 
    334333        winElement.find('[name="name"]').combobox(); 
     334        winElement.find('.ui-corner-right.ui-button-icon').attr('title', get_lang('Show All Items')); 
    335335 
    336336        winElement.find('[name="alarmDate"],[name="alarmTime"]').attr("disabled","disabled"); 
     
    416416                { 
    417417                        attrDeadline: 'doneDeadline',  
    418                         caption: {singular:'Você tem uma mensagem concluindo hoje:', plural:"Você tem %1 mensagens concluindo hoje:"}, 
     418                        caption: {singular:'You have one undone message today:', plural:"You have %1 undone messages today:"}, 
    419419                        onOk: function(event){ 
    420420                                if($(event.target).parents('.doneDeadline').find('[name="stopAlert"]').is(':checked')){ 
     
    426426                { 
    427427                        attrDeadline: 'alarmDeadline', 
    428                         caption: {singular:'Você tem uma mensagem sinalizada para hoje:', plural:'Você tem %1 mensagens sinalizadas para hoje:'}, 
     428                        caption: {singular:'You have a follow up due for today:', plural:'You have %1 follow ups due for today:'}, 
    429429                        onOk: function(event){ 
    430430                                if($(event.target).parents('.alarmDeadline').find('[name="stopAlert"]').is(':checked')){ 
Note: See TracChangeset for help on using the changeset viewer.