recurring.php 677 Bytes
<?php

return [

    'recurring'             => 'Recurent',
    'every'                 => 'Fiecare',
    'period'                => 'Perioada',
    'times'                 => 'Dati',
    'daily'                 => 'Zilnic',
    'weekly'                => 'Saptamanal',
    'monthly'               => 'Lunar',
    'yearly'                => 'Anual',
    'custom'                => 'Personalizat',
    'days'                  => 'Zi(le)',
    'weeks'                 => 'Saptamana(i)',
    'months'                => 'Luna(i)',
    'years'                 => 'An(i)',
    'message'               => 'Acesta este un :type recurent si urmatorul :type va fi generat pe :date',

];