mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
Monotone-Parent: 19b97126f927844e30fc782a413c4551aa3ac925
Monotone-Revision: 145acd1ad78984a6f26963cc9b6abb3e5c915bcd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-17T17:30:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -210,9 +210,9 @@
|
||||
|
||||
"APPOINTMENT" = "Rendez-vous";
|
||||
"NOT IN OFFICE" = "A l'exterieur";
|
||||
"MEETING" = "Réunion";
|
||||
"MEETING" = "Rêunion";
|
||||
"HOLIDAY" = "Vacances";
|
||||
"PHONE CALL" = "Rendez-vous téléphonique";
|
||||
"PHONE CALL" = "Rendez-vous téléphonique";
|
||||
|
||||
/* validation errors */
|
||||
|
||||
|
||||
@@ -278,7 +278,7 @@
|
||||
}
|
||||
|
||||
- (NSString *)itemCategoryText {
|
||||
return [self labelForKey:self->item];
|
||||
return [self labelForKey: self->item];
|
||||
}
|
||||
|
||||
- (void)setCategories:(NSArray *)_categories {
|
||||
|
||||
Reference in New Issue
Block a user