From 5510cd1c0b873507ccaa2f3bc8f6a8e960d371c3 Mon Sep 17 00:00:00 2001 From: Tom Udding Date: Wed, 13 Nov 2024 21:43:07 +0100 Subject: [PATCH] feat: add open-source notice to footer Following an internal discussion, it was decided that all projects should add explicit mentions to their GitHub repository in a footer. This concerns an additional notice in the global footer. The linked commit in the admin interface is unchanged. --- module/Application/language/en.po | 25 +++++++++++++++----- module/Application/language/gewisweb.pot | 16 +++++++++---- module/Application/language/nl.po | 25 +++++++++++++++----- module/Application/view/partial/footer.phtml | 8 ++++--- 4 files changed, 55 insertions(+), 19 deletions(-) diff --git a/module/Application/language/en.po b/module/Application/language/en.po index 23b0fb8418..b52f42e21c 100644 --- a/module/Application/language/en.po +++ b/module/Application/language/en.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: GEWISweb 0.1.0-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-11 14:50+0200\n" -"PO-Revision-Date: 2024-09-11 14:51+0200\n" +"POT-Creation-Date: 2024-11-13 21:40+0100\n" +"PO-Revision-Date: 2024-11-13 21:41+0100\n" "Last-Translator: Tom Udding \n" "Language-Team: English \n" "Language: en\n" @@ -1780,11 +1780,11 @@ msgid "MMM d" msgstr "MMM d" msgid "" -"Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - " -"2022)." +"Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie " +"(2013 - 2022)." msgstr "" -"Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - " -"2022)." +"Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie " +"(2013 - 2022)." msgid "Mail address" msgstr "Mail address" @@ -2806,6 +2806,19 @@ msgstr "Text" msgid "The %s%s %s%s will be held on %s." msgstr "The %s%s %s%s will be held on %s." +msgid "" +"The GEWIS website is open-source! Check out the repository on GitHub. Or visit our organisation for more of our " +"awesome open-source projects." +msgstr "" +"The GEWIS website is open-source! Check out the repository on GitHub. Or visit our organisation for more of our " +"awesome open-source projects." + msgid "The activity category was created successfully!" msgstr "The activity category was created successfully!" diff --git a/module/Application/language/gewisweb.pot b/module/Application/language/gewisweb.pot index cfb259224b..1677fdcca8 100644 --- a/module/Application/language/gewisweb.pot +++ b/module/Application/language/gewisweb.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: GEWISweb v2.8.6-764-gabeeb8c00-dirty\n" +"Project-Id-Version: GEWISweb v2.8.6-797-g9074c8f18-dirty\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-11 14:50+0200\n" +"POT-Creation-Date: 2024-11-13 21:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1677,8 +1677,8 @@ msgid "MMM d" msgstr "" msgid "" -"Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - " -"2022)." +"Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie " +"(2013 - 2022)." msgstr "" msgid "Mail address" @@ -2653,6 +2653,14 @@ msgstr "" msgid "The %s%s %s%s will be held on %s." msgstr "" +msgid "" +"The GEWIS website is open-source! Check out the repository on GitHub. Or visit our organisation for more of our " +"awesome open-source projects." +msgstr "" + msgid "The activity category was created successfully!" msgstr "" diff --git a/module/Application/language/nl.po b/module/Application/language/nl.po index 3cd3d9643e..9283077ce7 100644 --- a/module/Application/language/nl.po +++ b/module/Application/language/nl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: GEWISweb 0.1.0-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-11 14:50+0200\n" -"PO-Revision-Date: 2024-09-11 14:51+0200\n" +"POT-Creation-Date: 2024-11-13 21:40+0100\n" +"PO-Revision-Date: 2024-11-13 21:42+0100\n" "Last-Translator: Tom Udding \n" "Language-Team: English \n" "Language: nl\n" @@ -1803,11 +1803,11 @@ msgid "MMM d" msgstr "MMM d" msgid "" -"Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - " -"2022)." +"Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie " +"(2013 - 2022)." msgstr "" -"Met <3 gemaakt door de ApplicatieBeheerCommissie en Web Commissie (2013 - " -"2022)." +"Met <3 gemaakt door de ApplicatieBeheerCommissie (2022 - nu) en Web " +"Commissie (2013 - 2022)." msgid "Mail address" msgstr "Post adres" @@ -2831,6 +2831,19 @@ msgstr "Tekst" msgid "The %s%s %s%s will be held on %s." msgstr "De %s%s %s%s zal plaatsvinden op %s." +msgid "" +"The GEWIS website is open-source! Check out the repository on GitHub. Or visit our organisation for more of our " +"awesome open-source projects." +msgstr "" +"De GEWIS-website is open-source! Bekijk de repository op GitHub. Of bezoek onze organisatie voor meer van onze geweldige open-" +"source projecten." + msgid "The activity category was created successfully!" msgstr "De activiteitencategorie is succesvol aangemaakt!" diff --git a/module/Application/view/partial/footer.phtml b/module/Application/view/partial/footer.phtml index eb1b1e1998..a5f91afadd 100644 --- a/module/Application/view/partial/footer.phtml +++ b/module/Application/view/partial/footer.phtml @@ -46,12 +46,14 @@ use Laminas\View\Renderer\PhpRenderer; endif ?>

© 2013 - - S.v. GEWIS. translate('All rights reserved.') ?> + - S.v. GEWIS. translate('All rights reserved.') ?> translate( - 'Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - 2022).' + 'Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie (2013 - 2022).' ) ?>

+

+ translate('The GEWIS website is open-source! Check out the repository on GitHub. Or visit our organisation for more of our awesome open-source projects.') ?> +