mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
Monotone-Parent: 240c1be6b26b2d277b63045d20ee3e4860aba1f8
Monotone-Revision: b509e8c9930777b3fc207f71c460aa5c087b6fbc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-08T16:30:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
|
||||
#import "NSString+Utilities.h"
|
||||
#import "NSDictionary+URL.h"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"Preferred" = "Preferred";
|
||||
"Card for %@" = "Card for %@";
|
||||
"Display Name: " = "Display Name: ";
|
||||
"Email Address: " = "Email Address: "
|
||||
"Email Address: " = "Email Address: ";
|
||||
|
||||
"Firstname: " = "Firstname: ";
|
||||
"Lastname: " = "Lastname: ";
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import <SoObjects/Mailer/SOGoMailObject.h>
|
||||
#import <Mailer/SOGoMailObject.h>
|
||||
#import <SOGo/NSString+Utilities.h>
|
||||
#import <SOGoUI/UIxComponent.h>
|
||||
#import "UIxMailMainFrame.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"Week" = "Semaine";
|
||||
"this week" = "cette semaine";
|
||||
|
||||
"Week %d" = "Semaine nº %d";
|
||||
"Week %d" = "Semaine nú %d";
|
||||
|
||||
/* Month */
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
*/
|
||||
// $Id: UIxCalInlineAptView.m 885 2005-07-21 16:41:34Z znek $
|
||||
|
||||
#import <math.h>
|
||||
|
||||
#import <Foundation/NSDictionary.h>
|
||||
|
||||
#import <NGObjWeb/NGObjWeb.h>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#import "UIxComponent+Agenor.h"
|
||||
|
||||
#import "SoObjects/Appointments/SOGoAppointmentFolder.h"
|
||||
#import <SOGo/NSArray+Utilities.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <SOGo/SOGoObject.h>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
xmlns:label="OGo:label"
|
||||
className="UIxPageFrame"
|
||||
title="title"
|
||||
popup="isPopup"
|
||||
>
|
||||
<div class="menu" id="monthListMenu">
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user