From b536de01313eaba5bef774c5d549ccf511837237 Mon Sep 17 00:00:00 2001
From: Liam McClean <liam@ellexus.com>
Date: Wed, 30 Aug 2017 11:49:02 +0100
Subject: [PATCH] Changed Croatian to British English in Language file, also
 spacing

---
 .../modules/Events.php                          | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Events.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Events.php
index 53d9cd40f..89ee8b0a9 100644
--- a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Events.php
+++ b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Events.php
@@ -15,7 +15,7 @@ $languageStrings = array(
 	'LBL_EVENTS'                   => 'Events'                      , 
 	'LBL_TODOS'                    => 'To Do'                       , 
 	'LBL_HOLD_FOLLOWUP_ON'         => 'Hold Followup on'            ,
-    'LBL_CREATE_FOLLOWUP_EVENT'    => 'Create Follow Up Event'      ,
+	'LBL_CREATE_FOLLOWUP_EVENT'    => 'Create Follow Up Event'      ,
 	'LBL_EVENT_INFORMATION'        => 'Event Details'               , 
 	'LBL_RECURRENCE_INFORMATION'   => 'Recurrence Details'          , 
 	'LBL_RELATED_TO'               => 'Related To'                  , // TODO: Review
@@ -23,9 +23,9 @@ $languageStrings = array(
 	'Recurrence'                   => 'Recurrence'                  , 
 	'Send Notification'            => 'Send Notification'           , 
 	'Location'                     => 'Location'                    , 
-	'Send Reminder'                => 'Send Email Reminder Before'               , 
+	'Send Reminder'                => 'Send Email Reminder Before'  , 
 	'End Date & Time'              => 'End Date & Time'             ,
-    'End Date'                     => 'End Date & Time'             ,
+	'End Date'                     => 'End Date & Time'             ,
 	'Activity Type'                => 'Activity Type'               , 
 	'Visibility'                   => 'Visibility'                  , 
 	'Private'                      => 'Private'                     , 
@@ -35,7 +35,7 @@ $languageStrings = array(
 	'Planned'                      => 'Planned'                     , 
 	'Held'                         => 'Held'                        , 
 	'Not Held'                     => 'Not Held'                    , 
-    'Related To'                   => 'Related To'                  ,
+	'Related To'                   => 'Related To'                  ,
 	'LBL_DAYS'                     => 'Days'                        , 
 	'LBL_HOURS'                    => 'Hours'                       , 
 	'LBL_DAYS_TYPE'                => 'Day(s)'                      , // TODO: Review
@@ -62,16 +62,15 @@ $languageStrings = array(
 	'Weekly'                       => 'Week(s)'                     , // TODO: Review
 	'Monthly'                      => 'Month(s)'                    , // TODO: Review
 	'Yearly'                       => 'Year'                        , // TODO: Review
-	'LBL_REPEATEVENT'              => 'Once in every'        , // TODO: Review
+	'LBL_REPEATEVENT'              => 'Once in every'               , // TODO: Review
 	'LBL_UNTIL'                    => 'Until'                       , // TODO: Review
 	'LBL_DAY_OF_THE_MONTH'         => 'day of the month'            , // TODO: Review
 	'LBL_ON'                       => 'on'                          , // TODO: Review
 	'LBL_CALENDAR_VIEW'            => 'Calendar View'               , 
 	'LBL_INVITE_USER_BLOCK'        => 'Invite'                      , // TODO: Review
 	'LBL_INVITE_USERS'             => 'Invite Users'                , // TODO: Review
-        'LBL_INVITE_PEOPLE'            => 'Pozovi Ljudi'               ,
-        
-  'INVITATION' => ' Invitation ',
-  'Busy' => 'Busy',
+	'LBL_INVITE_PEOPLE'            => 'Invite People'               ,
+	'INVITATION'                   => ' Invitation '                ,
+	'Busy'                         => 'Busy'                        ,
 
 );     
-- 
GitLab