diff options
Diffstat (limited to 'lib/l10n/nl.php')
-rw-r--r-- | lib/l10n/nl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php index ba81edec90a..b6595c13b65 100644 --- a/lib/l10n/nl.php +++ b/lib/l10n/nl.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Settings" => "Instellingen", "Users" => "Gebruikers", "Admin" => "Beheerder", -"Failed to upgrade \"%s\"." => "Upgrade \"%s\" mislukt.", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.", "No app name specified" => "De app naam is niet gespecificeerd.", "Unknown filetype" => "Onbekend bestandsformaat", @@ -100,6 +99,7 @@ $TRANSLATIONS = array( "Cannot create \"data\" directory (%s)" => "Kan de \"data\" directory (%s) niet aanmaken", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Dit kan worden hersteld door <a href=\"%s\" target=\"_blank\"> de webserver schrijfrechten te geven tot de hoofddirectory</a>.", "Setting locale to %s failed" => "Instellen taal op %s mislukte", +"Please install one of these locales on your system and restart your webserver." => "Installeer één van de talen op uw systeem en herstart uw webserver.", "Please ask your server administrator to install the module." => "Vraag uw beheerder om de module te installeren.", "PHP module %s not installed." => "PHP module %s niet geïnstalleerd.", "PHP %s or higher is required." => "PHP %s of hoger vereist.", |