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

lb.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b434ae72176e44391d4a0a256d3c3e46a40ccea9 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Error" => "Fehler",
"Name" => "Numm",
"Delete" => "Läschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";