From 0237cf37d832006837014bbd76b426627e98b87a Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 5 Dec 2007 23:11:45 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1291 d1b88da0-ebda-0310-925b-ed51d893ca5b --- Main/NSException+Stacktrace.h | 37 +++++++++++++++++++ .../SOGoACLEnglishModificationAdvisory.wox | 27 ++++++++++++++ .../SOGoACLFrenchModificationAdvisory.wox | 27 ++++++++++++++ .../SOGoACLGermanModificationAdvisory.wox | 23 ++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 Main/NSException+Stacktrace.h create mode 100644 UI/Templates/SOGoACLEnglishModificationAdvisory.wox create mode 100644 UI/Templates/SOGoACLFrenchModificationAdvisory.wox create mode 100644 UI/Templates/SOGoACLGermanModificationAdvisory.wox diff --git a/Main/NSException+Stacktrace.h b/Main/NSException+Stacktrace.h new file mode 100644 index 00000000..c71901c7 --- /dev/null +++ b/Main/NSException+Stacktrace.h @@ -0,0 +1,37 @@ +/** Interface for NSException for GNUStep + Copyright (C) 1995, 1996 Free Software Foundation, Inc. + + Written by: Adam Fedor + Date: 1995 + + This file is part of the GNUstep Base Library. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + NSException and NSAssertionHandler class reference + + AutogsdocSource: NSAssertionHandler.m + AutogsdocSource: NSException.m + +*/ + +#import + +@interface NSException (SOGoExtensions) + +- (void) raise; + +@end diff --git a/UI/Templates/SOGoACLEnglishModificationAdvisory.wox b/UI/Templates/SOGoACLEnglishModificationAdvisory.wox new file mode 100644 index 00000000..54fa443b --- /dev/null +++ b/UI/Templates/SOGoACLEnglishModificationAdvisory.wox @@ -0,0 +1,27 @@ + + + + + + has modified the access rights + + + + has modified your access rights for his '' folder. + +You can subscribe directly to that folder by following this link: + subscribe?mail-invitation=YES + +Otherwise, you will be able to subscribe later from the SOGo web interface. + +You can also access this resource remotely using the following URL: + + + + + diff --git a/UI/Templates/SOGoACLFrenchModificationAdvisory.wox b/UI/Templates/SOGoACLFrenchModificationAdvisory.wox new file mode 100644 index 00000000..3a5c5e04 --- /dev/null +++ b/UI/Templates/SOGoACLFrenchModificationAdvisory.wox @@ -0,0 +1,27 @@ + + + + + + vous a ajouté + + + + a modifité vos droits d'accès pour son dossier ''. + +Vous pouvez vous inscrire directement à ce dossier en cliquant sur le lien suivant: + unsubscribe?mail-invitation=YES + +Autrement, il vous sera toujours possible de vous inscrire plus tard via l'interface web de SOGo. + +De plus, vous pouvez aussi accéder au dossier en utilisant le lien suivant: + + + + + diff --git a/UI/Templates/SOGoACLGermanModificationAdvisory.wox b/UI/Templates/SOGoACLGermanModificationAdvisory.wox new file mode 100644 index 00000000..5fd02794 --- /dev/null +++ b/UI/Templates/SOGoACLGermanModificationAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + Zugangserlaubniss von erstellt + + + + PLEASE TRANSLATE '' XXXXXXXXXX. + +Folgende URL erlaubt Ihnen, sich sofort an diesem Ordner zu abonnieren: + unsubscribe?mail-invitation=YES + +Sie können sich auch später immer noch durch die SOGo Webseiten abonnieren. + + + -- 2.39.5