9 lines
176 B
PHP
Executable File
9 lines
176 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['searchForm'] = array (
|
|
'search_for' => "Procurar Por:",
|
|
'go' => "Ir",
|
|
'search_advanced' => 'Procura Avançada'
|
|
);
|
|
?>
|