f3e288d078
Signed-off-by: snipe <snipe@snipe.net>
17 lines
620 B
PHP
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.',
|
|
],
|
|
];
|