mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Update translations
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
"Catalan" = "Català";
|
||||
"ChineseTaiwan" = "Chinese (Taiwan)";
|
||||
"Croatian" = "Hrvatski";
|
||||
"Croatian" = "Hrvatski";
|
||||
"Czech" = "Česky";
|
||||
"Danish" = "Dansk (Danmark)";
|
||||
"Dutch" = "Nederlands";
|
||||
@@ -31,9 +30,11 @@
|
||||
"Hungarian" = "Magyar";
|
||||
"Icelandic" = "Íslenska";
|
||||
"Italian" = "Italiano";
|
||||
"Macedonian" = "Македонски";
|
||||
"NorwegianBokmal" = "Norsk bokmål";
|
||||
"NorwegianNynorsk" = "Norsk nynorsk";
|
||||
"Polish" = "Polski";
|
||||
"Portuguese" = "Português";
|
||||
"BrazilianPortuguese" = "Português brasileiro";
|
||||
"Russian" = "Русский";
|
||||
"Slovak" = "Slovensky";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ",";
|
||||
NSEarlierTimeDesignations = (dernier, "dernière", derniers, "dernières");
|
||||
NSHourNameDesignations = ((0, minuit), (12, midi), (10, matin), (14, "après-midi"), (19, soir));
|
||||
NSHourNameDesignations = ((0, minuit), (10, matin), (12, midi), (14, "après-midi"), (19, soir));
|
||||
NSInternationalCurrencyString = EUR; /* ISO 4217 */
|
||||
NSLaterTimeDesignations = (prochain, prochaine, prochains, prochaines);
|
||||
NSMonthNameArray = (Janvier, "Février", Mars, Avril, Mai, Juin, Juillet, "Août", Septembre, Octobre, Novembre, "Décembre");
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"Domain" = "Dominio";
|
||||
"Remember username" = "Ricorda il nome utente";
|
||||
"Connect" = "Entra";
|
||||
"Authentication Failed" = "Autenticazione fallita";
|
||||
"Wrong username or password." = "Username o password non corretti.";
|
||||
"cookiesNotEnabled" = "Non è possibile eseguire il login perchè il browser non ha i cookies abilitati. Prego abilitare i cookies nel preferenze del proprio bowser e riprovare.";
|
||||
"browserNotCompatible" = "La versione del browser utilizzato non è supportata. Raccomandiamo l'utilizzo di Firefox. Clicca sul link per scaricarne l'ultima versione disponibile.";
|
||||
@@ -19,7 +20,6 @@
|
||||
"Catalan" = "Català";
|
||||
"ChineseTaiwan" = "Chinese (Taiwan)";
|
||||
"Croatian" = "Hrvatski";
|
||||
"Croatian" = "Hrvatski";
|
||||
"Czech" = "Česky";
|
||||
"Danish" = "Dansk (Danmark)";
|
||||
"Dutch" = "Nederlands";
|
||||
@@ -76,3 +76,7 @@
|
||||
"Confirmation" = "Conferma";
|
||||
"Cancel" = "Cancella";
|
||||
"Please wait..." = "Prego attendere...";
|
||||
"AboutBox" = "Developed by Inverse, SOGo is a fully-featured groupware server with a focus on scalability and simplicity.<br/><br/>⏎\nSOGo 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/>⏎\nSOGo 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/>⏎\nSee <a href=\"http://www.sogo.nu/en/support/community.html\">this page</a> for various support options.";
|
||||
"Close" = "Chiudi";
|
||||
"Missing search parameter" = "Parametro di ricerca mancante";
|
||||
"Missing type parameter" = "Parametro tipo mancante";
|
||||
|
||||
Reference in New Issue
Block a user