After update to 5.0.1 (from 4.3.16): Syntax error in da.xml (Danish language) causing php to fail.
There is an error at line 1051 col. 202.
<string name="SYS_NOTIFICATION_NEW_ENTRIES_DESC">Medlemmer af den gemte notifikationsrolle vil få en systemnotifikation for nye eller ændrede poster i modulerne Meddelelser, Begivenheder, Dokumenter & Filer, fotos, weblinks og forum. (Standard: nej)</string>
The ampersand between "Dokumenter" and "Filer" causes parsing the file to fail. Changed to ''og'.
Best regards
Johnny
Syntax error in Danish translation file da.xml
Re: Syntax error in Danish translation file da.xml
Hi Johnny,
thanks for the hint and the solution. This will be fixed within the next release.
https://github.com/Admidio/admidio/issues/1908
Best
Fasse
thanks for the hint and the solution. This will be fixed within the next release.
https://github.com/Admidio/admidio/issues/1908
Best
Fasse
Re: Syntax error in Danish translation file da.xml
Hi Fasse.
Unfortunately I have had a delay on upgrading Admidio. so today I updated to 5.0.4.
There is a new syntax error in the da.xml file on line 695:
<string name="SYS_FOLDER_NAME_INVALID">Det valgte mappenavn #VAR1_BOLD# indeholder ugyldige tegn. Tjek venligst mappenavnet.\n\nFølgende specialtegn er ikke tilladt: ? * ~ ; : \" | < > / \ </string>
You are using XML specific characters < > inside the string.
I have replaced by < and > just as in de.xml.
BR Johnny
Unfortunately I have had a delay on upgrading Admidio. so today I updated to 5.0.4.
There is a new syntax error in the da.xml file on line 695:
<string name="SYS_FOLDER_NAME_INVALID">Det valgte mappenavn #VAR1_BOLD# indeholder ugyldige tegn. Tjek venligst mappenavnet.\n\nFølgende specialtegn er ikke tilladt: ? * ~ ; : \" | < > / \ </string>
You are using XML specific characters < > inside the string.
I have replaced by < and > just as in de.xml.
BR Johnny