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 /******************************************************************************/ /*..
Decoded Output download
<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
return array(
'email' => array(
'feedback' => array(
'invalid' => 'Neplatn e-mailov adresa.',
'required' => 'E-mailov adresa je povinn.',
),
'validation' => array(
'change_email' => 'E-mailov adresu mete zmeni <a href="%s">na strnke profilu</a>.',
'email_sent_to' => 'Poslali sme Vm e-mail na adresu <strong>%s</strong>. Prosm, overete Vau e-mailov adresu poda pokynov v e-maile.',
'feedback' => array(
'email_failed' => 'E-mail sa nepodarilo odosla. Server je chybne nastaven.',
'email_sent' => 'Prve vm bol odoslan e-mail na vaeu adresu.',
'error' => 'Nepodarilo sa overi Vau e-mailov adresu.',
'ok' => 'E-mailov adresa spene overen.',
'unnecessary' => 'Tto e-mailov adresa u bola overen.',
'wrong_token' => 'Tto e-mailov adresu sa nepodarilo overi. Neplatn token.',
),
'need_to' => 'Aby ste mohli pouva %s, muste najskr overi Vau e-mailov adresu',
'resend_email' => 'Znovu posla e-mail',
'title' => 'Overenie e-mailovej adresy',
),
),
'mailer' => array(
'email_need_validation' => array(
'body' => 'Prve ste sa zaregistrovali na %s, ale stle ete muste overi Vau e-mailov adresu. Kliknite na odkaz::',
'title' => 'Overte si Vae konto',
'welcome' => 'Vitajte %s,',
),
),
'password' => array(
'invalid' => 'Neplatn heslo.',
),
'tos' => array(
'feedback' => array(
'invalid' => 'Aby ste sa mohli zaregistrova, muste najskr shlasi s podmienkami sluby.',
),
),
'username' => array(
'invalid' => 'Toto pouvatesk meno je neplatn.',
'taken' => 'Pouvatesk meno %s sa u pouva.',
),
);
?>
Did this file decode correctly?
Original Code
<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
return array(
'email' => array(
'feedback' => array(
'invalid' => 'Neplatn e-mailov adresa.',
'required' => 'E-mailov adresa je povinn.',
),
'validation' => array(
'change_email' => 'E-mailov adresu mete zmeni <a href="%s">na strnke profilu</a>.',
'email_sent_to' => 'Poslali sme Vm e-mail na adresu <strong>%s</strong>. Prosm, overete Vau e-mailov adresu poda pokynov v e-maile.',
'feedback' => array(
'email_failed' => 'E-mail sa nepodarilo odosla. Server je chybne nastaven.',
'email_sent' => 'Prve vm bol odoslan e-mail na vaeu adresu.',
'error' => 'Nepodarilo sa overi Vau e-mailov adresu.',
'ok' => 'E-mailov adresa spene overen.',
'unnecessary' => 'Tto e-mailov adresa u bola overen.',
'wrong_token' => 'Tto e-mailov adresu sa nepodarilo overi. Neplatn token.',
),
'need_to' => 'Aby ste mohli pouva %s, muste najskr overi Vau e-mailov adresu',
'resend_email' => 'Znovu posla e-mail',
'title' => 'Overenie e-mailovej adresy',
),
),
'mailer' => array(
'email_need_validation' => array(
'body' => 'Prve ste sa zaregistrovali na %s, ale stle ete muste overi Vau e-mailov adresu. Kliknite na odkaz::',
'title' => 'Overte si Vae konto',
'welcome' => 'Vitajte %s,',
),
),
'password' => array(
'invalid' => 'Neplatn heslo.',
),
'tos' => array(
'feedback' => array(
'invalid' => 'Aby ste sa mohli zaregistrova, muste najskr shlasi s podmienkami sluby.',
),
),
'username' => array(
'invalid' => 'Toto pouvatesk meno je neplatn.',
'taken' => 'Pouvatesk meno %s sa u pouva.',
),
);
Function Calls
None |
Stats
MD5 | 68c0129a0e4401d118f676e6e6fca648 |
Eval Count | 0 |
Decode Time | 107 ms |