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 /** * Text used in custom JavaScript driven components. */ return [ // Image ..
Decoded Output download
<?php
/**
* Text used in custom JavaScript driven components.
*/
return [
// Image Manager
'image_select' => 'Nuotrauk pasirinkimas',
'image_list' => 'Image List',
'image_details' => 'Image Details',
'image_upload' => 'Upload Image',
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
'image_all' => 'Visi',
'image_all_title' => 'Rodyti visas nuotraukas',
'image_book_title' => 'Perirti nuotraukas, keltas i knyg',
'image_page_title' => 'Perirti nuotraukas, keltas puslap',
'image_search_hint' => 'Iekoti pagal nuotraukos pavadinim',
'image_uploaded' => 'kelta :uploadedDate',
'image_uploaded_by' => 'Uploaded by :userName',
'image_uploaded_to' => 'Uploaded to :pageLink',
'image_updated' => 'Updated :updateDate',
'image_load_more' => 'Rodyti daugiau',
'image_image_name' => 'Nuotraukos pavadinimas',
'image_delete_used' => 'i nuotrauka yra naudojama puslapyje emiau.',
'image_delete_confirm_text' => 'Ar js esate tikri, kad norite itrinti i nuotrauk?',
'image_select_image' => 'Pasirinkti nuotrauk',
'image_dropzone' => 'Tempkite nuotraukas arba spauskite ia, kad keltumte',
'image_dropzone_drop' => 'Drop images here to upload',
'images_deleted' => 'Nuotraukos itrintos',
'image_preview' => 'Nuotrauk perira',
'image_upload_success' => 'Nuotrauka kelta skmingai',
'image_update_success' => 'Nuotraukos detals skmingai atnaujintos',
'image_delete_success' => 'Nuotrauka skmingai itrinti',
'image_replace' => 'Replace Image',
'image_replace_success' => 'Image file successfully updated',
'image_rebuild_thumbs' => 'Regenerate Size Variations',
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
// Code Editor
'code_editor' => 'Redaguoti kod',
'code_language' => 'Kodo kalba',
'code_content' => 'Kodo turinys',
'code_session_history' => 'Sesijos istorija',
'code_save' => 'Isaugoti kod',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Text used in custom JavaScript driven components.
*/
return [
// Image Manager
'image_select' => 'Nuotrauk pasirinkimas',
'image_list' => 'Image List',
'image_details' => 'Image Details',
'image_upload' => 'Upload Image',
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
'image_all' => 'Visi',
'image_all_title' => 'Rodyti visas nuotraukas',
'image_book_title' => 'Perirti nuotraukas, keltas i knyg',
'image_page_title' => 'Perirti nuotraukas, keltas puslap',
'image_search_hint' => 'Iekoti pagal nuotraukos pavadinim',
'image_uploaded' => 'kelta :uploadedDate',
'image_uploaded_by' => 'Uploaded by :userName',
'image_uploaded_to' => 'Uploaded to :pageLink',
'image_updated' => 'Updated :updateDate',
'image_load_more' => 'Rodyti daugiau',
'image_image_name' => 'Nuotraukos pavadinimas',
'image_delete_used' => 'i nuotrauka yra naudojama puslapyje emiau.',
'image_delete_confirm_text' => 'Ar js esate tikri, kad norite itrinti i nuotrauk?',
'image_select_image' => 'Pasirinkti nuotrauk',
'image_dropzone' => 'Tempkite nuotraukas arba spauskite ia, kad keltumte',
'image_dropzone_drop' => 'Drop images here to upload',
'images_deleted' => 'Nuotraukos itrintos',
'image_preview' => 'Nuotrauk perira',
'image_upload_success' => 'Nuotrauka kelta skmingai',
'image_update_success' => 'Nuotraukos detals skmingai atnaujintos',
'image_delete_success' => 'Nuotrauka skmingai itrinti',
'image_replace' => 'Replace Image',
'image_replace_success' => 'Image file successfully updated',
'image_rebuild_thumbs' => 'Regenerate Size Variations',
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
// Code Editor
'code_editor' => 'Redaguoti kod',
'code_language' => 'Kodo kalba',
'code_content' => 'Kodo turinys',
'code_session_history' => 'Sesijos istorija',
'code_save' => 'Isaugoti kod',
];
Function Calls
None |
Stats
MD5 | 473abd8ec41f759bb06a8912b875a020 |
Eval Count | 0 |
Decode Time | 106 ms |