mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
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:
@@ -6,7 +6,7 @@ BUNDLE_NAME = ContactsUI
|
||||
|
||||
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
|
||||
|
||||
ContactsUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian
|
||||
ContactsUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh
|
||||
|
||||
ContactsUI_OBJC_FILES = \
|
||||
UIxContactsUserFolders.m \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -122,11 +122,10 @@
|
||||
if (![self cardReferences: initialReferences
|
||||
contain: currentReference])
|
||||
{
|
||||
// Search contact
|
||||
// Search contact by vCard UID
|
||||
values = [folder lookupContactWithName: currentReference];
|
||||
if (values)
|
||||
{
|
||||
|
||||
cardReference = [NGVCardReference elementWithTag: @"card"];
|
||||
[cardReference setFn: [values objectForKey: @"c_cn"]];
|
||||
[cardReference setEmail: [values objectForKey: @"c_mail"]];
|
||||
|
||||
Reference in New Issue
Block a user