snipe-it/resources/lang/fa-IR/admin/reports/message.php

17 lines
609 B
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?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.',
],
];