]> BookStack Code Mirror - bookstack/blob - resources/lang/nl/settings.php
2240d719862e3246ed04915f25a740ceb4332e20
[bookstack] / resources / lang / nl / settings.php
1 <?php
2 /**
3  * Settings text strings
4  * Contains all text strings used in the general settings sections of BookStack
5  * including users and roles.
6  */
7 return [
8
9     // Common Messages
10     'settings' => 'Instellingen',
11     'settings_save' => 'Instellingen Opslaan',
12     'settings_save_success' => 'Instellingen Opgeslagen',
13
14     // App Settings
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.',
43
44     // Color settings
45     'content_colors' => 'Content Colors',
46     'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
47     'bookshelf_color' => 'Shelf Color',
48     'book_color' => 'Book Color',
49     'chapter_color' => 'Chapter Color',
50     'page_color' => 'Page Color',
51     'page_draft_color' => 'Page Draft Color',
52
53     // Registration Settings
54     'reg_settings' => 'Registratieinstellingen',
55     'reg_enable' => 'Enable Registration',
56     'reg_enable_toggle' => 'Enable registration',
57     '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.',
58     'reg_default_role' => 'Standaard rol na registratie',
59     'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
60     'reg_email_confirmation' => 'Email Confirmation',
61     'reg_email_confirmation_toggle' => 'Require email confirmation',
62     'reg_confirm_email_desc' => 'Als domeinrestricties aan staan dan is altijd e-maibevestiging nodig. Onderstaande instelling wordt dan genegeerd.',
63     'reg_confirm_restrict_domain' => 'Beperk registratie tot een maildomein',
64     '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.',
65     'reg_confirm_restrict_domain_placeholder' => 'Geen beperkingen ingesteld',
66
67     // Maintenance settings
68     'maint' => 'Maintenance',
69     'maint_image_cleanup' => 'Cleanup Images',
70     '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.",
71     'maint_image_cleanup_ignore_revisions' => 'Ignore images in revisions',
72     'maint_image_cleanup_run' => 'Run Cleanup',
73     'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
74     'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
75     'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
76     'maint_send_test_email' => 'Send a Test Email',
77     'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
78     'maint_send_test_email_run' => 'Send test email',
79     'maint_send_test_email_success' => 'Email sent to :address',
80     'maint_send_test_email_mail_subject' => 'Test Email',
81     'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
82     'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
83
84     // Role Settings
85     'roles' => 'Rollen',
86     'role_user_roles' => 'Gebruikrollen',
87     'role_create' => 'Nieuwe Rol Maken',
88     'role_create_success' => 'Rol succesvol aangemaakt',
89     'role_delete' => 'Rol Verwijderen',
90     'role_delete_confirm' => 'Dit verwijdert de rol \':roleName\'.',
91     '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.',
92     'role_delete_no_migration' => "Geen gebruikers migreren",
93     'role_delete_sure' => 'Weet je zeker dat je deze rol wilt verwijderen?',
94     'role_delete_success' => 'Rol succesvol verwijderd',
95     'role_edit' => 'Rol Bewerken',
96     'role_details' => 'Rol Details',
97     'role_name' => 'Rolnaam',
98     'role_desc' => 'Korte beschrijving van de rol',
99     'role_external_auth_id' => 'External Authentication IDs',
100     'role_system' => 'Systeem Permissies',
101     'role_manage_users' => 'Gebruikers beheren',
102     'role_manage_roles' => 'Rollen en rechten beheren',
103     'role_manage_entity_permissions' => 'Beheer alle boeken-, hoofdstukken- en paginaresitrcties',
104     'role_manage_own_entity_permissions' => 'Beheer restricties van je eigen boeken, hoofdstukken en pagina\'s',
105     'role_manage_page_templates' => 'Manage page templates',
106     'role_manage_settings' => 'Beheer app instellingen',
107     'role_asset' => 'Asset Permissies',
108     'role_asset_desc' => 'Deze permissies bepalen de standaardtoegangsrechten. Permissies op boeken, hoofdstukken en pagina\'s overschrijven deze instelling.',
109     'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
110     'role_all' => 'Alles',
111     'role_own' => 'Eigen',
112     'role_controlled_by_asset' => 'Gecontroleerd door de asset waar deze is geüpload',
113     'role_save' => 'Rol Opslaan',
114     'role_update_success' => 'Rol succesvol bijgewerkt',
115     'role_users' => 'Gebruikers in deze rol',
116     'role_users_none' => 'Geen enkele gebruiker heeft deze rol',
117
118     // Users
119     'users' => 'Gebruikers',
120     'user_profile' => 'Gebruikersprofiel',
121     'users_add_new' => 'Gebruiker toevoegen',
122     'users_search' => 'Gebruiker zoeken',
123     'users_details' => 'User Details',
124     '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.',
125     'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
126     'users_role' => 'Gebruikersrollen',
127     '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.',
128     'users_password' => 'User Password',
129     'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 6 characters long.',
130     '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.',
131     'users_send_invite_option' => 'Send user invite email',
132     'users_external_auth_id' => 'External Authentication ID',
133     'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.',
134     'users_password_warning' => 'Vul onderstaande formulier alleen in als je het wachtwoord wilt aanpassen:',
135     'users_system_public' => 'De eigenschappen van deze gebruiker worden voor elke gastbezoeker gebruikt. Er kan niet mee ingelogd worden en wordt automatisch toegewezen.',
136     'users_delete' => 'Verwijder gebruiker',
137     'users_delete_named' => 'Verwijder gebruiker :userName',
138     'users_delete_warning' => 'Dit zal de gebruiker \':userName\' volledig uit het systeem verwijderen.',
139     'users_delete_confirm' => 'Weet je zeker dat je deze gebruiker wilt verwijderen?',
140     'users_delete_success' => 'Gebruiker succesvol verwijderd',
141     'users_edit' => 'Bewerk Gebruiker',
142     'users_edit_profile' => 'Bewerk Profiel',
143     'users_edit_success' => 'Gebruiker succesvol bijgewerkt',
144     'users_avatar' => 'Avatar',
145     'users_avatar_desc' => 'De afbeelding moet vierkant zijn en ongeveer 256px breed.',
146     'users_preferred_language' => 'Voorkeurstaal',
147     '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.',
148     'users_social_accounts' => 'Social Accounts',
149     '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.',
150     'users_social_connect' => 'Account Verbinden',
151     'users_social_disconnect' => 'Account Ontkoppelen',
152     'users_social_connected' => ':socialAccount account is succesvol aan je profiel gekoppeld.',
153     'users_social_disconnected' => ':socialAccount account is succesvol ontkoppeld van je profiel.',
154
155     //! If editing translations files directly please ignore this in all
156     //! languages apart from en. Content will be auto-copied from en.
157     //!////////////////////////////////
158     'language_select' => [
159         'en' => 'English',
160         'ar' => 'العربية',
161         'de' => 'Deutsch (Sie)',
162         'de_informal' => 'Deutsch (Du)',
163         'es' => 'Español',
164         'es_AR' => 'Español Argentina',
165         'fr' => 'Français',
166         'nl' => 'Nederlands',
167         'pt_BR' => 'Português do Brasil',
168         'sk' => 'Slovensky',
169         'cs' => 'Česky',
170         'sv' => 'Svenska',
171         'ko' => '한국어',
172         'ja' => '日本語',
173         'pl' => 'Polski',
174         'it' => 'Italian',
175         'ru' => 'Русский',
176         'uk' => 'Українська',
177         'zh_CN' => '简体中文',
178         'zh_TW' => '繁體中文',
179         'hu' => 'Magyar',
180         'tr' => 'Türkçe',
181     ]
182     //!////////////////////////////////
183 ];