snipe-it/resources/lang/hr/admin/departments/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

22 lines
810 B
PHP

<?php
return array(
'does_not_exist' => 'Odjel ne postoji.',
'assoc_users' => 'Ovaj je odjel trenutačno povezan s barem jednim korisnikom i ne može se izbrisati. Ažurirajte svoje korisnike da više ne referiraju ovaj odjeljak i pokušajte ponovo.',
'create' => array(
'error' => 'Odjel nije izrađen, pokušajte ponovo.',
'success' => 'Odjel je uspješno izrađen.'
),
'update' => array(
'error' => 'Odjel nije ažuriran, pokušajte ponovo',
'success' => 'Odjel je uspješno ažuriran.'
),
'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati taj odjel?',
'error' => 'Došlo je do problema s brisanjem odjela. Molim te pokušaj ponovno.',
'success' => 'Odjel je uspješno izbrisan.'
)
);