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(
	'about' => array(
		'_' => '',
		'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',	// IGNORE
		'bugs_reports' => '',
		'credits' => '',
		'credits_content' => ' <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>  FreshRSS <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic"></a>  <a href="https://www.gnome.org/">GNOME </a><em>Open Sans</em>  <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> FreshRSS  PHP  <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>',
		'documentation' => '',
		'freshrss_description' => 'FreshRSS  RSS  ',
		'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHub Issues</a>',
		'license' => '',
		'project_website' => '',
		'title' => '',
		'version' => '',
	),
	'feed' => array(
		'empty' => '',
		'rss_of' => '%s ',
		'title' => '',
		'title_fav' => '',
		'title_global' => '',
	),
	'log' => array(
		'_' => '',
		'clear' => '',
		'empty' => '',
		'title' => '',
	),
	'menu' => array(
		'about' => ' FreshRSS',
		'before_one_day' => '',
		'before_one_week' => '',
		'bookmark_query' => '',
		'favorites' => '%s',
		'global_view' => '',
		'important' => '',
		'main_stream' => '',
		'mark_all_read' => '',
		'mark_cat_read' => '',
		'mark_feed_read' => '',
		'mark_selection_unread' => '',
		'newer_first' => '',
		'non-starred' => '',
		'normal_view' => '',
		'older_first' => '',
		'queries' => '',
		'read' => '',
		'reader_view' => '',
		'rss_view' => '',
		'search_short' => '',
		'starred' => '',
		'stats' => '',
		'subscription' => '',
		'tags' => '',
		'unread' => '',
	),
	'share' => '',
	'tag' => array(
		'related' => '',
	),
	'tos' => array(
		'title' => '',
	),
);
 ?>

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(
	'about' => array(
		'_' => '',
		'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',	// IGNORE
		'bugs_reports' => '',
		'credits' => '',
		'credits_content' => ' <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>  FreshRSS <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic"></a>  <a href="https://www.gnome.org/">GNOME </a><em>Open Sans</em>  <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> FreshRSS  PHP  <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>',
		'documentation' => '',
		'freshrss_description' => 'FreshRSS  RSS  ',
		'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHub Issues</a>',
		'license' => '',
		'project_website' => '',
		'title' => '',
		'version' => '',
	),
	'feed' => array(
		'empty' => '',
		'rss_of' => '%s ',
		'title' => '',
		'title_fav' => '',
		'title_global' => '',
	),
	'log' => array(
		'_' => '',
		'clear' => '',
		'empty' => '',
		'title' => '',
	),
	'menu' => array(
		'about' => ' FreshRSS',
		'before_one_day' => '',
		'before_one_week' => '',
		'bookmark_query' => '',
		'favorites' => '%s',
		'global_view' => '',
		'important' => '',
		'main_stream' => '',
		'mark_all_read' => '',
		'mark_cat_read' => '',
		'mark_feed_read' => '',
		'mark_selection_unread' => '',
		'newer_first' => '',
		'non-starred' => '',
		'normal_view' => '',
		'older_first' => '',
		'queries' => '',
		'read' => '',
		'reader_view' => '',
		'rss_view' => '',
		'search_short' => '',
		'starred' => '',
		'stats' => '',
		'subscription' => '',
		'tags' => '',
		'unread' => '',
	),
	'share' => '',
	'tag' => array(
		'related' => '',
	),
	'tos' => array(
		'title' => '',
	),
);

Function Calls

None

Variables

None

Stats

MD5 0b2bea5a8419acc5745ab2afaf7369ac
Eval Count 0
Decode Time 97 ms