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