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 /* * This file is part of Cachet. * * (c) Alt Three Services Limited * * For t..

Decoded Output download

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
    // Components
    'components' => [
        'last_updated' => 'Posledn aktualizace :timestamp',
        'status'       => [
            0 => 'Neznm',
            1 => 'V provozu',
            2 => 'Problmy s vkonem',
            3 => 'sten vpadek',
            4 => 'Zvan vpadek',
        ],
        'group' => [
            'other' => 'Ostatn sluby',
        ],
        'select_all'   => 'Oznait ve',
        'deselect_all' => 'Odznait ve',
    ],

    // Incidents
    'incidents' => [
        'none'         => 'Nejsou nahleny dn incidenty',
        'past'         => 'Minul incidenty',
        'stickied'     => 'Pipnut incidenty',
        'scheduled'    => 'Plnovan odstvka',
        'scheduled_at' => ', plnovan na :timestamp',
        'posted'       => 'Pidno :timestamp od :username',
        'posted_at'    => 'Publikovno :timestamp',
        'status'       => [
            1 => 'Zkoumn piny',
            2 => 'Problm identifikovn',
            3 => 'Sledovn',
            4 => 'Opraveno',
        ],
    ],

    // Schedule
    'schedules' => [
        'status' => [
            0 => 'Blc se',
            1 => 'Probhajc',
            2 => 'Hotovo',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '[0,1] Sluba je v provozu|[2,*]Vechny sluby funguj bez problm',
        'bad'   => '[0,1] Sluba m problmy|[2,Inf] Nkter ze slueb m problmy',
        'major' => '[0,1] Sluba m celkov vpadek|[2,Inf] Nkter sluby maj celkov vpadek',
    ],

    'api' => [
        'regenerate' => 'Obnovit API kl',
        'revoke'     => 'Zruit API kl',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => 'Bhem posledn hodiny',
            'hourly'    => 'Poslednch 12 hodin',
            'weekly'    => 'Tden',
            'monthly'   => 'Msc',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe'           => 'Pihlaste se zmnm stavu a aktualizacm incident',
        'unsubscribe'         => 'Odhlsit odbr',
        'button'              => 'Pihlsit',
        'manage_subscription' => 'Spravovat odbry',
        'manage'              => [
            'notifications'       => 'Oznmen',
            'notifications_for'   => 'Spravujte oznmen pro',
            'no_subscriptions'    => 'Aktuln jsi pihlen(a) ke vem upozornnm.',
            'update_subscription' => 'Aktualizovat odbry',
            'my_subscriptions'    => 'Aktuln jsi pihlen(a) k nsledujcm upozornnm.',
            'manage_at_link'      => 'Spravovat odbry na :link',
        ],
        'email' => [
            'manage_subscription' => 'Poslali jsme Vm e-mail, prosm kliknte na odkaz pro sprvu odbru',
            'subscribe'           => 'Pihlsit se k zasln upozornn e-mailem.',
            'subscribed'          => 'Probhlo pihlen k e-mailovm upozornnm, potvrte ho prosm na vaem e-mailu.',
            'updated-subscribe'   => 'spn jste aktualizovali sv odbry.',
            'verified'            => 'E-mail pro zasln upozornn byl oven. Dkujeme!',
            'manage'              => 'Spravovat e-mailov odbry',
            'unsubscribe'         => 'Odhlsit z odbru e-mailovch upozornn.',
            'unsubscribed'        => 'Odbr e-mailovch upozornn byl zruen.',
            'failure'             => 'Dolo k chyb pi nastaven odbru e-mail.',
            'already-subscribed'  => 'Nelze pihlsit k odbru :email, protoe je ji pihlen.',
        ],
    ],

    'signup' => [
        'title'    => 'Registrovat se',
        'username' => 'Uivatelsk jmno',
        'email'    => 'E-mail',
        'password' => 'Heslo',
        'success'  => 'Tvj et byl vytvoen.',
        'failure'  => 'Nco je patn, nelze se registrovat.',
    ],

    'system' => [
        'update' => 'Je k dispozici nov verze Cachet. Jak provst update najde <a href="https://docs.cachethq.io/docs/updating-cachet">zde</a>!',
    ],

    // Modal
    'modal' => [
        'close'     => 'Zavt',
        'subscribe' => [
            'title'  => 'Pihlsit se k odbru upozornn',
            'body'   => 'Zadej svj email pro odbr upozornn tto sluby. Pokud ji odebr upozornn, bude nadle dostvat emaily pro tuto slubu.',
            'button' => 'Pihlsit',
        ],
    ],

    // Meta descriptions
    'meta' => [
        'description' => [
            'incident'  => 'Podrobnosti a aktuln informace o udlost :name, ke kter dolo :date',
            'schedule'  => 'Podrobnosti o plnovan drb :name od :startDate',
            'subscribe' => 'Pihlaste se k odbru :app, abyste obdreli aktualizace o udlostech a plnovan drb',
            'overview'  => 'Drte krok s nejnovjmi aktualizacemi od: app.',
        ],
    ],

    // Other
    'home'            => 'Hlavn strnka',
    'powered_by'      => 'Vytvoeno pomoc <a href="https://cachethq.io" class="links">Cachet</a>.',
    'timezone'        => 'asov zna je :timezone.',
    'about_this_site' => 'O tomto webu',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => 'Kanl stav',

];
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
    // Components
    'components' => [
        'last_updated' => 'Posledn aktualizace :timestamp',
        'status'       => [
            0 => 'Neznm',
            1 => 'V provozu',
            2 => 'Problmy s vkonem',
            3 => 'sten vpadek',
            4 => 'Zvan vpadek',
        ],
        'group' => [
            'other' => 'Ostatn sluby',
        ],
        'select_all'   => 'Oznait ve',
        'deselect_all' => 'Odznait ve',
    ],

    // Incidents
    'incidents' => [
        'none'         => 'Nejsou nahleny dn incidenty',
        'past'         => 'Minul incidenty',
        'stickied'     => 'Pipnut incidenty',
        'scheduled'    => 'Plnovan odstvka',
        'scheduled_at' => ', plnovan na :timestamp',
        'posted'       => 'Pidno :timestamp od :username',
        'posted_at'    => 'Publikovno :timestamp',
        'status'       => [
            1 => 'Zkoumn piny',
            2 => 'Problm identifikovn',
            3 => 'Sledovn',
            4 => 'Opraveno',
        ],
    ],

    // Schedule
    'schedules' => [
        'status' => [
            0 => 'Blc se',
            1 => 'Probhajc',
            2 => 'Hotovo',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '[0,1] Sluba je v provozu|[2,*]Vechny sluby funguj bez problm',
        'bad'   => '[0,1] Sluba m problmy|[2,Inf] Nkter ze slueb m problmy',
        'major' => '[0,1] Sluba m celkov vpadek|[2,Inf] Nkter sluby maj celkov vpadek',
    ],

    'api' => [
        'regenerate' => 'Obnovit API kl',
        'revoke'     => 'Zruit API kl',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => 'Bhem posledn hodiny',
            'hourly'    => 'Poslednch 12 hodin',
            'weekly'    => 'Tden',
            'monthly'   => 'Msc',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe'           => 'Pihlaste se zmnm stavu a aktualizacm incident',
        'unsubscribe'         => 'Odhlsit odbr',
        'button'              => 'Pihlsit',
        'manage_subscription' => 'Spravovat odbry',
        'manage'              => [
            'notifications'       => 'Oznmen',
            'notifications_for'   => 'Spravujte oznmen pro',
            'no_subscriptions'    => 'Aktuln jsi pihlen(a) ke vem upozornnm.',
            'update_subscription' => 'Aktualizovat odbry',
            'my_subscriptions'    => 'Aktuln jsi pihlen(a) k nsledujcm upozornnm.',
            'manage_at_link'      => 'Spravovat odbry na :link',
        ],
        'email' => [
            'manage_subscription' => 'Poslali jsme Vm e-mail, prosm kliknte na odkaz pro sprvu odbru',
            'subscribe'           => 'Pihlsit se k zasln upozornn e-mailem.',
            'subscribed'          => 'Probhlo pihlen k e-mailovm upozornnm, potvrte ho prosm na vaem e-mailu.',
            'updated-subscribe'   => 'spn jste aktualizovali sv odbry.',
            'verified'            => 'E-mail pro zasln upozornn byl oven. Dkujeme!',
            'manage'              => 'Spravovat e-mailov odbry',
            'unsubscribe'         => 'Odhlsit z odbru e-mailovch upozornn.',
            'unsubscribed'        => 'Odbr e-mailovch upozornn byl zruen.',
            'failure'             => 'Dolo k chyb pi nastaven odbru e-mail.',
            'already-subscribed'  => 'Nelze pihlsit k odbru :email, protoe je ji pihlen.',
        ],
    ],

    'signup' => [
        'title'    => 'Registrovat se',
        'username' => 'Uivatelsk jmno',
        'email'    => 'E-mail',
        'password' => 'Heslo',
        'success'  => 'Tvj et byl vytvoen.',
        'failure'  => 'Nco je patn, nelze se registrovat.',
    ],

    'system' => [
        'update' => 'Je k dispozici nov verze Cachet. Jak provst update najde <a href="https://docs.cachethq.io/docs/updating-cachet">zde</a>!',
    ],

    // Modal
    'modal' => [
        'close'     => 'Zavt',
        'subscribe' => [
            'title'  => 'Pihlsit se k odbru upozornn',
            'body'   => 'Zadej svj email pro odbr upozornn tto sluby. Pokud ji odebr upozornn, bude nadle dostvat emaily pro tuto slubu.',
            'button' => 'Pihlsit',
        ],
    ],

    // Meta descriptions
    'meta' => [
        'description' => [
            'incident'  => 'Podrobnosti a aktuln informace o udlost :name, ke kter dolo :date',
            'schedule'  => 'Podrobnosti o plnovan drb :name od :startDate',
            'subscribe' => 'Pihlaste se k odbru :app, abyste obdreli aktualizace o udlostech a plnovan drb',
            'overview'  => 'Drte krok s nejnovjmi aktualizacemi od: app.',
        ],
    ],

    // Other
    'home'            => 'Hlavn strnka',
    'powered_by'      => 'Vytvoeno pomoc <a href="https://cachethq.io" class="links">Cachet</a>.',
    'timezone'        => 'asov zna je :timezone.',
    'about_this_site' => 'O tomto webu',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => 'Kanl stav',

];

Function Calls

None

Variables

None

Stats

MD5 a137e2d044962ab649866149bd02d749
Eval Count 0
Decode Time 114 ms