Syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' [closed]-Collection of common programming errors

I’ve followed the tutorial in these YT videos to build a language switcher and bilingual site in PHP (no framework). When I try to test it in WAMP, however, I get the following error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in C:\wamp\www\skydoll\lang\francais.php on line 6

I have found by searching this site that this is often caused by the line above the reported error line, but being new to PHP I can’t seem to find anything wrong with the code.


Anything looks out of place?

Before I got to this point, however, I got other syntax errors in the file init.php, which is the file calling francais.php. Could the error be coming from there? I’ll include the code for that as well in case:


Thank you in advance for your help.