Files
snipe-it/resources/lang/hu-HU/admin/reports/message.php
T
snipe edcd46dd67 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-06-30 11:44:46 +01:00

17 lines
607 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' => 'A sablon sikeresen mentve',
],
'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.',
],
];