12 lines
242 B
PHP
Executable File
12 lines
242 B
PHP
Executable File
<?php
|
||
|
||
return array(
|
||
'dl_csv' => 'Download CSV',
|
||
'eula_text' => 'Son Kullanıcı Lisans Sözleşmesi',
|
||
'id' => 'ID',
|
||
'require_acceptance' => 'Onaylama',
|
||
'title' => 'Aksesuar Adı',
|
||
|
||
|
||
);
|