10 lines
182 B
PHP
Executable File
10 lines
182 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'eula_text' => 'Licencja',
|
|
'id' => 'ID',
|
|
'require_acceptance' => 'Akceptacja',
|
|
'title' => 'Nazwa akcesoriów',
|
|
|
|
);
|