13 lines
340 B
PHP
13 lines
340 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Error" => "ایرر",
|
|
"_%s group found_::_%s groups found_" => array("",""),
|
|
"_%s user found_::_%s users found_" => array("",""),
|
|
"Save" => "حفظ",
|
|
"Help" => "مدد",
|
|
"Password" => "پاسورڈ",
|
|
"Continue" => "جاری",
|
|
"Advanced" => "ایڈوانسڈ"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|