3 * Settings text strings
4 * Contains all text strings used in the general settings sections of BookStack
5 * including users and roles.
10 'settings' => 'Instellingen',
11 'settings_save' => 'Instellingen Opslaan',
12 'settings_save_success' => 'Instellingen Opgeslagen',
15 'app_customization' => 'Customization',
16 'app_features_security' => 'Features & Security',
17 'app_name' => 'Applicatienaam',
18 'app_name_desc' => 'De applicatienaam wordt in e-mails in in de header weergegeven.',
19 'app_name_header' => 'Applicatienaam in de header weergeven?',
20 'app_public_access' => 'Public Access',
21 'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.',
22 'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.',
23 'app_public_access_toggle' => 'Allow public access',
24 'app_public_viewing' => 'Publieke bewerkingen toestaan?',
25 'app_secure_images' => 'Beter beveiligide afbeeldingen gebruiken?',
26 'app_secure_images_toggle' => 'Enable higher security image uploads',
27 'app_secure_images_desc' => 'Omwille van de performance zijn alle afbeeldingen publiek toegankelijk. Zorg ervoor dat je de \'directory index\' niet hebt ingeschakeld.',
28 'app_editor' => 'Pagina Bewerken',
29 'app_editor_desc' => 'Selecteer welke tekstverwerker je wilt gebruiken.',
30 'app_custom_html' => 'Speciale HTML toevoegen',
31 'app_custom_html_desc' => 'Alles wat je hier toevoegd wordt in de <head> sectie van elke pagina meengenomen. Dit kun je bijvoorbeeld voor analytics gebruiken.',
32 'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
33 'app_logo' => 'Applicatielogo',
34 'app_logo_desc' => 'De afbeelding moet 43px hoog zijn. <br>Grotere afbeeldingen worden geschaald.',
35 'app_primary_color' => 'Applicatie hoofdkleur',
36 'app_primary_color_desc' => 'Geef een hexadecimale waarde. <br>Als je niks invult wordt de standaardkleur gebruikt.',
37 'app_homepage' => 'Application Homepage',
38 'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
39 'app_homepage_select' => 'Select a page',
40 'app_disable_comments' => 'Reacties uitschakelen',
41 'app_disable_comments_toggle' => 'Disable comments',
42 'app_disable_comments_desc' => 'Schakel opmerkingen uit op alle pagina\'s in de applicatie. Bestaande opmerkingen worden niet getoond.',
44 // Registration Settings
45 'reg_settings' => 'Registratieinstellingen',
46 'reg_enable' => 'Enable Registration',
47 'reg_enable_toggle' => 'Enable registration',
48 'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
49 'reg_default_role' => 'Standaard rol na registratie',
50 'reg_email_confirmation' => 'Email Confirmation',
51 'reg_email_confirmation_toggle' => 'Require email confirmation',
52 'reg_confirm_email_desc' => 'Als domeinrestricties aan staan dan is altijd e-maibevestiging nodig. Onderstaande instelling wordt dan genegeerd.',
53 'reg_confirm_restrict_domain' => 'Beperk registratie tot een maildomein',
54 'reg_confirm_restrict_domain_desc' => 'Geen een komma-gescheiden lijst van domeinnamen die gebruikt mogen worden bij registratie. <br> Let op: na registratie kunnen gebruikers hun e-mailadres nog steeds wijzigen.',
55 'reg_confirm_restrict_domain_placeholder' => 'Geen beperkingen ingesteld',
57 // Maintenance settings
58 'maint' => 'Maintenance',
59 'maint_image_cleanup' => 'Cleanup Images',
60 'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.",
61 'maint_image_cleanup_ignore_revisions' => 'Ignore images in revisions',
62 'maint_image_cleanup_run' => 'Run Cleanup',
63 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
64 'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
65 'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
69 'role_user_roles' => 'Gebruikrollen',
70 'role_create' => 'Nieuwe Rol Maken',
71 'role_create_success' => 'Rol succesvol aangemaakt',
72 'role_delete' => 'Rol Verwijderen',
73 'role_delete_confirm' => 'Dit verwijdert de rol \':roleName\'.',
74 'role_delete_users_assigned' => 'Er zijn :userCount gebruikers met deze rol. Selecteer hieronder een nieuwe rol als je deze gebruikers een andere rol wilt geven.',
75 'role_delete_no_migration' => "Geen gebruikers migreren",
76 'role_delete_sure' => 'Weet je zeker dat je deze rol wilt verwijderen?',
77 'role_delete_success' => 'Rol succesvol verwijderd',
78 'role_edit' => 'Rol Bewerken',
79 'role_details' => 'Rol Details',
80 'role_name' => 'Rolnaam',
81 'role_desc' => 'Korte beschrijving van de rol',
82 'role_external_auth_id' => 'External Authentication IDs',
83 'role_system' => 'Systeem Permissies',
84 'role_manage_users' => 'Gebruikers beheren',
85 'role_manage_roles' => 'Rollen en rechten beheren',
86 'role_manage_entity_permissions' => 'Beheer alle boeken-, hoofdstukken- en paginaresitrcties',
87 'role_manage_own_entity_permissions' => 'Beheer restricties van je eigen boeken, hoofdstukken en pagina\'s',
88 'role_manage_page_templates' => 'Manage page templates',
89 'role_manage_settings' => 'Beheer app instellingen',
90 'role_asset' => 'Asset Permissies',
91 'role_asset_desc' => 'Deze permissies bepalen de standaardtoegangsrechten. Permissies op boeken, hoofdstukken en pagina\'s overschrijven deze instelling.',
92 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
93 'role_all' => 'Alles',
94 'role_own' => 'Eigen',
95 'role_controlled_by_asset' => 'Gecontroleerd door de asset waar deze is geüpload',
96 'role_save' => 'Rol Opslaan',
97 'role_update_success' => 'Rol succesvol bijgewerkt',
98 'role_users' => 'Gebruikers in deze rol',
99 'role_users_none' => 'Geen enkele gebruiker heeft deze rol',
102 'users' => 'Gebruikers',
103 'user_profile' => 'Gebruikersprofiel',
104 'users_add_new' => 'Gebruiker toevoegen',
105 'users_search' => 'Gebruiker zoeken',
106 'users_details' => 'User Details',
107 'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.',
108 'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
109 'users_role' => 'Gebruikersrollen',
110 'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
111 'users_password' => 'User Password',
112 'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 6 characters long.',
113 'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
114 'users_send_invite_option' => 'Send user invite email',
115 'users_external_auth_id' => 'External Authentication ID',
116 'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.',
117 'users_password_warning' => 'Vul onderstaande formulier alleen in als je het wachtwoord wilt aanpassen:',
118 'users_system_public' => 'De eigenschappen van deze gebruiker worden voor elke gastbezoeker gebruikt. Er kan niet mee ingelogd worden en wordt automatisch toegewezen.',
119 'users_delete' => 'Verwijder gebruiker',
120 'users_delete_named' => 'Verwijder gebruiker :userName',
121 'users_delete_warning' => 'Dit zal de gebruiker \':userName\' volledig uit het systeem verwijderen.',
122 'users_delete_confirm' => 'Weet je zeker dat je deze gebruiker wilt verwijderen?',
123 'users_delete_success' => 'Gebruiker succesvol verwijderd',
124 'users_edit' => 'Bewerk Gebruiker',
125 'users_edit_profile' => 'Bewerk Profiel',
126 'users_edit_success' => 'Gebruiker succesvol bijgewerkt',
127 'users_avatar' => 'Avatar',
128 'users_avatar_desc' => 'De afbeelding moet vierkant zijn en ongeveer 256px breed.',
129 'users_preferred_language' => 'Voorkeurstaal',
130 'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
131 'users_social_accounts' => 'Social Accounts',
132 'users_social_accounts_info' => 'Hier kun je accounts verbinden om makkelijker in te loggen. Via je profiel kun je ook weer rechten intrekken die bij deze social accountsh horen.',
133 'users_social_connect' => 'Account Verbinden',
134 'users_social_disconnect' => 'Account Ontkoppelen',
135 'users_social_connected' => ':socialAccount account is succesvol aan je profiel gekoppeld.',
136 'users_social_disconnected' => ':socialAccount account is succesvol ontkoppeld van je profiel.',
138 //! If editing translations files directly please ignore this in all
139 //! languages apart from en. Content will be auto-copied from en.
140 //!////////////////////////////////
141 'language_select' => [
144 'de' => 'Deutsch (Sie)',
145 'de_informal' => 'Deutsch (Du)',
147 'es_AR' => 'Español Argentina',
149 'nl' => 'Nederlands',
150 'pt_BR' => 'Português do Brasil',
159 'uk' => 'Українська',
165 //!////////////////////////////////