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: 37a8ca654097a7b9164f62a683e4f93f55282a81 (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",
"Error" => "Fout",
"restored" => "hersteld",
"Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!",
"Name" => "Naam",
"Restore" => "Herstellen",
"Deleted" => "Verwijderd",
"Delete" => "Verwijder",
"Deleted Files" => "Verwijderde bestanden"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";