sub.php 202 B

12345678910
  1. <?php
  2. return array(
  3. 'categories' => array(
  4. 'over_max' => 'You have reached your limit of categories (%d)',
  5. ),
  6. 'feeds' => array(
  7. 'over_max' => 'You have reached your limit of feeds (%d)',
  8. ),
  9. );