# Qual: Fix translation keys
Modify some translation keys so that they correspond to each other,
use an existing key or fix the contents as it's not translated yet.
htdocs/admin/expensereport_ik.php 66 Property ExpenseReportIk::$coef (float) does not accept array|string.
htdocs/admin/expensereport_ik.php 67 Property ExpenseReportIk::$ikoffset (float) does not accept array|string.
htdocs/admin/expensereport_ik.php 68 Property ExpenseReportIk::$fk_c_exp_tax_cat (int) does not accept array|string.
htdocs/admin/expensereport_ik.php 69 Property ExpenseReportIk::$fk_range (int) does not accept array|string.
htdocs/admin/expensereport_rules.php 128 Property ExpenseReportRule::$restrictive (int) does not accept array|string.
htdocs/admin/expensereport_rules.php 129 Property ExpenseReportRule::$fk_c_type_fees (int) does not accept array|string.
htdocs/admin/expensereport_rules.php 131 Property ExpenseReportRule::$amount (float) does not accept string.
htdocs/admin/defaultvalues.php 163 Property CommonObject::$id (int) does not accept array|string.
htdocs/admin/defaultvalues.php 186 Property CommonObject::$id (int) does not accept array|string.
# Qual: Fix spelling for crypted and referer.
The proper spelling is encrypted and referrer, but the code has
some occurences where referer and crypted need to be maintained.
To make verification easier, this spelling correction is limited to
mostly these corrections and some minor translations and a only a
few other corrections.
crypted and referer are added as exceptions for spelling after this fix.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
# Qual: Fix spelling of admin code.
Mostly changes in the comments.
Some french text was modified to not trigger a bad spelling.
htdocs/admin/contract.php has a change to $langs->trans(Activated)
which probably fixes a bug.
htdocs/admin/system/xcache.php used ->trans(Recommanded)
but the proper key is ->trans(Recommended).