See ChangeLog

Monotone-Parent: 615d0049b5d7ae8a1edf8885f3eeccd5f1b83aa5
Monotone-Revision: 54243eeb6085ffe6094d96ff0078ed1f6855d3d9

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-09-16T23:19:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-09-16 23:19:12 +00:00
parent 07284f19b4
commit 8727c5a74d
11 changed files with 23 additions and 9 deletions
+7
View File
@@ -1,3 +1,10 @@
2009-09-16 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated the ICSimport text to be more specific
* We now warn for no SSL bundle in GNUstep when
trying to load a remote ICS file and it's failing
over SSL. It's a guess but it's better than nothing.
2009-09-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m (-lookupName:inContext:acquire:):
@@ -44,6 +44,13 @@
if (url)
{
data = [NSData dataWithContentsOfURL: url];
if (!data && [[location lowercaseString] hasPrefix: @"https"])
{
NSLog(@"WARNING: Your GNUstep installation might not have SSL support.");
return -1;
}
contents = [[NSString alloc] initWithData: data
encoding: NSUTF8StringEncoding];
[contents autorelease];
@@ -106,7 +106,7 @@
"Sharing..." = "Compartilhamento...";
"Export Calendar..." = "Exportar Calendário...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Publicar Calendário...";
"Reload Remote Calendars" = "Recarregar Calendários Remotos";
+1 -1
View File
@@ -106,7 +106,7 @@
"Sharing..." = "Delen...";
"Export Calendar..." = "Agenda exporteren...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Agenda publiceren...";
"Reload Remote Calendars" = "Externe agenda vernieuwen";
@@ -106,7 +106,7 @@
"Sharing..." = "Sharing...";
"Export Calendar..." = "Export Calendar...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Publish Calendar...";
"Reload Remote Calendars" = "Reload Remote Calendars";
@@ -106,7 +106,7 @@
"Sharing..." = "Partage...";
"Export Calendar..." = "Exporter l'agenda...";
"Import Events..." = "Importer des événements...";
"Select file..." = "Sélectionner un fichier...";
"Select iCalendar file (*.ics)..." = "Sélectionner un fichier. iCalendar (*.ics)...";
"Upload" = "Ajouter";
"Publish Calendar..." = "Publier l'agenda...";
"Reload Remote Calendars" = "Recharger les agendas distants";
@@ -106,7 +106,7 @@
"Sharing..." = "Megosztás...";
"Export Calendar..." = "Naptár exportálása...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Naptár közzététele...";
"Reload Remote Calendars" = "Távoli naptárak frissítése";
@@ -106,7 +106,7 @@
"Sharing..." = "Condivisione";
"Export Calendar..." = "Esporta calendario...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Pubblica calendario...";
"Reload Remote Calendars" = "Aggiorna calendari remoti";
@@ -106,7 +106,7 @@
"Sharing..." = "Compartir...";
"Export Calendar..." = "Exportar calendario...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Publicar calendario...";
"Reload Remote Calendars" = "Recargar calendarios remotos";
+1 -1
View File
@@ -106,7 +106,7 @@
"Sharing..." = "Rhannu...";
"Export Calendar..." = "Allfudo Calendr...";
"Import Events..." = "Import Events...";
"Select file..." = "Select file...";
"Select iCalendar file (*.ics)..." = "Select iCalendar file (*.ics)...";
"Upload" = "Upload";
"Publish Calendar..." = "Cyhoeddi Calendr...";
"Reload Remote Calendars" = "Ail-lwytho Calendrau Anghysbell";
+1 -1
View File
@@ -100,7 +100,7 @@
<div id="uploadDialog" style="display: none" class="dialog left">
<div>
<h3><var:string label:value="Select file..."/></h3>
<h3><var:string label:value="Select iCalendar file (*.ics)..."/></h3>
<form name="uploadForm" id="uploadForm" method="post"
enctype="multipart/form-data"
onsubmit="return AIM.submit(this, {'onStart' : validateUploadForm,