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' => 'Son Gncelleme: zaman tipi',
        'status'       => [
            1 => 'alyor',
            2 => 'Performans Problemleri',
            3 => 'Ksmi Kesinti',
            4 => 'Ana Kesinti',
        ],
        'group' => [
            'other' => 'Dier Bileenler',
        ],
    ],

    // Incidents
    'incidents' => [
        'none'          => 'Hibir olay raporlanmad',
        'past'          => 'Gemi Olaylar',
        'previous_week' => 'Geen Hafta',
        'next_week'     => 'Gelecek Hafta',
        'scheduled'     => 'Zamanlanm bakm',
        'scheduled_at'  => ',zamanlanm :zamandilimi',
        'status'        => [
            0 => 'Zamanlanm', // TODO: Hopefully remove this.
            1 => 'nceleniyor',
            2 => 'Tanmland',
            3 => 'zleniyor',
            4 => 'Dzeltildi',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '[0,1] Sistem alr durumda| [2, Inf] Tm sistemler alr durumda',
        'bad'   => '[0,1] Sistemde u anda sorunlar yaanyor [2, Inf] Baz sistemlerde sorunlar yaanyor',
        'major' => '[0,1] Bu serviste byk bir kesinti yayoruz [2, Inf] Baz sistemlerde byk bir kesintisi yayoruz',
    ],

    'api' => [
        'regenerate' => 'API Key\'i yeniden olutur',
        'revoke'     => 'API Anahtar geersiz kl',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => 'Son 1 saat',
            'hourly'    => 'Son 12 saat',
            'weekly'    => 'Hafta',
            'monthly'   => 'Ay',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe' => 'En son gncelletirmeleri almak iin abone olun',
        'button'    => 'Abone Ol',
        'manage'    => [
            'no_subscriptions' => 'u anda tm gncellemeleri abone oldunuz.',
            'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
        ],
        'email' => [
            'subscribe'          => 'Gncellemeler iin abone ol.',
            'subscribed'         => 'Bir email bildirimi alm olmalsn, ltfen aboneliini onaylamak iin kontrol et.',
            'verified'           => 'E mail aboneliin kabul edildi. Teekkrler!',
            'manage'             => 'Manage your subscription',
            'unsubscribe'        => 'E-posta aboneliinden k.',
            'unsubscribed'       => 'Email aboneliin iptal edildi.',
            'failure'            => 'Baz eyler yanl gitti.',
            'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
            'verify'             => [
                'text'   => "Please confirm your email subscription to :app_name status updates.
:link",
                'html'   => '<p>Please confirm your email subscription to :app_name status updates.</p>',
                'button' => 'Confirm Subscription',
            ],
            'maintenance' => [
                'subject' => '[Maintenance Scheduled] :name',
            ],
            'incident' => [
                'subject' => '[New Incident] :status: :name',
            ],
            'component' => [
                'subject'       => 'Component Status Update',
                'text'          => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name',
                'html'          => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
                'tooltip-title' => 'Subscribe to notifications for :component_name.',
            ],
        ],
    ],

    'users' => [
        'email' => [
            'invite' => [
                'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.
:link
Thank you, :app_name",
                'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
            ],
        ],
    ],

    'signup' => [
        'title'    => 'Kayt Ol',
        'username' => 'Kullanc ad',
        'email'    => 'E-posta',
        'password' => 'Parola',
        'success'  => 'Hesabnz oluturuldu.',
        'failure'  => 'Kayt esnasnda bir sorun olutu.',
    ],

    'system' => [
        'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
    ],

    // Modal
    'modal' => [
        'close'     => 'Kapat',
        'subscribe' => [
            'title'  => 'Subscribe to component updates',
            'body'   => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
            'button' => 'Abone Ol',
        ],
    ],

    // Other
    'home'            => 'Ana Sayfa',
    'description'     => 'Stay up to date with the latest service updates from :app.',
    'powered_by'      => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
    'about_this_site' => 'Bu Site hakknda',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => 'Status Feed',

];
 ?>

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' => 'Son Gncelleme: zaman tipi',
        'status'       => [
            1 => 'alyor',
            2 => 'Performans Problemleri',
            3 => 'Ksmi Kesinti',
            4 => 'Ana Kesinti',
        ],
        'group' => [
            'other' => 'Dier Bileenler',
        ],
    ],

    // Incidents
    'incidents' => [
        'none'          => 'Hibir olay raporlanmad',
        'past'          => 'Gemi Olaylar',
        'previous_week' => 'Geen Hafta',
        'next_week'     => 'Gelecek Hafta',
        'scheduled'     => 'Zamanlanm bakm',
        'scheduled_at'  => ',zamanlanm :zamandilimi',
        'status'        => [
            0 => 'Zamanlanm', // TODO: Hopefully remove this.
            1 => 'nceleniyor',
            2 => 'Tanmland',
            3 => 'zleniyor',
            4 => 'Dzeltildi',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '[0,1] Sistem alr durumda| [2, Inf] Tm sistemler alr durumda',
        'bad'   => '[0,1] Sistemde u anda sorunlar yaanyor [2, Inf] Baz sistemlerde sorunlar yaanyor',
        'major' => '[0,1] Bu serviste byk bir kesinti yayoruz [2, Inf] Baz sistemlerde byk bir kesintisi yayoruz',
    ],

    'api' => [
        'regenerate' => 'API Key\'i yeniden olutur',
        'revoke'     => 'API Anahtar geersiz kl',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => 'Son 1 saat',
            'hourly'    => 'Son 12 saat',
            'weekly'    => 'Hafta',
            'monthly'   => 'Ay',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe' => 'En son gncelletirmeleri almak iin abone olun',
        'button'    => 'Abone Ol',
        'manage'    => [
            'no_subscriptions' => 'u anda tm gncellemeleri abone oldunuz.',
            'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
        ],
        'email' => [
            'subscribe'          => 'Gncellemeler iin abone ol.',
            'subscribed'         => 'Bir email bildirimi alm olmalsn, ltfen aboneliini onaylamak iin kontrol et.',
            'verified'           => 'E mail aboneliin kabul edildi. Teekkrler!',
            'manage'             => 'Manage your subscription',
            'unsubscribe'        => 'E-posta aboneliinden k.',
            'unsubscribed'       => 'Email aboneliin iptal edildi.',
            'failure'            => 'Baz eyler yanl gitti.',
            'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
            'verify'             => [
                'text'   => "Please confirm your email subscription to :app_name status updates.\n:link",
                'html'   => '<p>Please confirm your email subscription to :app_name status updates.</p>',
                'button' => 'Confirm Subscription',
            ],
            'maintenance' => [
                'subject' => '[Maintenance Scheduled] :name',
            ],
            'incident' => [
                'subject' => '[New Incident] :status: :name',
            ],
            'component' => [
                'subject'       => 'Component Status Update',
                'text'          => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
                'html'          => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
                'tooltip-title' => 'Subscribe to notifications for :component_name.',
            ],
        ],
    ],

    'users' => [
        'email' => [
            'invite' => [
                'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
                'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
            ],
        ],
    ],

    'signup' => [
        'title'    => 'Kayt Ol',
        'username' => 'Kullanc ad',
        'email'    => 'E-posta',
        'password' => 'Parola',
        'success'  => 'Hesabnz oluturuldu.',
        'failure'  => 'Kayt esnasnda bir sorun olutu.',
    ],

    'system' => [
        'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
    ],

    // Modal
    'modal' => [
        'close'     => 'Kapat',
        'subscribe' => [
            'title'  => 'Subscribe to component updates',
            'body'   => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
            'button' => 'Abone Ol',
        ],
    ],

    // Other
    'home'            => 'Ana Sayfa',
    'description'     => 'Stay up to date with the latest service updates from :app.',
    'powered_by'      => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
    'about_this_site' => 'Bu Site hakknda',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => 'Status Feed',

];

Function Calls

None

Variables

None

Stats

MD5 c87d52366bd2f1af8652921282c08c92
Eval Count 0
Decode Time 107 ms