| 
<?phpreturn [
 // Table action column translations
 'common_table_edit_button' => 'tr_melistoolcreator_common_table_edit_button',
 'common_table_delete_button' => 'tr_melistoolcreator_common_table_delete_button',
 'common_table_column_action' => 'tr_melistoolcreator_common_table_column_action',
 // Common tool translations
 'common_entry_id' => 'tr_melistoolcreator_common_id',
 'common_button_add' => 'tr_melistoolcreator_common_button_add',
 'common_add_item' => 'tr_melistoolcreator_common_add_item',
 'common_button_close' => 'tr_melistoolcreator_common_button_close',
 'common_button_save' => 'tr_melistoolcreator_common_button_save',
 'common_button_yes' => 'tr_melistoolcreator_common_button_yes',
 'common_button_no' => 'tr_melistoolcreator_common_button_no',
 'common_activate' => 'tr_melistoolcreator_activate',
 'common_deactivate' => 'tr_melistoolcreator_deactivate',
 'common_choose_file' => 'tr_melistoolcreator_choose_file',
 'common_choose' => 'tr_melistoolcreator_choose',
 
 // Message translations for Form validation
 'create_success' => 'tr_melistoolcreator_created_success',
 'save_success' => 'tr_melistoolcreator_save_success',
 'unable_to_save' => 'tr_melistoolcreator_unable_to_save',
 'value_must_not_is_empty' => 'tr_melistoolcreator_value_must_not_is_empty',
 'value_must_numeric' => 'tr_melistoolcreator_must_numeric',
 
 // Delete title and confirmation message transtions
 'delete_title' => 'tr_melistoolcreator_delete_title',
 'delete_confirm_msg' => 'tr_melistoolcreator_delete_confirm_msg',
 'delete_item' => 'tr_melistoolcreator_delete_item',
 'delete_success' => 'tr_melistoolcreator_delete_success',
 
 'properties' => 'tr_melistoolcreator_properties',
 'language' => 'tr_melistoolcreator_language',
 
 'properties_title' => 'tr_melistoolcreator_properties',
 'properties_header' => 'tr_melistoolcreator_common_header',
 'properties_content' => 'tr_melistoolcreator_common_content',
 
 'header' => 'tr_melistoolcreator_common_header',
 'content' => 'tr_melistoolcreator_common_content',
 'modal' => 'tr_melistoolcreator_common_modal',
 ];
 |