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

ia.php « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 513184ba1cd0d6d457936384cb187a86cfd34af4 (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"Unknown error" => "Error Incognite"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";