Monotone-Parent: 100769dcb2b9d6ff69316a1bfc656ef29e7e49c0

Monotone-Revision: 4bd363f979fcaebb2b95eab75100f8270ec1489c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T16:13:24
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-08-23 16:13:24 +00:00
parent c124fecb3e
commit 11ceffb202
20 changed files with 79 additions and 324 deletions

View File

@ -22,17 +22,19 @@
#include "SOGoAptMailNotification.h"
@interface SOGoAptMailEnglishDeletion : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailEnglishDeletion
@end
@interface SOGoAptMailFrenchDeletion : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailFrenchDeletion
@end
@interface SOGoAptMailGermanDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailGermanDeletion
@end

View File

@ -19,20 +19,22 @@
02111-1307, USA.
*/
#include "SOGoAptMailNotification.h"
#import "SOGoAptMailNotification.h"
@interface SOGoAptMailEnglishInvitation : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailEnglishInvitation
@end
@interface SOGoAptMailFrenchInvitation : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailFrenchInvitation
@end
@interface SOGoAptMailGermanInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailGermanInvitation
@end

View File

@ -19,20 +19,22 @@
02111-1307, USA.
*/
#include "SOGoAptMailNotification.h"
#import "SOGoAptMailNotification.h"
@interface SOGoAptMailEnglishRemoval : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailEnglishRemoval
@end
@interface SOGoAptMailFrenchRemoval : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailFrenchRemoval
@end
@interface SOGoAptMailGermanRemoval : SOGoAptMailNotification
@end
@implementation SOGoAptMailGermanRemoval
@end

View File

@ -30,9 +30,7 @@ Mailer_OBJC_FILES += \
SOGoDraftsFolder.m \
SOGoDraftObject.m \
\
SOGoMailForward.m \
SOGoMailEnglishForward.m \
SOGoMailFrenchForward.m
SOGoMailForward.m
Mailer_RESOURCE_FILES += \
Version \
@ -40,7 +38,8 @@ Mailer_RESOURCE_FILES += \
Mailer_RESOURCE_FILES += \
SOGoMailEnglishForward.wo \
SOGoMailFrenchForward.wo
SOGoMailFrenchForward.wo \
SOGoMailGermanForward.wo
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make

View File

@ -1,29 +0,0 @@
/* SOGoMailEnglishForward.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoMailForward.h"
@interface SOGoMailEnglishForward : SOGoMailForward
@end
@implementation SOGoMailEnglishForward
@end

View File

@ -38,4 +38,13 @@
@end
@interface SOGoMailEnglishForward : SOGoMailForward
@end
@interface SOGoMailFrenchForward : SOGoMailForward
@end
@interface SOGoMailGermanForward : SOGoMailForward
@end
#endif /* SOGOMAILFORWARD_H */

View File

@ -150,3 +150,12 @@
}
@end
@implementation SOGoMailEnglishForward
@end
@implementation SOGoMailFrenchForward
@end
@implementation SOGoMailGermanForward
@end

View File

@ -1,29 +0,0 @@
/* SOGoMailFrenchForward.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoMailForward.h"
@interface SOGoMailFrenchForward : SOGoMailForward
@end
@implementation SOGoMailFrenchForward
@end

View File

@ -1,4 +1,4 @@
-------- Message original --------
-------- Original E-Mail --------
Betreff: <#subject/>
Datum: <#date/>
Sender: <#from/>

View File

@ -28,11 +28,7 @@ libSOGoUI_OBJC_FILES += \
SOGoJSStringFormatter.m \
WOContext+UIx.m \
\
SOGoACLAdvisory.m \
SOGoACLFrenchAdditionAdvisory.m \
SOGoACLFrenchRemovalAdvisory.m \
SOGoACLEnglishAdditionAdvisory.m \
SOGoACLEnglishRemovalAdvisory.m
SOGoACLAdvisory.m
# make

View File

@ -47,4 +47,22 @@
@end
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLFrenchRemovalAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLGermanRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLADVISORY_H */

View File

@ -209,3 +209,21 @@
}
@end
@implementation SOGoACLEnglishAdditionAdvisory
@end
@implementation SOGoACLEnglishRemovalAdvisory
@end
@implementation SOGoACLFrenchAdditionAdvisory
@end
@implementation SOGoACLFrenchRemovalAdvisory
@end
@implementation SOGoACLGermanAdditionAdvisory
@end
@implementation SOGoACLGermanRemovalAdvisory
@end

View File

@ -1,31 +0,0 @@
/* SOGoACLEnglishAdditionAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHADDITIONADVISORY_H
#define SOGOACLFRENCHADDITIONADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHADDITIONADVISORY_H */

View File

@ -1,32 +0,0 @@
/* SOGoACLEnglishAdditionAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLEnglishAdditionAdvisory.h"
@implementation SOGoACLEnglishAdditionAdvisory
- (NSString *) aclMethod
{
return @"add";
}
@end

View File

@ -1,31 +0,0 @@
/* SOGoACLEnglishRemovalAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLENGLISHREMOVALADVISORY_H
#define SOGOACLENGLISHREMOVALADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLENGLISHREMOVALADVISORY_H */

View File

@ -1,32 +0,0 @@
/* SOGoACLEnglishRemovalAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLEnglishRemovalAdvisory.h"
@implementation SOGoACLEnglishRemovalAdvisory
- (NSString *) aclMethod
{
return @"add";
}
@end

View File

@ -1,31 +0,0 @@
/* SOGoACLFrenchAdditionAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHADDITIONADVISORY_H
#define SOGOACLFRENCHADDITIONADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHADDITIONADVISORY_H */

View File

@ -1,27 +0,0 @@
/* SOGoACLFrenchAdditionAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLFrenchAdditionAdvisory.h"
@implementation SOGoACLFrenchAdditionAdvisory
@end

View File

@ -1,31 +0,0 @@
/* SOGoACLFrenchRemovalAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHREMOVALADVISORY_H
#define SOGOACLFRENCHREMOVALADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLFrenchRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHREMOVALADVISORY_H */

View File

@ -1,27 +0,0 @@
/* SOGoACLFrenchRemovalAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLFrenchRemovalAdvisory.h"
@implementation SOGoACLFrenchRemovalAdvisory
@end