mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 16:39:46 +00:00
merge of '14aa5300641c43328c0f753870eaabd762151300'
and 'a64db0af208294bbcd6d4fc902d82ed61bcbc070' Monotone-Parent: 14aa5300641c43328c0f753870eaabd762151300 Monotone-Parent: a64db0af208294bbcd6d4fc902d82ed61bcbc070 Monotone-Revision: 863a2bf77ab81b7d1c3fc3135371ca8eab6a32f9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-29T20:50:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1136,6 +1136,8 @@ SEL SOGoSelectorForPropertySetter (NSString *property)
|
||||
|
||||
app = [WOApplication application];
|
||||
page = [app pageWithName: pageName inContext: context];
|
||||
if (page == nil)
|
||||
[self errorWithFormat: @"Template %@ doesn't exist.", pageName];
|
||||
[page setACLObject: self];
|
||||
[page setRecipientUID: uid];
|
||||
[page send];
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"noJavascriptError" = "SOGo requer Javascript para rodar. Por favor, certifique-se que a opção está disponível e habilitada nas preferências de seu navegador.";
|
||||
"noJavascriptRetry" = "Repetir";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Divulgar a informação Livre/Ocupado";
|
||||
|
||||
"Default Roles" = "Papéis Padrão";
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"noJavascriptError" = "SOGo vyžaduje JavaScript. Ujistěte se prosím, že je povolen a aktivován v rámci nastavení Vašeho prohlížeče.";
|
||||
"noJavascriptRetry" = "Znovu";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Zveřejni informace o Volný/Zaneprázdněný";
|
||||
|
||||
"Default Roles" = "Výchozí role";
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"noJavascriptError" = "SOGo requires Javascript to run. Please make sure this option is available and activated within your browser preferences.";
|
||||
"noJavascriptRetry" = "Retry";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Publish the Free/Busy information";
|
||||
|
||||
"Default Roles" = "Default Roles";
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
"noJavascriptRetry" = "Réessayer";
|
||||
|
||||
"Owner:" = "Propriétaire :";
|
||||
"Associated Users:" = "Utilisateurs associés :";
|
||||
"(Unchecked = assistant, checked = delegate)" = "(Coché = assistant, décoché = délégué)";
|
||||
"Publish the Free/Busy information" = "Publier l'occupation du temps";
|
||||
|
||||
"Default Roles" = "Rôles par défaut";
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"noJavascriptError" = "SOGo requires Javascript to run. Please make sure this option is available and activated within your browser preferences.";
|
||||
"noJavascriptRetry" = "Повторить попытку";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Публиковать информацию о занятом/свободном времени";
|
||||
|
||||
"Default Roles" = "Контроль доступа для всех";
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"noJavascriptError" = "SOGo requiere Javascript. Por favor, active Javascript en su navegador.";
|
||||
"noJavascriptRetry" = "Reintentar";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Publicar información de disponibilidad";
|
||||
|
||||
"Default Roles" = "Roles por defecto";
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"noJavascriptError" = "Mae angen Javascript ar SOGo i redeg. Sicrhewch fod yr opsiwn ar gael ac yn actifedig yn newisiadau eich porwr.";
|
||||
"noJavascriptRetry" = "Ailgynnig";
|
||||
|
||||
"Owner:" = "Owner:";
|
||||
"Publish the Free/Busy information" = "Cyhoddwch y wybodaeth Rhydd/Brysur";
|
||||
|
||||
"Default Roles" = "Rolau Gwreiddiol";
|
||||
|
||||
@@ -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">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> adicionou você
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> adicionou você na lista de acesso da pasta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>
|
||||
|
||||
Você pode se inscrever a esta pasta no link abaixo:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
|
||||
|
||||
Ou, poderá se inscrever depois pela interface web do SOGo.
|
||||
|
||||
Você pode acessar este recurso remotamente usando o seguinte 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">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> modificou os direitos de acesso
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> modificou seu direito de acesso para a pasta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>
|
||||
|
||||
Você pode se inscrever a esta pasta no link abaixo:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
|
||||
|
||||
Ou, poderá se inscrever depois pela interface web do SOGo.
|
||||
|
||||
Você pode acessar este recurso remotamente usando o seguinte 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">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> removeu você
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
<var:string value="currentUserName" const:escapeHTML="NO"/> removeu você da lista de acesso da pasta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>
|
||||
|
||||
Você pode retirar-se da pasta no link abaixo:
|
||||
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>unsubscribe?mail-invitation=YES
|
||||
|
||||
Ou, poderá retirar-se depois pela interface web do SOGo.
|
||||
|
||||
Você não pode mais acessar este recurso remotamente usando o seguinte 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">
|
||||
<var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> criada
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
A pasta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> foi criada.
|
||||
|
||||
Você pode acessar este recurso remotamente usando o seguinte 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">
|
||||
<var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> apagada
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isBody">
|
||||
A pasta <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> foi apagada.
|
||||
|
||||
A URL não está mais disponível:
|
||||
|
||||
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
|
||||
</var:if>
|
||||
|
||||
</container>
|
||||
Reference in New Issue
Block a user