Localization cleanup

This commit is contained in:
Francis Lachapelle 2015-12-15 10:05:21 -05:00
parent 8d19ec4aff
commit e94b4416f8
4 changed files with 28 additions and 28 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
@ -91,6 +91,12 @@
@interface SOGoMailNorwegianNynorskForward : SOGoMailForward
@end
@interface SOGoMailPolishForward : SOGoMailForward
@end
@interface SOGoMailPortugueseForward : SOGoMailForward
@end
@interface SOGoMailSpanishSpainForward : SOGoMailForward
@end
@ -100,12 +106,6 @@
@interface SOGoMailSwedishForward : SOGoMailForward
@end
@interface SOGoMailPolishForward : SOGoMailForward
@end
@interface SOGoMailPortugueseForward : SOGoMailForward
@end
@interface SOGoMailRussianForward : 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
@ -302,6 +302,12 @@
@implementation SOGoMailNorwegianNynorskForward
@end
@implementation SOGoMailPolishForward
@end
@implementation SOGoMailPortugueseForward
@end
@implementation SOGoMailSpanishSpainForward
@end
@ -311,12 +317,6 @@
@implementation SOGoMailSwedishForward
@end
@implementation SOGoMailPolishForward
@end
@implementation SOGoMailPortugueseForward
@end
@implementation SOGoMailRussianForward
@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
@ -90,6 +90,12 @@
@interface SOGoMailNorwegianNynorskReply : SOGoMailReply
@end
@interface SOGoMailPolishReply : SOGoMailReply
@end
@interface SOGoMailPortugueseReply : SOGoMailReply
@end
@interface SOGoMailSpanishSpainReply : SOGoMailReply
@end
@ -99,12 +105,6 @@
@interface SOGoMailSwedishReply : SOGoMailReply
@end
@interface SOGoMailPolishReply : SOGoMailReply
@end
@interface SOGoMailPortugueseReply : SOGoMailReply
@end
@interface SOGoMailRussianReply : 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
@ -140,6 +140,12 @@
@implementation SOGoMailNorwegianNynorskReply
@end
@implementation SOGoMailPolishReply
@end
@implementation SOGoMailPortugueseReply
@end
@implementation SOGoMailSpanishSpainReply
@end
@ -149,12 +155,6 @@
@implementation SOGoMailSwedishReply
@end
@implementation SOGoMailPolishReply
@end
@implementation SOGoMailPortugueseReply
@end
@implementation SOGoMailRussianReply
@end