14 lines
780 B
PHP
14 lines
780 B
PHP
<?php
|
|
|
|
return [
|
|
'User asset' => 'User asset',
|
|
'Points adjustment' => 'Points adjustment',
|
|
'User asset not found' => 'User asset not found',
|
|
'Points adjustment must be a non-zero integer' => 'Points adjustment must be a non-zero integer',
|
|
'Insufficient available points' => 'Insufficient available points',
|
|
'Administrator added %s points' => 'Administrator added %s points',
|
|
'Administrator deducted %s points' => 'Administrator deducted %s points',
|
|
'Points log cannot be modified' => 'Points log cannot be modified',
|
|
'Points log cannot be deleted' => 'Points log cannot be deleted',
|
|
];
|