From: wolfgang Date: Mon, 5 Nov 2007 19:44:28 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1237 d1b88da0-ebda-0310... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bfef95b71892be135a7dea10d89bbb3525c3827;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1237 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/UI/Common/UIxObjectActions.m b/UI/Common/UIxObjectActions.m index d36ebc32..05dd40a2 100644 --- a/UI/Common/UIxObjectActions.m +++ b/UI/Common/UIxObjectActions.m @@ -20,8 +20,10 @@ * Boston, MA 02111-1307, USA. */ -#import #import +#import +#import + #import #import #import @@ -40,7 +42,7 @@ static BOOL sendACLAdvisories = NO; NSUserDefaults *ud; ud = [NSUserDefaults standardUserDefaults]; - sendACLAdvistories = [ud boolForKey: @"SOGoACLsSendEMailNotifications"]; + sendACLAdvisories = [ud boolForKey: @"SOGoACLsSendEMailNotifications"]; } - (WOResponse *) addUserInAclsAction @@ -63,7 +65,7 @@ static BOOL sendACLAdvisories = NO; clientObject = [self clientObject]; [clientObject setRoles: [clientObject aclsForUser: uid] forUser: uid]; - if (sendACLAdvistories) + if (sendACLAdvisories) [clientObject sendACLAdditionAdvisoryToUser: uid]; code = 204; } @@ -94,7 +96,7 @@ static BOOL sendACLAdvisories = NO; { co = [self clientObject]; [co removeAclsForUsers: [NSArray arrayWithObject: uid]]; - if (sendACLAdvistories) + if (sendACLAdvisories) [co sendACLRemovalAdvisoryToUser: uid]; code = 204; } diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 0ce7d868..0324d2af 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -376,8 +376,8 @@ validate_endbeforestart = "Enddate is before startdate!"; "Workweek days only" = "Workweek days only"; "Tasks in View" = "Tasks in View"; -"eventDeleteConfirmation" = "Erasing this event will be permanent.\\nWould you like to continue?"; -"taskDeleteConfirmation" = "Erasing this task will be permanent.\\nWould you like to continue?"; +"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 calendar \"%{0}\"?" = "Are you sure you want to delete the calendar \"%{0}\"?"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index 1c69351f..7acc16ca 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -374,8 +374,8 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Workweek days only" = "Semaine de travail seulement"; "Tasks in View" = "Afficher les tâches"; -"eventDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?"; -"taskDeleteConfirmation" = "L'effacement de cette tâche sera permanent.\\nVoulez-vous continuer?"; +"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 calendar \"%{0}\"?" = "Voulez-vous vraiment supprimer l'agenda «%{0}»?"; diff --git a/UI/Scheduler/German.lproj/Localizable.strings b/UI/Scheduler/German.lproj/Localizable.strings index e3ea85ee..ff8d2f00 100644 --- a/UI/Scheduler/German.lproj/Localizable.strings +++ b/UI/Scheduler/German.lproj/Localizable.strings @@ -363,8 +363,8 @@ validate_endbeforestart = "Ihr Beginn ist nach dem Ende"; "Workweek days only" = "Semaine de travail seulement"; "Tasks in View" = "Afficher les tâches"; -"eventDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?"; -"taskDeleteConfirmation" = "L'effacement de cette tâche sera permanent.\\nVoulez-vous continuer?"; +"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 calendar \"%{0}\"?" = "Are you sure you want to delete the calendar \"%{0}\"?";