Blame view

resources/lang/hr-HR/recurring.php 698 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?php
  
  return [
  
      'recurring'             => 'Ponavljajuće',
      'every'                 => 'Svakih',
      'period'                => 'Razdoblje',
      'times'                 => 'Puta',
      'daily'                 => 'Dnevno',
      'weekly'                => 'Tjedno',
      'monthly'               => 'Mjesečno',
      'yearly'                => 'Godišnje',
      'custom'                => 'Prilagođeno',
      'days'                  => 'Dan(a)',
      'weeks'                 => 'Tjedan(a)',
      'months'                => 'Mjesec(i)',
      'years'                 => 'Godine(a)',
      'message'               => 'Ovo je ponavljajući :type i sljedeći :type će automatski biti generiran :date',
  
  ];