mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
Monotone-Parent: 5e0e51447ef2f0528a3a0b4bb9e2540eebbb1bc6
Monotone-Revision: f78d6c1977f38e0b364a106d6c32efb377c0bdea Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-20T19:16:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6,7 +6,7 @@ BUNDLE_NAME = CommonUI
|
||||
|
||||
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
|
||||
|
||||
CommonUI_LANGUAGES = English French German Italian
|
||||
CommonUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
CommonUI_OBJC_FILES += \
|
||||
CommonUIProduct.m \
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = ContactsUI
|
||||
|
||||
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
|
||||
|
||||
ContactsUI_LANGUAGES = English French German Italian
|
||||
ContactsUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
ContactsUI_OBJC_FILES = \
|
||||
UIxContactsUserFolders.m \
|
||||
|
||||
+2
-1
@@ -13,6 +13,7 @@ SUBPROJECTS += \
|
||||
MainUI \
|
||||
PreferencesUI \
|
||||
Scheduler \
|
||||
Templates
|
||||
Templates \
|
||||
WebServerResources
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = MailPartViewers
|
||||
|
||||
MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
|
||||
|
||||
MailPartViewers_LANGUAGES = English French German Italian
|
||||
MailPartViewers_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
MailPartViewers_OBJC_FILES += \
|
||||
MailPartViewersProduct.m \
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = MailerUI
|
||||
|
||||
MailerUI_PRINCIPAL_CLASS = MailerUIProduct
|
||||
|
||||
MailerUI_LANGUAGES = English French German Italian
|
||||
MailerUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
MailerUI_OBJC_FILES += \
|
||||
MailerUIProduct.m \
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI
|
||||
|
||||
MainUI_PRINCIPAL_CLASS = MainUIProduct
|
||||
|
||||
MainUI_LANGUAGES = English French German Italian
|
||||
MainUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
MainUI_OBJC_FILES += \
|
||||
MainUIProduct.m \
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
|
||||
"Default identity:" = "Default identity:";
|
||||
"Manage identities..." = "Manage identities...";
|
||||
"Signature:" = "Signature:";
|
||||
|
||||
/* password */
|
||||
"New password:" = "New password:";
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
/* Identities */
|
||||
"Default identity:" = "Identité par défaut :";
|
||||
"Manage identities..." = "Gérer les identitiés...";
|
||||
"Signature:" = "Signature :";
|
||||
|
||||
/* password */
|
||||
"New password:" = "Nouveau mot de passe :";
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = PreferencesUI
|
||||
|
||||
PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct
|
||||
|
||||
PreferencesUI_LANGUAGES = English French German Italian
|
||||
PreferencesUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
PreferencesUI_OBJC_FILES = \
|
||||
PreferencesUIProduct.m \
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
|
||||
"Default identity:" = "Standard Identität:";
|
||||
"Manage identities..." = "Identitäten verwalten...";
|
||||
"Signature:" = "Unterschrift:";
|
||||
|
||||
/* password */
|
||||
"New password:" = "Neues Passwort:";
|
||||
|
||||
+36
-18
@@ -65,40 +65,58 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoACLDutchAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLDutchModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLDutchRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLSpanishAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLSpanishModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLSpanishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOACLADVISORY_H */
|
||||
|
||||
+35
-18
@@ -246,39 +246,56 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation SOGoACLDutchAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLDutchModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLDutchRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLEnglishAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLFrenchAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLGermanAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLEnglishModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLFrenchModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLGermanModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLEnglishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLFrenchAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLFrenchModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLFrenchRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLGermanAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLGermanModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLGermanRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLSpanishAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLSpanishModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLSpanishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -47,29 +47,46 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoFolderEnglishAdditionAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderAdditionAdvisory : SOGoFolderAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderEnglishRemovalAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderRemovalAdvisory : SOGoFolderAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderFrenchAdditionAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderDutchAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderFrenchRemovalAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderDutchRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderGermanAdditionAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderEnglishAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderGermanRemovalAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderEnglishRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderFrenchAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianRemovalAdvisory : SOGoFolderAdvisory
|
||||
@interface SOGoFolderFrenchRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderGermanAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderGermanRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderSpanishAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderSpanishRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOFOLDERADVISORY_H */
|
||||
|
||||
@@ -207,35 +207,50 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderEnglishAdditionAdvisory
|
||||
@implementation SOGoFolderAdditionAdvisory
|
||||
|
||||
- (NSString *) folderMethod { return @"add"; }
|
||||
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderRemovalAdvisory
|
||||
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderDutchAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderDutchRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderEnglishAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderEnglishRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderFrenchAdditionAdvisory
|
||||
- (NSString *) folderMethod { return @"add"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderFrenchRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderGermanAdditionAdvisory
|
||||
- (NSString *) folderMethod { return @"add"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderGermanRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderItalianAdditionAdvisory
|
||||
- (NSString *) folderMethod { return @"add"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderItalianRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderSpanishAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderSpanishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
"Switch to week view" = "Switch to week view";
|
||||
"Switch to month view" = "Switch to month view";
|
||||
|
||||
/* Tabs */
|
||||
"Date" = "Date";
|
||||
"Calendars" = "Calendars";
|
||||
|
||||
/* Day */
|
||||
|
||||
"Sunday" = "Sunday";
|
||||
@@ -83,7 +87,6 @@
|
||||
|
||||
/* Menu */
|
||||
|
||||
"Calendars" = "Calendars";
|
||||
"Calendar" = "Calendar";
|
||||
"Contacts" = "Contacts";
|
||||
|
||||
@@ -442,7 +445,9 @@ validate_endbeforestart = "The end date that you entered occurs before the st
|
||||
"Maybe busy" = "Maybe busy";
|
||||
"No free-busy information" = "No free-busy information";
|
||||
|
||||
/* FreeBusy panel buttons */
|
||||
/* FreeBusy panel buttons and labels */
|
||||
"Suggest time slot:" = "Suggest time slot:";
|
||||
"Zoom:" = "Zoom:";
|
||||
"Previous slot" = "Previous slot";
|
||||
"Next slot" = "Next slot";
|
||||
"Previous hour" = "Previous hour";
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
"Switch to week view" = "Passer à la vue par semaine";
|
||||
"Switch to month view" = "Passer à la vue par mois";
|
||||
|
||||
/* Tabs */
|
||||
"Date" = "Date";
|
||||
"Calendars" = "Agendas";
|
||||
|
||||
/* Day */
|
||||
|
||||
"Sunday" = "Dimanche";
|
||||
@@ -84,7 +88,6 @@
|
||||
|
||||
/* Menu */
|
||||
|
||||
"Calendars" = "Agendas";
|
||||
"Calendar" = "Agenda";
|
||||
"Contacts" = "Contacts";
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ BUNDLE_NAME = SchedulerUI
|
||||
|
||||
SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
|
||||
|
||||
SchedulerUI_LANGUAGES = English French German Italian
|
||||
SchedulerUI_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
SchedulerUI_OBJC_FILES = \
|
||||
SchedulerUIProduct.m \
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
"Friday" = "Freitag";
|
||||
"Saturday" = "Samstag";
|
||||
|
||||
/* Tabs */
|
||||
"Date" = "Datum";
|
||||
"Calendars" = "Kalenderliste";
|
||||
|
||||
"Sun" = "So";
|
||||
"Mon" = "Mo";
|
||||
"Tue" = "Di";
|
||||
@@ -72,7 +76,6 @@
|
||||
|
||||
/* Menu */
|
||||
|
||||
"Calendars" = "Kalenderliste";
|
||||
"Calendar" = "Kalender";
|
||||
"Contacts" = "Kontakte";
|
||||
|
||||
@@ -88,7 +91,7 @@
|
||||
"Compose E-Mail to Undecided Attendees" = "E-Mail an unentschlossene Teilnehmer erstellen";
|
||||
|
||||
/* Folders */
|
||||
"Personal calendar" = "Persönlicher Kalendar";
|
||||
"Personal calendar" = "Persönlicher Kalender";
|
||||
|
||||
/* Misc */
|
||||
|
||||
@@ -113,7 +116,7 @@
|
||||
|
||||
/* Button Titles */
|
||||
|
||||
"New Calendar..." = "New Calendar...";
|
||||
"New Calendar..." = "Neuer Kalender...";
|
||||
"Subscribe to a Calendar..." = "Einen Kalender abonnieren...";
|
||||
"Remove the selected Calendar" = "Ausgewählten Kalender löschen";
|
||||
|
||||
@@ -123,7 +126,7 @@
|
||||
"printview" = "Druckversion";
|
||||
"edit" = "Bearbeiten";
|
||||
"delete" = "Löschen";
|
||||
"proposal" = "Recherche de plages horaires";
|
||||
"proposal" = "Vorschlag";
|
||||
"Save and Close" = "Speichern und schließen";
|
||||
"Close" = "Schließen";
|
||||
"Invite Attendees" = "Teilnehmer";
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
"Switch to week view" = "Settimana";
|
||||
"Switch to month view" = "Mese";
|
||||
|
||||
/* Tabs */
|
||||
"Date" = "Data";
|
||||
"Calendars" = "Calendari";
|
||||
|
||||
/* Day */
|
||||
|
||||
"Sunday" = "Domenica";
|
||||
@@ -83,7 +87,6 @@
|
||||
|
||||
/* Menu */
|
||||
|
||||
"Calendars" = "Calendari";
|
||||
"Calendar" = "Calendario";
|
||||
"Contacts" = "Contatti";
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE container>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<var:if condition="isSubject">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> le ha agregado
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> le ha agregado a la lista de acceso de su carpeta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>.
|
||||
|
||||
Puede suscribirse directamente a esta carpeta activando el siguiente enlace:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
|
||||
|
||||
O, si desea, puede suscribirse más tarde usando la interfaz Web de SOGo.
|
||||
|
||||
También puede acceder a este recurso usando la siguiente URL:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE container>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<var:if condition="isSubject">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> ha modificado los permisos de acceso
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> ha modifcado los permisos de acceso a su carpeta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>.
|
||||
|
||||
Puede suscribirse directamente a esta carpeta activando el siguiente enlace:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
|
||||
|
||||
O, si desea, puede suscribirse más tarde usando la interfaz Web de SOGo.
|
||||
|
||||
También puede acceder a este recurso usando la siguiente URL:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE container>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<var:if condition="isSubject">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> le ha quitado el acceso
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
El usuario <var:string value="currentUserName" const:escapeHTML="NO"/> le ha quitado de la lista de acceso a su carpeta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>.
|
||||
|
||||
Puede desuscribirse directamente de esta carpeta activando el siguiente enlace:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>unsubscribe?mail-invitation=YES
|
||||
|
||||
O, si desea, puede desuscribirse de esta carpeta más tarde usando la interfaz Web de SOGo.
|
||||
|
||||
Ya no puede acceder a este recurso usando la siguiente URL:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE container>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<var:if condition="isSubject">
|
||||
Creación de <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
La carpeta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> ha sido creada.
|
||||
|
||||
Puede acceder a este recurso usando la siguiente URL:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE container>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<var:if condition="isSubject">
|
||||
Eliminación de <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
La carpeta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> ha sido eliminada.
|
||||
|
||||
La siguiente URL ya no es válida:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
Reference in New Issue
Block a user