Fix Slovak templates for mail reply/forward

pull/10/head
Francis Lachapelle 2013-03-05 10:22:20 -05:00
parent f1846191d5
commit 7e8a83aefb
5 changed files with 18 additions and 12 deletions

View File

@ -72,6 +72,8 @@ Mailer_RESOURCE_FILES += \
SOGoMailPolishReply.wo \
SOGoMailRussianForward.wo \
SOGoMailRussianReply.wo \
SOGoMailSlovakForward.wo \
SOGoMailSlovakReply.wo \
SOGoMailSpanishSpainForward.wo \
SOGoMailSpanishSpainReply.wo \
SOGoMailSpanishArgentinaForward.wo \

View File

@ -1,8 +1,6 @@
/* SOGoMailForward.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2013 Inverse inc.
*
* 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
@ -93,6 +91,9 @@
@interface SOGoMailRussianForward : SOGoMailForward
@end
@interface SOGoMailSlovakForward : SOGoMailForward
@end
@interface SOGoMailUkrainianForward : SOGoMailForward
@end

View File

@ -1,8 +1,6 @@
/* SOGoMailForward.m - this file is part of SOGo
*
* Copyright (C) 2007-2012 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2013 Inverse inc.
*
* 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
@ -297,6 +295,9 @@
@implementation SOGoMailRussianForward
@end
@implementation SOGoMailSlovakForward
@end
@implementation SOGoMailUkrainianForward
@end

View File

@ -1,8 +1,6 @@
/* SOGoMailReply.h - this file is part of SOGo
*
* Copyright (C) 2007-2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2013 Inverse inc.
*
* 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
@ -98,6 +96,9 @@
@interface SOGoMailRussianReply : SOGoMailReply
@end
@interface SOGoMailSlovakReply : SOGoMailReply
@end
@interface SOGoMailUkrainianReply : SOGoMailReply
@end

View File

@ -1,8 +1,6 @@
/* SOGoMailReply.m - this file is part of SOGo
*
* Copyright (C) 2007-2009 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2013 Inverse inc.
*
* 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
@ -155,6 +153,9 @@
@implementation SOGoMailRussianReply
@end
@implementation SOGoMailSlovakReply
@end
@implementation SOGoMailUkrainianReply
@end