Formatting of SOGoDefaults.plist

This commit is contained in:
Francis Lachapelle
2016-11-23 09:14:41 -05:00
parent 26c2fd3d28
commit eee1cb19d0

View File

@@ -39,11 +39,40 @@
SOGoLoginModule = "Mail";
SOGoLanguage = "English";
SOGoSupportedLanguages = ( "Arabic", "Basque", "BrazilianPortuguese", "Catalan", "ChineseTaiwan", "Croatian",
"Czech", "Danish", "Dutch", "English", "Finnish", "French", "German", "Hungarian",
"Icelandic", "Italian", "Lithuanian", "Macedonian", "NorwegianBokmal",
"NorwegianNynorsk", "Polish", "Portuguese", "Russian", "Serbian", "Slovak", "Slovenian",
"SpanishArgentina", "SpanishSpain", "Swedish", "TurkishTurkey", "Ukrainian", "Welsh" );
SOGoSupportedLanguages = (
"Arabic",
"Basque",
"BrazilianPortuguese",
"Catalan",
"ChineseTaiwan",
"Croatian",
"Czech",
"Danish",
"Dutch",
"English",
"Finnish",
"French",
"German",
"Hungarian",
"Icelandic",
"Italian",
"Lithuanian",
"Macedonian",
"NorwegianBokmal",
"NorwegianNynorsk",
"Polish",
"Portuguese",
"Russian",
"Serbian",
"Slovak",
"Slovenian",
"SpanishArgentina",
"SpanishSpain",
"Swedish",
"TurkishTurkey",
"Ukrainian",
"Welsh"
);
SOGoTimeZone = "UTC";
SOGoDayStartTime = "8";
@@ -88,7 +117,30 @@
$label5 = ("Later", "#993399");
};
SOGoCalendarCategoriesColors = { "Customer" = "#F0F0F0"; "Calls" = "#F0F0F0"; "Favorites" = "#F0F0F0"; "Meeting" = "#F0F0F0"; "Ideas" = "#F0F0F0"; "Miscellaneous" = "#F0F0F0"; "Birthday" = "#F0F0F0"; "Anniversary" = "#F0F0F0"; "Vacation" = "#F0F0F0"; "Travel" = "#F0F0F0"; "Projects" = "#F0F0F0"; "Suppliers" = "#F0F0F0"; "Gifts" = "#F0F0F0"; "Clients" = "#F0F0F0"; "Issues" = "#F0F0F0"; "Business" = "#F0F0F0"; "Holidays" = "#F0F0F0"; "Personal" = "#F0F0F0"; "Status" = "#F0F0F0"; "Competition" = "#F0F0F0"; "Follow up" = "#F0F0F0"; "Public Holiday" = "#F0F0F0"; };
SOGoCalendarCategoriesColors = {
"Customer" = "#F0F0F0";
"Calls" = "#F0F0F0";
"Favorites" = "#F0F0F0";
"Meeting" = "#F0F0F0";
"Ideas" = "#F0F0F0";
"Miscellaneous" = "#F0F0F0";
"Birthday" = "#F0F0F0";
"Anniversary" = "#F0F0F0";
"Vacation" = "#F0F0F0";
"Travel" = "#F0F0F0";
"Projects" = "#F0F0F0";
"Suppliers" = "#F0F0F0";
"Gifts" = "#F0F0F0";
"Clients" = "#F0F0F0";
"Issues" = "#F0F0F0";
"Business" = "#F0F0F0";
"Holidays" = "#F0F0F0";
"Personal" = "#F0F0F0";
"Status" = "#F0F0F0";
"Competition" = "#F0F0F0";
"Follow up" = "#F0F0F0";
"Public Holiday" = "#F0F0F0";
};
SOGoSubscriptionFolderFormat = "%{FolderName} (%{UserName} <%{Email}>)";
}