<?php

return array(

    'does_not_exist' => 'Odjel ne postoji.',
    'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
    '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.'
    )

);