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: 00efc236b57d4b17c5bbe0ed98c8ccc23c5d7b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "Kan het bestand niet lezen.",
"Invalid file path supplied." => "Ongeldig pad opgegeven.",
"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",
"Save" => "Opslaan",
"Search" => "Zoeken",
"Next" => "Volgende",
"Clear" => "Opschonen",
"Saving..." => "Opslaan",
"An error occurred!" => "Er is iets fout gegaan!",
"There are unsaved changes in the text editor" => "Er zijn nog niet-opgeslagen wijzigingen in de tekstverwerker",
"There were unsaved changes, click here to go back" => "Er zijn niet opgeslagen veranderingen, klik hier of ga terug"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";