Skip to content

Commit

Permalink
#2 fix for constant definition in PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 committed Dec 9, 2024
1 parent c6bc9d2 commit 8dea7e4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions helpdesk3/languages/readme/Dutch_helpdesk_readme.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?php

define(HDU_R01,"Read Me");
define(HDU_R02,"Plugin");
define(HDU_R03,"");
define(HDU_R04,"Auteur");
define(HDU_R05,"");
define(HDU_R06,"Versie");
define(HDU_R07,"");
define(HDU_R08,"Status");
define(HDU_R09,"Release");
define(HDU_R10,"Disclaimer");
define(HDU_R11,"Er kan geen enkele verantwoordelijkheid worden geaccepteerd voor de werking van deze plugin in welke vorm dan ook. JE GEBRUIKT HEM VOLLEDIG OP EIGEN RISICO.");
define(HDU_R12,"Copyright");
define(HDU_R13,"Barry Keal 2007.");
define(HDU_R14,"License");
define(HDU_R15,"GPL");
define(HDU_R16,"Website");
define(HDU_R17,"www.keal.me.uk");
define(HDU_R18,"Support");
define(HDU_R19,"Support voor deze plug-in is <strong>Alleen</strong> beschikbaar op <a href='http://www.keal.me.uk'>Mijn Website</a> en nergens anders.");
define(HDU_R20,"Documentatie");
define(HDU_R21,"Alle documentatie is op de <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Voel je vrij om bij te dragen.");
define(HDU_R22,"Zo maar wat Info");
define(HDU_R23,"Voor het bewerken/maken gebruik ik PHP Edit van <a href='http://www.waterproof.fr/'>Waterproof Software</a>");
define(HDU_R24, "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> ");
define(HDU_R25, "Donations");
?>
define("HDU_R01", "Read Me");
define("HDU_R02", "Plugin");
define("HDU_R03", "");
define("HDU_R04", "Auteur");
define("HDU_R05", "");
define("HDU_R06", "Versie");
define("HDU_R07", "");
define("HDU_R08", "Status");
define("HDU_R09", "Release");
define("HDU_R10", "Disclaimer");
define("HDU_R11", "Er kan geen enkele verantwoordelijkheid worden geaccepteerd voor de werking van deze plugin in welke vorm dan ook. JE GEBRUIKT HEM VOLLEDIG OP EIGEN RISICO.");
define("HDU_R12", "Copyright");
define("HDU_R13", "Barry Keal 2007.");
define("HDU_R14", "License");
define("HDU_R15", "GPL");
define("HDU_R16", "Website");
define("HDU_R17", "www.keal.me.uk");
define("HDU_R18", "Support");
define("HDU_R19", "Support voor deze plug-in is <strong>Alleen</strong> beschikbaar op <a href='http://www.keal.me.uk'>Mijn Website</a> en nergens anders.");
define("HDU_R20", "Documentatie");
define("HDU_R21", "Alle documentatie is op de <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Voel je vrij om bij te dragen.");
define("HDU_R22", "Zo maar wat Info");
define("HDU_R23", "Voor het bewerken/maken gebruik ik PHP Edit van <a href='http://www.waterproof.fr/'>Waterproof Software</a>");
define("HDU_R24", "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> ");
define("HDU_R25", "Donations");
?>
52 changes: 26 additions & 26 deletions helpdesk3/languages/readme/English_helpdesk_readme.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?php

define(HDU_R01, "Read Me");
define(HDU_R02, "Plugin");
define(HDU_R03, "");
define(HDU_R04, "Author");
define(HDU_R05, "");
define(HDU_R06, "Version");
define(HDU_R07, "");
define(HDU_R08, "Status");
define(HDU_R09, "Release");
define(HDU_R10, "Disclaimer");
define(HDU_R11, "No responsibility can be accepted for the failure of this plugin in any way shape or form. You use entirely at your own risk.");
define(HDU_R12, "Copyright");
define(HDU_R13, "Barry Keal 2007.");
define(HDU_R14, "License");
define(HDU_R15, "GPL");
define(HDU_R16, "Website");
define(HDU_R17, "www.keal.me.uk");
define(HDU_R18, "Support");
define(HDU_R19, "Support for this plug-in is <strong>ONLY</strong> available at <a href='http://www.keal.me.uk'>My Website</a> and nowhere else.");
define(HDU_R20, "Documentation");
define(HDU_R21, "All documentation is on the <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Feel free to contribute to the documentation on there.");
define(HDU_R22, "Just for Info");
define(HDU_R23, "For editing I use PHP Edit from <a href='http://www.waterproof.fr/'>Waterproof Software</a>");
define(HDU_R24, "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> ");
define(HDU_R25, "Donations");
define("HDU_R01", "Read Me");
define("HDU_R02", "Plugin");
define("HDU_R03", "");
define("HDU_R04", "Author");
define("HDU_R05", "");
define("HDU_R06", "Version");
define("HDU_R07", "");
define("HDU_R08", "Status");
define("HDU_R09", "Release");
define("HDU_R10", "Disclaimer");
define("HDU_R11", "No responsibility can be accepted for the failure of this plugin in any way shape or form. You use entirely at your own risk.");
define("HDU_R12", "Copyright");
define("HDU_R13", "Barry Keal 2007.");
define("HDU_R14", "License");
define("HDU_R15", "GPL");
define("HDU_R16", "Website");
define("HDU_R17", "www.keal.me.uk");
define("HDU_R18", "Support");
define("HDU_R19", "Support for this plug-in is <strong>ONLY</strong> available at <a href='http://www.keal.me.uk'>My Website</a> and nowhere else.");
define("HDU_R20", "Documentation");
define("HDU_R21", "All documentation is on the <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Feel free to contribute to the documentation on there.");
define("HDU_R22", "Just for Info");
define("HDU_R23", "For editing I use PHP Edit from <a href='http://www.waterproof.fr/'>Waterproof Software</a>");
define("HDU_R24", "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> ");
define("HDU_R25", "Donations");

?>
?>

0 comments on commit 8dea7e4

Please sign in to comment.