From 33e8169955d1bd987c21ec1675afa4959e9f9047 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 23 Nov 2016 09:13:52 -0500 Subject: [PATCH] Formatting of SOGoDefaults.plist --- SoObjects/SOGo/SOGoDefaults.plist | 108 ++++++++++++++++++++++-------- 1 file changed, 80 insertions(+), 28 deletions(-) diff --git a/SoObjects/SOGo/SOGoDefaults.plist b/SoObjects/SOGo/SOGoDefaults.plist index 98d8bf69f..51df7a154 100644 --- a/SoObjects/SOGo/SOGoDefaults.plist +++ b/SoObjects/SOGo/SOGoDefaults.plist @@ -40,11 +40,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"; @@ -99,31 +128,54 @@ $label5 = ("Later", "#993399"); }; - SOGoCalendarCategories = ("Customer", "Calls", "Favorites", "Meeting", "Ideas", "Miscellaneous", "Birthday", "Anniversary", "Vacation", "Travel", "Projects", "Suppliers", "Gifts", "Clients", "Issues", "Business", "Holidays", "Personal", "Status", "Competition", "Follow up", "Public Holiday"); + SOGoCalendarCategories = ( + "Customer", + "Calls", + "Favorites", + "Meeting", + "Ideas", + "Miscellaneous", + "Birthday", + "Anniversary", + "Vacation", + "Travel", + "Projects", + "Suppliers", + "Gifts", + "Clients", + "Issues", + "Business", + "Holidays", + "Personal", + "Status", + "Competition", + "Follow up", + "Public Holiday" + ); SOGoCalendarCategoriesColors = { - "Customer" = "#CCCCCC"; - "Calls" = "#FFCC33"; - "Favorites" = "#CCCCCC"; - "Meeting" = "#CCCCCC"; - "Ideas" = "#CCCCCC"; - "Miscellaneous" = "#CCCCCC"; - "Birthday" = "#CCCCCC"; - "Anniversary" = "#CCCCCC"; - "Vacation" = "#CCCCCC"; - "Travel" = "#CCCCCC"; - "Projects" = "#CCCCCC"; - "Suppliers" = "#CCCCCC"; - "Gifts" = "#CCCCCC"; - "Clients" = "#CCCCCC"; - "Issues" = "#CCCCCC"; - "Business" = "#CCCCCC"; - "Holidays" = "#CCCCCC"; - "Personal" = "#CCCCCC"; - "Status" = "#CCCCCC"; - "Competition" = "#CCCCCC"; - "Follow up" = "#CCCCCC"; - "Public Holiday" = "#CCCCCC"; + "Customer" = "#CCCCCC"; + "Calls" = "#FFCC33"; + "Favorites" = "#CCCCCC"; + "Meeting" = "#CCCCCC"; + "Ideas" = "#CCCCCC"; + "Miscellaneous" = "#CCCCCC"; + "Birthday" = "#CCCCCC"; + "Anniversary" = "#CCCCCC"; + "Vacation" = "#CCCCCC"; + "Travel" = "#CCCCCC"; + "Projects" = "#CCCCCC"; + "Suppliers" = "#CCCCCC"; + "Gifts" = "#CCCCCC"; + "Clients" = "#CCCCCC"; + "Issues" = "#CCCCCC"; + "Business" = "#CCCCCC"; + "Holidays" = "#CCCCCC"; + "Personal" = "#CCCCCC"; + "Status" = "#CCCCCC"; + "Competition" = "#CCCCCC"; + "Follow up" = "#CCCCCC"; + "Public Holiday" = "#CCCCCC"; }; SOGoSubscriptionFolderFormat = "%{FolderName} (%{UserName} <%{Email}>)";