2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2012-10-25 04:11:53 +04:00
|
|
|
"Help" => "یارمەتی",
|
|
|
|
"Settings" => "دهستكاری",
|
2013-03-27 03:11:05 +04:00
|
|
|
"Users" => "بهكارهێنهر",
|
2013-04-27 04:24:29 +04:00
|
|
|
"Apps" => "بهرنامهكان",
|
2013-07-06 04:08:38 +04:00
|
|
|
"Admin" => "بهڕێوهبهری سهرهكی",
|
|
|
|
"web services under your control" => "ڕاژهی وێب لهژێر چاودێریت دایه"
|
2012-10-25 04:11:53 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|