From e94b4416f873918457d414f857bdcc00f3c041b0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 Dec 2015 10:05:21 -0500 Subject: [PATCH] Localization cleanup --- SoObjects/Mailer/SOGoMailForward.h | 14 +++++++------- SoObjects/Mailer/SOGoMailForward.m | 14 +++++++------- SoObjects/Mailer/SOGoMailReply.h | 14 +++++++------- SoObjects/Mailer/SOGoMailReply.m | 14 +++++++------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index f31e8cb05..fd557a2b2 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -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 diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index d27d1b9a5..35131a4d1 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -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 diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index abf75e095..3d8c75aa1 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -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 diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index 3d19b3405..b2d9afade 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -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