12 lines
360 B
PHP
12 lines
360 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Success" => "سهرکهوتن",
|
|
"Error" => "ههڵه",
|
|
"_%s group found_::_%s groups found_" => array("",""),
|
|
"_%s user found_::_%s users found_" => array("",""),
|
|
"Save" => "پاشکهوتکردن",
|
|
"Help" => "یارمەتی",
|
|
"Password" => "وشەی تێپەربو"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|