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 return [ 'buttons' => [ 'filter' => 'Filtre', 'clear..

Decoded Output download

<?php

return [
    'buttons' => [
        'filter'            => 'Filtre',
        'clear_all_filters' => 'Tmn Temizle',
    ],
    'labels' => [
        'action'           => 'lemler',
        'results_per_page' => 'Sayfa bana veri',
        'clear_filter'     => 'Filtreleri temizle',
        'no_data'          => 'Veri bulunamad',
        'all'              => 'Tm',
        'selected'         => 'Seili',
        'filtered'         => 'Filtrelenmi',
    ],
    'placeholders' => [
        'search' => 'Arama yap...',
        'select' => 'Se',
    ],
    'pagination' => [
        'showing' => 'Gsterilen:',
        'to'      => 'ile',
        'of'      => 'aras. Toplam:',
        'results' => 'Sonu',
        'all'     => 'Tm',
    ],
    'multi_select' => [
        'select' => 'Se',
        'all'    => 'Tm',
    ],
    'select' => [
        'select' => 'Se',
        'all'    => 'Tm',
    ],
    'boolean_filter' => [
        'all' => 'Tm',
    ],
    'input_text_options' => [
        'is'           => 'Eit',
        'is_not'       => 'Eit olmayan',
        'contains'     => 'eren',
        'contains_not' => 'ermeyen',
        'starts_with'  => 'ile Balayan',
        'ends_with'    => 'ile Biten',
        'is_null'      => 'Yok olan',
        'is_not_null'  => 'Yok olmayan',
        'is_blank'     => 'Bo olan',
        'is_not_blank' => 'Bo olmayan',
        'is_empty'     => 'Bo olan',
        'is_not_empty' => 'Bo olmayan',
    ],
    'export' => [
        'exporting' => 'Dar aktarlyor, ltfen bekleyin!',
        'completed' => 'Da aktarm tamamland! Dosyalarnz indirmek iin hazr',
    ],
    'soft_deletes' => [
        'message_with_trashed' => 'Silinenler dahil tm kaytlar listeleniyor.',
        'message_only_trashed' => 'Sadece silinenler listeleniyor.',
        'without_trashed'      => 'Silinenler hari',
        'with_trashed'         => 'Silinenlerle birlikte',
        'only_trashed'         => 'Sadece silinenler',
    ],
    'multi_sort' => [
        'message' => 'oklu sralama etkin',
    ],
    'buttons_macros' => [
        'confirm' => [
            'message' => 'Are you sure you want to perform this action?',
        ],
        'confirm_prompt' => [
            'message' => "Are you sure you want to perform this action? 

 Enter :confirmValue to confirm.",
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'buttons' => [
        'filter'            => 'Filtre',
        'clear_all_filters' => 'Tmn Temizle',
    ],
    'labels' => [
        'action'           => 'lemler',
        'results_per_page' => 'Sayfa bana veri',
        'clear_filter'     => 'Filtreleri temizle',
        'no_data'          => 'Veri bulunamad',
        'all'              => 'Tm',
        'selected'         => 'Seili',
        'filtered'         => 'Filtrelenmi',
    ],
    'placeholders' => [
        'search' => 'Arama yap...',
        'select' => 'Se',
    ],
    'pagination' => [
        'showing' => 'Gsterilen:',
        'to'      => 'ile',
        'of'      => 'aras. Toplam:',
        'results' => 'Sonu',
        'all'     => 'Tm',
    ],
    'multi_select' => [
        'select' => 'Se',
        'all'    => 'Tm',
    ],
    'select' => [
        'select' => 'Se',
        'all'    => 'Tm',
    ],
    'boolean_filter' => [
        'all' => 'Tm',
    ],
    'input_text_options' => [
        'is'           => 'Eit',
        'is_not'       => 'Eit olmayan',
        'contains'     => 'eren',
        'contains_not' => 'ermeyen',
        'starts_with'  => 'ile Balayan',
        'ends_with'    => 'ile Biten',
        'is_null'      => 'Yok olan',
        'is_not_null'  => 'Yok olmayan',
        'is_blank'     => 'Bo olan',
        'is_not_blank' => 'Bo olmayan',
        'is_empty'     => 'Bo olan',
        'is_not_empty' => 'Bo olmayan',
    ],
    'export' => [
        'exporting' => 'Dar aktarlyor, ltfen bekleyin!',
        'completed' => 'Da aktarm tamamland! Dosyalarnz indirmek iin hazr',
    ],
    'soft_deletes' => [
        'message_with_trashed' => 'Silinenler dahil tm kaytlar listeleniyor.',
        'message_only_trashed' => 'Sadece silinenler listeleniyor.',
        'without_trashed'      => 'Silinenler hari',
        'with_trashed'         => 'Silinenlerle birlikte',
        'only_trashed'         => 'Sadece silinenler',
    ],
    'multi_sort' => [
        'message' => 'oklu sralama etkin',
    ],
    'buttons_macros' => [
        'confirm' => [
            'message' => 'Are you sure you want to perform this action?',
        ],
        'confirm_prompt' => [
            'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 e5d6c8986261d22146e863e972fc707c
Eval Count 0
Decode Time 84 ms