diff --git a/messages/eu/base.php b/messages/eu/base.php index 5358801..1c02fa6 100644 --- a/messages/eu/base.php +++ b/messages/eu/base.php @@ -1,15 +1,14 @@ Birthdays within the next {days} days' => '', - 'Back to modules' => '', - 'Birthday Module Configuration' => '', - 'In {days} days' => '', - 'Save' => '', - 'The group id of the group that should be exluded.' => '', - 'The number of days future birthdays will be shown within.' => '', - 'Tomorrow' => '', - 'You may configure the number of days within the upcoming birthdays are shown.' => '', - 'becomes {years} years old.' => '', - 'today' => '', -]; +return array ( + 'Birthdays within the next {days} days' => '', + 'Back to modules' => '', + 'Birthday Module Configuration' => '', + 'In {days} days' => '', + 'Save' => 'Gorde', + 'The group id of the group that should be exluded.' => '', + 'The number of days future birthdays will be shown within.' => '', + 'Tomorrow' => '', + 'You may configure the number of days within the upcoming birthdays are shown.' => '', + 'becomes {years} years old.' => '', + 'today' => '', +);