mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: 150dfc7aab21ae2733a4b789463f361e2a53ad97
Monotone-Revision: 144891fa296b6c974c0d29524a0c1c6609d48279 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-24T15:52:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -379,8 +379,8 @@ validate_endbeforestart = "Enddate is before startdate!";
|
||||
"eventDeleteConfirmation" = "Erasing this event will be permanent.\\nWould you like to continue?";
|
||||
"taskDeleteConfirmation" = "Erasing this task will be permanent.\\nWould you like to continue?";
|
||||
|
||||
"Are you sure you want to delete the selected calendar?"
|
||||
= "Are you sure you want to delete the selected calendar?";
|
||||
"Are you sure you want to delete the calendar \"%{0}\"?"
|
||||
= "Are you sure you want to delete the calendar \"%{0}\"?";
|
||||
|
||||
/* Legend */
|
||||
"Required participant" = "Required participant";
|
||||
|
||||
@@ -377,8 +377,8 @@ validate_endbeforestart = "La date de fin est avant la date de début !";
|
||||
"eventDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?";
|
||||
"taskDeleteConfirmation" = "L'effacement de cette tâche sera permanent.\\nVoulez-vous continuer?";
|
||||
|
||||
"Are you sure you want to delete the selected calendar?"
|
||||
= "Voulez-vous vraiment supprimer l'agenda sélectionné ?";
|
||||
"Are you sure you want to delete the calendar \"%{0}\"?"
|
||||
= "Voulez-vous vraiment supprimer l'agenda «%{0}»?";
|
||||
|
||||
/* Legend */
|
||||
"Required participant" = "Participant obligatoire";
|
||||
|
||||
@@ -366,8 +366,8 @@ validate_endbeforestart = "Ihr Beginn ist nach dem Ende";
|
||||
"eventDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?";
|
||||
"taskDeleteConfirmation" = "L'effacement de cette tâche sera permanent.\\nVoulez-vous continuer?";
|
||||
|
||||
"Are you sure you want to delete the selected calendar?"
|
||||
= "Are you sure you want to delete the selected calendar?";
|
||||
"Are you sure you want to delete the calendar \"%{0}\"?"
|
||||
= "Are you sure you want to delete the calendar \"%{0}\"?";
|
||||
|
||||
/* Legend */
|
||||
"Required participant" = "Participant obligatoire";
|
||||
|
||||
@@ -148,6 +148,12 @@ colorForNumber (unsigned int number)
|
||||
return currentCalendar;
|
||||
}
|
||||
|
||||
- (NSString *) currentCalendarClass
|
||||
{
|
||||
return [currentCalendar
|
||||
keysWithFormat: @"colorBox calendarFolder%{folder}"];
|
||||
}
|
||||
|
||||
- (NSString *) currentCalendarStyle
|
||||
{
|
||||
return [currentCalendar
|
||||
|
||||
Reference in New Issue
Block a user