Translations by Nicola Riolini - Micronaet

Nicola Riolini - Micronaet has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 197 results
1.
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Dear ${object.cn}</strong> ,<br/> <p style="margin-left:12px">That is a reminder for the event below : </p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Where </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Duration </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Attendees </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">You</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> </div> </body> </html>
2014-10-12
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Spettabile ${object.cn}</strong> ,<br/> <p style="margin-left:12px">Questo è un promemoria dell'evento descritto qui sotto:</p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Dove </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Durata </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Partecipanti </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">Tu</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> </div> </body> </html>
2.
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Dear ${object.cn}</strong> ,<br/><p style="margin-left:12px">${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.</p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Where </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Duration </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Attendees </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">You</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> <div style="height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;"> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Accept</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or '' }&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Decline</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">View</a> </div> </div> </body> </html>
2014-10-12
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Dear ${object.cn}</strong> ,<br/><p style="margin-left:12px">${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.</p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Where </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Durata </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Partecipanti </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">You</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> <div style="height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;"> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Accept</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or '' }&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Decline</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">View</a> </div> </div> </body> </html>
3.
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Dear ${object.cn}</strong> ,<br/> <p style="margin-left:12px">The date of the meeting has been changed...<br/> The meeting created by ${object.event_id.user_id.partner_id.name} is now scheduled for : ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.</p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Where </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Duration </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Attendees </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">You</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> <div style="height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;"> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Accept</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Decline</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">View</a> </div> </div> </body> </html>
2014-10-12
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>${object.event_id.name}</title> <style> span.oe_mail_footer_access { display:block; text-align:center; color:grey; } </style> </head> <body> <div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;"> <div style="height:auto;text-align: center;font-size : 30px;color: #8A89BA;"> <strong>${object.event_id.name}</strong> </div> <div style="height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px"> <strong style="margin-left:12px">Dear ${object.cn}</strong> ,<br/> <p style="margin-left:12px">The date of the meeting has been changed...<br/> The meeting created by ${object.event_id.user_id.partner_id.name} is now scheduled for : ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.</p> </div> <div style="height: auto;margin-left:12px;margin-top:30px;"> <table> <tr> <td> <div style="border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div> <div style="font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;"> ${object.event_id.get_interval(object.event_id.start,'day')} </div> <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div> <div style="border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div> </td> <td> <table cellspacing="0" cellpadding="0" border="0" style="margin-top: 15px; margin-left: 10px;font-size: 16px;"> <tr> <td style="vertical-align:top;"> % if object.event_id.location: <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Where </div> % endif </td> <td style="vertical-align:top;"> % if object.event_id.location: <div style = "font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px" > : ${object.event_id.location} <span style= "color:#A9A9A9; ">(<a href="http://maps.google.com/maps?oi=map&q=${object.event_id.location}">View Map</a>) </span> </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if object.event_id.description : <div style="width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> What </div> % endif </td> <td style="vertical-align:text-top;"> % if object.event_id.description : <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${object.event_id.description} </div> % endif </td> </tr> <tr> <td style="vertical-align:top;"> % if not object.event_id.allday and object.event_id.duration: <div style="height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> Durata </div> % endif </td> <td colspan="3" style="vertical-align:text-top;"> % if not object.event_id.allday and object.event_id.duration: <div style="font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))} </div> % endif </td> </tr> <tr style=" height: 30px;"> <td style="height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;"> <div> Partecipanti </div> </td> <td colspan="3"> : % for attendee in object.event_id.attendee_ids: <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div> % if attendee.cn != object.cn: <span style="margin-left:5px">${attendee.cn}</span> % else: <span style="margin-left:5px">You</span> % endif % endfor </td> </tr> </table> </td> </tr> </table> </div> <div style="height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;"> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Accept</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">Decline</a> <a style="padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;" href="/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}">View</a> </div> </div> </body> </html>
4.
[Me]
2014-10-12
[Io]
5.
${object.event_id.name}
2014-10-12
${object.event_id.name}
6.
${object.event_id.name} - Date has been updated
2014-10-12
${object.event_id.name} - La data è stata aggiornata
7.
${object.event_id.name} - Reminder
2014-10-12
${object.event_id.name} - Promemoria
8.
<p class="oe_view_nocontent_create"> Click to schedule a new meeting. </p><p> The calendar is shared between employees and fully integrated with other applications such as the employee holidays or the business opportunities. </p>
2014-10-12
<p class="oe_view_nocontent_create"> Clicca per pianificare un appuntamento. </p><p> Il calendario è condiviso tra i dipendenti e completamente integrato in altre funzionalità quali le ferie dipendenti o le opportunità. </p>
9.
A email has been send to specify that the date has been changed !
2014-10-12
Una e-mail è stata inviata per specificare che la data è stata cambiata!
10.
Accept
2014-10-12
Accetta
11.
Accepted
2014-10-12
Accettato
12.
Active
2014-10-12
Attivo
13.
Add Favorite Calendar
2014-10-12
Aggiungi un calendario preferito
14.
All Day
2014-10-12
Giornata intera
15.
AllDay , %s
2014-10-12
Tutto il giorno, %s
16.
Amount
2014-10-12
Importo
17.
An invitation email has been sent to attendee %s
2014-10-12
Una mail di invito è stata spedita ai partecipanti %s
18.
An invitation email has been sent to attendee(s)
2014-10-12
Una mail di invito è stata spedita al partecipante(i)
19.
Attendee
2014-10-12
Partecipante
20.
Attendee Status
2014-10-12
Stato partecipante
21.
Attendee information
2014-10-12
Informazioni partecipante
22.
Attendees
2014-10-12
Partecipanti
23.
Availability
2014-10-12
Disponibilità
24.
Busy
2014-10-12
Occupato
25.
By day
2014-10-12
Per giorno
26.
Calculated start
2014-10-12
Partenza calcolata
27.
Calculated stop
2014-10-12
Termine calcolato
28.
Calendar
2014-10-12
Calendario
29.
Calendar Invitation
2014-10-12
Invito a calendario
30.
Click here to update only this instance and not all recurrences.
2014-10-12
Cliccare per aggiornare solamente questa istanza e non tutte le ricorrenze della serie
31.
Common name
2014-10-12
Nome comune
32.
Confirmed
2014-10-12
Confermato
33.
Contact
2014-10-12
Contatto
34.
Created by
2014-10-12
Creato da
35.
Created on
2014-10-12
Creato il
36.
Customer Meeting
2014-10-12
Riunione con cliente
37.
Date
2014-10-12
Data
38.
Date of month
2014-10-12
Data del mese
39.
Date of the last message posted on the record.
2014-10-12
Data dell'ultimo messaggio postato per questo record
40.
Day of Month
2014-10-12
Giorno del mese
41.
Day of month
2014-10-12
Giorno del mese
42.
Day(s)
2014-10-12
Giorno(i)
43.
Days
2014-10-12
Giorni
44.
Decline
2014-10-12
Rifiuta
45.
Declined
2014-10-12
Rifiutato
46.
Description
2014-10-12
Descrizione
47.
Details
2014-10-12
Dettagli
48.
Do you really want to delete this filter from favorite?
2014-10-12
Volete veramente cancellare questo filtro dai preveriti?
49.
Duration
2014-10-12
Durata
50.
Email
2014-10-12
Email