snipe-it/resources/lang/sr-CS/admin/groups/message.php
snipe eae5e7b35d Updated Serbian (Latin)
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:51:15 -07:00

23 lines
772 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'group_exists' => 'Grupa već postoji!',
'group_not_found' => 'Не постоји ИД групе :id.',
'group_name_required' => 'Polje naziv je obavezno',
'success' => array(
'create' => 'Grupa je uspešno kreirana.',
'update' => 'Grupa je uspešno ažurirana.',
'delete' => 'Grupa je uspešno izbrisana.',
),
'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu?',
'create' => 'Došlo je do problema u kreiranju grupe. Molim pokušajte ponovo.',
'update' => 'Došlo je do problema s ažuriranjem grupe. Molim pokušajte ponovo.',
'delete' => 'Došlo je do problema sa brisanjem grupe. Molim pokušajte ponovo.',
),
);