10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Meses',
|
|
'term' => 'Termina',
|
|
'title' => 'Nombre ',
|
|
|
|
);
|