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 [ 'columns' => [ 'text' => [ 'more_list_items' => ..
Decoded Output download
<?php
return [
'columns' => [
'text' => [
'more_list_items' => 'i :count vie',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Odaberi/poniti odabir svih stavki za grupne radnje.',
],
'bulk_select_record' => [
'label' => 'Odaberi/poniti odabir stavke :key za grupne radnje.',
],
'search' => [
'label' => 'Pretraga',
'placeholder' => 'Traite',
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Zavri preureivanje zapisa',
],
'enable_reordering' => [
'label' => 'Preuredi zapise',
],
'filter' => [
'label' => 'Filter',
],
'open_bulk_actions' => [
'label' => 'Otvorene akcije',
],
'toggle_columns' => [
'label' => 'Preklopiti kolone',
],
],
'empty' => [
'heading' => 'Nije pronaen nijedan zapis',
],
'filters' => [
'actions' => [
'remove' => [
'label' => 'Skloni filter',
],
'remove_all' => [
'label' => 'Skloni svi filteri',
'tooltip' => 'Skloni svi filteri',
],
'reset' => [
'label' => 'Resetujte filtere',
],
],
'indicator' => 'Aktivne filteri',
'multi_select' => [
'placeholder' => 'Svi',
],
'select' => [
'placeholder' => 'Svi',
],
'trashed' => [
'label' => 'Izbrisani zapisi',
'only_trashed' => 'Samo izbrisani zapisi',
'with_trashed' => 'Sa izbrisanim zapisima',
'without_trashed' => 'Bez izbrisanih zapisa',
],
],
'reorder_indicator' => 'Prevucite i ispustite zapise u red.',
'selection_indicator' => [
'selected_count' => '1 izabran zapis|:count izabrani zapisi',
'actions' => [
'select_all' => [
'label' => 'Izaberite sve :count',
],
'deselect_all' => [
'label' => 'Ponititite izbor',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Sortirajte po',
],
'direction' => [
'label' => 'Sortirajte po smjeru',
'options' => [
'asc' => 'Uzlazno',
'desc' => 'Silazno',
],
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'columns' => [
'text' => [
'more_list_items' => 'i :count vie',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Odaberi/poniti odabir svih stavki za grupne radnje.',
],
'bulk_select_record' => [
'label' => 'Odaberi/poniti odabir stavke :key za grupne radnje.',
],
'search' => [
'label' => 'Pretraga',
'placeholder' => 'Traite',
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Zavri preureivanje zapisa',
],
'enable_reordering' => [
'label' => 'Preuredi zapise',
],
'filter' => [
'label' => 'Filter',
],
'open_bulk_actions' => [
'label' => 'Otvorene akcije',
],
'toggle_columns' => [
'label' => 'Preklopiti kolone',
],
],
'empty' => [
'heading' => 'Nije pronaen nijedan zapis',
],
'filters' => [
'actions' => [
'remove' => [
'label' => 'Skloni filter',
],
'remove_all' => [
'label' => 'Skloni svi filteri',
'tooltip' => 'Skloni svi filteri',
],
'reset' => [
'label' => 'Resetujte filtere',
],
],
'indicator' => 'Aktivne filteri',
'multi_select' => [
'placeholder' => 'Svi',
],
'select' => [
'placeholder' => 'Svi',
],
'trashed' => [
'label' => 'Izbrisani zapisi',
'only_trashed' => 'Samo izbrisani zapisi',
'with_trashed' => 'Sa izbrisanim zapisima',
'without_trashed' => 'Bez izbrisanih zapisa',
],
],
'reorder_indicator' => 'Prevucite i ispustite zapise u red.',
'selection_indicator' => [
'selected_count' => '1 izabran zapis|:count izabrani zapisi',
'actions' => [
'select_all' => [
'label' => 'Izaberite sve :count',
],
'deselect_all' => [
'label' => 'Ponititite izbor',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Sortirajte po',
],
'direction' => [
'label' => 'Sortirajte po smjeru',
'options' => [
'asc' => 'Uzlazno',
'desc' => 'Silazno',
],
],
],
],
];
Function Calls
None |
Stats
MD5 | e6c01527f64c405d6002fad6a653ac7d |
Eval Count | 0 |
Decode Time | 105 ms |