]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1426 d1b88da0-ebda-0310...
authorwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 21 May 2008 14:57:16 +0000 (14:57 +0000)
committerwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 21 May 2008 14:57:16 +0000 (14:57 +0000)
20 files changed:
SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailSpanishDeletion.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailDutchInvitation.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailSpanishInvitation.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailDutchRemoval.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailSpanishRemoval.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailDutchUpdate.wod [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailSpanishUpdate.wod [deleted file]

diff --git a/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html b/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailDutchDeletion.html
deleted file mode 100644 (file)
index 2353f8f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Appointment <#AptStartDate /> at <#AptStartTime /> has been cancelled</#IsSubject>
-<#IsBody>
-The appointment at <#AptStartDate /> <#AptStartTime /> has been cancelled by <#Organizer />.
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index 2353f8f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Appointment <#AptStartDate /> at <#AptStartTime /> has been cancelled</#IsSubject>
-<#IsBody>
-The appointment at <#AptStartDate /> <#AptStartTime /> has been cancelled by <#Organizer />.
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index c861c27..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Re: rendez-vous le <#AptStartDate/> à <#AptStartTime/></#IsSubject>
-<#IsBody>
-<#Attendee/> has <#HasAccepted>accepted</#HasAccepted><#HasDeclined>declined</#HasDeclined> your invitation.
-</#IsBody>
diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailDutchICalReply.wod
deleted file mode 100644 (file)
index 71a9546..0000000
+++ /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 (file)
index c861c27..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Re: rendez-vous le <#AptStartDate/> à <#AptStartTime/></#IsSubject>
-<#IsBody>
-<#Attendee/> has <#HasAccepted>accepted</#HasAccepted><#HasDeclined>declined</#HasDeclined> your invitation.
-</#IsBody>
diff --git a/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod b/SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailSpanishICalReply.wod
deleted file mode 100644 (file)
index 71a9546..0000000
+++ /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 (file)
index 4d6bbab..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<#IsSubject>Appointment on <#AptStartDate /> at <#AptStartTime /></#IsSubject>
-<#IsBody>
-You're invited by <#Organizer /> to a meeting.
-<#HasHomePageURL>
-Please make a decision for this invitation at <#HomePageURL />.
-</#HasHomePageURL>
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index 4d6bbab..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<#IsSubject>Appointment on <#AptStartDate /> at <#AptStartTime /></#IsSubject>
-<#IsBody>
-You're invited by <#Organizer /> to a meeting.
-<#HasHomePageURL>
-Please make a decision for this invitation at <#HomePageURL />.
-</#HasHomePageURL>
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index 32fdc26..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Removed from appointment <#AptStartDate /> at <#AptStartTime /></#IsSubject>
-<#IsBody>
-You have been removed by <#Organizer /> from the appointment scheduled at <#AptStartDate /> <#AptStartTime />.
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index 32fdc26..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<#IsSubject>Removed from appointment <#AptStartDate /> at <#AptStartTime /></#IsSubject>
-<#IsBody>
-You have been removed by <#Organizer /> from the appointment scheduled at <#AptStartDate /> <#AptStartTime />.
-</#IsBody>
\ 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 (file)
index 3e37496..0000000
+++ /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 (file)
index 6a73324..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<#IsSubject>The appointment for the <#OldAptStartDate /> at <#OldAptStartTime /> has changed</#IsSubject>
-<#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 />.
-</#HasHomePageURL>
-</#IsBody>
\ 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 (file)
index 3dccef2..0000000
+++ /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 (file)
index 6a73324..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<#IsSubject>The appointment for the <#OldAptStartDate /> at <#OldAptStartTime /> has changed</#IsSubject>
-<#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 />.
-</#HasHomePageURL>
-</#IsBody>
\ 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 (file)
index 3dccef2..0000000
+++ /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;
-}