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 /** * Activity text strings. * Is used for all the text within activity logs & not..

Decoded Output download

<?php
/**
 * Activity text strings.
 * Is used for all the text within activity logs & notifications.
 */
return [

    // Pages
    'page_create'                 => ' to trang',
    'page_create_notification'    => 'Trang  c to thnh cng',
    'page_update'                 => ' cp nht trang',
    'page_update_notification'    => 'Trang  c cp nht thnh cng',
    'page_delete'                 => ' xa trang',
    'page_delete_notification'    => 'Trang  c xa thnh cng',
    'page_restore'                => ' khi phc trang',
    'page_restore_notification'   => 'Trang  c khi phc thnh cng',
    'page_move'                   => ' di chuyn trang',
    'page_move_notification'      => ' di chuyn trang thnh cng',

    // Chapters
    'chapter_create'              => ' to chng',
    'chapter_create_notification' => 'Chng  c to thnh cng',
    'chapter_update'              => ' cp nht chng',
    'chapter_update_notification' => 'Chng  c cp nht thnh cng',
    'chapter_delete'              => ' xa chng',
    'chapter_delete_notification' => 'Chng  c xa thnh cng',
    'chapter_move'                => ' di chuyn chng',
    'chapter_move_notification' => ' chuyn chng thnh cng',

    // Books
    'book_create'                 => ' to sch',
    'book_create_notification'    => 'Sch  c to thnh cng',
    'book_create_from_chapter'              => 'chuyn chng thnh sch',
    'book_create_from_chapter_notification' => 'Chuyn chng thnh sch thnh cng',
    'book_update'                 => ' cp nht sch',
    'book_update_notification'    => 'Sch  c cp nht thnh cng',
    'book_delete'                 => ' xa sch',
    'book_delete_notification'    => 'Sch  c xa thnh cng',
    'book_sort'                   => ' sp xp sch',
    'book_sort_notification'      => 'Sch  c sp xp li thnh cng',

    // Bookshelves
    'bookshelf_create'            => ' to gi sch',
    'bookshelf_create_notification'    => 'Gi sch  c to thnh cng',
    'bookshelf_create_from_book'    => 'chuyn sch thnh gi sch',
    'bookshelf_create_from_book_notification'    => 'Chuyn sch thnh gi sch thnh cng',
    'bookshelf_update'                 => 'cp nht gi sch',
    'bookshelf_update_notification'    => 'Gi sch c cp nht thnh cng',
    'bookshelf_delete'                 => 'xo gi sch',
    'bookshelf_delete_notification'    => 'Xo gi sch thnh cng',

    // Revisions
    'revision_restore' => ' khi phc sa i',
    'revision_delete' => ' xa bn sa i',
    'revision_delete_notification' => 'Bn sa i  c xa thnh cng',

    // Favourites
    'favourite_add_notification' => '":name"  c thm vo danh sch yu thch ca bn',
    'favourite_remove_notification' => '":name"  c g khi danh sch yu thch ca bn',

    // Watching
    'watch_update_level_notification' => 'Watch preferences successfully updated',

    // Auth
    'auth_login' => 'ng nhp',
    'auth_register' => ' ng k nh ngi dng mi',
    'auth_password_reset_request' => 'yu cu ngi dng t li mt khu',
    'auth_password_reset_update' => 't li mt khu ngi dng',
    'mfa_setup_method' => ' nh cu hnh phng thc MFA',
    'mfa_setup_method_notification' => 'Cu hnh xc thc nhiu bc thnh cng',
    'mfa_remove_method' => 'loi b phng thc MFA',
    'mfa_remove_method_notification' => ' g xc thc nhiu bc',

    // Settings
    'settings_update' => 'cp nht ci t',
    'settings_update_notification' => 'Ci t  cp nht thnh cng',
    'maintenance_action_run' => 'chy hnh ng bo tr',

    // Webhooks
    'webhook_create' => ' to webhook',
    'webhook_create_notification' => 'Webhook  c to thnh cng',
    'webhook_update' => ' cp nht webhook',
    'webhook_update_notification' => 'Webhook  c cp nht thnh cng',
    'webhook_delete' => ' xa webhook',
    'webhook_delete_notification' => 'Webhook  c xa thnh cng',

    // Users
    'user_create' => 'ngi dng  to',
    'user_create_notification' => 'Ngi dng c to thnh cng',
    'user_update' => 'ngi dng c cp nht',
    'user_update_notification' => 'Ngi dng c cp nht thnh cng',
    'user_delete' => 'ngi dng  b xa',
    'user_delete_notification' => 'Ngi dng  c xa thnh cng',

    // API Tokens
    'api_token_create' => 'created API token',
    'api_token_create_notification' => 'API token successfully created',
    'api_token_update' => 'updated API token',
    'api_token_update_notification' => 'API token successfully updated',
    'api_token_delete' => 'deleted API token',
    'api_token_delete_notification' => 'API token successfully deleted',

    // Roles
    'role_create' => 'created role',
    'role_create_notification' => 'Vai tr mi  c to thnh cng',
    'role_update' => 'updated role',
    'role_update_notification' => 'Vai tr  c cp nht thnh cng',
    'role_delete' => ' xa vai tr',
    'role_delete_notification' => 'Vai tr  c xa thnh cng',

    // Recycle Bin
    'recycle_bin_empty' => 'lm trng thng rc',
    'recycle_bin_restore' => 'khi phc t thng rc',
    'recycle_bin_destroy' => ' xa khi thng rc',

    // Comments
    'commented_on'                => ' bnh lun v',
    'comment_create'              => 'thm bnh lun',
    'comment_update'              => 'cp nht bnh lun',
    'comment_delete'              => ' xa binh lun',

    // Other
    'permissions_update'          => 'cc quyn  c cp nht',
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Activity text strings.
 * Is used for all the text within activity logs & notifications.
 */
return [

    // Pages
    'page_create'                 => ' to trang',
    'page_create_notification'    => 'Trang  c to thnh cng',
    'page_update'                 => ' cp nht trang',
    'page_update_notification'    => 'Trang  c cp nht thnh cng',
    'page_delete'                 => ' xa trang',
    'page_delete_notification'    => 'Trang  c xa thnh cng',
    'page_restore'                => ' khi phc trang',
    'page_restore_notification'   => 'Trang  c khi phc thnh cng',
    'page_move'                   => ' di chuyn trang',
    'page_move_notification'      => ' di chuyn trang thnh cng',

    // Chapters
    'chapter_create'              => ' to chng',
    'chapter_create_notification' => 'Chng  c to thnh cng',
    'chapter_update'              => ' cp nht chng',
    'chapter_update_notification' => 'Chng  c cp nht thnh cng',
    'chapter_delete'              => ' xa chng',
    'chapter_delete_notification' => 'Chng  c xa thnh cng',
    'chapter_move'                => ' di chuyn chng',
    'chapter_move_notification' => ' chuyn chng thnh cng',

    // Books
    'book_create'                 => ' to sch',
    'book_create_notification'    => 'Sch  c to thnh cng',
    'book_create_from_chapter'              => 'chuyn chng thnh sch',
    'book_create_from_chapter_notification' => 'Chuyn chng thnh sch thnh cng',
    'book_update'                 => ' cp nht sch',
    'book_update_notification'    => 'Sch  c cp nht thnh cng',
    'book_delete'                 => ' xa sch',
    'book_delete_notification'    => 'Sch  c xa thnh cng',
    'book_sort'                   => ' sp xp sch',
    'book_sort_notification'      => 'Sch  c sp xp li thnh cng',

    // Bookshelves
    'bookshelf_create'            => ' to gi sch',
    'bookshelf_create_notification'    => 'Gi sch  c to thnh cng',
    'bookshelf_create_from_book'    => 'chuyn sch thnh gi sch',
    'bookshelf_create_from_book_notification'    => 'Chuyn sch thnh gi sch thnh cng',
    'bookshelf_update'                 => 'cp nht gi sch',
    'bookshelf_update_notification'    => 'Gi sch c cp nht thnh cng',
    'bookshelf_delete'                 => 'xo gi sch',
    'bookshelf_delete_notification'    => 'Xo gi sch thnh cng',

    // Revisions
    'revision_restore' => ' khi phc sa i',
    'revision_delete' => ' xa bn sa i',
    'revision_delete_notification' => 'Bn sa i  c xa thnh cng',

    // Favourites
    'favourite_add_notification' => '":name"  c thm vo danh sch yu thch ca bn',
    'favourite_remove_notification' => '":name"  c g khi danh sch yu thch ca bn',

    // Watching
    'watch_update_level_notification' => 'Watch preferences successfully updated',

    // Auth
    'auth_login' => 'ng nhp',
    'auth_register' => ' ng k nh ngi dng mi',
    'auth_password_reset_request' => 'yu cu ngi dng t li mt khu',
    'auth_password_reset_update' => 't li mt khu ngi dng',
    'mfa_setup_method' => ' nh cu hnh phng thc MFA',
    'mfa_setup_method_notification' => 'Cu hnh xc thc nhiu bc thnh cng',
    'mfa_remove_method' => 'loi b phng thc MFA',
    'mfa_remove_method_notification' => ' g xc thc nhiu bc',

    // Settings
    'settings_update' => 'cp nht ci t',
    'settings_update_notification' => 'Ci t  cp nht thnh cng',
    'maintenance_action_run' => 'chy hnh ng bo tr',

    // Webhooks
    'webhook_create' => ' to webhook',
    'webhook_create_notification' => 'Webhook  c to thnh cng',
    'webhook_update' => ' cp nht webhook',
    'webhook_update_notification' => 'Webhook  c cp nht thnh cng',
    'webhook_delete' => ' xa webhook',
    'webhook_delete_notification' => 'Webhook  c xa thnh cng',

    // Users
    'user_create' => 'ngi dng  to',
    'user_create_notification' => 'Ngi dng c to thnh cng',
    'user_update' => 'ngi dng c cp nht',
    'user_update_notification' => 'Ngi dng c cp nht thnh cng',
    'user_delete' => 'ngi dng  b xa',
    'user_delete_notification' => 'Ngi dng  c xa thnh cng',

    // API Tokens
    'api_token_create' => 'created API token',
    'api_token_create_notification' => 'API token successfully created',
    'api_token_update' => 'updated API token',
    'api_token_update_notification' => 'API token successfully updated',
    'api_token_delete' => 'deleted API token',
    'api_token_delete_notification' => 'API token successfully deleted',

    // Roles
    'role_create' => 'created role',
    'role_create_notification' => 'Vai tr mi  c to thnh cng',
    'role_update' => 'updated role',
    'role_update_notification' => 'Vai tr  c cp nht thnh cng',
    'role_delete' => ' xa vai tr',
    'role_delete_notification' => 'Vai tr  c xa thnh cng',

    // Recycle Bin
    'recycle_bin_empty' => 'lm trng thng rc',
    'recycle_bin_restore' => 'khi phc t thng rc',
    'recycle_bin_destroy' => ' xa khi thng rc',

    // Comments
    'commented_on'                => ' bnh lun v',
    'comment_create'              => 'thm bnh lun',
    'comment_update'              => 'cp nht bnh lun',
    'comment_delete'              => ' xa binh lun',

    // Other
    'permissions_update'          => 'cc quyn  c cp nht',
];

Function Calls

None

Variables

None

Stats

MD5 79e53a289eefc4bd8901433b543bfa87
Eval Count 0
Decode Time 109 ms