See ChangeLog

Monotone-Parent: ea7589320f5747a3bd1bbec33e1bd8776e4041db
Monotone-Revision: cc4b29880c63c661301ca909ec3695f67b0775dd

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-04-21T15:20:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-04-21 15:20:52 +00:00
parent fa7408ebc1
commit d1bbd65944
76 changed files with 7520 additions and 5817 deletions
-9
View File
@@ -1,9 +0,0 @@
2005-08-01 Helge Hess <helge.hess@skyrix.com>
* product.plist: moved security declarations of core classes to the
+initialize method of the classes,
add SOGo application object methods in a category (was a class)
(v0.9.2)
* created UI/MainUI product bundle from sources in Main (v0.9.1)
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI
MainUI_PRINCIPAL_CLASS = MainUIProduct
MainUI_LANGUAGES = Dutch English French German Italian Spanish
MainUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
MainUI_OBJC_FILES += \
MainUIProduct.m \
+1 -1
View File
@@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil;
+ (void) initialize
{
if (!supportedLanguages)
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", nil];
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", @"Welsh", nil];
}
/* accessors */
+35
View File
@@ -0,0 +1,35 @@
/* English */
{
NSLanguageName = "Welsh";
NSFormalName = "Welsh";
NSLocaleCode = "en"; /* ISO 639-1 */
NSLanguageCode = "eng"; /* ISO 639-2 */
NSParentContext = "";
NSAMPMDesignation = (AM, PM);
NSCurrencySymbol = "$";
NSDateFormatString = "%A, %B %e, %Y";
NSDateTimeOrdering = MDYH;
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
NSDecimalSeparator = ".";
NSEarlierTimeDesignations = (prior, last, past, ago);
NSHourNameDesignations = ((0, midnight), (10, morning), (12, noon, lunch), (14, afternoon), (19, dinner));
NSInternationalCurrencyString = USD; /* ISO 4217 */
NSLaterTimeDesignations = (next);
NSMonthNameArray = (January, February, March, April, May, June, July, August, September, October, November, December);
NSNextDayDesignations = (tomorrow);
NSNextNextDayDesignations = (nextday);
NSPriorDayDesignations = (yesterday);
NSShortDateFormatString = "%m/%e/%y";
NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec);
NSShortTimeDateFormatString = "%m/%e/%y %I:%M %p";
NSShortWeekDayNameArray = (Sun, Mon, Tue, Wed, Thu, Fri, Sat);
NSThisDayDesignations = (today, now);
NSThousandsSeparator = ",";
NSTimeDateFormatString = "%A, %B %e, %Y %I:%M:%S %p %Z";
NSTimeFormatString = "%I:%M:%S %p";
NSWeekDayNameArray = (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday);
NSYearMonthWeekDesignations = (year, month, week);
NSPositiveCurrencyFormatString = "$9,999.00";
NSNegativeCurrencyFormatString = "-$9,999.00";
}
+25
View File
@@ -0,0 +1,25 @@
/* this file is in UTF-8 format! */
"title" = "SOGo";
"Username:" = "Enw defnyddiwr:";
"Password:" = "Cyfrinair:";
"Connect" = "Cysylltu";
"Wrong username or password." = "enw defnyddiwr neu cyfrinair anghywir.";
"cookiesNotEnabled" = "Ni ellir logio i fewn oherwydd bod cookies eich porwr wedi eu analluogi. Galluogwch y cookies yng ngosodiadau'ch porwr a cheisiwch eto.";
"browserNotCompatible" = "Nid yw fersiwn eich porwr yn cael ei gynnal ar hyn o bryd gan y safle hwn. Rydym yn cymeradwyo defnyddio Firefox. Cliciwch ar y linc isod i lawrlwytho y fersiwn mwyaf cyfredol o'r porwr yma.";
"alternativeBrowsers" = "Medrwch hefyd defnyddio y porwyr gytun yma";
"alternativeBrowserSafari" = "Medrwch hefyd defnyddio Safari.";
"Download" = "Lawrlwytho";
"Language:" = "Iaith:";
"choose" = "Dewis ...";
"Dutch" = "Dutch";
"English" = "English";
"French" = "French";
"German" = "German";
"Italian" = "Italian";
"Spanish" = "Spanish";