2018-03-22 20:01:45 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'field' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'invalid' => 'That field does not exist.',
|
|
|
|
'already_added' => 'Field already added',
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'create' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'error' => 'Field was not created, please try again.',
|
|
|
|
'success' => 'Field created successfully.',
|
2022-01-13 21:27:29 -08:00
|
|
|
'assoc_success' => 'Field successfully added to fieldset.'
|
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'update' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'error' => 'Field was not updated, please try again',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Field updated successfully.'
|
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'delete' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'confirm' => 'Are you sure you wish to delete this field?',
|
|
|
|
'error' => 'There was an issue deleting the field. Please try again.',
|
|
|
|
'success' => 'The field was deleted successfully.',
|
|
|
|
'in_use' => 'Field is still in use.',
|
2022-01-13 21:27:29 -08:00
|
|
|
)
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'fieldset' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
|
|
|
|
'does_not_exist' => 'Fieldset does not exist',
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'create' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'error' => 'Fieldset was not created, please try again.',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Fieldset created successfully.'
|
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'update' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'error' => 'Fieldset was not updated, please try again',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Fieldset updated successfully.'
|
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'delete' => array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'confirm' => 'Are you sure you wish to delete this fieldset?',
|
|
|
|
'error' => 'There was an issue deleting the fieldset. Please try again.',
|
|
|
|
'success' => 'The fieldset was deleted successfully.',
|
|
|
|
'in_use' => 'Fieldset is still in use.',
|
2022-01-13 21:27:29 -08:00
|
|
|
)
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
),
|
2018-03-22 20:01:45 -07:00
|
|
|
|
2022-06-30 17:34:46 -07:00
|
|
|
'fieldset_default_value' => array(
|
|
|
|
|
|
|
|
'error' => 'Error validating default fieldset values.',
|
|
|
|
|
|
|
|
),
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
);
|