10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Luni',
|
|
'term' => 'Perioada',
|
|
'title' => 'Nume ',
|
|
|
|
);
|