Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/nl.php')
-rw-r--r--l10n/nl.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/nl.php b/l10n/nl.php
deleted file mode 100644
index f329856..0000000
--- a/l10n/nl.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Dit bestand is te groot om te worden geopend. Download het bestand om het te bewerken.",
-"Cannot read the file." => "Kan het bestand niet lezen.",
-"Invalid file path supplied." => "Ongeldig pad opgegeven.",
-"The file is locked." => "Het bestand is besloten.",
-"An internal server error occurred." => "Er heeft zich een interne serverfout voorgedaan.",
-"Cannot save file as it has been modified since opening" => "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
-"Insufficient permissions" => "Onvoldoende rechten",
-"File path not supplied" => "Bestandspad niet opgegeven",
-"File mtime not supplied" => "Tijdstempel bestand niet opgegeven",
-"saving..." => "opslaan...",
-"saved!" => "opgeslagen!",
-"failed!" => "mislukt!",
-"Saved" => "Bewaard",
-"There was a problem saving your changes. Click to resume editing." => "Probleem bij het opslaan van uw wijzigingen. Klik om door te gaan met bewerken.",
-"An error occurred!" => "Er is iets fout gegaan!",
-"Text file" => "Tekstbestand",
-"New text file.txt" => "Nieuw tekstbestand.txt"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";