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 \ SOGoMailPolishReply.wo \
SOGoMailRussianForward.wo \ SOGoMailRussianForward.wo \
SOGoMailRussianReply.wo \ SOGoMailRussianReply.wo \
SOGoMailSlovakForward.wo \
SOGoMailSlovakReply.wo \
SOGoMailSpanishSpainForward.wo \ SOGoMailSpanishSpainForward.wo \
SOGoMailSpanishSpainReply.wo \ SOGoMailSpanishSpainReply.wo \
SOGoMailSpanishArgentinaForward.wo \ SOGoMailSpanishArgentinaForward.wo \

View File

@ -1,8 +1,6 @@
/* SOGoMailForward.h - this file is part of SOGo /* SOGoMailForward.h - this file is part of SOGo
* *
* Copyright (C) 2007 Inverse inc. * Copyright (C) 2007-2013 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* *
* This file is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -93,6 +91,9 @@
@interface SOGoMailRussianForward : SOGoMailForward @interface SOGoMailRussianForward : SOGoMailForward
@end @end
@interface SOGoMailSlovakForward : SOGoMailForward
@end
@interface SOGoMailUkrainianForward : SOGoMailForward @interface SOGoMailUkrainianForward : SOGoMailForward
@end @end

View File

@ -1,8 +1,6 @@
/* SOGoMailForward.m - this file is part of SOGo /* SOGoMailForward.m - this file is part of SOGo
* *
* Copyright (C) 2007-2012 Inverse inc. * Copyright (C) 2007-2013 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* *
* This file is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -297,6 +295,9 @@
@implementation SOGoMailRussianForward @implementation SOGoMailRussianForward
@end @end
@implementation SOGoMailSlovakForward
@end
@implementation SOGoMailUkrainianForward @implementation SOGoMailUkrainianForward
@end @end

View File

@ -1,8 +1,6 @@
/* SOGoMailReply.h - this file is part of SOGo /* SOGoMailReply.h - this file is part of SOGo
* *
* Copyright (C) 2007-2010 Inverse inc. * Copyright (C) 2007-2013 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* *
* This file is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -98,6 +96,9 @@
@interface SOGoMailRussianReply : SOGoMailReply @interface SOGoMailRussianReply : SOGoMailReply
@end @end
@interface SOGoMailSlovakReply : SOGoMailReply
@end
@interface SOGoMailUkrainianReply : SOGoMailReply @interface SOGoMailUkrainianReply : SOGoMailReply
@end @end

View File

@ -1,8 +1,6 @@
/* SOGoMailReply.m - this file is part of SOGo /* SOGoMailReply.m - this file is part of SOGo
* *
* Copyright (C) 2007-2009 Inverse inc. * Copyright (C) 2007-2013 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* *
* This file is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -155,6 +153,9 @@
@implementation SOGoMailRussianReply @implementation SOGoMailRussianReply
@end @end
@implementation SOGoMailSlovakReply
@end
@implementation SOGoMailUkrainianReply @implementation SOGoMailUkrainianReply
@end @end