13 lines
390 B
PHP
13 lines
390 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Deletion failed" => "Methwyd dileu",
|
|
"Error" => "Gwall",
|
|
"_%s group found_::_%s groups found_" => array("","","",""),
|
|
"_%s user found_::_%s users found_" => array("","","",""),
|
|
"Save" => "Cadw",
|
|
"Help" => "Cymorth",
|
|
"Password" => "Cyfrinair",
|
|
"Advanced" => "Uwch"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";
|