added traduction in localstring french, added some specification in function sogoVersion

pull/24/head
Alexandre Cloutier 2014-04-03 17:09:00 -04:00
parent 365e271a84
commit f999c87d4d
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
config.make config.make
tags tags
*/obj/ */obj/
*._*
*/*/obj/ */*/obj/
*/*/*/obj/ */*/*/obj/
*/*/*.SOGo/ */*/*.SOGo/

View File

@ -204,6 +204,7 @@
"Mail" = "Courrier"; "Mail" = "Courrier";
"Last" = "Dernier utilisé"; "Last" = "Dernier utilisé";
"Default module :" = "Module par défaut :"; "Default module :" = "Module par défaut :";
"SOGo version:" = "SOGo version:";
"Language :" = "Langue :"; "Language :" = "Langue :";
"choose" = "Choisir ..."; "choose" = "Choisir ...";

View File

@ -1140,12 +1140,12 @@ static NSArray *reminderValues = nil;
- (NSString *) sogoVersion - (NSString *) sogoVersion
{ {
// The variable SOGoVersion comes from the import: SOGo/Build.h
NSString *sogoVersion = [NSString stringWithString: SOGoVersion]; NSString *sogoVersion = [NSString stringWithString: SOGoVersion];
return sogoVersion; return sogoVersion;
} }
- (id <WOActionResults>) defaultAction - (id <WOActionResults>) defaultAction
{ {
id <WOActionResults> results; id <WOActionResults> results;