11 lines
389 B
PHP
11 lines
389 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Help" => "یارمەتی",
|
|
"Settings" => "دهستكاری",
|
|
"Users" => "بهكارهێنهر",
|
|
"Apps" => "بهرنامهكان",
|
|
"Admin" => "بهڕێوهبهری سهرهكی",
|
|
"web services under your control" => "ڕاژهی وێب لهژێر چاودێریت دایه"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|