mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
See ChangeLog
Monotone-Parent: 193c17735fe473ec69d1c4ef59dcdce44a461da8 Monotone-Revision: 58318ff8b98f933c6f6fffe3d652a2954b890c7c Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-03-04T19:29:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -6,15 +6,13 @@ BUNDLE_NAME = MainUI
|
||||
|
||||
MainUI_PRINCIPAL_CLASS = MainUIProduct
|
||||
|
||||
MainUI_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Italian Polish Russian Spanish Swedish Ukrainian Welsh
|
||||
MainUI_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Italian Norwegian Polish Russian Spanish Swedish Ukrainian Welsh
|
||||
|
||||
MainUI_OBJC_FILES += \
|
||||
MainUIProduct.m \
|
||||
SOGoRootPage.m \
|
||||
SOGoUserHomePage.m \
|
||||
SOGoBrowsersPanel.m \
|
||||
# SOGoGroupPage.m \
|
||||
# SOGoGroupsPage.m \
|
||||
|
||||
MainUI_RESOURCE_FILES += \
|
||||
Version \
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
/* Norwegian */
|
||||
{
|
||||
NSLanguageName = "Norwegian";
|
||||
NSFormalName = "Norsk";
|
||||
NSLocaleCode = "no"; /* ISO 639-1 */
|
||||
NSLanguageCode = "nor"; /* ISO 639-2 */
|
||||
NSParentContext = "";
|
||||
|
||||
NSCurrencySymbol = " kr";
|
||||
NSDateFormatString = "%A %e %B %Y";
|
||||
NSDateTimeOrdering = MDHY;
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ",";
|
||||
NSEarlierTimeDesignations = (forrige, siste, tidligere);
|
||||
NSHourNameDesignations = ((0, midnatt), (10, formiddag), (12, lunch), (14, ettermiddag), (19, kveld));
|
||||
NSInternationalCurrencyString = NOK; /* ISO 4217 */
|
||||
NSLaterTimeDesignations = (neste);
|
||||
NSMonthNameArray = (Januar, Februar, Mars, April, May, Juni, Juli, August, September, Oktober, November, Desember);
|
||||
NSNextDayDesignations = ("i morgen");
|
||||
NSNextNextDayDesignations = (overmorgen);
|
||||
NSPriorDayDesignations = ("i går");
|
||||
NSShortDateFormatString = "%m.%d.%Y";
|
||||
NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Okt, Nov, Des);
|
||||
NSShortTimeDateFormatString = "%%m.%d.%Y %H:%M";
|
||||
NSShortWeekDayNameArray = ("Søn", Man, Tir, Ons, Tor, Fre, "Lør");
|
||||
NSThisDayDesignations = ("i dag", "nå");
|
||||
NSThousandsSeparator = " ";
|
||||
NSTimeDateFormatString = "%A %e %B %Y %H:%M:%S %Z";
|
||||
NSTimeFormatString = "%H:%M:%S";
|
||||
NSWeekDayNameArray = ("Søndag", Mandag, Tirsdag, Onsdag, Torsdag, Fredag, "Lørdag");
|
||||
NSYearMonthWeekDesignations = ("år", "måned", uke);
|
||||
NSPositiveCurrencyFormatString = "9,999.00 $";
|
||||
NSNegativeCurrencyFormatString = "-9,999.00 $";
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
/* this file is in UTF-8 format! */
|
||||
|
||||
"title" = "SOGo";
|
||||
|
||||
"Username:" = "Brukernavn:";
|
||||
"Password:" = "Passord:";
|
||||
|
||||
"Connect" = "Logg inn";
|
||||
|
||||
"Wrong username or password." = "Feil brukernavn eller passord.";
|
||||
"cookiesNotEnabled" = "Du kan ikke logge inn fordi nettleser ikke har aktivert infokapsler (cookies). Endre innstillinger i nettleseren din slik at infokapsler (cookies) er tillatt.";
|
||||
|
||||
"browserNotCompatible" = "Versjonen av nettleseren du anvender støttes ikke av denne webmailen. Vi anbefaler at du bruker Firefox. Klikk på linken under for å laste ned den siste versionen av Firefox.";
|
||||
"alternativeBrowsers" = "Alternativt kan du også forsøke følgende kompatible nettlesere";
|
||||
"alternativeBrowserSafari" = "Alternativt kan du også bruke Safari.";
|
||||
"Download" = "Last ned";
|
||||
|
||||
"Language:" = "Språk:";
|
||||
"choose" = "Velg ...";
|
||||
"Catalan" = "Català";
|
||||
"Czech" = "Česky";
|
||||
"Dutch" = "Nederlands";
|
||||
"English" = "English";
|
||||
"French" = "Français";
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
"Swedish" = "Svenska";
|
||||
"Ukrainian" = "Українська";
|
||||
"Welsh" = "Cymraeg";
|
||||
|
||||
"About" = "Om";
|
||||
"AboutBox" = "Developed by Inverse, SOGo is a fully-featured groupware server with a focus on scalability and simplicity.<br/><br/>
|
||||
SOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV and CardDAV.<br/><br/>
|
||||
SOGo is distributed under the <a href=\"http://gnu.org/licenses/gpl.html\">GNU GPL</a> version 2 or later and parts are distributed under the GNU LGPL version 2. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.<br/><br/>
|
||||
See <a href=\"http://www.sogo.nu/en/support/community.html\">this page</a> for various support options.";
|
||||
|
||||
"Your account was locked due to too many failed attempts." = "Din konto har blitt låst på grunn av for mange misslykkete innlogginger.";
|
||||
"Your account was locked due to an expired password." = "Din konto har blitt låst fordi ditt passord er utløpt.";"Login failed due to unhandled error case: " = "Login failed due to unhandled error case: ";
|
||||
"Change your Password" = "Endre ditt passord";
|
||||
"Your password has expired, please enter a new one below:" = "Ditt passord har utløpt, vennligst fyll ut et nytt under:";
|
||||
"Password must not be empty." = "Passordet må ikke være tomt.";
|
||||
"The passwords do not match. Please try again." = "Passordene stemmer ikke overens. Vennligst prøv igjen.";
|
||||
"Password Grace Period" = "Password Grace Period";
|
||||
"You have %{0} logins remaining before your account is locked. Please change your password in the preference dialog." = "Du har %{0} gjenværende innlogginger før din konto blir låst. Vennligst endre ditt passord i preferanse-dialogen.";
|
||||
"Password about to expire" = "Passordet er på tur til å utløpe";
|
||||
"Your password is going to expire in %{0} %{1}." = "Ditt passord vil utløpe om %{0} %{1}.";
|
||||
"days" = "dager";
|
||||
"hours" = "timer";
|
||||
"minutes" = "minutter";
|
||||
"seconds" = "sekunder";
|
||||
"Password change failed" = "Feil ved endring av passord";
|
||||
"Password change failed - Permission denied" = "Feil ved endring av passord - tillatelse nektet";
|
||||
"Password change failed - Insufficient password quality" = "Feil ved endring av passord - Utilstrekkelig passordkvalitet";
|
||||
"Password change failed - Password is too short" = "Feil ved endring av passord - Passordet er for kort";
|
||||
"Password change failed - Password is too young" = "Feil ved endring av passord - Password is too young";
|
||||
"Password change failed - Password is in history" = "Feil ved endring av passord - Password is in history";
|
||||
"Unhandled policy error: %{0}" = "Unhandled policy error: %{0}";
|
||||
"Unhandled error response" = "Unhandled error response";
|
||||
"Password change is not supported." = "Password change is not supported.";
|
||||
"Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}";
|
||||
"New password:" = "Nytt passord:";
|
||||
"Confirmation:" = "Bekreftelse:";
|
||||
"Cancel" = "Avbryt";
|
||||
"Please wait..." = "Vennligst vent...";
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
/*
|
||||
Copyright (C) 2004-2005 SKYRIX Software AG
|
||||
|
||||
This file is part of OpenGroupware.org.
|
||||
|
||||
OGo is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU Lesser General Public License as published by the
|
||||
Free Software Foundation; either version 2, or (at your option) any
|
||||
later version.
|
||||
|
||||
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||
License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with OGo; see the file COPYING. If not, write to the
|
||||
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import <NGObjWeb/SoComponent.h>
|
||||
|
||||
@interface SOGoGroupPage : SoComponent
|
||||
@end
|
||||
|
||||
@implementation SOGoGroupPage
|
||||
|
||||
@end /* SOGoGroupPage */
|
||||
@@ -1,33 +0,0 @@
|
||||
/*
|
||||
Copyright (C) 2004 SKYRIX Software AG
|
||||
|
||||
This file is part of OpenGroupware.org.
|
||||
|
||||
OGo is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU Lesser General Public License as published by the
|
||||
Free Software Foundation; either version 2, or (at your option) any
|
||||
later version.
|
||||
|
||||
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||
License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with OGo; see the file COPYING. If not, write to the
|
||||
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
02111-1307, USA.
|
||||
*/
|
||||
// $Id: SOGoGroupsPage.m 106 2004-06-30 09:44:35Z helge $
|
||||
|
||||
#import <NGObjWeb/SoComponent.h>
|
||||
|
||||
@interface SOGoGroupsPage : SoComponent
|
||||
{
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation SOGoGroupsPage
|
||||
|
||||
@end /* SOGoGroupsPage */
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"German" = "Deutsch";
|
||||
"Hungarian" = "Magyar";
|
||||
"Italian" = "Italiano";
|
||||
"Norwegian" = "Norsk";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Spanish" = "Español";
|
||||
|
||||
Reference in New Issue
Block a user