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

nl.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41dfa86b7a705d238c248d0473c635ff2121ecec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Kon %s niet permanent verwijderen",
"Couldn't restore %s" => "Kon %s niet herstellen",
"Deleted files" => "Verwijderde bestanden",
"Restore" => "Herstellen",
"Error" => "Fout",
"restored" => "hersteld",
"Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!",
"Name" => "Naam",
"Deleted" => "Verwijderd",
"Delete" => "Verwijder"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";