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