File: /home/cafsindia/ntc_cafsinfotech_in/application/language/en/common_lang.php
<?php
$lang["email"] = "Email";
$lang["fax"] = "Fax";
$lang["address"] = "Address";
$lang["country"] = "Country";
$lang["state"] = "State";
$lang["zip"] = "Pincode";
$lang["common_id"] = "ID";
$lang["common_close"] = "Close";
$lang["common_edit"] = "edit";
$lang["common_submit"] = "Submit";
$lang["common_delete"] = "Delete";
$lang["common_print"] = "Print";
$lang["common_comments"] = "Comments";
$lang["common_search"] = "Search";
$lang["common_logout"] = "Logout";
$lang["common_email_invalid_format"] = "The email address is not in the proper format";
$lang["common_fields_required_message"] = "Fields in * are mandatory";
$lang["common_no_persons_to_display"] = "There are no people to display";
//Screen setting
$lang["form_setting"] = "Screen setting";
$lang["form_setting_successful_adding"] = "You have successfully added Screen setting";
$lang["form_setting_exist"] = "Already exist";
$lang["form_setting_error_adding_updating"] = "You have error for adding or updating Screen setting";
$lang["form_setting_successful_updating"] = "You have successfully updated Screen setting";
$lang["form_setting_update"] = "Update Screen setting";
$lang["form_setting_successful_deleted"] = "Successfully deleted";
$lang["form_setting_one_or_multiple"] = "Screen setting(s)";
$lang["form_setting_confirm_delete"] = "Confirm delete Screen setting";
$lang["form_setting_no_form_setting_to_display"] = "No data available in this table";
$lang["field_type"] = "Field type";
$lang["label_name"] = "Input ID";
$lang["view_name"] = "Label Name";
$lang["short_name"] = "Short Name";
$lang["field_length"] = "Length";
$lang["default_value"] = "Default Value";
$lang["field_isdefault"] = "Is Default";
$lang["field_decimals"] = "Decimals";
$lang["pick_list"] = "Pick list value";
$lang["auto_prime_id"] = "Auto prime id column";
$lang["auto_dispaly_value"] = "Auto display column";
$lang["pick_table"] = "Select table";
$lang["pick_list_type"] = "Pick list type";
$lang["pick_table_col"] = "Pick list value";
$lang["field_for"] = "Field For";
$lang["form_view_for"] = "Form For";
$lang["form_view_type"] = "Form View Type";
$lang["form_view_type_mode"] = "Row set show in";
$lang["form_view_label_name"] = "Form Name or ID";
$lang["form_view_heading"] = "Form Heading";
$lang["input_for"] = "Input For";
$lang["file_type"] = "File Type";
$lang["condition_label_name"] = "Condition name";
$lang["condition_for"] = "Condition for";
$lang["condition_check_form"] = "Condition check from input";
$lang["condition_bind_to"] = "Condition bind to input";
$lang["condition_type"] = "Condition type";
$lang["condition_table"] = "Condition table";
$lang["condition_col"] = "Condition Column";
$lang["condition_for_col"] = "Condition for input";
$lang["add_cond_content"] = "Select Condition / Formula";
$lang["cond_drop_down"] = "Drop down for condition";
$lang["cond_drop_down_val"] = "Drop down value for condition";
//Menu Setting
$lang["menu_name"] = "Menu Name";
$lang["menu_for"] = "Menu For";
$lang["module_id"] = "Module ID";
$lang["module_name"] = "Module Name";
$lang["module_for"] = "Module For";
$lang["map_menu_to"] = "Map to main menu";
$lang["quicklink"] = "Quick link";
$lang["rights_to"] = "Rights To";
$lang["query_for"] = "Query For";
$lang["query_column_list"] = "Query Column";
$lang["pick_list"] = "Pick list value";
$lang["session_list"] = "Session value";
$lang["picklist_type"] = "Get Value Form";
$lang["main_menu"] = "Map to main menu";
$lang["sub_map_menu_to"] = "Map to Sub Menu";
/* Utilities settings */
$lang["utilities_settings"] = "Utilities Settings";
$lang["utilities_settings_update"] = "Update Utilities Settings";
$lang["excel_name"] = "Excel Name";
$lang["excel_table_name"] = "Table Name";
$lang["excel_column_name"] = "Select Excel Import Columns";
$lang["excel_row_start"] = "Excel Row start from";
$lang["exist_column_name"] = "Select exist check colums";
$lang["excel_format"] = "Excel Format";
$lang["excel_import"] = "Excel Import";
/* Excel Import */
$lang["mod_excel_format"] = "Excel Format";
$lang["excel_select_file"] = "Select File";
/* Chart settings */
$lang["chart_view_id"] = "Chart Title or ID";
$lang["chart_view_type"] = "Chart View Type";
$lang["chart_view_heading"] = "Title";
$lang["chart_view_for"] = "Chart For";
$lang["chart_line_table"] = "Input From Table";
$lang["chart_line_name"] = "Name";
$lang["chart_line_for"] = "Input For";
$lang["chart_line_type"] = "Chart Type";
$lang["chart_line_option"] = "Chart Option";
$lang["chart_line_default"] = "Default Chart";
$lang["chart_input_column"] = "Chart Table Column";
$lang["chart_input_select"] = "Select Column";
$lang["custom_query"] = "Type Query";
$lang["chart_line_legend"] = "Chart Legend";
$lang["chart_line_drill"] = "Is Drilldown";
$lang["chart_line_option"] = "Type Option";
$lang["chart_line_size"] = "Size of Screen";
/* COMMON ARRAY - START */
$lang["yes_no"] = array('' => '--select--','1' => 'Yes','2' => 'No');
$lang["gender_type_array"] = array(''=> '---- Gender ----','1'=> 'Male','2'=> 'Female','3'=> 'Transgender');
$lang["tyre_position_status_info"] = array('' => '--select status--','1'=>'New Tyre','2'=>'Recap 1','3'=>'Recap 2','4' => 'Recap 3');
/* COMMON ARRAY - END */