nextcloud/apps/user_ldap/l10n/cy_GB.php

9 lines
230 B
PHP

<?php
$TRANSLATIONS = array(
"Deletion failed" => "Methwyd dileu",
"Error" => "Gwall",
"Password" => "Cyfrinair",
"Help" => "Cymorth"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";