From f999c87d4d737ed69512bc4150daa85c361f3f47 Mon Sep 17 00:00:00 2001 From: Alexandre Cloutier Date: Thu, 3 Apr 2014 17:09:00 -0400 Subject: [PATCH] added traduction in localstring french, added some specification in function sogoVersion --- .gitignore | 1 + UI/PreferencesUI/French.lproj/Localizable.strings | 1 + UI/PreferencesUI/UIxPreferences.m | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88becdaa6..2b228461b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ config.make tags */obj/ +*._* */*/obj/ */*/*/obj/ */*/*.SOGo/ diff --git a/UI/PreferencesUI/French.lproj/Localizable.strings b/UI/PreferencesUI/French.lproj/Localizable.strings index b3d49aab2..0f0f55535 100644 --- a/UI/PreferencesUI/French.lproj/Localizable.strings +++ b/UI/PreferencesUI/French.lproj/Localizable.strings @@ -204,6 +204,7 @@ "Mail" = "Courrier"; "Last" = "Dernier utilisé"; "Default module :" = "Module par défaut :"; +"SOGo version:" = "SOGo version:"; "Language :" = "Langue :"; "choose" = "Choisir ..."; diff --git a/UI/PreferencesUI/UIxPreferences.m b/UI/PreferencesUI/UIxPreferences.m index e2da3249d..0320602d1 100644 --- a/UI/PreferencesUI/UIxPreferences.m +++ b/UI/PreferencesUI/UIxPreferences.m @@ -1140,12 +1140,12 @@ static NSArray *reminderValues = nil; - (NSString *) sogoVersion { + // The variable SOGoVersion comes from the import: SOGo/Build.h NSString *sogoVersion = [NSString stringWithString: SOGoVersion]; return sogoVersion; } - - (id ) defaultAction { id results;