From: wolfgang Date: Wed, 21 May 2008 14:57:16 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1426 d1b88da0-ebda-0310... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92c933afac351f07818a62f605d81179d2565ff;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1426 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html b/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html deleted file mode 100644 index 2353f8f3..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Appointment <#AptStartDate /> at <#AptStartTime /> has been cancelled -<#IsBody> -The appointment at <#AptStartDate /> <#AptStartTime /> has been cancelled by <#Organizer />. - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.wod b/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.html b/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.html deleted file mode 100644 index 2353f8f3..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Appointment <#AptStartDate /> at <#AptStartTime /> has been cancelled -<#IsBody> -The appointment at <#AptStartDate /> <#AptStartTime /> has been cancelled by <#Organizer />. - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.wod b/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.html b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.html deleted file mode 100644 index c861c271..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Re: rendez-vous le <#AptStartDate/> à <#AptStartTime/> -<#IsBody> -<#Attendee/> has <#HasAccepted>accepted<#HasDeclined>declined your invitation. - diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod deleted file mode 100644 index 71a95461..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod +++ /dev/null @@ -1,33 +0,0 @@ -AptStartDate: WOString { - value = startDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = startDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Attendee: WOString { - value = attendee.cnWithoutQuotes; - escapeHTML = NO; -} - -HasAccepted: WOConditional { - condition = hasAccepted; -} - -HasDeclined: WOConditional { - condition = hasDeclined; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.html b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.html deleted file mode 100644 index c861c271..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Re: rendez-vous le <#AptStartDate/> à <#AptStartTime/> -<#IsBody> -<#Attendee/> has <#HasAccepted>accepted<#HasDeclined>declined your invitation. - diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod deleted file mode 100644 index 71a95461..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod +++ /dev/null @@ -1,33 +0,0 @@ -AptStartDate: WOString { - value = startDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = startDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Attendee: WOString { - value = attendee.cnWithoutQuotes; - escapeHTML = NO; -} - -HasAccepted: WOConditional { - condition = hasAccepted; -} - -HasDeclined: WOConditional { - condition = hasDeclined; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.html b/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.html deleted file mode 100644 index 4d6bbab4..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.html +++ /dev/null @@ -1,7 +0,0 @@ -<#IsSubject>Appointment on <#AptStartDate /> at <#AptStartTime /> -<#IsBody> -You're invited by <#Organizer /> to a meeting. -<#HasHomePageURL> -Please make a decision for this invitation at <#HomePageURL />. - - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.wod b/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.html b/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.html deleted file mode 100644 index 4d6bbab4..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.html +++ /dev/null @@ -1,7 +0,0 @@ -<#IsSubject>Appointment on <#AptStartDate /> at <#AptStartTime /> -<#IsBody> -You're invited by <#Organizer /> to a meeting. -<#HasHomePageURL> -Please make a decision for this invitation at <#HomePageURL />. - - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.wod b/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.html b/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.html deleted file mode 100644 index 32fdc262..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Removed from appointment <#AptStartDate /> at <#AptStartTime /> -<#IsBody> -You have been removed by <#Organizer /> from the appointment scheduled at <#AptStartDate /> <#AptStartTime />. - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.wod b/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.html b/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.html deleted file mode 100644 index 32fdc262..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.html +++ /dev/null @@ -1,4 +0,0 @@ -<#IsSubject>Removed from appointment <#AptStartDate /> at <#AptStartTime /> -<#IsBody> -You have been removed by <#Organizer /> from the appointment scheduled at <#AptStartDate /> <#AptStartTime />. - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.wod b/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.wod deleted file mode 100644 index 3e37496c..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.wod +++ /dev/null @@ -1,34 +0,0 @@ -AptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -AptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.html b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.html deleted file mode 100644 index 6a733247..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.html +++ /dev/null @@ -1,8 +0,0 @@ -<#IsSubject>The appointment for the <#OldAptStartDate /> at <#OldAptStartTime /> has changed -<#IsBody> -This appointment, previously set for <#OldAptStartDate /> -at <#OldAptStartTime /> is now scheduled for <#NewAptStartDate /> at <#NewAptStartTime /> -<#HasHomePageURL> -Please make a decision for these new settings at <#HomePageURL />. - - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.wod b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.wod deleted file mode 100644 index 3dccef2a..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.wod +++ /dev/null @@ -1,46 +0,0 @@ -OldAptStartDate: WOString { - value = oldStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -OldAptStartTime: WOString { - value = oldStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -NewAptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -NewAptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -} diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.html b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.html deleted file mode 100644 index 6a733247..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.html +++ /dev/null @@ -1,8 +0,0 @@ -<#IsSubject>The appointment for the <#OldAptStartDate /> at <#OldAptStartTime /> has changed -<#IsBody> -This appointment, previously set for <#OldAptStartDate /> -at <#OldAptStartTime /> is now scheduled for <#NewAptStartDate /> at <#NewAptStartTime /> -<#HasHomePageURL> -Please make a decision for these new settings at <#HomePageURL />. - - \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.wod b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.wod deleted file mode 100644 index 3dccef2a..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.wod +++ /dev/null @@ -1,46 +0,0 @@ -OldAptStartDate: WOString { - value = oldStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -OldAptStartTime: WOString { - value = oldStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -NewAptStartDate: WOString { - value = newStartDate; - dateformat = "%d/%m/%y"; - escapeHTML = NO; -} - -NewAptStartTime: WOString { - value = newStartDate; - dateformat = "%H:%M"; - escapeHTML = NO; -} - -Organizer: WOString { - value = newApt.organizer.cnWithoutQuotes; - escapeHTML = NO; -} - -HasHomePageURL: WOConditional { - condition = homePageURL.length; -} - -HomePageURL: WOString { - value = appointmentURL; - escapeHTML = NO; -} - -IsSubject: WOConditional { - condition = isSubject; -} - -IsBody: WOConditional { - condition = isSubject; - negate = YES; -}