10 lines
167 B
PHP
10 lines
167 B
PHP
<?php
|
|
|
|
return [
|
|
'Address' => 'Adresa',
|
|
'Category' => 'Kategorie',
|
|
'Content' => 'Obsah',
|
|
'New York' => 'New York',
|
|
'Search' => 'Vyhledávání',
|
|
];
|