Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php return array( 'does_not_exist' => 'Odjel ne postoji.', 'department_already..

Decoded Output download

<?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 trenutano povezan s barem jednim korisnikom i ne moe se izbrisati. Aurirajte svoje korisnike da vie ne referiraju ovaj odjeljak i pokuajte ponovo.',
    'create' => array(
        'error'   => 'Odjel nije izraen, pokuajte ponovo.',
        'success' => 'Odjel je uspjeno izraen.'
    ),
    'update' => array(
        'error'   => 'Odjel nije auriran, pokuajte ponovo',
        'success' => 'Odjel je uspjeno auriran.'
    ),
    'delete' => array(
        'confirm'   	=> 'Jeste li sigurni da elite izbrisati taj odjel?',
        'error'   => 'Dolo je do problema s brisanjem odjela. Molim te pokuaj ponovno.',
        'success' => 'Odjel je uspjeno izbrisan.'
    )

);
 ?>

Did this file decode correctly?

Original Code

<?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 trenutano povezan s barem jednim korisnikom i ne moe se izbrisati. Aurirajte svoje korisnike da vie ne referiraju ovaj odjeljak i pokuajte ponovo.',
    'create' => array(
        'error'   => 'Odjel nije izraen, pokuajte ponovo.',
        'success' => 'Odjel je uspjeno izraen.'
    ),
    'update' => array(
        'error'   => 'Odjel nije auriran, pokuajte ponovo',
        'success' => 'Odjel je uspjeno auriran.'
    ),
    'delete' => array(
        'confirm'   	=> 'Jeste li sigurni da elite izbrisati taj odjel?',
        'error'   => 'Dolo je do problema s brisanjem odjela. Molim te pokuaj ponovno.',
        'success' => 'Odjel je uspjeno izbrisan.'
    )

);

Function Calls

None

Variables

None

Stats

MD5 7ccdf2b62226ae42905a74a736c6aa6d
Eval Count 0
Decode Time 80 ms