1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-29 06:24:10 +01:00
php-rrule/tests/i18n/fr_BE.php

9 lines
150 B
PHP
Raw Normal View History

<?php
return array(
'yearly' => array(
'1' => 'chaque année',
'2' => 'une années sur deux',
'else' => 'toutes les %{interval} années'
)
);