From 4fbfa3119e08e54e0f29a73351f6672e4cb455b3 Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 14 Sep 2004 09:16:27 +0000 Subject: [PATCH] fixes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@305 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SOGo.xcode/project.pbxproj | 40 +++++++++++++++++++ SOGo/UI/Contacts/ChangeLog | 11 +++++ SOGo/UI/Contacts/French.lproj/default.strings | 29 ++++++++++++++ SOGo/UI/Contacts/UIxContactSelector.m | 2 +- SOGo/UI/Contacts/UIxContactsSelectionView.wox | 10 +++++ SOGo/UI/Contacts/Version | 2 +- 6 files changed, 92 insertions(+), 2 deletions(-) diff --git a/SOGo/SOGo.xcode/project.pbxproj b/SOGo/SOGo.xcode/project.pbxproj index 7607695a..8e959968 100644 --- a/SOGo/SOGo.xcode/project.pbxproj +++ b/SOGo/SOGo.xcode/project.pbxproj @@ -657,6 +657,42 @@ refType = 4; sourceTree = ""; }; + AD494D1806F6EB3A00E51EC9 = { + fileEncoding = 5; + indentWidth = 2; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailAccount.h; + refType = 4; + sourceTree = ""; + }; + AD494D1906F6EB3A00E51EC9 = { + fileEncoding = 5; + indentWidth = 2; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailAccount.m; + refType = 4; + sourceTree = ""; + }; + AD494D1A06F6EB3A00E51EC9 = { + fileEncoding = 5; + indentWidth = 2; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailAccounts.h; + refType = 4; + sourceTree = ""; + }; + AD494D1B06F6EB3A00E51EC9 = { + fileEncoding = 5; + indentWidth = 2; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailAccounts.m; + refType = 4; + sourceTree = ""; + }; AD5ED0AF06B1385700E3EC4B = { fileEncoding = 4; isa = PBXFileReference; @@ -1658,6 +1694,10 @@ children = ( ADDF4D6A06DE0BAB00C4E7F8, ADDF4D6D06DE0BAB00C4E7F8, + AD494D1A06F6EB3A00E51EC9, + AD494D1B06F6EB3A00E51EC9, + AD494D1806F6EB3A00E51EC9, + AD494D1906F6EB3A00E51EC9, ADDF4D6F06DE0BAB00C4E7F8, ADDF4D7006DE0BAB00C4E7F8, ADDF4D7106DE0BAB00C4E7F8, diff --git a/SOGo/UI/Contacts/ChangeLog b/SOGo/UI/Contacts/ChangeLog index cac29e12..c2f66d90 100644 --- a/SOGo/UI/Contacts/ChangeLog +++ b/SOGo/UI/Contacts/ChangeLog @@ -1,3 +1,14 @@ +2004-09-14 Marcus Mueller + + * v0.9.11 + + * UIxContactSelector.m: changed width of satellite window to 800px + + * UIxContactsSelectionView.m: hardcoded paths to stylesheets due to + resource lookup problems. + + * French.lproj/defaults.plist: copied the English strings here + 2004-09-13 Marcus Mueller * v0.9.10 diff --git a/SOGo/UI/Contacts/French.lproj/default.strings b/SOGo/UI/Contacts/French.lproj/default.strings index 6cf7ce7d..a7ef693e 100644 --- a/SOGo/UI/Contacts/French.lproj/default.strings +++ b/SOGo/UI/Contacts/French.lproj/default.strings @@ -1 +1,30 @@ /* this file is in ISO-8859-1 format! */ + +"Addressbook" = "Addressbook"; +"Contact viewer" = "Contact Viewer"; +"Contact editor" = "Contact Editor"; + +"Name" = "Name"; +"Lastname" = "Lastname"; +"Firstname" = "Firstname"; +"EMail" = "Email"; +"Phone" = "Phone"; +"Fax" = "Fax"; +"Location" = "Location"; +"Organisation" = "Organisation"; +"Unit" = "Unit"; +"Common" = "Common"; + +"Addresses" = "Addresses"; +"Postal" = "Postal"; +"Home" = "Home"; +"Extended" = "Extended"; +"URL" = "URL"; + +/* button labels */ + +"new" = "new"; +"edit" = "edit"; +"delete" = "delete"; +"Save" = "Save"; +"Cancel" = "Cancel"; diff --git a/SOGo/UI/Contacts/UIxContactSelector.m b/SOGo/UI/Contacts/UIxContactSelector.m index 32434cbb..54a4521e 100644 --- a/SOGo/UI/Contacts/UIxContactSelector.m +++ b/SOGo/UI/Contacts/UIxContactSelector.m @@ -101,7 +101,7 @@ static NSString *codeFmt = \ @"function %@() {\n" @" var url = '../../Contacts/select?callback=%@';\n" - @" var contactsWindow = window.open(url, '%@', 'width=420, height=400, left=10, top=10, toolbar=no, dependent=yes, menubar=no, location=no, resizable=yes, scrollbars=yes, directories=no, status=no');\n" + @" var contactsWindow = window.open(url, '%@', 'width=600, height=400, left=10, top=10, toolbar=no, dependent=yes, menubar=no, location=no, resizable=yes, scrollbars=yes, directories=no, status=no');\n" @" contactsWindow.focus();\n" @"}"; return [NSString stringWithFormat:codeFmt, diff --git a/SOGo/UI/Contacts/UIxContactsSelectionView.wox b/SOGo/UI/Contacts/UIxContactsSelectionView.wox index b33b194d..0eaf9df7 100644 --- a/SOGo/UI/Contacts/UIxContactsSelectionView.wox +++ b/SOGo/UI/Contacts/UIxContactsSelectionView.wox @@ -12,8 +12,18 @@ + + +