sk.php 220 B

1234567
  1. <?php
  2. $TRANSLATIONS = array(
  3. "_%s group found_::_%s groups found_" => array("","",""),
  4. "_%s user found_::_%s users found_" => array("","","")
  5. );
  6. $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";