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

cy_GB.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa35dfd5218edd267f6aa125323a6b9d6bc8b6e3 (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"Restore" => "Adfer"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";