8 lines
228 B
PHP
8 lines
228 B
PHP
|
<?php
|
||
|
$TRANSLATIONS = array(
|
||
|
"Deletion failed" => "Falló'l borráu",
|
||
|
"_%s group found_::_%s groups found_" => array("",""),
|
||
|
"_%s user found_::_%s users found_" => array("","")
|
||
|
);
|
||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|