You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ku_IQ.php 548B

12345678910111213
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "یارمەتی",
  4. "Settings" => "ده‌ستكاری",
  5. "Users" => "به‌كارهێنه‌ر",
  6. "Admin" => "به‌ڕێوه‌به‌ری سه‌ره‌كی",
  7. "web services under your control" => "ڕاژه‌ی وێب له‌ژێر چاودێریت دایه",
  8. "_%n minute ago_::_%n minutes ago_" => array("",""),
  9. "_%n hour ago_::_%n hours ago_" => array("",""),
  10. "_%n day go_::_%n days ago_" => array("",""),
  11. "_%n month ago_::_%n months ago_" => array("","")
  12. );
  13. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";