mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-11-29 06:24:10 +01:00
9 lines
150 B
PHP
9 lines
150 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'yearly' => array(
|
||
|
'1' => 'chaque année',
|
||
|
'2' => 'une années sur deux',
|
||
|
'else' => 'toutes les %{interval} années'
|
||
|
)
|
||
|
);
|