Files
snipe-it/resources/lang/sl-SI/admin/reports/message.php
T
snipe f3e288d078 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-07-21 17:46:49 +01:00

17 lines
620 B
PHP

<?php
return [
'about_templates' => 'O shranjenih predlogah',
'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' => 'Predloga je uspešno shranjena',
],
'update' => [
'success' => 'Predloga je bila uspešno posodobljena',
],
'delete' => [
'success' => 'Predloga izbrisana',
'no_delete_permission' => 'Predloga ne obstaja ali pa nimate dovoljenja za njeno brisanje.',
],
];