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(
'access' => array(
'denied' => '',
'not_found' => '',
),
'admin' => array(
'optimization_complete' => '',
),
'api' => array(
'password' => array(
'failed' => '',
'updated' => '',
),
),
'auth' => array(
'login' => array(
'invalid' => '',
'success' => '',
),
'logout' => array(
'success' => '',
),
),
'conf' => array(
'error' => '',
'query_created' => ' %s ',
'shortcuts_updated' => '',
'updated' => '',
),
'extensions' => array(
'already_enabled' => '%s ',
'cannot_remove' => ' %s',
'disable' => array(
'ko' => ' %s <a href="%s"> FreshRSS </a> ',
'ok' => '%s ',
),
'enable' => array(
'ko' => '%s <a href="%s"> FreshRSS </a> ',
'ok' => '%s ',
),
'no_access' => ' %s',
'not_enabled' => '%s ',
'not_found' => '%s ',
'removed' => '%s ',
),
'import_export' => array(
'export_no_zip_extension' => ' ZIP ',
'feeds_imported' => ' / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.',
'feeds_imported_with_errors' => ' / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.',
'file_cannot_be_uploaded' => '',
'no_zip_extension' => ' ZIP ',
'zip_error' => ' ZIP ', // DIRTY
),
'profile' => array(
'error' => '',
'updated' => '',
),
'sub' => array(
'actualize' => '',
'articles' => array(
'marked_read' => '',
'marked_unread' => '',
),
'category' => array(
'created' => ' %s',
'deleted' => '',
'emptied' => '',
'error' => '',
'name_exists' => '',
'no_id' => '',
'no_name' => '',
'not_delete_default' => '',
'not_exist' => '',
'over_max' => '%d',
'updated' => '',
),
'feed' => array(
'actualized' => ' <em>%s</em>',
'actualizeds' => '',
'added' => ' <em>%s</em> ',
'already_subscribed' => ' <em>%s</em>',
'cache_cleared' => '<em>%s</em> ',
'deleted' => '',
'error' => '',
'internal_problem' => '<a href="%s"> FreshRSS </a> <code>#force_feed</code> ',
'invalid_url' => ' <em>%s</em> ',
'n_actualized' => ' %d ',
'n_entries_deleted' => ' %d ',
'no_refresh' => '',
'not_added' => '<em>%s</em> ',
'not_found' => '',
'over_max' => '%d',
'reloaded' => '<em>%s</em> ',
'selector_preview' => array(
'http_error' => '',
'no_entries' => '',
'no_feed' => '',
'no_result' => 'feed',
'selector_empty' => '',
),
'updated' => '',
),
'purge_completed' => ' %d ',
),
'tag' => array(
'created' => ' %s ',
'error' => '!',
'name_exists' => '',
'renamed' => ' %s %s',
'updated' => '',
),
'update' => array(
'can_apply' => 'FreshRSS <strong> %s</strong>',
'error' => '%s',
'file_is_nok' => ' <em>%s</em> HTTP ',
'finished' => '',
'none' => '',
'server_not_found' => ' [%s]',
),
'user' => array(
'created' => array(
'_' => ' %s',
'error' => ' %s ',
),
'deleted' => array(
'_' => ' %s',
'error' => ' %s ',
),
'updated' => array(
'_' => ' %s',
'error' => ' %s ',
),
),
);
?>
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(
'access' => array(
'denied' => '',
'not_found' => '',
),
'admin' => array(
'optimization_complete' => '',
),
'api' => array(
'password' => array(
'failed' => '',
'updated' => '',
),
),
'auth' => array(
'login' => array(
'invalid' => '',
'success' => '',
),
'logout' => array(
'success' => '',
),
),
'conf' => array(
'error' => '',
'query_created' => ' %s ',
'shortcuts_updated' => '',
'updated' => '',
),
'extensions' => array(
'already_enabled' => '%s ',
'cannot_remove' => ' %s',
'disable' => array(
'ko' => ' %s <a href="%s"> FreshRSS </a> ',
'ok' => '%s ',
),
'enable' => array(
'ko' => '%s <a href="%s"> FreshRSS </a> ',
'ok' => '%s ',
),
'no_access' => ' %s',
'not_enabled' => '%s ',
'not_found' => '%s ',
'removed' => '%s ',
),
'import_export' => array(
'export_no_zip_extension' => ' ZIP ',
'feeds_imported' => ' / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.',
'feeds_imported_with_errors' => ' / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.',
'file_cannot_be_uploaded' => '',
'no_zip_extension' => ' ZIP ',
'zip_error' => ' ZIP ', // DIRTY
),
'profile' => array(
'error' => '',
'updated' => '',
),
'sub' => array(
'actualize' => '',
'articles' => array(
'marked_read' => '',
'marked_unread' => '',
),
'category' => array(
'created' => ' %s',
'deleted' => '',
'emptied' => '',
'error' => '',
'name_exists' => '',
'no_id' => '',
'no_name' => '',
'not_delete_default' => '',
'not_exist' => '',
'over_max' => '%d',
'updated' => '',
),
'feed' => array(
'actualized' => ' <em>%s</em>',
'actualizeds' => '',
'added' => ' <em>%s</em> ',
'already_subscribed' => ' <em>%s</em>',
'cache_cleared' => '<em>%s</em> ',
'deleted' => '',
'error' => '',
'internal_problem' => '<a href="%s"> FreshRSS </a> <code>#force_feed</code> ',
'invalid_url' => ' <em>%s</em> ',
'n_actualized' => ' %d ',
'n_entries_deleted' => ' %d ',
'no_refresh' => '',
'not_added' => '<em>%s</em> ',
'not_found' => '',
'over_max' => '%d',
'reloaded' => '<em>%s</em> ',
'selector_preview' => array(
'http_error' => '',
'no_entries' => '',
'no_feed' => '',
'no_result' => 'feed',
'selector_empty' => '',
),
'updated' => '',
),
'purge_completed' => ' %d ',
),
'tag' => array(
'created' => ' %s ',
'error' => '!',
'name_exists' => '',
'renamed' => ' %s %s',
'updated' => '',
),
'update' => array(
'can_apply' => 'FreshRSS <strong> %s</strong>',
'error' => '%s',
'file_is_nok' => ' <em>%s</em> HTTP ',
'finished' => '',
'none' => '',
'server_not_found' => ' [%s]',
),
'user' => array(
'created' => array(
'_' => ' %s',
'error' => ' %s ',
),
'deleted' => array(
'_' => ' %s',
'error' => ' %s ',
),
'updated' => array(
'_' => ' %s',
'error' => ' %s ',
),
),
);
Function Calls
None |
Stats
MD5 | 74b4cd57aa40933fcf219544de3edebe |
Eval Count | 0 |
Decode Time | 97 ms |