65 lines
3.1 KiB
PHP
65 lines
3.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Unable to load list from App Store" => "Kan de lijst niet van de App store laden",
|
|
"Authentication error" => "Authenticatie fout",
|
|
"Email saved" => "E-mail bewaard",
|
|
"Invalid email" => "Ongeldige e-mail",
|
|
"OpenID Changed" => "OpenID is aangepast",
|
|
"Invalid request" => "Ongeldig verzoek",
|
|
"Language changed" => "Taal aangepast",
|
|
"Error" => "Fout",
|
|
"Disable" => "Uitschakelen",
|
|
"Enable" => "Inschakelen",
|
|
"Saving..." => "Aan het bewaren.....",
|
|
"__language_name__" => "Nederlands",
|
|
"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",
|
|
"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",
|
|
"Log" => "Log",
|
|
"More" => "Meer",
|
|
"Add your App" => "Voeg je App toe",
|
|
"Select an App" => "Selecteer een app",
|
|
"See application page at apps.owncloud.com" => "Zie de applicatiepagina op apps.owncloud.com",
|
|
"Documentation" => "Documentatie",
|
|
"Managing Big Files" => "Onderhoud van grote bestanden",
|
|
"Ask a question" => "Stel een vraag",
|
|
"Problems connecting to help database." => "Problemen bij het verbinden met de helpdatabank.",
|
|
"Go there manually." => "Ga er zelf heen.",
|
|
"Answer" => "Beantwoord",
|
|
"You use" => "U gebruikt",
|
|
"of the available" => "van de beschikbare",
|
|
"Desktop and Mobile Syncing Clients" => "Desktop en mobiele synchronisatie apparaten",
|
|
"Download" => "Download",
|
|
"Your password got changed" => "Uw wachtwoord is aangepast",
|
|
"Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen",
|
|
"Current password" => "Huidig wachtwoord",
|
|
"New password" => "Nieuw wachtwoord",
|
|
"show" => "weergeven",
|
|
"Change password" => "Wijzig wachtwoord",
|
|
"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",
|
|
"Language" => "Taal",
|
|
"Help translate" => "Help met vertalen",
|
|
"use this address to connect to your ownCloud in your file manager" => "gebruik dit adres om verbinding te maken met ownCloud in uw bestandsbeheerprogramma",
|
|
"Name" => "Naam",
|
|
"Password" => "Wachtwoord",
|
|
"Groups" => "Groepen",
|
|
"Create" => "Creëer",
|
|
"Default Quota" => "Standaard limiet",
|
|
"Other" => "Andere",
|
|
"Group Admin" => "Groep Administrator",
|
|
"Quota" => "Limieten",
|
|
"Delete" => "verwijderen"
|
|
);
|