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
tags
*/obj/
*._*
*/*/obj/
*/*/*/obj/
*/*/*.SOGo/

View File

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

View File

@ -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 <WOActionResults>) defaultAction
{
id <WOActionResults> results;