mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
17 lines
609 B
PHP
17 lines
609 B
PHP
<?php
|
|
|
|
return [
|
|
'about_templates' => 'About Saved Templates',
|
|
'saving_templates_description' => 'Select your options, then enter the name of your template in the box above and click the \'Save Template\' button. Use the dropdown to select a previously saved template.',
|
|
'create' => [
|
|
'success' => 'Template saved successfully',
|
|
],
|
|
'update' => [
|
|
'success' => 'Template updated successfully',
|
|
],
|
|
'delete' => [
|
|
'success' => 'Template deleted',
|
|
'no_delete_permission' => 'Template does not exist or you do not have permission to delete it.',
|
|
],
|
|
];
|