12 lines
170 B
PHP
Executable File
12 lines
170 B
PHP
Executable File
<?php
|
||
|
||
return array(
|
||
|
||
|
||
'update' => array(
|
||
'error' => 'Güncelleme yapılırken bir hata oluştu. ',
|
||
'success' => 'Ayarlar güncellendi.'
|
||
),
|
||
|
||
);
|