mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 07:55:28 +00:00
Add missing localized strings in Calendar module
This commit is contained in:
@@ -64,6 +64,18 @@
|
||||
"Compose E-Mail to All Attendees" = "Compose E-Mail to All Attendees";
|
||||
"Compose E-Mail to Undecided Attendees" = "Compose E-Mail to Undecided Attendees";
|
||||
|
||||
/* Relative dates */
|
||||
"Yesterday" = "Yesterday";
|
||||
"Today" = "Today";
|
||||
"Tomorrow" = "Tomorrow";
|
||||
"Last Sunday" = "Last Sunday";
|
||||
"Last Monday" = "Last Monday";
|
||||
"Last Tuesday" = "Last Tuesday";
|
||||
"Last Wednesday" = "Last Wednesday";
|
||||
"Last Thursday" = "Last Thursday";
|
||||
"Last Friday" = "Last Friday";
|
||||
"Last Saturday" = "Last Saturday";
|
||||
|
||||
/* Folders */
|
||||
"Personal calendar" = "Personal calendar";
|
||||
|
||||
|
||||
@@ -615,7 +615,7 @@ static NSArray *tasksFields = nil;
|
||||
return dayOfWeek;
|
||||
else
|
||||
// With the past 7 days
|
||||
return [NSString stringWithFormat: [self labelForKey: @"last %@" inContext: context], dayOfWeek];
|
||||
return [NSString stringWithFormat: [self labelForKey: @"Last %@" inContext: context], dayOfWeek];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user