__( 'Project ID', 'wp-data-access' ), 'page_id' => __( 'Page ID', 'wp-data-access' ), 'page_name' => __( 'Menu Name', 'wp-data-access' ), 'page_type' => __( 'Type', 'wp-data-access' ), 'page_table_name' => __( 'Table Name', 'wp-data-access' ), 'page_mode' => __( 'Mode', 'wp-data-access' ), 'page_allow_insert' => __( 'Allow insert?', 'wp-data-access' ), 'page_allow_delete' => __( 'Allow delete?', 'wp-data-access' ), 'page_content' => __( 'Content', 'wp-data-access' ), 'page_title' => __( 'Title', 'wp-data-access' ), 'page_subtitle' => __( 'Subtitle', 'wp-data-access' ), 'page_sequence' => __( 'Seq#', 'wp-data-access' ), ); parent::__construct( $args ); } } }