sub.php 208 B

12345678910
  1. <?php
  2. return array(
  3. 'categories' => array(
  4. 'over_max' => 'Vous avez atteint votre limite de catégories (%d)',
  5. ),
  6. 'feeds' => array(
  7. 'over_max' => 'Vous avez atteint votre limite de flux (%d)',
  8. ),
  9. );