Blame view

sources/core/l10n/nl.php 14.6 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Expiration date is in the past." => "De vervaldatum ligt in het verleden.",
31b7f2792   Kload   Upgrade to ownclo...
4
5
6
7
  "Couldn't send mail to following users: %s " => "Kon geen e-mail sturen aan de volgende gebruikers: %s",
  "Turned on maintenance mode" => "Onderhoudsmodus ingeschakeld",
  "Turned off maintenance mode" => "Onderhoudsmodus uitgeschakeld",
  "Updated database" => "Database bijgewerkt",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Checked database schema update" => "Database schema-update gecontroleerd",
  "Disabled incompatible apps: %s" => "Gedeactiveerde incompatibele apps: %s",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
15
16
17
18
19
20
21
  "No image or file provided" => "Geen afbeelding of bestand opgegeven",
  "Unknown filetype" => "Onbekend bestandsformaat",
  "Invalid image" => "Ongeldige afbeelding",
  "No temporary profile picture available, try again" => "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw",
  "No crop data provided" => "Geen bijsnijdingsgegevens opgegeven",
  "Sunday" => "zondag",
  "Monday" => "maandag",
  "Tuesday" => "dinsdag",
  "Wednesday" => "woensdag",
  "Thursday" => "donderdag",
  "Friday" => "vrijdag",
  "Saturday" => "zaterdag",
03e52840d   Kload   Init
22
23
24
25
26
27
28
29
30
31
32
33
34
  "January" => "januari",
  "February" => "februari",
  "March" => "maart",
  "April" => "april",
  "May" => "mei",
  "June" => "juni",
  "July" => "juli",
  "August" => "augustus",
  "September" => "september",
  "October" => "oktober",
  "November" => "november",
  "December" => "december",
  "Settings" => "Instellingen",
6d9380f96   Cédric Dupont   Update sources OC...
35
36
37
38
39
  "File" => "Bestand",
  "Folder" => "Map",
  "Image" => "Afbeelding",
  "Audio" => "Audio",
  "Saving..." => "Opslaan",
03e52840d   Kload   Init
40
  "seconds ago" => "seconden geleden",
31b7f2792   Kload   Upgrade to ownclo...
41
42
  "_%n minute ago_::_%n minutes ago_" => array("","%n minuten geleden"),
  "_%n hour ago_::_%n hours ago_" => array("","%n uur geleden"),
03e52840d   Kload   Init
43
44
  "today" => "vandaag",
  "yesterday" => "gisteren",
31b7f2792   Kload   Upgrade to ownclo...
45
  "_%n day ago_::_%n days ago_" => array("","%n dagen geleden"),
03e52840d   Kload   Init
46
  "last month" => "vorige maand",
31b7f2792   Kload   Upgrade to ownclo...
47
  "_%n month ago_::_%n months ago_" => array("","%n maanden geleden"),
03e52840d   Kload   Init
48
49
  "last year" => "vorig jaar",
  "years ago" => "jaar geleden",
6d9380f96   Cédric Dupont   Update sources OC...
50
51
52
53
54
55
  "Couldn't send reset email. Please contact your administrator." => "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.",
  "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "De link om uw wachtwoord te herstellen is per e-mail naar u verstuurd. Als u dit bericht niet binnen redelijke tijd hebt ontvangen, controleer dan uw spammapje. <br>Als het daar niet in zit, neem dan contact op met uw beheerder.",
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, dan is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld. <br>Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder. <br>Wilt u echt verder gaan?",
  "I know what I'm doing" => "Ik weet wat ik doe",
  "Reset password" => "Reset wachtwoord",
  "Password can not be changed. Please contact your administrator." => "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.",
03e52840d   Kload   Init
56
  "Yes" => "Ja",
31b7f2792   Kload   Upgrade to ownclo...
57
  "No" => "Nee",
6d9380f96   Cédric Dupont   Update sources OC...
58
59
  "Choose" => "Kies",
  "Error loading file picker template: {error}" => "Fout bij laden bestandenselecteur sjabloon: {error}",
03e52840d   Kload   Init
60
  "Ok" => "Ok",
31b7f2792   Kload   Upgrade to ownclo...
61
62
63
  "Error loading message template: {error}" => "Fout bij laden berichtensjabloon: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} bestandsconflict","{count} bestandsconflicten"),
  "One file conflict" => "Een bestandsconflict",
6d9380f96   Cédric Dupont   Update sources OC...
64
65
  "New Files" => "Nieuwe bestanden",
  "Already existing files" => "Al aanwezige bestanden",
31b7f2792   Kload   Upgrade to ownclo...
66
67
68
69
70
71
72
  "Which files do you want to keep?" => "Welke bestanden wilt u bewaren?",
  "If you select both versions, the copied file will have a number added to its name." => "Als u beide versies selecteerde, zal het gekopieerde bestand een nummer aan de naam toegevoegd krijgen.",
  "Cancel" => "Annuleer",
  "Continue" => "Verder",
  "(all selected)" => "(alles geselecteerd)",
  "({count} selected)" => "({count} geselecteerd)",
  "Error loading file exists template" => "Fout bij laden bestand bestaat al sjabloon",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
75
76
77
  "Very weak password" => "Zeer zwak wachtwoord",
  "Weak password" => "Zwak wachtwoord",
  "So-so password" => "Matig wachtwoord",
  "Good password" => "Goed wachtwoord",
  "Strong password" => "Sterk wachtwoord",
03e52840d   Kload   Init
78
  "Shared" => "Gedeeld",
6d9380f96   Cédric Dupont   Update sources OC...
79
80
  "Shared by {owner}" => "Gedeeld door {owner}",
  "Shared with {recipients}" => "Gedeeld met {recipients}",
03e52840d   Kload   Init
81
  "Share" => "Delen",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Error" => "Fout",
03e52840d   Kload   Init
83
84
85
86
87
  "Error while sharing" => "Fout tijdens het delen",
  "Error while unsharing" => "Fout tijdens het stoppen met delen",
  "Error while changing permissions" => "Fout tijdens het veranderen van permissies",
  "Shared with you and the group {group} by {owner}" => "Gedeeld met u en de groep {group} door {owner}",
  "Shared with you by {owner}" => "Gedeeld met u door {owner}",
31b7f2792   Kload   Upgrade to ownclo...
88
89
  "Share with user or group …" => "Delen met gebruiker of groep ...",
  "Share link" => "Deel link",
6d9380f96   Cédric Dupont   Update sources OC...
90
91
  "The public link will expire no later than {days} days after it is created" => "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
  "By default the public link will expire after {days} days" => "Standaard vervalt een openbare link na {days} dagen",
31b7f2792   Kload   Upgrade to ownclo...
92
  "Password protect" => "Wachtwoord beveiligd",
6d9380f96   Cédric Dupont   Update sources OC...
93
  "Choose a password for the public link" => "Kies een wachtwoord voor de openbare link",
31b7f2792   Kload   Upgrade to ownclo...
94
  "Allow Public Upload" => "Sta publieke uploads toe",
03e52840d   Kload   Init
95
96
97
98
  "Email link to person" => "E-mail link naar persoon",
  "Send" => "Versturen",
  "Set expiration date" => "Stel vervaldatum in",
  "Expiration date" => "Vervaldatum",
31b7f2792   Kload   Upgrade to ownclo...
99
  "Share via email:" => "Deel via e-mail:",
03e52840d   Kload   Init
100
  "No people found" => "Geen mensen gevonden",
31b7f2792   Kload   Upgrade to ownclo...
101
  "group" => "groep",
03e52840d   Kload   Init
102
103
104
  "Resharing is not allowed" => "Verder delen is niet toegestaan",
  "Shared in {item} with {user}" => "Gedeeld in {item} met {user}",
  "Unshare" => "Stop met delen",
31b7f2792   Kload   Upgrade to ownclo...
105
  "notify by email" => "melden per e-mail",
6d9380f96   Cédric Dupont   Update sources OC...
106
  "can share" => "kan delen",
03e52840d   Kload   Init
107
108
  "can edit" => "kan wijzigen",
  "access control" => "toegangscontrole",
31b7f2792   Kload   Upgrade to ownclo...
109
  "create" => "creëer",
03e52840d   Kload   Init
110
111
  "update" => "bijwerken",
  "delete" => "verwijderen",
03e52840d   Kload   Init
112
  "Password protected" => "Wachtwoord beveiligd",
6d9380f96   Cédric Dupont   Update sources OC...
113
  "Error unsetting expiration date" => "Fout tijdens het verwijderen van de vervaldatum",
03e52840d   Kload   Init
114
115
116
  "Error setting expiration date" => "Fout tijdens het instellen van de vervaldatum",
  "Sending ..." => "Versturen ...",
  "Email sent" => "E-mail verzonden",
31b7f2792   Kload   Upgrade to ownclo...
117
118
119
120
121
122
123
124
  "Warning" => "Waarschuwing",
  "The object type is not specified." => "Het object type is niet gespecificeerd.",
  "Enter new" => "Opgeven nieuw",
  "Delete" => "Verwijder",
  "Add" => "Toevoegen",
  "Edit tags" => "Bewerken tags",
  "Error loading dialog template: {error}" => "Fout bij laden dialoog sjabloon: {error}",
  "No tags selected for deletion." => "Geen tags geselecteerd voor verwijdering.",
6d9380f96   Cédric Dupont   Update sources OC...
125
126
127
128
129
130
131
  "Updating {productName} to version {version}, this may take a while." => "Bijwerken {productName} naar versie {version}, dit kan even duren.",
  "Please reload the page." => "Herlaad deze pagina.",
  "The update was unsuccessful." => "De update is niet geslaagd.",
  "The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud.",
  "Couldn't reset password because the token is invalid" => "Kon het wachtwoord niet herstellen omdat het token ongeldig is",
  "Couldn't send reset email. Please make sure your username is correct." => "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.",
  "Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Kon wachtwoordherstel e-mailbericht niet versturen, omdat er geen e-mailadres bekend is voor deze gebruikersnaam. Neem contact op met uw beheerder.",
31b7f2792   Kload   Upgrade to ownclo...
132
  "%s password reset" => "%s wachtwoord reset",
6d9380f96   Cédric Dupont   Update sources OC...
133
134
  "Use the following link to reset your password: {link}" => "Gebruik de volgende link om uw wachtwoord te resetten: {link}",
  "You will receive a link to reset your password via Email." => "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.",
03e52840d   Kload   Init
135
  "Username" => "Gebruikersnaam",
6d9380f96   Cédric Dupont   Update sources OC...
136
137
138
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.
  Als u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.
  Wil u echt doorgaan?",
31b7f2792   Kload   Upgrade to ownclo...
139
140
  "Yes, I really want to reset my password now" => "Ja, ik wil mijn wachtwoord nu echt resetten",
  "Reset" => "Reset",
03e52840d   Kload   Init
141
  "New password" => "Nieuw wachtwoord",
6d9380f96   Cédric Dupont   Update sources OC...
142
143
144
  "New Password" => "Nieuw wachtwoord",
  "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op uw eigen risico!",
  "For the best results, please consider using a GNU/Linux server instead." => "Voor het beste resultaat adviseren wij het gebruik van een GNU/Linux server.",
03e52840d   Kload   Init
145
146
147
148
149
  "Personal" => "Persoonlijk",
  "Users" => "Gebruikers",
  "Apps" => "Apps",
  "Admin" => "Beheerder",
  "Help" => "Help",
31b7f2792   Kload   Upgrade to ownclo...
150
151
152
153
154
155
156
  "Error loading tags" => "Fout bij laden tags",
  "Tag already exists" => "Tag bestaat al",
  "Error deleting tag(s)" => "Fout bij verwijderen tag(s)",
  "Error tagging" => "Fout bij taggen",
  "Error untagging" => "Fout bij ont-taggen",
  "Error favoriting" => "Fout bij favoriet maken",
  "Error unfavoriting" => "Fout bij verwijderen favorietstatus",
03e52840d   Kload   Init
157
158
  "Access forbidden" => "Toegang verboden",
  "Cloud not found" => "Cloud niet gevonden",
6d9380f96   Cédric Dupont   Update sources OC...
159
160
161
162
163
164
165
166
167
168
169
170
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Hallo,
  
  %s deelt %s met u.
  Bekijk het: %s
  
  ",
  "The share will expire on %s." => "De share vervalt op %s.",
31b7f2792   Kload   Upgrade to ownclo...
171
  "Cheers!" => "Proficiat!",
03e52840d   Kload   Init
172
  "Security Warning" => "Beveiligingswaarschuwing",
6d9380f96   Cédric Dupont   Update sources OC...
173
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)",
31b7f2792   Kload   Upgrade to ownclo...
174
175
176
  "Please update your PHP installation to use %s securely." => "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken.",
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Er kon geen willekeurig nummer worden gegenereerd. Zet de PHP OpenSSL-extentie aan.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Zonder random nummer generator is het mogelijk voor een aanvaller om de resettokens van wachtwoorden te voorspellen. Dit kan leiden tot het inbreken op uw account.",
6d9380f96   Cédric Dupont   Update sources OC...
177
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert.",
31b7f2792   Kload   Upgrade to ownclo...
178
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Bekijk de <a href=\"%s\" target=\"_blank\">documentatie</a> voor Informatie over het correct configureren van uw server.",
03e52840d   Kload   Init
179
  "Create an <strong>admin account</strong>" => "Maak een <strong>beheerdersaccount</strong> aan",
6d9380f96   Cédric Dupont   Update sources OC...
180
181
  "Password" => "Wachtwoord",
  "Storage & database" => "Opslag & database",
03e52840d   Kload   Init
182
183
  "Data folder" => "Gegevensmap",
  "Configure the database" => "Configureer de database",
6d9380f96   Cédric Dupont   Update sources OC...
184
  "Only %s is available." => "Alleen %s is beschikbaar.",
03e52840d   Kload   Init
185
186
187
188
  "Database user" => "Gebruiker database",
  "Database password" => "Wachtwoord database",
  "Database name" => "Naam database",
  "Database tablespace" => "Database tablespace",
31b7f2792   Kload   Upgrade to ownclo...
189
  "Database host" => "Databaseserver",
6d9380f96   Cédric Dupont   Update sources OC...
190
  "SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit aan te passen.",
03e52840d   Kload   Init
191
  "Finish setup" => "Installatie afronden",
31b7f2792   Kload   Upgrade to ownclo...
192
  "Finishing …" => "Afronden ...",
6d9380f96   Cédric Dupont   Update sources OC...
193
  "This application requires JavaScript to be enabled for correct operation.  Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Deze applicatie heeft JavaScript nodig om correct te functioneren.  <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.",
31b7f2792   Kload   Upgrade to ownclo...
194
  "%s is available. Get more information on how to update." => "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.",
03e52840d   Kload   Init
195
196
  "Log out" => "Afmelden",
  "Automatic logon rejected!" => "Automatische aanmelding geweigerd!",
6d9380f96   Cédric Dupont   Update sources OC...
197
198
  "If you did not change your password recently, your account may be compromised!" => "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!",
  "Please change your password to secure your account again." => "Wijzig uw wachtwoord zodat uw account weer beveiligd is.",
31b7f2792   Kload   Upgrade to ownclo...
199
200
  "Server side authentication failed!" => "Authenticatie bij de server mislukte!",
  "Please contact your administrator." => "Neem contact op met uw systeembeheerder.",
6d9380f96   Cédric Dupont   Update sources OC...
201
  "Forgot your password? Reset it!" => "Wachtwoord vergeten? Herstel het!",
03e52840d   Kload   Init
202
  "remember" => "onthoud gegevens",
6d9380f96   Cédric Dupont   Update sources OC...
203
  "Log in" => "Meld u aan",
03e52840d   Kload   Init
204
  "Alternative Logins" => "Alternatieve inlogs",
6d9380f96   Cédric Dupont   Update sources OC...
205
206
207
  "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br><br>%s deelt <strong>%s</strong> met u.<br><a href=\"%s\">Bekijk het!</a><br><br>",
  "This ownCloud instance is currently in single user mode." => "Deze ownCloud werkt momenteel in enkele gebruiker modus.",
  "This means only administrators can use the instance." => "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.",
31b7f2792   Kload   Upgrade to ownclo...
208
209
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.",
  "Thank you for your patience." => "Bedankt voor uw geduld.",
6d9380f96   Cédric Dupont   Update sources OC...
210
211
212
213
214
  "%s will be updated to version %s." => "%s wordt bijgewerkt naar versie %s.",
  "The following apps will be disabled:" => "De volgende apps worden gedeactiveerd:",
  "The theme %s has been disabled." => "Het thema %s is gedeactiveerd.",
  "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Let erop dat de database, de config map en de data map zijn gebackupped voordat u verder gaat.",
  "Start update" => "Begin de update",
31b7f2792   Kload   Upgrade to ownclo...
215
216
  "This ownCloud instance is currently being updated, which may take a while." => "Deze ownCloud dienst wordt nu bijgewerkt, dat kan even duren.",
  "Please reload this page after a short time to continue using ownCloud." => "Laad deze pagina straks opnieuw om verder te gaan met ownCloud."
03e52840d   Kload   Init
217
  );
31b7f2792   Kload   Upgrade to ownclo...
218
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";