nextcloud/settings/l10n/nl.php

65 lines
3.1 KiB
PHP
Raw Normal View History

2011-06-20 16:52:24 +04:00
<?php $TRANSLATIONS = array(
2012-08-25 04:08:36 +04:00
"Unable to load list from App Store" => "Kan de lijst niet van de App store laden",
2012-09-04 14:43:53 +04:00
"Authentication error" => "Authenticatie fout",
2012-07-27 04:04:26 +04:00
"Email saved" => "E-mail bewaard",
"Invalid email" => "Ongeldige e-mail",
2012-01-11 04:06:59 +04:00
"OpenID Changed" => "OpenID is aangepast",
2012-06-06 02:29:28 +04:00
"Invalid request" => "Ongeldig verzoek",
2011-08-13 07:13:10 +04:00
"Language changed" => "Taal aangepast",
2012-08-25 04:08:36 +04:00
"Error" => "Fout",
2012-07-27 04:04:26 +04:00
"Disable" => "Uitschakelen",
"Enable" => "Inschakelen",
"Saving..." => "Aan het bewaren.....",
2012-01-20 21:53:45 +04:00
"__language_name__" => "Nederlands",
2012-08-25 04:08:36 +04:00
"Security Warning" => "Veiligheidswaarschuwing",
"Cron" => "Cron",
"execute one task with each page loaded" => "Voer 1 taak uit bij elke geladen pagina",
"cron.php is registered at a webcron service" => "cron.php is geregistreerd bij een webcron service",
"use systems cron service" => "gebruik de systeem cron service",
2012-09-01 15:37:28 +04:00
"Share API" => "Deel API",
"Enable Share API" => "Zet de Deel API aan",
"Allow apps to use the Share API" => "Sta apps toe om de Deel API te gebruiken",
"Allow links" => "Sta links toe",
"Allow users to share items to the public with links" => "Sta gebruikers toe om items via links publiekelijk te maken",
"Allow resharing" => "Sta verder delen toe",
"Allow users to share items shared with them again" => "Sta gebruikers toe om items nogmaals te delen",
"Allow users to share with anyone" => "Sta gebruikers toe om met iedereen te delen",
"Allow users to only share with users in their groups" => "Sta gebruikers toe om alleen met gebruikers in hun groepen te delen",
2012-05-17 02:36:21 +04:00
"Log" => "Log",
"More" => "Meer",
"Add your App" => "Voeg je App toe",
2012-01-11 04:06:59 +04:00
"Select an App" => "Selecteer een app",
2012-07-27 04:04:26 +04:00
"See application page at apps.owncloud.com" => "Zie de applicatiepagina op apps.owncloud.com",
2012-05-17 02:36:21 +04:00
"Documentation" => "Documentatie",
"Managing Big Files" => "Onderhoud van grote bestanden",
2011-08-28 03:13:16 +04:00
"Ask a question" => "Stel een vraag",
2012-01-11 04:06:59 +04:00
"Problems connecting to help database." => "Problemen bij het verbinden met de helpdatabank.",
"Go there manually." => "Ga er zelf heen.",
2011-08-28 03:13:16 +04:00
"Answer" => "Beantwoord",
"You use" => "U gebruikt",
"of the available" => "van de beschikbare",
2012-05-17 02:36:21 +04:00
"Desktop and Mobile Syncing Clients" => "Desktop en mobiele synchronisatie apparaten",
"Download" => "Download",
2011-07-04 02:39:04 +04:00
"Your password got changed" => "Uw wachtwoord is aangepast",
2012-01-11 04:06:59 +04:00
"Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen",
"Current password" => "Huidig wachtwoord",
2011-06-21 00:22:58 +04:00
"New password" => "Nieuw wachtwoord",
2011-08-18 13:46:49 +04:00
"show" => "weergeven",
2012-01-11 04:06:59 +04:00
"Change password" => "Wijzig wachtwoord",
2012-01-15 18:12:58 +04:00
"Email" => "mailadres",
"Your email address" => "Jouw mailadres",
"Fill in an email address to enable password recovery" => "Vul een mailadres in om je wachtwoord te kunnen herstellen",
2011-08-18 13:46:49 +04:00
"Language" => "Taal",
2012-01-15 18:12:58 +04:00
"Help translate" => "Help met vertalen",
2012-01-11 04:06:59 +04:00
"use this address to connect to your ownCloud in your file manager" => "gebruik dit adres om verbinding te maken met ownCloud in uw bestandsbeheerprogramma",
2011-08-18 13:46:49 +04:00
"Name" => "Naam",
"Password" => "Wachtwoord",
"Groups" => "Groepen",
"Create" => "Creëer",
2012-05-17 02:36:21 +04:00
"Default Quota" => "Standaard limiet",
"Other" => "Andere",
2012-08-25 04:08:36 +04:00
"Group Admin" => "Groep Administrator",
2012-01-15 18:12:58 +04:00
"Quota" => "Limieten",
"Delete" => "verwijderen"
2011-06-20 16:52:24 +04:00
);