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