10 lines
140 B
PHP
Executable file
10 lines
140 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Měsíců',
|
|
'term' => 'Podmínka',
|
|
'title' => 'Název ',
|
|
|
|
);
|