<?php $Scharset="iso-8859-1"; //============================== // common language //============================== $l_cat = "Category"; $l_link = "Photo"; $l_comment = "Commnet"; $l_list_view = "List View"; $l_nail_view = "Thumbnail View"; $l_slide_view = "Slide Show"; $l_title = "Title"; $l_name = "Name"; $l_email = "Email"; $l_file = "File"; $l_upload = "Upload"; $l_down = "Download"; $l_scont = "Short Desc"; $l_lcont = "Review"; $l_content = "Content"; $l_count = "Hits"; $l_visit = "Visit"; $l_uptime = "Uptime"; $l_pass = "Password"; $l_new = "New photo"; $l_cool = "Cool photo"; $l_pick = "Pick photo"; $l_tkword = "Keyword"; $l_recent = "Recent photo"; $l_search = "Search"; $l_ext_search = "Ext-search"; $l_search_result = "Search Result"; $l_vote = "Poll"; $l_vote_num = "Poll Num"; $l_vote_ave = "Poll Ave"; $l_cat_tree = "Tree"; $l_link_add = "Add Photo"; $l_del = "Delete"; $l_edit = "Edit"; $l_reset = "Reset"; $l_input = "Input"; $l_submit = "Submit"; $l_noresult = "No Result"; $l_sort = "Arrange"; $l_asc_order = "Ascending"; $l_desc_order = "Descending"; $l_total = "Total"; $l_etc = "ETC"; $l_over = "Over"; $l_score = "Score"; $l_source = "Source"; $l_num = ""; $l_year = "-"; $l_month = "-"; $l_day = "-"; //============================== // common Error //============================== $l_error_1 = "Select Category"; $l_error_2 = "Fill Title field"; $l_error_3 = "Fill URL field"; $l_error_4 = "Fill Short description field"; $l_error_5 = "Fill name field"; $l_error_6 = "Fill e-mail address field"; $l_error_7 = "Fill Password field"; $l_error_8 = "Incorrect E-mail Address"; $l_error_9 = "No permitted file type"; $l_error_10 = "Fill Photo field"; $l_error_11 = "File has 0 byte size"; $l_error_12 = "Photo doesn't has File Extension"; //============================== // menu_bar //============================== $l_m_array[add] = $l_link_add; $l_m_array[news] = $l_new; $l_m_array[cool] = $l_cool; $l_m_array[pick] = $l_pick; $l_m_array[tkword] = $l_tkword; $l_m_array[tree] = $l_cat_tree; //============================== // search_order //============================== $l_s_array[result] = $l_search_result; $l_s_array[num] = $l_num; $l_s_array[title] = $l_title; $l_s_array[name] = $l_name; $l_s_array[email] = $l_email; $l_s_array[scont] = $l_scont ; $l_s_array[counter] = $l_count; $l_s_array[visit] = $l_visit; $l_s_array[uptime] = $l_uptime ; $l_s_array[ascorder] = $l_asc_order; $l_s_array[descorder] = $l_desc_order; $l_s_array[sortinput] = $l_sort; //============================== // link language //============================== $l_l_array[lcont] = $l_lcont; $l_l_array[vote] = $l_vote; $l_l_array[counter] = $l_count; $l_l_array[visit] = $l_visit; $l_l_array[vote_num] = $l_vote_num; $l_l_array[comment] = $l_comment; $l_l_array[vote_ave] = $l_vote_ave; $l_l_array[uptime] = $l_uptime; //============================== // add.php //============================== $l_mailling = "Maliling List"; $l_join = "Subscribe"; $l_out = "Desubscribe"; $l_noaddr = "Fill e-mail address"; $l_join_success = "Completed Joinnig"; $l_out_success = "Completed withdrawal"; //============================== // add.php //============================== $l_add_pre_txt = " <li> * Charter Indicated field Must fill</li> <li> Short Description Field permit 200 character alphabet</li> <li> Remember Password to edit photo</li>"; $l_select_cat = "Select Category"; $l_add_submit = "Registration"; $l_add_head = "Fill photo Content"; $l_added_content = "Registed Content"; //============================== // index.php //============================== $l_error_nocat = "No such Category"; $l_error_nokword = "Fill Search keyword"; $l_all_cat = "All Category"; $l_this_cat = "This Category "; //============================== // new.php //============================== $l_new_site = $l_new; $l_error_nodate = " No timestamp"; $l_newadd_site = " Added photo"; $l_newfor_site = " for the past day new photo"; //============================== // cool.php //============================== //============================== // pick.php //============================== //============================== // topkword.php //============================== $l_search_num = "Search num"; $l_search_word = "Keyword"; //============================== // ext_search.php //============================== $l_nofield = "Select Search item"; $l_output_num = "Output number"; $l_nolimit = "No limit"; $l_sort_type = "Order Type"; $l_search_type = "Search Type"; //============================== // comment.php //============================== $l_clowin = "Close"; $l_already_com = "Already comment"; $l_comment_ok = "Completed comment"; $l_error_nolink = "No such Data"; $l_error_noname = "Fill name"; $l_error_nopass = "Fill Password"; $l_error_nodesc = "Fill Content"; $l_error_novote = "Select Score"; //============================== // del.php //============================== $l_del_link = "Delete photo"; $l_error_misspass = "Incorrect Password"; //============================== // del_comment.php //============================== $l_del_comment = "Delete Comment"; //============================== // vote.php //============================== $l_already_vote = "Alredy vote"; $l_vote_ok = "Completed poll"; $l_vote_txt =" Select Poll score"; //============================== // edit.php //============================== $l_edit_link = "Edit photo"; $l_edit_content = "Registed Content"; $l_file_del = "Delete File"; $l_file_edit = "Edit File"; //============================== // review.php //============================== $l_no_comment = "No comment"; $l_vote_graph = "Vote score Analysis "; $l_go_list = "Go LIst"; //============================== // code_view.php //============================== $l_vote_code = "Vote cote"; //============================== // sitemap.php //============================== $l_ext_tree = "Extract TREE"; $l_clo_tree = "Fold TREE"; ?>