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

ak.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df47d5b95c23b1099934d74e675340a6cbc663c1 (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"_{count} file conflict_::_{count} file conflicts_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=n > 1;";