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 [

    'dashboard' => 'Hallintankym',

    // Incidents
    'incidents' => [
        'title'                    => 'Tapahtumat &amp; ajastaminen',
        'incidents'                => 'Tapahtumat',
        'logged'                   => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
        'incident-create-template' => 'Luo mallipohja',
        'incident-templates'       => 'Tapahtuma pohja',
        'add'                      => [
            'title'   => 'Ilmoita tapahtuma',
            'success' => 'Tapahtuma listty.',
            'failure' => 'There was an error adding the incident, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa tapahtumaa',
            'success' => 'Tapahtuma pivitetty.',
            'failure' => 'There was an error editing the incident, please try again.',
        ],
        'delete' => [
            'success' => 'Tapaus on poistettu ja ei nytet tila-sivulla.',
            'failure' => 'The incident could not be deleted, please try again.',
        ],

        // Incident templates
        'templates' => [
            'title' => 'Tapahtuma pohja',
            'add'   => [
                'title'   => 'Create an incident template',
                'message' => 'You should add an incident template.',
                'success' => 'Your new incident template has been created.',
                'failure' => 'Something went wrong with the incident template.',
            ],
            'edit' => [
                'title'   => 'Edit Template',
                'success' => 'The incident template has been updated.',
                'failure' => 'Something went wrong updating the incident template',
            ],
            'delete' => [
                'success' => 'The incident template has been deleted.',
                'failure' => 'The incident template could not be deleted, please try again.',
            ],
        ],
    ],

    // Incident Maintenance
    'schedule' => [
        'schedule'     => 'Ajastettu huolto',
        'logged'       => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
        'scheduled_at' => 'Ajastettu :timestamp alkaen',
        'add'          => [
            'title'   => 'Lis ajastettu huolto',
            'success' => 'Ajastus listty.',
            'failure' => 'Something went wrong adding the schedule, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa ajastettua huoltoa',
            'success' => 'Schedule has been updated!',
            'failure' => 'Something went wrong editing the schedule, please try again.',
        ],
        'delete' => [
            'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
            'failure' => 'The scheduled maintenance could not be deleted, please try again.',
        ],
    ],

    // Components
    'components' => [
        'components'         => 'Komponentit',
        'component_statuses' => 'Komponenttien tilat',
        'listed_group'       => 'Ryhmitetn :name alle',
        'add'                => [
            'title'   => 'Lis komponentti',
            'message' => 'You should add a component.',
            'success' => 'Komponentti on luotu.',
            'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyv ja yrit uudelleen.',
        ],
        'edit' => [
            'title'   => 'Muokkaa komponenttia',
            'success' => 'Komponentti pivitetty.',
            'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyv ja yrit uudelleen.',
        ],
        'delete' => [
            'success' => 'The component has been deleted!',
            'failure' => 'Komponenttia ei voitu poistaa, ole hyv ja yrit uudelleen.',
        ],

        // Component groups
        'groups' => [
            'groups'        => 'Component group|Component groups',
            'no_components' => 'Sinun tulisi list komponentti ryhm.',
            'add'           => [
                'title'   => 'Lis komponentti-ryhm',
                'success' => 'Komponenti ryhm listty.',
                'failure' => 'Jokin meni vikaan luodessa komponenttiryhm, ole hyv ja yrit uudelleen.',
            ],
            'edit' => [
                'title'   => 'Muokkaa komponentti ryhm',
                'success' => 'Komponentti ryhm pivitetty.',
                'failure' => 'Jokin meni vikaan luodessa komponenttiryhm, ole hyv ja yrit uudelleen.',
            ],
            'delete' => [
                'success' => 'Komponentti ryhm poistettu!',
                'failure' => 'Komponenttiryhm ei voitu poistaa, ole hyv ja yrit uudelleen.',
            ],
        ],
    ],

    // Metrics
    'metrics' => [
        'metrics' => 'Mittarit',
        'add'     => [
            'title'   => 'Luo kaavio',
            'message' => 'Sinun tulisi list kaavio.',
            'success' => 'Metric created.',
            'failure' => 'Something went wrong with the metric, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa kaaviota',
            'success' => 'Metric updated.',
            'failure' => 'Something went wrong with the metric, please try again.',
        ],
        'delete' => [
            'success' => 'The metric has been deleted and will no longer display on your status page.',
            'failure' => 'The metric could not be deleted, please try again.',
        ],
    ],
    // Subscribers
    'subscribers' => [
        'subscribers'      => 'Tilaajat',
        'description'      => 'Subscribers will receive email updates when incidents are created or components are updated.',
        'verified'         => 'Vahvistettu',
        'not_verified'     => 'Not verified',
        'subscriber'       => ': shkposti, tilannut: pivmr',
        'no_subscriptions' => 'Tilaa kaikki pivitykset',
        'add'              => [
            'title'   => 'Lis uusi tilaaja',
            'success' => 'Tilaaja listty.',
            'failure' => 'Jotakin meni vikaan lisess uutta tilaajaa, ole hyv ja yrit uudelleen.',
            'help'    => 'Enter each subscriber on a new line.',
        ],
        'edit' => [
            'title'   => 'Pivit tilaaja',
            'success' => 'Subscriber has been updated!',
            'failure' => 'Something went wrong editing the subscriber, please try again.',
        ],
    ],

    // Team
    'team' => [
        'team'        => 'Ryhm',
        'member'      => 'Jsen',
        'profile'     => 'Profiili',
        'description' => 'Kyttjj voi luoda, muokata &amp; komponentteja ja tapahtumia.',
        'add'         => [
            'title'   => 'Lis uusi kyttj',
            'success' => 'Kyttj on listty.',
            'failure' => 'Kyttj ei voitu luoda, ole hyv ja yrit uudelleen.',
        ],
        'edit' => [
            'title'   => 'Pivit profiili',
            'success' => 'Profiili on pivitetty.',
            'failure' => 'Jokin meni vikaan pivittess profiilia, ole hyv ja yrit uudelleen.',
        ],
        'delete' => [
            'success' => 'Kyttj on poistettu ja ei ole enn psy hallintapaneeliin!',
            'failure' => 'Kyttj ei voitu luoda, ole hyv ja yrit uudelleen.',
        ],
        'invite' => [
            'title'   => 'Kutsu uusi kyttj',
            'success' => 'Kutsu on lhetetty',
            'failure' => 'Kutsua ei voitu lhett, ole hyv ja yrit uudelleen.',
        ],
    ],

    // Settings
    'settings' => [
        'settings'  => 'Asetukset',
        'app-setup' => [
            'app-setup'   => 'Sovelluksen asetukset',
            'images-only' => 'Vain kuvia voi lhett.',
            'too-big'     => 'Lhettmsi tiedosto on liian suuri. Lhet pienempi kuva kuin :size',
        ],
        'analytics' => [
            'analytics' => 'Analytiikka',
        ],
        'localization' => [
            'localization' => 'Sijainti',
        ],
        'customization' => [
            'customization' => 'Mukauttaminen',
            'header'        => 'Mukautettu yltunniste HTML',
            'footer'        => 'Mukautettu alatunniste HTML',
        ],
        'security' => [
            'security'   => 'Turvallisuus',
            'two-factor' => 'Kyttjt ilman kaksivaiheista todennusta',
        ],
        'stylesheet' => [
            'stylesheet' => 'Stylesheet',
        ],
        'theme' => [
            'theme' => 'Teema',
        ],
        'edit' => [
            'success' => 'Asetukset tallennettu.',
            'failure' => 'Asetuksia ei voitu tallentaa.',
        ],
        'credits' => [
            'credits'       => 'Credits',
            'contributors'  => 'Contributors',
            'license'       => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
            'backers-title' => 'Backers & Sponsors',
            'backers'       => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
            'thank-you'     => 'Thank you to each and every one of the :count contributors.',
        ],
    ],

    // Login
    'login' => [
        'login'      => 'Kirjaudu',
        'logged_in'  => 'Olet kirjautunut sisn.',
        'welcome'    => 'Tervetuloa takaisin!',
        'two-factor' => 'Please enter your token.',
    ],

    // Sidebar footer
    'help'        => 'Tuki',
    'status_page' => 'Tila-sivu',
    'logout'      => 'Kirjaudu ulos',

    // Notifications
    'notifications' => [
        'notifications' => 'Ilmoitukset',
        'awesome'       => 'Mahtavaa.',
        'whoops'        => 'Hupsis.',
    ],

    // Widgets
    'widgets' => [
        'support'          => 'Support Cachet',
        'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
        'news'             => 'Latest News',
        'news_subtitle'    => 'Get the latest updates',
    ],

    // Welcome modal
    'welcome' => [
        'welcome' => 'Tervetuloa tila-sivulle!',
        'message' => 'Your status page is almost ready! You might want to configure these extra settings',
        'close'   => 'Siirry suoraan hallintapaneeliin',
        'steps'   => [
            'component'  => 'Luo uusi komponentti',
            'incident'   => 'Luo uusi tapahtuma',
            'customize'  => 'Muokkaa',
            'team'       => 'Lis kyttj',
            'api'        => 'Luo API tunnus',
            'two-factor' => 'Kaksivaiheinen todennus',
        ],
    ],

];
 ?>

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 [

    'dashboard' => 'Hallintankym',

    // Incidents
    'incidents' => [
        'title'                    => 'Tapahtumat &amp; ajastaminen',
        'incidents'                => 'Tapahtumat',
        'logged'                   => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
        'incident-create-template' => 'Luo mallipohja',
        'incident-templates'       => 'Tapahtuma pohja',
        'add'                      => [
            'title'   => 'Ilmoita tapahtuma',
            'success' => 'Tapahtuma listty.',
            'failure' => 'There was an error adding the incident, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa tapahtumaa',
            'success' => 'Tapahtuma pivitetty.',
            'failure' => 'There was an error editing the incident, please try again.',
        ],
        'delete' => [
            'success' => 'Tapaus on poistettu ja ei nytet tila-sivulla.',
            'failure' => 'The incident could not be deleted, please try again.',
        ],

        // Incident templates
        'templates' => [
            'title' => 'Tapahtuma pohja',
            'add'   => [
                'title'   => 'Create an incident template',
                'message' => 'You should add an incident template.',
                'success' => 'Your new incident template has been created.',
                'failure' => 'Something went wrong with the incident template.',
            ],
            'edit' => [
                'title'   => 'Edit Template',
                'success' => 'The incident template has been updated.',
                'failure' => 'Something went wrong updating the incident template',
            ],
            'delete' => [
                'success' => 'The incident template has been deleted.',
                'failure' => 'The incident template could not be deleted, please try again.',
            ],
        ],
    ],

    // Incident Maintenance
    'schedule' => [
        'schedule'     => 'Ajastettu huolto',
        'logged'       => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
        'scheduled_at' => 'Ajastettu :timestamp alkaen',
        'add'          => [
            'title'   => 'Lis ajastettu huolto',
            'success' => 'Ajastus listty.',
            'failure' => 'Something went wrong adding the schedule, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa ajastettua huoltoa',
            'success' => 'Schedule has been updated!',
            'failure' => 'Something went wrong editing the schedule, please try again.',
        ],
        'delete' => [
            'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
            'failure' => 'The scheduled maintenance could not be deleted, please try again.',
        ],
    ],

    // Components
    'components' => [
        'components'         => 'Komponentit',
        'component_statuses' => 'Komponenttien tilat',
        'listed_group'       => 'Ryhmitetn :name alle',
        'add'                => [
            'title'   => 'Lis komponentti',
            'message' => 'You should add a component.',
            'success' => 'Komponentti on luotu.',
            'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyv ja yrit uudelleen.',
        ],
        'edit' => [
            'title'   => 'Muokkaa komponenttia',
            'success' => 'Komponentti pivitetty.',
            'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyv ja yrit uudelleen.',
        ],
        'delete' => [
            'success' => 'The component has been deleted!',
            'failure' => 'Komponenttia ei voitu poistaa, ole hyv ja yrit uudelleen.',
        ],

        // Component groups
        'groups' => [
            'groups'        => 'Component group|Component groups',
            'no_components' => 'Sinun tulisi list komponentti ryhm.',
            'add'           => [
                'title'   => 'Lis komponentti-ryhm',
                'success' => 'Komponenti ryhm listty.',
                'failure' => 'Jokin meni vikaan luodessa komponenttiryhm, ole hyv ja yrit uudelleen.',
            ],
            'edit' => [
                'title'   => 'Muokkaa komponentti ryhm',
                'success' => 'Komponentti ryhm pivitetty.',
                'failure' => 'Jokin meni vikaan luodessa komponenttiryhm, ole hyv ja yrit uudelleen.',
            ],
            'delete' => [
                'success' => 'Komponentti ryhm poistettu!',
                'failure' => 'Komponenttiryhm ei voitu poistaa, ole hyv ja yrit uudelleen.',
            ],
        ],
    ],

    // Metrics
    'metrics' => [
        'metrics' => 'Mittarit',
        'add'     => [
            'title'   => 'Luo kaavio',
            'message' => 'Sinun tulisi list kaavio.',
            'success' => 'Metric created.',
            'failure' => 'Something went wrong with the metric, please try again.',
        ],
        'edit' => [
            'title'   => 'Muokkaa kaaviota',
            'success' => 'Metric updated.',
            'failure' => 'Something went wrong with the metric, please try again.',
        ],
        'delete' => [
            'success' => 'The metric has been deleted and will no longer display on your status page.',
            'failure' => 'The metric could not be deleted, please try again.',
        ],
    ],
    // Subscribers
    'subscribers' => [
        'subscribers'      => 'Tilaajat',
        'description'      => 'Subscribers will receive email updates when incidents are created or components are updated.',
        'verified'         => 'Vahvistettu',
        'not_verified'     => 'Not verified',
        'subscriber'       => ': shkposti, tilannut: pivmr',
        'no_subscriptions' => 'Tilaa kaikki pivitykset',
        'add'              => [
            'title'   => 'Lis uusi tilaaja',
            'success' => 'Tilaaja listty.',
            'failure' => 'Jotakin meni vikaan lisess uutta tilaajaa, ole hyv ja yrit uudelleen.',
            'help'    => 'Enter each subscriber on a new line.',
        ],
        'edit' => [
            'title'   => 'Pivit tilaaja',
            'success' => 'Subscriber has been updated!',
            'failure' => 'Something went wrong editing the subscriber, please try again.',
        ],
    ],

    // Team
    'team' => [
        'team'        => 'Ryhm',
        'member'      => 'Jsen',
        'profile'     => 'Profiili',
        'description' => 'Kyttjj voi luoda, muokata &amp; komponentteja ja tapahtumia.',
        'add'         => [
            'title'   => 'Lis uusi kyttj',
            'success' => 'Kyttj on listty.',
            'failure' => 'Kyttj ei voitu luoda, ole hyv ja yrit uudelleen.',
        ],
        'edit' => [
            'title'   => 'Pivit profiili',
            'success' => 'Profiili on pivitetty.',
            'failure' => 'Jokin meni vikaan pivittess profiilia, ole hyv ja yrit uudelleen.',
        ],
        'delete' => [
            'success' => 'Kyttj on poistettu ja ei ole enn psy hallintapaneeliin!',
            'failure' => 'Kyttj ei voitu luoda, ole hyv ja yrit uudelleen.',
        ],
        'invite' => [
            'title'   => 'Kutsu uusi kyttj',
            'success' => 'Kutsu on lhetetty',
            'failure' => 'Kutsua ei voitu lhett, ole hyv ja yrit uudelleen.',
        ],
    ],

    // Settings
    'settings' => [
        'settings'  => 'Asetukset',
        'app-setup' => [
            'app-setup'   => 'Sovelluksen asetukset',
            'images-only' => 'Vain kuvia voi lhett.',
            'too-big'     => 'Lhettmsi tiedosto on liian suuri. Lhet pienempi kuva kuin :size',
        ],
        'analytics' => [
            'analytics' => 'Analytiikka',
        ],
        'localization' => [
            'localization' => 'Sijainti',
        ],
        'customization' => [
            'customization' => 'Mukauttaminen',
            'header'        => 'Mukautettu yltunniste HTML',
            'footer'        => 'Mukautettu alatunniste HTML',
        ],
        'security' => [
            'security'   => 'Turvallisuus',
            'two-factor' => 'Kyttjt ilman kaksivaiheista todennusta',
        ],
        'stylesheet' => [
            'stylesheet' => 'Stylesheet',
        ],
        'theme' => [
            'theme' => 'Teema',
        ],
        'edit' => [
            'success' => 'Asetukset tallennettu.',
            'failure' => 'Asetuksia ei voitu tallentaa.',
        ],
        'credits' => [
            'credits'       => 'Credits',
            'contributors'  => 'Contributors',
            'license'       => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
            'backers-title' => 'Backers & Sponsors',
            'backers'       => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
            'thank-you'     => 'Thank you to each and every one of the :count contributors.',
        ],
    ],

    // Login
    'login' => [
        'login'      => 'Kirjaudu',
        'logged_in'  => 'Olet kirjautunut sisn.',
        'welcome'    => 'Tervetuloa takaisin!',
        'two-factor' => 'Please enter your token.',
    ],

    // Sidebar footer
    'help'        => 'Tuki',
    'status_page' => 'Tila-sivu',
    'logout'      => 'Kirjaudu ulos',

    // Notifications
    'notifications' => [
        'notifications' => 'Ilmoitukset',
        'awesome'       => 'Mahtavaa.',
        'whoops'        => 'Hupsis.',
    ],

    // Widgets
    'widgets' => [
        'support'          => 'Support Cachet',
        'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
        'news'             => 'Latest News',
        'news_subtitle'    => 'Get the latest updates',
    ],

    // Welcome modal
    'welcome' => [
        'welcome' => 'Tervetuloa tila-sivulle!',
        'message' => 'Your status page is almost ready! You might want to configure these extra settings',
        'close'   => 'Siirry suoraan hallintapaneeliin',
        'steps'   => [
            'component'  => 'Luo uusi komponentti',
            'incident'   => 'Luo uusi tapahtuma',
            'customize'  => 'Muokkaa',
            'team'       => 'Lis kyttj',
            'api'        => 'Luo API tunnus',
            'two-factor' => 'Kaksivaiheinen todennus',
        ],
    ],

];

Function Calls

None

Variables

None

Stats

MD5 493c065ba7656ad685e43a97aec99990
Eval Count 0
Decode Time 103 ms