mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:00:08 +00:00
14 lines
372 B
PHP
14 lines
372 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Instellingen',
|
|
'label' => 'Instellingen',
|
|
|
|
// Common settings labels
|
|
'triggers' => 'Trigger',
|
|
'verify_ssl' => 'Controleer SSL',
|
|
'username' => 'Gebruikersnaam',
|
|
'username_placeholder' => 'Gebruikersnaam voor Basis Auth (optioneel)',
|
|
'password_placeholder' => 'Wachtwoord voor basis authenticatie (optioneel)',
|
|
];
|