mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-12 21:42:47 +08:00
New translations settings.php (Dutch)
Some checks are pending
analyse-php / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-migrations / build (8.4) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
test-php / build (8.4) (push) Waiting to run
Some checks are pending
analyse-php / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-migrations / build (8.4) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
test-php / build (8.4) (push) Waiting to run
This commit is contained in:
parent
78626ca7dd
commit
909061fe4a
@ -19,7 +19,7 @@ return [
|
||||
'app_name_desc' => 'Deze naam wordt getoond in de header en in alle door het systeem verstuurde e-mails.',
|
||||
'app_name_header' => 'Toon naam in header',
|
||||
'app_public_access' => 'Openbare toegang',
|
||||
'app_public_access_desc' => 'Door deze optie in te schakelen kunnen bezoekers, die niet ingelogd zijn, toegang krijgen tot de inhoud van uw BookStack omgeving.',
|
||||
'app_public_access_desc' => 'Door deze optie in te schakelen kunnen bezoekers die niet ingelogd zijn toegang krijgen tot de inhoud van uw BookStack-omgeving.',
|
||||
'app_public_access_desc_guest' => 'De toegang voor publieke bezoekers kan worden ingesteld via de "Guest" gebruiker.',
|
||||
'app_public_access_toggle' => 'Openbare toegang toestaan',
|
||||
'app_public_viewing' => 'Publieke bezichtigingen toestaan?',
|
||||
@ -28,7 +28,7 @@ return [
|
||||
'app_secure_images_desc' => 'Om prestatieredenen zijn alle afbeeldingen openbaar. Deze optie voegt een willekeurige en moeilijk te raden tekst toe aan de URL\'s van de afbeeldingen. Zorg ervoor dat "directory indexes" niet ingeschakeld zijn om eenvoudige toegang te voorkomen.',
|
||||
'app_default_editor' => 'Standaard Pagina Bewerker',
|
||||
'app_default_editor_desc' => 'Selecteer welke bewerker standaard zal worden gebruikt bij het bewerken van nieuwe pagina\'s. Dit kan worden overschreven op paginaniveau als de rechten dat toestaan.',
|
||||
'app_custom_html' => 'HTML aan <head> toevoegen',
|
||||
'app_custom_html' => 'Aangepaste inhoud voor het HTML head-element',
|
||||
'app_custom_html_desc' => 'Alle hieronder toegevoegde data wordt aan het einde van de <head> sectie van elke pagina toegevoegd. Gebruik dit om stijlen te overschrijven of analytische code toe te voegen.',
|
||||
'app_custom_html_disabled_notice' => 'Bovenstaande wordt niet toegevoegd aan deze pagina om ervoor te zorgen dat je foutieve code steeds ongedaan kan maken.',
|
||||
'app_logo' => 'Applicatielogo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user