12 lines
181 B
PHP
Executable File
12 lines
181 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
|
|
'update' => array(
|
|
'error' => 'Có lỗi xảy ra khi cập nhật. ',
|
|
'success' => 'Cập nhật cài đặt thành công.'
|
|
),
|
|
|
|
);
|