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

fi.php « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac1f80a8f738f26db3c05aebbb7e85f22dbaf51f (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"Settings" => "asetukset"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";