Blame view

sources/settings/l10n/nl.php 11.4 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Unable to load list from App Store" => "Kan de lijst niet van de App store laden",
  "Authentication error" => "Authenticatie fout",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Your full name has been changed." => "Uw volledige naam is gewijzigd.",
  "Unable to change full name" => "Kan de volledige naam niet wijzigen",
03e52840d   Kload   Init
7
8
  "Group already exists" => "Groep bestaat al",
  "Unable to add group" => "Niet in staat om groep toe te voegen",
03e52840d   Kload   Init
9
10
11
12
13
  "Email saved" => "E-mail bewaard",
  "Invalid email" => "Ongeldige e-mail",
  "Unable to delete group" => "Niet in staat om groep te verwijderen",
  "Unable to delete user" => "Niet in staat om gebruiker te verwijderen",
  "Language changed" => "Taal aangepast",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Invalid request" => "Ongeldige aanvraag",
03e52840d   Kload   Init
15
16
17
18
  "Admins can't remove themself from the admin group" => "Admins kunnen zichzelf niet uit de admin groep verwijderen",
  "Unable to add user to group %s" => "Niet in staat om gebruiker toe te voegen aan groep %s",
  "Unable to remove user from group %s" => "Niet in staat om gebruiker te verwijderen uit groep %s",
  "Couldn't update app." => "Kon de app niet bijwerken.",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
23
24
  "Wrong password" => "Onjuist wachtwoord",
  "No user supplied" => "Geen gebruiker opgegeven",
  "Please provide an admin recovery password, otherwise all user data will be lost" => "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan",
  "Wrong admin recovery password. Please check the password and try again." => "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.",
  "Back-end doesn't support password change, but the users encryption key was successfully updated." => "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.",
  "Unable to change password" => "Kan wachtwoord niet wijzigen",
03e52840d   Kload   Init
25
26
  "Update to {appversion}" => "Bijwerken naar {appversion}",
  "Disable" => "Uitschakelen",
31b7f2792   Kload   Upgrade to ownclo...
27
  "Enable" => "Activeer",
03e52840d   Kload   Init
28
  "Please wait...." => "Even geduld aub....",
31b7f2792   Kload   Upgrade to ownclo...
29
30
  "Error while disabling app" => "Fout tijdens het uitzetten van het programma",
  "Error while enabling app" => "Fout tijdens het aanzetten van het programma",
03e52840d   Kload   Init
31
32
33
  "Updating...." => "Bijwerken....",
  "Error while updating app" => "Fout bij bijwerken app",
  "Error" => "Fout",
31b7f2792   Kload   Upgrade to ownclo...
34
  "Update" => "Bijwerken",
03e52840d   Kload   Init
35
  "Updated" => "Bijgewerkt",
31b7f2792   Kload   Upgrade to ownclo...
36
37
38
  "Select a profile picture" => "Kies een profielafbeelding",
  "Decrypting files... Please wait, this can take some time." => "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren.",
  "Saving..." => "Opslaan",
03e52840d   Kload   Init
39
40
41
42
43
  "deleted" => "verwijderd",
  "undo" => "ongedaan maken",
  "Unable to remove user" => "Kon gebruiker niet verwijderen",
  "Groups" => "Groepen",
  "Group Admin" => "Groep beheerder",
31b7f2792   Kload   Upgrade to ownclo...
44
  "Delete" => "Verwijder",
03e52840d   Kload   Init
45
46
47
48
  "add group" => "toevoegen groep",
  "A valid username must be provided" => "Er moet een geldige gebruikersnaam worden opgegeven",
  "Error creating user" => "Fout bij aanmaken gebruiker",
  "A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven",
31b7f2792   Kload   Upgrade to ownclo...
49
  "Warning: Home directory for user \"{user}\" already exists" => "Waarschuwing: Home directory voor gebruiker \"{user}\" bestaat al",
03e52840d   Kload   Init
50
  "__language_name__" => "Nederlands",
31b7f2792   Kload   Upgrade to ownclo...
51
52
53
54
55
  "Everything (fatal issues, errors, warnings, info, debug)" => "Alles (fatale problemen, fouten, waarschuwingen, info, debug)",
  "Info, warnings, errors and fatal issues" => "Info, waarschuwingen, fouten en fatale problemen",
  "Warnings, errors and fatal issues" => "Waarschuwingen, fouten en fatale problemen",
  "Errors and fatal issues" => "Fouten en fatale problemen",
  "Fatal issues only" => "Alleen fatale problemen",
03e52840d   Kload   Init
56
  "Security Warning" => "Beveiligingswaarschuwing",
31b7f2792   Kload   Upgrade to ownclo...
57
  "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar.  Het .htaccess-bestand werkt niet.  We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.",
03e52840d   Kload   Init
58
59
  "Setup Warning" => "Instellingswaarschuwing",
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.",
31b7f2792   Kload   Upgrade to ownclo...
60
  "Please double check the <a href=\"%s\">installation guides</a>." => "Conntroleer de <a href='%s'>installatie handleiding</a> goed.",
03e52840d   Kload   Init
61
62
63
  "Module 'fileinfo' missing" => "Module 'fileinfo' ontbreekt",
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.",
  "Locale not working" => "Taalbestand werkt niet",
03e52840d   Kload   Init
64
  "Internet connection not working" => "Internet verbinding werkt niet",
31b7f2792   Kload   Upgrade to ownclo...
65
  "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.",
03e52840d   Kload   Init
66
67
  "Cron" => "Cron",
  "Execute one task with each page loaded" => "Bij laden van elke pagina één taak uitvoeren",
31b7f2792   Kload   Upgrade to ownclo...
68
69
  "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.",
  "Use systems cron service to call the cron.php file every 15 minutes." => "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.",
03e52840d   Kload   Init
70
71
72
73
74
  "Sharing" => "Delen",
  "Enable Share API" => "Activeren Share API",
  "Allow apps to use the Share API" => "Apps toestaan de Share API te gebruiken",
  "Allow links" => "Toestaan links",
  "Allow users to share items to the public with links" => "Toestaan dat gebruikers objecten met links delen met anderen",
31b7f2792   Kload   Upgrade to ownclo...
75
76
  "Allow public uploads" => "Sta publieke uploads toe",
  "Allow users to enable others to upload into their publicly shared folders" => "Sta gebruikers toe anderen in hun publiek gedeelde mappen bestanden te uploaden",
03e52840d   Kload   Init
77
78
79
80
  "Allow resharing" => "Toestaan opnieuw delen",
  "Allow users to share items shared with them again" => "Toestaan dat gebruikers objecten die anderen met hun gedeeld hebben zelf ook weer delen met anderen",
  "Allow users to share with anyone" => "Toestaan dat gebruikers met iedereen delen",
  "Allow users to only share with users in their groups" => "Instellen dat gebruikers alleen met leden binnen hun groepen delen",
31b7f2792   Kload   Upgrade to ownclo...
81
82
  "Allow mail notification" => "Toestaan e-mailnotificaties",
  "Allow user to send mail notification for shared files" => "Sta gebruikers toe om e-mailnotificaties  te versturen voor gedeelde bestanden",
03e52840d   Kload   Init
83
84
  "Security" => "Beveiliging",
  "Enforce HTTPS" => "Afdwingen HTTPS",
31b7f2792   Kload   Upgrade to ownclo...
85
86
  "Forces the clients to connect to %s via an encrypted connection." => "Dwingt de clients om een versleutelde verbinding te maken met %s",
  "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen.",
03e52840d   Kload   Init
87
88
89
  "Log" => "Log",
  "Log level" => "Log niveau",
  "More" => "Meer",
31b7f2792   Kload   Upgrade to ownclo...
90
  "Less" => "Minder",
03e52840d   Kload   Init
91
92
93
94
95
96
97
  "Version" => "Versie",
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">bron code</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
  "Add your App" => "App toevoegen",
  "More Apps" => "Meer apps",
  "Select an App" => "Selecteer een app",
  "See application page at apps.owncloud.com" => "Zie de applicatiepagina op apps.owncloud.com",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-Gelicenseerd door <span class=\"author\"></span>",
03e52840d   Kload   Init
98
99
100
101
102
103
  "User Documentation" => "Gebruikersdocumentatie",
  "Administrator Documentation" => "Beheerdersdocumentatie",
  "Online Documentation" => "Online documentatie",
  "Forum" => "Forum",
  "Bugtracker" => "Bugtracker",
  "Commercial Support" => "Commerciële ondersteuning",
31b7f2792   Kload   Upgrade to ownclo...
104
  "Get the apps to sync your files" => "Download de apps om bestanden te syncen",
03e52840d   Kload   Init
105
  "Show First Run Wizard again" => "Toon de Eerste start Wizard opnieuw",
837968727   Kload   [enh] Upgrade to ...
106
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Je hebt <strong>%s</strong> gebruikt van de beschikbare <strong>%s</strong>",
03e52840d   Kload   Init
107
108
109
110
  "Password" => "Wachtwoord",
  "Your password was changed" => "Je wachtwoord is veranderd",
  "Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen",
  "Current password" => "Huidig wachtwoord",
31b7f2792   Kload   Upgrade to ownclo...
111
  "New password" => "Nieuw",
03e52840d   Kload   Init
112
  "Change password" => "Wijzig wachtwoord",
31b7f2792   Kload   Upgrade to ownclo...
113
  "Full Name" => "Volledige naam",
03e52840d   Kload   Init
114
115
  "Email" => "E-mailadres",
  "Your email address" => "Uw e-mailadres",
31b7f2792   Kload   Upgrade to ownclo...
116
117
118
119
120
121
  "Fill in an email address to enable password recovery" => "Vul een mailadres in om je wachtwoord te kunnen herstellen",
  "Profile picture" => "Profielafbeelding",
  "Upload new" => "Upload een nieuwe",
  "Select new from Files" => "Selecteer een nieuwe vanuit bestanden",
  "Remove image" => "Verwijder afbeelding",
  "Either png or jpg. Ideally square but you will be able to crop it." => "Of png, of jpg. Bij voorkeur vierkant, maar u kunt bijsnijden.",
31b7f2792   Kload   Upgrade to ownclo...
122
123
  "Abort" => "Afbreken",
  "Choose as profile image" => "Kies als profielafbeelding",
03e52840d   Kload   Init
124
125
126
  "Language" => "Taal",
  "Help translate" => "Help met vertalen",
  "WebDAV" => "WebDAV",
31b7f2792   Kload   Upgrade to ownclo...
127
128
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Gebruik deze link <a href=\"%s\" target=\"_blank\">om uw bestanden via WebDAV te benaderen</a>",
  "Encryption" => "Versleuteling",
31b7f2792   Kload   Upgrade to ownclo...
129
130
  "Log-in password" => "Inlog-wachtwoord",
  "Decrypt all Files" => "Decodeer alle bestanden",
03e52840d   Kload   Init
131
132
  "Login Name" => "Inlognaam",
  "Create" => "Creëer",
31b7f2792   Kload   Upgrade to ownclo...
133
134
135
136
  "Admin Recovery Password" => "Beheer herstel wachtwoord",
  "Enter the recovery password in order to recover the users files during password change" => "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging",
  "Default Storage" => "Standaard Opslaglimiet",
  "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")",
03e52840d   Kload   Init
137
  "Unlimited" => "Ongelimiteerd",
31b7f2792   Kload   Upgrade to ownclo...
138
139
140
141
  "Other" => "Anders",
  "Username" => "Gebruikersnaam",
  "Storage" => "Opslaglimiet",
  "change full name" => "wijzigen volledige naam",
03e52840d   Kload   Init
142
  "set new password" => "Instellen nieuw wachtwoord",
31b7f2792   Kload   Upgrade to ownclo...
143
  "Default" => "Standaard"
03e52840d   Kload   Init
144
  );
31b7f2792   Kload   Upgrade to ownclo...
145
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";