FCLT#68646 Wachtwoord complexiteit beter afdwingen
svn path=/Database/trunk/; revision=54020
This commit is contained in:
@@ -393,7 +393,7 @@ FAC_LCL('lcl_inlinecolumnnone', ' ', ' ')
|
||||
FAC_LCL('lcl_procent', '%', '%')
|
||||
FAC_LCL('lcl_inactive_data_suffix', ' (x)', ' (x)')
|
||||
FAC_LCL('lcl_maximal', 'Max.', 'Max.')
|
||||
FAC_LCL('lcl_vis_log_name', 'Gebruikersnaam', 'User name')
|
||||
FAC_LCL('lcl_vis_log_name', 'Gebruikersnaam', 'Username')
|
||||
FAC_LCL('lcl_vis_log_psw', 'Facilitor-wachtwoord', 'Facilitor-password')
|
||||
FAC_LCL('lcl_login_wrong', 'Gebruikersnaam onbekend of wachtwoord fout.', 'Invalid username or incorrect password')
|
||||
FAC_LCL('lcl_logon', 'Aanmelden', 'Log on')
|
||||
@@ -483,6 +483,10 @@ FAC_LCL('lcl_pwd_mismatch', 'De waarde in Nieuw wachtwoord komt niet overeen met
|
||||
FAC_LCL('lcl_pwd_success', 'Het wachtwoord is gewijzigd', 'Password is changed')
|
||||
FAC_LCL('lcl_pwd_failed', 'Het wachtwoord is niet gewijzigd, probeer opnieuw.', 'The password has not been changed, please try again.')
|
||||
FAC_LCL('lcl_invalid_pwd_format', 'Het nieuwe wachtwoord moet minstens 8 tekens zijn', 'The new password must at least have 8 characters')
|
||||
FAC_LCL('lcl_invalid_pwd_too_common', 'Wachtwoord lijkt te veel op: {0}', 'Password is too similar to: {0}');
|
||||
FAC_LCL('lcl_invalid_pwd_normalized_short', 'Wachtwoord moet ten minste 4 letters bevatten', 'Password must contain at least 4 letters');
|
||||
FAC_LCL('lcl_invalid_pwd_charsets', 'Wachtwoord moet uit drie van deze vier sets karakters hebben: kleine letters, hoofdletters, cijfers en speciale tekens', 'Password must have characters out of at least three of these sets: lowercase, uppercase, numbers and speciale characters');
|
||||
|
||||
FAC_LCL('lcl_prs_login_lockout', 'Te veel inlogpogingen voor {0}.' || CHR(13) || 'Wacht tot {1} om het opnieuw te proberen.', 'To many failed login attempts for {0}.\nPlease wait until {1} before trying again.')
|
||||
FAC_LCL('lcl_click_here_pw_change', 'Klik op deze link om uw wachtwoord te wijzigen', 'Click this link to change your Password')
|
||||
|
||||
@@ -516,6 +520,7 @@ FAC_LCL('lcl_export_to_excel', 'Excel', 'Excel')
|
||||
FAC_LCL('lcl_print_table', 'Afdrukken', 'Print')
|
||||
FAC_LCL('lcl_export_to_csv', 'Naar bestand', 'Save to file')
|
||||
FAC_LCL('lcl_zip_bijlagen', 'Zip bijlagen', 'Zip files')
|
||||
FAC_LCL('lcl_zip_bijlagen_exceeded', 'Ongecomprimeerde grootte {0}MB van {1} files overschreidt maximum ({2}MB)', 'Uncompressed size {0}MB of {1} files exceeds maximum ({2}MB)')
|
||||
FAC_LCL('lcl_search_diff_fields', 'Zoektekst', 'Search text')
|
||||
FAC_LCL('lcl_search_or_fields', 'OF', 'OR')
|
||||
FAC_LCL('lcl_communicatie', 'Communicatie', 'Communication')
|
||||
@@ -1767,6 +1772,7 @@ FAC_LCL('lcl_bez_is_bezdel', 'Bezoeker verwijderd', 'Visitor removed')
|
||||
FAC_LCL('lcl_bez_is_bezadd', 'Bezoeker toegevoegd', 'Visitor added')
|
||||
FAC_LCL('lcl_bez_is_bezbad', 'Badge toegekend', 'Badge registered')
|
||||
FAC_LCL('lcl_fac_is_ano', 'Geanonimiseerd', 'Anonymized')
|
||||
FAC_LCL('lcl_bez_new_app', 'Nieuwe afspraak', 'New appointment')
|
||||
FAC_LCL('lcl_bez_appdel', 'Afspraak is verwijderd', 'Appointment has been deleted')
|
||||
FAC_LCL('lcl_BEZ_group', 'Groepering', 'Group by')
|
||||
FAC_LCL('lcl_bez_sign_in', 'Aanmelden', 'Check in')
|
||||
@@ -1842,9 +1848,9 @@ FAC_LCL('lcl_mes_send_option', 'Verzenden als', 'Send as')
|
||||
FAC_LCL('lcl_mes_send_date_time', 'Gepubliceerd', 'Published')
|
||||
FAC_LCL('lcl_mes_send_reply', 'Beantwoord', 'Reply')
|
||||
FAC_LCL('lcl_mes_email', 'E-mailbericht', 'E-mail message')
|
||||
FAC_LCL('lcl_mes_sms', 'Persoonlijk SMS-bericht', 'Personal SMS-message')
|
||||
FAC_LCL('lcl_mes_sms', 'SMS-bericht', 'text message')
|
||||
FAC_LCL('lcl_mes_pushapp', 'App push notificatie', 'App push notification')
|
||||
FAC_LCL('lcl_mes_fmessage', 'Persoonlijk portalbericht', 'Personal portal message')
|
||||
FAC_LCL('lcl_mes_fmessage', 'Portalbericht', 'Portal message')
|
||||
FAC_LCL('lcl_msg_portalbericht', 'Algemeen portalbericht', 'Generic portal message')
|
||||
FAC_LCL('lcl_mes_message', 'Bericht', 'Message')
|
||||
FAC_LCL('lcl_mes_message_received', 'Ontvangen bericht', 'Received message')
|
||||
@@ -1869,6 +1875,7 @@ FAC_LCL('lcl_mes_normaal', 'Normaal', 'Normal')
|
||||
FAC_LCL('lcl_mes_low', 'Laag', 'Low')
|
||||
FAC_LCL('lcl_mes_link', 'Link', 'Hyperlink')
|
||||
FAC_LCL('lcl_msg_medewerkergroep', 'Aan persoon of autorisatiegroep', 'To a person or an authorisation group')
|
||||
FAC_LCL('lcl_msg_groep', 'Voor autorisatiegroep', 'For authorisation group')
|
||||
FAC_LCL('lcl_msg_plaats', 'In bepaald gebied', 'In an area')
|
||||
FAC_LCL('lcl_msg_datum', 'Tussen bepaalde datum', 'Between dates')
|
||||
FAC_LCL('lcl_msg_search_text', 'Berichttekst', 'Message content')
|
||||
@@ -1882,6 +1889,11 @@ FAC_LCL('lcl_message', 'Bericht', 'Message')
|
||||
FAC_LCL('lcl_msg_onportal', 'Bericht geplaatst op de portal', 'Message is posted on the portal')
|
||||
FAC_LCL('lcl_msg_changed', 'Bericht gewijzigd op de portal', 'Message changes have been submitted')
|
||||
FAC_LCL('lcl_msg_preview', 'Voorbeeld', 'Preview')
|
||||
FAC_LCL('lcl_msg_nieuws_show', 'Tonen in', 'Show in')
|
||||
FAC_LCL('lcl_msg_nieuws_portal', 'Portal', 'Portal')
|
||||
FAC_LCL('lcl_msg_nieuws_blogpagina', 'Nieuwspagina', 'Newspage')
|
||||
FAC_LCL('lcl_msg_nieuws_beide', 'Beide', 'Both')
|
||||
FAC_LCL('lcl_msg_nieuws_sticky', 'Sticky', 'Sticky')
|
||||
FAC_LCL('lcl_no_auth', 'Op grond van de u toegekende rechten heeft u hiervoor geen bevoegdheid.'||CHR(10)||CHR(10)||'Indien u van mening bent dat dit niet terecht is kunt u het beste contact opnemen met uw Facilitor contactpersoon.', 'You are not authorised for this function'||CHR(10)||CHR(10)||'If you require access please contact your Facilitor contact.')
|
||||
FAC_LCL('lcl_authentication_error', 'Authenticatie Fout: Het invoer proces duurde wellicht te lang. Probeer opnieuw', 'Authentication Error: The input process was possibly to slow. Try again')
|
||||
FAC_LCL('lcl_record_is_deleted', 'LET OP: record is verwijderd.', 'ATTENTION: record is deleted.')
|
||||
@@ -3081,14 +3093,17 @@ FAC_LCL('lcl_prs_bedrijfadres_type_v', 'Voorraad info', 'Stock info')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_type_n', 'Notificaties', 'Notifications')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_type_i', 'Service (IOT)', 'Service (IOT)')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_authmethod', 'Authenticatie mode', 'Authenticatie mode')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_authmethodLOV', '0;Automatisch;1;Geforceerd Basic;2;Eigen HTTP header;3;Aan xml toevoegen',
|
||||
'0;Automatic;1;Forced Basic;2;Custom HTTP header;3;Add to xml')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_authmethodLOV', '0;Automatisch;1;Geforceerd Basic;2;Eigen HTTP header;3;Aan xml toevoegen;4;oAuth basic',
|
||||
'0;Automatic;1;Forced Basic;2;Custom HTTP header;3;Add to xml;4;oAuth basic')
|
||||
|
||||
FAC_LCL('lcl_prs_bedrijfadres_oa_token_url', 'oAuth token_url', 'oAuth token_url')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_oa_scope', 'oAuth scope', 'oAuth scope')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_oa_resource', 'oAuth resource', 'oAuth resource')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_protocol', 'Protocol', 'Protocol')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_url', 'Adres', 'Address')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_afzender', 'Afzender', 'Sender')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_replyadres', 'Reply adres', 'Reply address')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_username', 'Usernaam', 'User name')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_username', 'Usernaam', 'Username')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_wachtwoord', 'Wachtwoord', 'Password')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_soapaction', 'SOAPAction', 'SOAPAction')
|
||||
FAC_LCL('lcl_prs_bedrijfadres_soapversion', 'SOAP Version', 'SOAP Version')
|
||||
@@ -3414,6 +3429,7 @@ FAC_LCL('lcl_slnk_labeldefault', 'Labels standaard', 'Labelpostion default')
|
||||
FAC_LCL('lcl_slnk_labelcenter', 'Labels centreren', 'Labelposition center')
|
||||
FAC_LCL('lcl_slnk_labeltopleft', 'Labels linksboven', 'Labelposition topleft')
|
||||
FAC_LCL('lcl_slnk_copy', 'Kopi<70>ren', 'Copy')
|
||||
FAC_LCL('lcl_slnk_dwfviewer', 'DWF-viewer', 'DWF-viewer')
|
||||
|
||||
FAC_LCL('lcl_slnk_symbolmenu', 'Plaatsingsmenu', 'Positioning options')
|
||||
FAC_LCL('lcl_slnk_rotateright', 'Kwartslag rechtsom', 'Rotate 90 right')
|
||||
@@ -3863,8 +3879,6 @@ FAC_LCL('lcl_fac_menu_usage_mnd', 'Gebruik afgelopen maand', 'Used last month')
|
||||
FAC_LCL('lcl_builtin_menu_image', '(standaard)', '(default)')
|
||||
FAC_LCL('lcl_menu_fac_jobs', 'Geplande acties', 'Recurring actions')
|
||||
|
||||
FAC_LCL('lcl_menu_msg_bericht_maken', 'Bericht versturen', 'Send a message')
|
||||
FAC_LCL('lcl_menu_fac_nieuws_overzicht', 'Nieuwsoverzicht', 'News overview')
|
||||
|
||||
//flex reservations
|
||||
FAC_LCL('lcl_weekend', 'Weekend', 'Weekend')
|
||||
@@ -3885,18 +3899,23 @@ FAC_LCL('lcl_res_byplace_select', 'Werkplek kiezen', 'Select a workspo
|
||||
FAC_LCL('lcl_res_planmode_gereserveerd', 'Flexreservering', 'Flexreservation')
|
||||
FAC_LCL('lcl_res_planmode_geresopmerk', '', '')
|
||||
FAC_LCL('lcl_mobile_res_intervalbezet', '(gereserveerd)', '(reserved)')
|
||||
FAC_LCL('lcl_mobile_res_intervalbezetvoor', '(gereserveerd voor {0})', '(reserved for {0})')
|
||||
FAC_LCL('lcl_res_niets_beschikbaar', 'Er is hier dan niets beschikbaar, maak een andere keuze.', 'Nothing is available here at that time.')
|
||||
FAC_LCL('lcl_res_deel_replace', 'Je had al een reservering in deze periode, die zal hierdoor gaan vervallen. Wil je doorgaan?', 'You already had a reservation in this period, it will expire. Do you want to continue?')
|
||||
|
||||
COMMIT;
|
||||
|
||||
FAC_LCL('lcl_menu_msg_overzicht', 'Berichten', 'Messages')
|
||||
FAC_LCL('lcl_menu_msg_berichten', '> Bericht', '> Message')
|
||||
FAC_LCL('lcl_menu_msg_overzicht', 'Algemene berichten', 'General messages')
|
||||
//FAC_LCL('lcl_menu_msg_berichten', '> Bericht', '> Message')
|
||||
FAC_LCL('lcl_menu_msg_bericht_maken', 'Bericht versturen', 'Send a message')
|
||||
//FAC_LCL('lcl_menu_fac_nieuws_overzicht', 'Nieuwsoverzicht', 'News overview')
|
||||
FAC_LCL('lcl_menu_fac_importfuncties', 'Importfuncties', 'Import functions')
|
||||
FAC_LCL('lcl_menu_fac_url', 'URL', 'URL')
|
||||
FAC_LCL('lcl_menu_fac_rw', 'Read/write', 'Read/write')
|
||||
FAC_LCL('lcl_menu_menuitemblock', 'Standaardgegevens', 'General details')
|
||||
FAC_LCL('lcl_menu_menublock', 'Afwijkende/Aanvullend', 'Different/Additional')
|
||||
FAC_LCL('lcl_menu_menublock', 'Menuoptie', 'Menu option')
|
||||
FAC_LCL('lcl_menu_authblock', 'Autorisatie', 'Authorisation')
|
||||
FAC_LCL('lcl_menu_moreblock', 'Extra opties', 'Additional options')
|
||||
FAC_LCL('lcl_menu_fac_portalmenu0', 'Zelfserviceportaal', 'SelfService portal')
|
||||
FAC_LCL('lcl_menu_fac_portalmenu1', 'Serviceportaal', 'Service portal')
|
||||
FAC_LCL('lcl_menu_fac_portalmenu2', 'Beheerdersportaal', 'Administrators portal')
|
||||
@@ -4279,6 +4298,7 @@ FAC_LCL('lcl_mobile_ruimten', 'Ruimtes', 'Rooms')
|
||||
FAC_LCL('lcl_mobile_werkplekken', 'Werkplekken', 'Workplaces')
|
||||
FAC_LCL('lcl_mobile_bezoekers', 'Actuele bezoekers', 'Current visitors')
|
||||
FAC_LCL('lcl_mobile_bezoek', 'Bezoekers', 'Visitors')
|
||||
FAC_LCL('lcl_mobile_appointments', 'Afspraken', 'Appointments')
|
||||
FAC_LCL('lcl_mobile_plattegronden', 'Plattegronden', 'Floor plans')
|
||||
FAC_LCL('lcl_mobile_fiattering', 'Fiatteren', 'Approval')
|
||||
FAC_LCL('lcl_mobile_goedtekeuren_facturen', 'Te fiatteren', 'For approval')
|
||||
@@ -4635,6 +4655,8 @@ FAC_LCL('lcl_mld_vervolgfilter', 'Vervolgmeldingen', 'Follow-up calls')
|
||||
FAC_LCL('lcl_mld_vervolgfilter_both', 'Met vervolgmeldingen', 'Include follow-up calls')
|
||||
FAC_LCL('lcl_mld_vervolgfilter_none', 'Zonder vervolgmeldingen', 'Without follow-up calls')
|
||||
FAC_LCL('lcl_mld_vervolgfilter_only', 'Alleen vervolgmeldingen', 'Only follow-up calls')
|
||||
FAC_LCL('lcl_mld_completed', 'Afgerond', 'Completed')
|
||||
FAC_LCL('lcl_mld_not_completed', 'Niet afgerond', 'Not completed')
|
||||
|
||||
FAC_LCL('lcl_mld_sort', 'Sortering', 'Sort by')
|
||||
FAC_LCL('lcl_mld_newfirst', 'Laatst gemeld', 'Last registered')
|
||||
@@ -4652,6 +4674,7 @@ FAC_LCL('lcl_mld_person_prefix', 'Intern:', 'Internal:')
|
||||
FAC_LCL('lcl_mld_intern', 'Intern', 'Internal')
|
||||
FAC_LCL('lcl_mld_is_mldmai', 'Mail met melding bon verzonden naar ', 'Call mailed to ')
|
||||
FAC_LCL('lcl_mld_is_ordmai', 'Mail met opdracht bon verzonden naar ', 'Order mailed to ')
|
||||
FAC_LCL('lcl_mld_opdr', 'Opdracht', 'Order')
|
||||
FAC_LCL('lcl_mld_opdr_description', 'Omschrijving', 'Description')
|
||||
FAC_LCL('lcl_mld_opdr_reject', 'Wilt u opdracht {0} afwijzen?', 'Do you want to reject order {0} ?')
|
||||
FAC_LCL('lcl_mld_opdr_approve', 'Wilt u opdracht {0} fiatteren?', 'Do you want to approve order {0}?')
|
||||
@@ -4894,6 +4917,7 @@ FAC_LCL('lcl_mld_req_status_empty', 'Ontbrekend verplicht kenmerk "{0}" bij meld
|
||||
FAC_LCL('lcl_mld_req_obj', 'Ontbrekend object bij melding {0}.', 'Missing object for call {0}.')
|
||||
FAC_LCL('lcl_mld_change_now', 'Nu aanpassen?', 'Change now?')
|
||||
FAC_LCL('lcl_mld_opdr_req_status_empty', 'Ontbrekend verplicht kenmerk "{0}" bij opdracht {1}.', 'Missing mandatory property "{0}" for order {1}.')
|
||||
FAC_LCL('lcl_mld_req_materials', 'Ontbrekende verplichte materialen bij de opdracht.', 'Missing mandatory materials for the order.')
|
||||
FAC_LCL('lcl_mld_starter', 'Ingevoerd door', 'Entered by')
|
||||
FAC_LCL('lcl_mld_wf_generated_by', 'Gegenereerd door melding ','Generated by call ')
|
||||
FAC_LCL('lcl_mld_activity_generated_by', 'Automatisch gegenereerd door activiteit ','Automatically generated by activity ')
|
||||
@@ -4980,7 +5004,7 @@ FAC_LCL('lcl_res_select_inplanbord', 'Kies een ruimte voor deze ', 'Select a roo
|
||||
FAC_LCL('lcl_res_none_inplanbord', 'Er zijn geen ruimten beschikbaar die voldoen aan de geselecteerde criteria.', 'There are no rooms available that meet the selected criteria.')
|
||||
FAC_LCL('lcl_res_nrpers_inplanbord', ' personen', ' persons')
|
||||
FAC_LCL('lcl_res_edit_inplanbord', 'Sleep in het planbord voor wijzigingen', 'Drag inside the plan board to adjust')
|
||||
FAC_LCL('lcl_res_error_date', 'Deze reservering ligt te ver in verleden of toekomst', 'This reservation is too far in the past or future')
|
||||
FAC_LCL('lcl_res_error_date', 'Deze activiteit kan niet op deze datum gereserveerd worden, dat kan maximaal {0} dagen van tevoren.', 'This activity cannot be booked on this date, you can book a maximum of {0} days in advance.')
|
||||
FAC_LCL('lcl_res_date_room_closed', 'Gekozen periode valt buiten de openingstijden.'||CHR(10)||'Kies een andere ruimte of een ander tijdstip.', 'The selected period exceeds opening times.'||CHR(10)||'Please select a different room or different time frame.')
|
||||
FAC_LCL('lcl_res_date_room_blocked', 'Ruimte is niet beschikbaar van {0} tot {1}', 'Room is not available from {0} until {1}')
|
||||
FAC_LCL('lcl_res_too_many_visitors', 'De ruimte is eigenlijk te klein voor het aantal mensen. Doorgaan?', 'Number of attendees exceeds the room capacity. Do you want to continue?')
|
||||
@@ -5806,7 +5830,7 @@ FAC_LCL('fac_widget_content', 'HTML code', 'Raw HTML')
|
||||
FAC_LCL('fac_widget_groep', 'Widgetgroep', 'Widget group')
|
||||
FAC_LCL('fac_widget_title', 'Widgettitel', 'Widget title')
|
||||
FAC_LCL('fac_widget_url', 'Inhoud-URL', 'URL')
|
||||
FAC_LCL('fac_widget_querystring', 'Querystring', 'Querystring')
|
||||
FAC_LCL('fac_widget_querystring', 'Parameters', 'Parameters')
|
||||
FAC_LCL('fac_widget_volgnr', 'Volgnr', 'Sequence nr')
|
||||
FAC_LCL('fac_widget_refreshtime', 'Verversingtijd', 'Refresh time')
|
||||
FAC_LCL('fac_widget_id', 'HTML-ID', 'HTML-ID')
|
||||
@@ -5832,7 +5856,7 @@ FAC_LCL('fac_widget_page_show', 'Pagina tonen', 'View page')
|
||||
FAC_LCL('fac_widget_page_edit', 'Wijzigen', 'Edit')
|
||||
|
||||
FAC_LCL('fac_widget_onpage_del', 'Alle widgets van de pagina verwijderd', 'All widgets deleted from the page')
|
||||
FAC_LCL('fac_widget_add_new', 'Voeg direct uw eerste widget toe', 'Add your first widget now')
|
||||
FAC_LCL('fac_widget_add_new', 'Voeg hier je eerste widget toe', 'Add your first widget here')
|
||||
FAC_LCL('fac_widget_add_here', 'Voeg een nieuwe widget toe aan deze rij', 'Add a new widget to this row')
|
||||
FAC_LCL('fac_widget_fix_height', 'Hoogte vastzetten', 'Fix height')
|
||||
|
||||
@@ -6191,6 +6215,7 @@ FAC_LCL('mld_typeopdr_contract', 'Contractkeuze', 'Contract select')
|
||||
FAC_LCL('mld_typeopdr_contractLOV',
|
||||
'0;Geen;2;Optioneel;3;Verplicht',
|
||||
'0;None;2;Optional;3;Mandatory')
|
||||
FAC_LCL('mld_typeopdr_bez_register', 'Bezoekersregistratie', 'Visitor registration')
|
||||
FAC_LCL('mld_typeopdr_afhandeling', 'Afhandeltekst verplicht bij afmelden', 'Text mandatory when closing order')
|
||||
FAC_LCL('mld_typeopdr_kosten_verplicht', 'Opdrachtbedrag verplicht', 'Order amount mandatory')
|
||||
FAC_LCL('mld_typeopdr_kosten_verplichtLOV',
|
||||
@@ -6301,12 +6326,15 @@ FAC_LCL('prs_bedrijf_externsyncdate1', 'Gesynchroniseerd opdrachtgever', 'Synch
|
||||
FAC_LCL('prs_bedrijf_externsyncdate2', 'Gesynchroniseerd opdrachtnemer', 'Synchronized contractor')
|
||||
FAC_LCL('prs_bedrijf_startdatum', 'Ingangsdatum', 'Start Date')
|
||||
FAC_LCL('prs_bedrijf_einddatum', 'Einddatum', 'End Date')
|
||||
FAC_LCL('prs_bedrijf_startdatum2', 'Ingangsdatum 2', 'Start Date 2')
|
||||
FAC_LCL('prs_bedrijf_einddatum2', 'Einddatum 2', 'End Date 2')
|
||||
FAC_LCL('prs_bedrijf_verzenden', 'Opdracht verzenden', 'Send order')
|
||||
FAC_LCL('prs_bedrijf_charged', 'Doorbelasten', 'Charged')
|
||||
FAC_LCL('prs_bedrijf_chargemode', 'Doorbelast type', 'Charge mode')
|
||||
FAC_LCL('prs_bedrijf_fee1', 'Kosten 1', 'Fee 1')
|
||||
FAC_LCL('prs_bedrijf_fee2', 'Kosten 2', 'Fee 2')
|
||||
FAC_LCL('prs_bedrijf_fee3', 'Kosten 3', 'Fee 3')
|
||||
FAC_LCL('prs_bedrijf_fee4', 'Kosten 4', 'Fee 4')
|
||||
FAC_LCL('prs_bedrijf_charged_lov', '0;Niemand;1;Opdrachtnemer;2;Opdrachtgever', '0;Nobody;1;Contractor;2;Client')
|
||||
FAC_LCL('prs_bedrijf_bedrijf_err1', '{0} en {1} zijn hetzelfde', '{0} and {1} are the same')
|
||||
FAC_LCL('prs_bedrijf_defaultbtw', 'Default BTW', 'Default VAT')
|
||||
@@ -6459,8 +6487,8 @@ FAC_LCL('res_v_res_catalogus_m', 'Details catalogus', 'Catalogue details')
|
||||
FAC_LCL('ins_discipline_module', 'Module', 'Module')
|
||||
FAC_LCL('ins_discipline_min_level', 'Soort', 'Type')
|
||||
FAC_LCL('ins_discipline_min_levelLOV',
|
||||
'1;Reserveerbaar object;2;Verbruiksartikel;3;Ruimte;5;Werkplek', // ;4;Persoon resource
|
||||
'1;Equipment;2;Catering;3;Room;5;Workplace') // ;4;Person resource
|
||||
'1;Reserveerbaar object;2;Verbruiksartikel;3;Ruimte;4;Persoon resource;5;Werkplek',
|
||||
'1;Equipment;2;Catering;3;Room;4;Persoon resource;5;Workplace')
|
||||
|
||||
FAC_LCL('res_discipline', 'Catalogus', 'Catalogue')
|
||||
FAC_LCL('res_discipline_m', 'Details catalogus', 'Catalogue details')
|
||||
|
||||
@@ -490,6 +490,8 @@ DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_einddatum_login_grace'
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_password_expiration' , 'number' , '-1' , 'Password expire days {-1 = does not expire}')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_password_fail_limit' , 'number' , '999' , 'Lockout after many password failures (Future use)')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_password_validation' , 'string' , '.{8,}' , 'At least 8 characters')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_password_validation_mode' , 'number' , '255' , 'Password validation +1=+prs_password_validation regexp, +2=wordlist, +4=charsets')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_common_passwords' , 'array' , 'facilitor,aareon' , 'Extra banned words for password validation')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'prs_personal_noti_options' , 'number' , '15' , 'Options that are provided for personal notification overrules (+8:popup,+4:sms,+2:mail,+1:portal)')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'qp_maxrows' , 'number' , '100' , 'Maximum number of rows to show, displays ''lcl_qp_maxrows1/2'' if exceeded')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'qp_maxrows2' , 'number' , '1000' , 'Maximum number of rows to show, displays ''lcl_qp_maxrows3'' if exceeded')
|
||||
|
||||
Reference in New Issue
Block a user