(fix) add the languages to the classes too

pull/186/head
Ludovic Marcotte 2015-12-04 13:49:11 -05:00
parent b4aa8b27d4
commit e80c7da188
4 changed files with 28 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* SOGoMailForward.h - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2015 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
@ -82,12 +82,18 @@
@interface SOGoMailItalianForward : SOGoMailForward
@end
@interface SOGoMailMacedonianForward : SOGoMailForward
@end
@interface SOGoMailNorwegianBokmalForward : SOGoMailForward
@end
@interface SOGoMailNorwegianNynorskForward : SOGoMailForward
@end
@interface SOGoMailPortugueseForward : SOGoMailForward
@end
@interface SOGoMailSpanishSpainForward : SOGoMailForward
@end

View File

@ -1,6 +1,6 @@
/* SOGoMailForward.m - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2015 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
@ -293,12 +293,18 @@
@implementation SOGoMailItalianForward
@end
@implementation SOGoMailMacedonianForward
@end
@implementation SOGoMailNorwegianBokmalForward
@end
@implementation SOGoMailNorwegianNynorskForward
@end
@implementation SOGoMailPortugueseForward
@end
@implementation SOGoMailSpanishSpainForward
@end

View File

@ -1,6 +1,6 @@
/* SOGoMailReply.h - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2015 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
@ -81,12 +81,18 @@
@interface SOGoMailItalianReply : SOGoMailReply
@end
@interface SOGoMailMacedonianReply : SOGoMailReply
@end
@interface SOGoMailNorwegianBokmalReply : SOGoMailReply
@end
@interface SOGoMailNorwegianNynorskReply : SOGoMailReply
@end
@interface SOGoMailPortugueseReply : SOGoMailReply
@end
@interface SOGoMailSpanishSpainReply : SOGoMailReply
@end

View File

@ -1,6 +1,6 @@
/* SOGoMailReply.m - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2015 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
@ -131,12 +131,18 @@
@implementation SOGoMailItalianReply
@end
@implementation SOGoMailMacedonianReply
@end
@implementation SOGoMailNorwegianBokmalReply
@end
@implementation SOGoMailNorwegianNynorskReply
@end
@implementation SOGoMailPortugueseReply
@end
@implementation SOGoMailSpanishSpainReply
@end