-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Oct 20, 2023
1 parent
369a4a3
commit 9414c50
Showing
1 changed file
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Birthdays</strong> 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 ( | ||
'<strong>Birthdays</strong> 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' => '', | ||
); |