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

cy_GB.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1e7d8c1ce31f7d79c709314adf24dbddb1f4788 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Pictures" => "Lluniau",
"Share" => "Rhannu"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";