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 /** * Common elements found throughout many areas of BookStack. */ return [ /..

Decoded Output download

<?php
/**
 * Common elements found throughout many areas of BookStack.
 */
return [

    // Buttons
    'cancel' => 'Avbryt',
    'close' => 'Stng',
    'confirm' => 'Bekrfta',
    'back' => 'Bakt',
    'save' => 'Spara',
    'continue' => 'Fortstt',
    'select' => 'Vlj',
    'toggle_all' => 'ndra alla',
    'more' => 'Mer',

    // Form Labels
    'name' => 'Namn',
    'description' => 'Beskrivning',
    'role' => 'Roll',
    'cover_image' => 'Omslagsbild',
    'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',

    // Actions
    'actions' => 'tgrder',
    'view' => 'Visa',
    'view_all' => 'Visa alla',
    'new' => 'New',
    'create' => 'Skapa',
    'update' => 'Uppdatera',
    'edit' => 'Redigera',
    'sort' => 'Sortera',
    'move' => 'Flytta',
    'copy' => 'Kopiera',
    'reply' => 'Svara',
    'delete' => 'Ta bort',
    'delete_confirm' => 'Bekrfta radering',
    'search' => 'Sk',
    'search_clear' => 'Rensa skning',
    'reset' => 'terstll',
    'remove' => 'Radera',
    'add' => 'Lgg till',
    'configure' => 'Konfigurera',
    'manage' => 'Hantera',
    'fullscreen' => 'Helskrm',
    'favourite' => 'Favorit',
    'unfavourite' => 'Ta bort favorit',
    'next' => 'Nsta',
    'previous' => 'Fregende',
    'filter_active' => 'Aktivt filter:',
    'filter_clear' => 'Rensa filter',
    'download' => 'Ladda ner',
    'open_in_tab' => 'ppna i flik',
    'open' => 'Open',

    // Sort Options
    'sort_options' => 'Sorteringsalternativ',
    'sort_direction_toggle' => 'Vxla sorteringsriktning',
    'sort_ascending' => 'Sortera stigande',
    'sort_descending' => 'Sortera fallande',
    'sort_name' => 'Namn',
    'sort_default' => 'Standard',
    'sort_created_at' => 'Skapad',
    'sort_updated_at' => 'Uppdaterad',

    // Misc
    'deleted_user' => 'Borttagen anvndare',
    'no_activity' => 'Ingen aktivitet att visa',
    'no_items' => 'Inga tillgngliga freml',
    'back_to_top' => 'Tillbaka till toppen',
    'skip_to_main_content' => 'Hoppa till huvudinnehll',
    'toggle_details' => 'Vxla detaljer',
    'toggle_thumbnails' => 'Vxla miniatyrer',
    'details' => 'Information',
    'grid_view' => 'Rutntsvy',
    'list_view' => 'Listvy',
    'default' => 'Frvald',
    'breadcrumb' => 'Brdsmula',
    'status' => 'Status',
    'status_active' => 'Aktiv',
    'status_inactive' => 'Inaktiv',
    'never' => 'Aldrig',
    'none' => 'Inga',

    // Header
    'homepage' => 'Homepage',
    'header_menu_expand' => 'Expandera sidhuvudsmenyn',
    'profile_menu' => 'Profilmeny',
    'view_profile' => 'Visa profil',
    'edit_profile' => 'Redigera profil',
    'dark_mode' => 'Mrkt lge',
    'light_mode' => 'Ljust lge',
    'global_search' => 'Global Search',

    // Layout tabs
    'tab_info' => 'Information',
    'tab_info_label' => 'Flik: Visa sekundr information',
    'tab_content' => 'Innehll',
    'tab_content_label' => 'Flik: Visa primrt innehll',

    // Email Content
    'email_action_help' => 'Om du har problem att klicka p ":actionText"-knappen, kopiera och klistra in URL\'n nedan i din webblsare:',
    'email_rights' => 'Alla rttigheter r reserverade',

    // Footer Link Options
    // Not directly used but available for convenience to users.
    'privacy_policy' => 'Integritetspolicy',
    'terms_of_service' => 'Anvndarvillkor',
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Common elements found throughout many areas of BookStack.
 */
return [

    // Buttons
    'cancel' => 'Avbryt',
    'close' => 'Stng',
    'confirm' => 'Bekrfta',
    'back' => 'Bakt',
    'save' => 'Spara',
    'continue' => 'Fortstt',
    'select' => 'Vlj',
    'toggle_all' => 'ndra alla',
    'more' => 'Mer',

    // Form Labels
    'name' => 'Namn',
    'description' => 'Beskrivning',
    'role' => 'Roll',
    'cover_image' => 'Omslagsbild',
    'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',

    // Actions
    'actions' => 'tgrder',
    'view' => 'Visa',
    'view_all' => 'Visa alla',
    'new' => 'New',
    'create' => 'Skapa',
    'update' => 'Uppdatera',
    'edit' => 'Redigera',
    'sort' => 'Sortera',
    'move' => 'Flytta',
    'copy' => 'Kopiera',
    'reply' => 'Svara',
    'delete' => 'Ta bort',
    'delete_confirm' => 'Bekrfta radering',
    'search' => 'Sk',
    'search_clear' => 'Rensa skning',
    'reset' => 'terstll',
    'remove' => 'Radera',
    'add' => 'Lgg till',
    'configure' => 'Konfigurera',
    'manage' => 'Hantera',
    'fullscreen' => 'Helskrm',
    'favourite' => 'Favorit',
    'unfavourite' => 'Ta bort favorit',
    'next' => 'Nsta',
    'previous' => 'Fregende',
    'filter_active' => 'Aktivt filter:',
    'filter_clear' => 'Rensa filter',
    'download' => 'Ladda ner',
    'open_in_tab' => 'ppna i flik',
    'open' => 'Open',

    // Sort Options
    'sort_options' => 'Sorteringsalternativ',
    'sort_direction_toggle' => 'Vxla sorteringsriktning',
    'sort_ascending' => 'Sortera stigande',
    'sort_descending' => 'Sortera fallande',
    'sort_name' => 'Namn',
    'sort_default' => 'Standard',
    'sort_created_at' => 'Skapad',
    'sort_updated_at' => 'Uppdaterad',

    // Misc
    'deleted_user' => 'Borttagen anvndare',
    'no_activity' => 'Ingen aktivitet att visa',
    'no_items' => 'Inga tillgngliga freml',
    'back_to_top' => 'Tillbaka till toppen',
    'skip_to_main_content' => 'Hoppa till huvudinnehll',
    'toggle_details' => 'Vxla detaljer',
    'toggle_thumbnails' => 'Vxla miniatyrer',
    'details' => 'Information',
    'grid_view' => 'Rutntsvy',
    'list_view' => 'Listvy',
    'default' => 'Frvald',
    'breadcrumb' => 'Brdsmula',
    'status' => 'Status',
    'status_active' => 'Aktiv',
    'status_inactive' => 'Inaktiv',
    'never' => 'Aldrig',
    'none' => 'Inga',

    // Header
    'homepage' => 'Homepage',
    'header_menu_expand' => 'Expandera sidhuvudsmenyn',
    'profile_menu' => 'Profilmeny',
    'view_profile' => 'Visa profil',
    'edit_profile' => 'Redigera profil',
    'dark_mode' => 'Mrkt lge',
    'light_mode' => 'Ljust lge',
    'global_search' => 'Global Search',

    // Layout tabs
    'tab_info' => 'Information',
    'tab_info_label' => 'Flik: Visa sekundr information',
    'tab_content' => 'Innehll',
    'tab_content_label' => 'Flik: Visa primrt innehll',

    // Email Content
    'email_action_help' => 'Om du har problem att klicka p ":actionText"-knappen, kopiera och klistra in URL\'n nedan i din webblsare:',
    'email_rights' => 'Alla rttigheter r reserverade',

    // Footer Link Options
    // Not directly used but available for convenience to users.
    'privacy_policy' => 'Integritetspolicy',
    'terms_of_service' => 'Anvndarvillkor',
];

Function Calls

None

Variables

None

Stats

MD5 dabe5f86be1d2ee22417b3ab55cf9bcf
Eval Count 0
Decode Time 93 ms