cms/resources/lang/en/form.php

9 lines
132 B
PHP

<?php
return [
'buttons' => [
'update' => 'Update',
'select' => 'Select',
'remove' => 'Remove'
]
];