FCLT#74626 LCL's zijn HTML safe maar niet String-safe of SQL-safe

svn path=/Database/trunk/; revision=57688
This commit is contained in:
Erik Groener
2022-10-20 09:44:14 +00:00
parent 4874116174
commit e2ca00c40a

View File

@@ -1126,6 +1126,9 @@ FAC_LCL('lcl_ins_controle_period_ofthemonth', ' van de maand', ' of the month')
FAC_LCL('lcl_ins_controle_period_rearweekon', ' week/weken op de', ' week(s) on the')
FAC_LCL('lcl_ins_controle_period_rearmonthon', ' maand(en) op de', ' month(s) on the')
FAC_LCL('lcl_ins_controle_period_rearyearin', ' jaar in', ' year(s) in')
FAC_LCL('lcl_ins_controlemode_approved', 'Goedgekeurd', 'Approved')
FAC_LCL('lcl_ins_controlemode_deprecated', 'Afgekeurd', 'Deprecated')
FAC_LCL('lcl_ins_controlemode_notplaned', 'Niet gepland', 'Not planed')
FAC_LCL('lcl_ins_controle_cyclus', 'Cyclus', 'Cycle')
FAC_LCL('lcl_ins_controle_period_hour', '-uur', '-hours')
@@ -1382,6 +1385,7 @@ FAC_LCL('lcl_mjb_ratio', 'Percentage', 'Percentage')
FAC_LCL('lcl_mjb_factor', 'Vermenigvuldigingsfactor', 'Multiplication factor')
FAC_LCL('lcl_mjb_total_add_pct1', 'Opslag #1', 'Raise #1')
FAC_LCL('lcl_mjb_total_add_pct2', 'Opslag #2', 'Raise #2')
FAC_LCL('lcl_mjb_total', 'Totaal', 'Total')
// CND module
FAC_LCL('cnd_conditiegegevens', 'Conditie', 'Condition')
@@ -4429,6 +4433,7 @@ FAC_LCL('lcl_mobile_scanqr', 'Scan QR', 'Scan QR')
FAC_LCL('lcl_pda_opdr_opm_required', 'U dient een afhandeling in te vullen', 'You need to add a remark')
FAC_LCL('lcl_pda_mld_call_confirm', 'De melding is geregistreerd, bedankt voor uw medewerking.', 'The call is registered, thank you for your cooperation.')
FAC_LCL('lcl_pda_mld_call_thanks', 'Hartelijk dank voor uw melding betreffende {1}.'||CHR(10)||'Deze is geregistreerd onder nummer {0}.', 'Thank you for your call regarding {1}.'||CHR(10)||'This is registered under number {0}.')
FAC_LCL('lcl_pda_res_gereserveerd', 'ad hoc reservering', 'Ad hoc reservation')
FAC_LCL('lcl_pda_res_geresopmerk', 'Ter plaatse gereserveerd', 'Reserved on the spot')
FAC_LCL('lcl_pda_res_ruimtereserveer', 'Reserveer tot {0}', 'Reserve until {0}')