mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 04:25:26 +00:00
Monotone-Parent: 3ba428cb7437bcf800f19f8b140f409be05bc889
Monotone-Revision: c96deb18e014638530c03d2784a58f6015e64407 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-24T19:56:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/* Italian */
|
||||
{
|
||||
NSLanguageName = "Italian";
|
||||
NSFormalName = "Italian";
|
||||
NSLocaleCode = "it"; /* ISO 639-1 */
|
||||
NSLanguageCode = "ita"; /* ISO 639-2 */
|
||||
NSParentContext = "";
|
||||
|
||||
NSAMPMDesignation = (AM, PM);
|
||||
NSCurrencySymbol = "â¬";
|
||||
NSDateFormatString = "%A, %e %B, %Y";
|
||||
NSDateTimeOrdering = DMYH;
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ".";
|
||||
NSEarlierTimeDesignations = (prima, scorso, dopo, fa);
|
||||
NSHourNameDesignations = ((0, notte), (10, mattina), (12, giorno), (14, pomeriggio), (19, sera));
|
||||
NSInternationalCurrencyString = EUR; /* ISO 4217 */
|
||||
NSLaterTimeDesignations = (dopo);
|
||||
NSMonthNameArray = (Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre);
|
||||
NSNextDayDesignations = (domani);
|
||||
NSNextNextDayDesignations = (dopodomani);
|
||||
NSPriorDayDesignations = (ieri);
|
||||
NSShortDateFormatString = "%d/%m/%y";
|
||||
NSShortMonthNameArray = (Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic);
|
||||
NSShortTimeDateFormatString = "%d/%m/%y %H:%M";
|
||||
NSShortWeekDayNameArray = (Lun, Mar, Mer, Gio, Ven, Sab, Dom);
|
||||
NSThisDayDesignations = (oggi, ora);
|
||||
NSThousandsSeparator = ",";
|
||||
NSTimeDateFormatString = "%A, %e %B, %Y %H:%M:%S %Z";
|
||||
NSTimeFormatString = "%H:%M:%S";
|
||||
NSWeekDayNameArray = (Lunedi, Martedi, Mercoledi, Giovedi, Venerdi, Sabato, Domenica);
|
||||
NSYearMonthWeekDesignations = (anno, mese, settimana);
|
||||
NSPositiveCurrencyFormatString = "⬠9,999.00";
|
||||
NSNegativeCurrencyFormatString = "-⬠9,999.00";
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* this file is in UTF-8 format! */
|
||||
|
||||
"title" = "SOGo";
|
||||
|
||||
"Username:" = "Username:";
|
||||
"Password:" = "Password:";
|
||||
|
||||
"Connect" = "Entra";
|
||||
|
||||
"Wrong username or password." = "Username o password non corretti.";
|
||||
Reference in New Issue
Block a user