summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/cy_GB.php
blob: ef85b47fc054a65c5d03523f1b8e79ffae3f0cf9 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Methwyd dileu",
"Error" => "Gwall",
"_%s group found_::_%s groups found_" => array("","","",""),
"_%s user found_::_%s users found_" => array("","","",""),
"Help" => "Cymorth",
"Password" => "Cyfrinair"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";