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

nl.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f329856ec8d47f28f382c6f844bc2bbf4c4fcb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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);";