German language / Deutsches Sprachpaket

change in german.php - German language / Deutsches Sprachpaket

change in german.php

by wos » Wed Jun 24, 2026 9:11 am

please change:

const IMAGE_BUTTON_CONTACT_US = 'Contact Us';
const IMAGE_BUTTON_CONTINUE = 'Kontakt';

to:

const IMAGE_BUTTON_CONTACT_US = 'Kontakt';
const IMAGE_BUTTON_CONTINUE = 'Weiter';
wos
Builder
Posts: 3
Joined: Wed Jun 24, 2026 8:16 am
Phoenix Version: V1.1.0.6
Contact:

Re: change in german.php

by raiwa » Wed Jun 24, 2026 9:38 am

:) Done. Thanks
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Contact:

Re: change in german.php

by wos » Mon Jun 29, 2026 8:02 am

Hi raiwa,
thanks a lot.
Not sure if intends, in ht_table_click_jquery.php the consts are english now.

In modules/navbar/nb_currencies.php
const MODULE_NAVBAR_CURRENCIES_SELECTED_CURRENCY = '<i title="Moneda seleccionada: %1$s" ...
is spanish.

And I found a missing text in action_recorder.php
const TEXT_INFO_DATE_ADDED = 'Hinzugefügt am: %s';

regards
wos
Builder
Posts: 3
Joined: Wed Jun 24, 2026 8:16 am
Phoenix Version: V1.1.0.6
Contact:

Re: change in german.php

by raiwa » Mon Jun 29, 2026 5:11 pm

wos wrote: Not sure if intends, in ht_table_click_jquery.php the consts are english now.
This is not core any more
wos wrote: In modules/navbar/nb_currencies.php
const MODULE_NAVBAR_CURRENCIES_SELECTED_CURRENCY = '<i title="Moneda seleccionada: %1$s" ...
is spanish.
Thanks, I'll fix it soon
wos wrote: And I found a missing text in action_recorder.php
const TEXT_INFO_DATE_ADDED = 'Hinzugefügt am: %s';
There is no such constant in core, neither in english.
I found;

Code: Select all

const TABLE_HEADING_DATE_ADDED = 'Datum';
Maybe you are on an older version. Please always post your Phoenix version.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Contact: