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

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