<?php
// Heading
$_['heading_title'] = "<b><i>Layout Content Builder</i></b>";
$_['page_title'] = "Layout Content Builder";

// Text
$_['text_success'] = "Success: You have modified Page Builder module!";
$_['text_extension']         = 'Extensions';
$_['text_edit_builder'] = "Edit Layout Content Builder";
$_['text_columns'] = "Columns";
$_['text_custom_columns'] = "Columns Customization";
$_['text_custom_classname'] = "Custom Classname";
$_['text_columns_error_format'] = "Can't create columns because of columns format";
$_['text_add_row'] = "Add New Row";
$_['text_add_sub_row'] = "Add Row in this Column";
$_['text_add_module'] = "Insert modules";
$_['text_insert_module'] = "Insert or Drag modules here";
$_['text_number_max_over'] = "The number of columns must be less than 12";
$_['text_number_min_over'] = "The number of columns must be more than 0";

// Entry
$_['entry_name'] = "Content Name";
$_['entry_status'] = "Status";

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Page Builder module!';
$_['error_name']       = 'Content Name must be between 3 and 64 characters!';