Added Swedish translation.

Monotone-Parent: f1f2cd2f6a1aaf50bfe29a44ad3feefaff4ebbb2
Monotone-Revision: ed66e83d2feb1a41dee7a2a6ca422f440f0e7b18

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-18T22:54:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-11-18 22:54:12 +00:00
parent ac106aad7f
commit dcc9ae85ef
36 changed files with 125 additions and 52 deletions

View File

@@ -213,10 +213,10 @@
NS_ENDHANDLER
sortedFolders = [NSMutableArray arrayWithCapacity: [folders count]];
uniqueContacts = [NSMutableDictionary dictionary];
/* We first search in LDAP folders (in case of duplicated entries in GCS folders) */
for (i = 0; i < [folders count]; i++)
{
folder = [folders objectAtIndex: i];
/* We first search in LDAP folders (in case of duplicated entries in GCS folders) */
if ([folder isKindOfClass: [SOGoContactSourceFolder class]])
[sortedFolders insertObject: folder atIndex: 0];
else