| 1 | <? |
|---|
| 2 | $this->catalog = array( |
|---|
| 3 | |
|---|
| 4 | 'meta_1' => ":: umit; the nmap frontend ::", /// description |
|---|
| 5 | 'meta_2' => "UMIT", /// keywords |
|---|
| 6 | 'meta_3' => "index,follow", /// Robots |
|---|
| 7 | 'meta_4' => "en-us", /// Language |
|---|
| 8 | 'meta_5' => "utf-8", /// charset |
|---|
| 9 | |
|---|
| 10 | 'site_1' => "UMIT", |
|---|
| 11 | 'site_2' => "the nmap frontend", |
|---|
| 12 | 'site_3' => "<b>© Copyright 2007, Insecure.org</b>", |
|---|
| 13 | 'site_4' => "<a href='?active=project' title='The UMIT Project'>UMIT</a>", |
|---|
| 14 | 'site_5' => "<a href='http://www.gnu.org/licenses/' target='_blank' title='General Public License'>GNU</a>", |
|---|
| 15 | 'site_6' => "<a href='http://insecure.org/' target='_blank' title='Insecure.Org - Nmap Free Security Scanner'>Nmap</a>", |
|---|
| 16 | |
|---|
| 17 | 'menu_1' => "Home", |
|---|
| 18 | 'menu_2' => "Project", |
|---|
| 19 | 'menu_3' => "Support & Development", |
|---|
| 20 | 'menu_4' => "Download", |
|---|
| 21 | 'menu_5' => "News", |
|---|
| 22 | 'menu_6' => "Contact Us", |
|---|
| 23 | |
|---|
| 24 | 'vmenu_item1' => "Categories", |
|---|
| 25 | 'vmenu_item1_link1' => "News Articles", |
|---|
| 26 | 'vmenu_item1_link2' => "Downloads", |
|---|
| 27 | 'vmenu_item1_link3' => "How To", |
|---|
| 28 | |
|---|
| 29 | 'vmenu_item2' => "Mailing List", |
|---|
| 30 | 'vmenu_item2_link1' => "Subscribe/Remove", |
|---|
| 31 | |
|---|
| 32 | 'vmenu_item3' => "Directory", |
|---|
| 33 | 'vmenu_item3_link1' => "UMIT Blog", |
|---|
| 34 | 'vmenu_item3_link2' => "UMIT Forum", |
|---|
| 35 | |
|---|
| 36 | 'vmenu_item4' => "Poll", |
|---|
| 37 | 'poll_question' => "What is your OS ?", |
|---|
| 38 | 'poll_q1' => "Windows", |
|---|
| 39 | 'poll_q2' => "MacOS", |
|---|
| 40 | 'poll_q3' => "Linux", |
|---|
| 41 | 'poll_q4' => "Unix", |
|---|
| 42 | 'poll_q5' => "Other", |
|---|
| 43 | 'poll_vote' => "vote", |
|---|
| 44 | 'poll_answer' => "What is your OS ?", |
|---|
| 45 | 'poll_a1' => "9", |
|---|
| 46 | 'poll_a2' => "3", |
|---|
| 47 | 'poll_a3' => "4", |
|---|
| 48 | 'poll_a4' => "2", |
|---|
| 49 | 'poll_a5' => "1", |
|---|
| 50 | 'poll_votes' => "19", |
|---|
| 51 | 'poll_old' => "Other Poll's", |
|---|
| 52 | |
|---|
| 53 | 'adinfo_title1' => "Introducing UMIT", |
|---|
| 54 | 'adinfo_message1' => "UMIT is the newest nmap frontend, and it's been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code.", |
|---|
| 55 | 'adinfo_message2' => "The project goal is to develop a nmap frontend that is really useful for advanced users and easy to be used by newbies. With UMIT, a network admin could create scan profiles for faster and easier network scanning or even compare scan results to easily see any changes. A regular user will also be able to construct powerful scans with UMIT command creator wizards.", |
|---|
| 56 | 'rss_message1' => "Syndicate RSS Feed", |
|---|
| 57 | 'rss_link1' => "<a href='?active=feed'><a href='?active=feed' title='Syndicate RSS Feed'>RSS</a>", |
|---|
| 58 | |
|---|
| 59 | 'home_item1' => "WHAT IS UMIT ?", |
|---|
| 60 | 'home_item1_title1' => "Welcome", |
|---|
| 61 | 'home_item1_text1' => "This is just a nice welcome message to all visitors and a simple and short describing for the UMIT.", |
|---|
| 62 | 'home_item1_text2' => "The UMIT initial project idea was to use Tkinter because of it's less dependencies, but later research showed that GTK could have almost the same level of dependencies and Tkinter doesn't have the same power that GTK does.", |
|---|
| 63 | 'home_item1_text3' => "The Tkinter idea didn't go far, and I took GTK instead.", |
|---|
| 64 | |
|---|
| 65 | 'project_item1' => "UMIT - The Project", |
|---|
| 66 | 'project_item1_title1' => "Why Python?", |
|---|
| 67 | 'project_item1_title1_text1' => "Python is an object oriented script language with great portability and performance. It can run in almost every platform available (Including Windows, Mac OS X, *NIX, Symbian, Palm OS and others). So, using Python, UMIT is developed in a single code base, and runs unmodified on multiple platforms.", |
|---|
| 68 | 'project_item1_title2' => "Why GTK?", |
|---|
| 69 | 'project_item1_title2_text1' => "GTK is a graphical user interface development tookit written in C and it's licensed under LGPL. Currently, GTK has lots of widgets and is very customizable.", |
|---|
| 70 | 'project_item1_title2_text2' => "The UMIT initial project idea was to use Tkinter because of it's less dependencies, but later research showed that GTK could have almost the same level of dependencies and Tkinter doesn't have the same power that GTK does.", |
|---|
| 71 | 'project_item1_title2_text3' => "The Tkinter idea didn't go far, and I took GTK instead.", |
|---|
| 72 | 'project_item1_date' => "", |
|---|
| 73 | 'project_item2' => "Watch UMIT development", |
|---|
| 74 | 'project_item2_title1' => "", |
|---|
| 75 | 'project_item2_title1_text1' => "Visit the project's <a href='http://umitproject.blogspot.com'>Blog</a> to see news and the development status of the next version.", |
|---|
| 76 | 'project_item2_title1_quote1_text1' => "How could you help UMIT development?", |
|---|
| 77 | 'project_item2_title1_quote1_text2' => "Have you ever used nmap?\nDo you have sense of design or software usability?\nHow many languages do you know?\nYou just don't need to be a great developer to help UMIT development.\nYou have many ways to contribute with the project, ask me how!.", |
|---|
| 78 | 'team_title1' => "UMIT Team", |
|---|
| 79 | 'team_title1_li1' => "Adminitrators", |
|---|
| 80 | 'team_title1_li2' => "Developers", |
|---|
| 81 | 'team_title1_li3' => "Moderators", |
|---|
| 82 | 'team_title1_li4' => "Webdesigner", |
|---|
| 83 | 'team_title1_li5' => "Testers", |
|---|
| 84 | 'project_item2_date' => "", |
|---|
| 85 | 'project_item3' => "POLL", |
|---|
| 86 | 'project_item3_title1' => "Current votings poll", |
|---|
| 87 | 'project_item3_title1_text1' => "This is the actual active pool.", |
|---|
| 88 | 'project_item3_title2' => "Previous votings poll's", |
|---|
| 89 | 'project_item3_title2_text1' => "Here you can find all the previous votings poll's we have.", |
|---|
| 90 | 'project_item3_date' => "", |
|---|
| 91 | |
|---|
| 92 | 'support_item1' => "Support & Development", |
|---|
| 93 | 'support_item1_title1' => "UMIT", |
|---|
| 94 | 'support_item1_title1_text1' => "some description of the umit project.", |
|---|
| 95 | 'support_item1_title1_text2' => "You may insert The Way; The How; For Ho and When...", |
|---|
| 96 | 'support_item1_title1_text3' => "Great stuff you can make with the UMIT.", |
|---|
| 97 | 'support_item1_title2' => "BugTracker", |
|---|
| 98 | 'support_item1_title2_text1' => "some description of the Bug Tracker.", |
|---|
| 99 | 'support_item1_title2_text2' => "This bugtracker will allow the users and developers to communicate and correct problems found in UMIT releases.", |
|---|
| 100 | 'support_item1_title2_text3' => "Before submitting a bug, please make sure that it is not already submitted.", |
|---|
| 101 | 'support_item1_title3' => "Wiki", |
|---|
| 102 | 'support_item1_title3_text1' => "To embedded wiki page right here.", |
|---|
| 103 | 'support_item2' => "For Users", |
|---|
| 104 | 'support_item2_title1' => "Support", |
|---|
| 105 | 'support_item2_title1_text1' => "some description of the umit project regarding to the useres.", |
|---|
| 106 | 'support_item2_title1_text1_li1' => "<a href='?active=support&mode=faq#top_faq'>F.A.Q.</a>", |
|---|
| 107 | 'support_item2_title1_text1_li2' => "<a href='?active=download'>Download</a>", |
|---|
| 108 | 'support_item2_title1_text1_li3' => "<a href='?active=support&mode=screenshots#top_img'>Screenshots</a>", |
|---|
| 109 | 'support_item2_title1_text1_li4' => "<a href='?active=support&mode=docs#top_docs'>Documentation</a>", |
|---|
| 110 | 'support_item2_title1_text1_li4_1' => "Documentation (Index)", |
|---|
| 111 | 'support_item2_title1_text1_li5' => "<a href='?active=support&mode=inst#top_inst'>Installation</a>", |
|---|
| 112 | 'support_item3' => "For Developers", |
|---|
| 113 | 'support_item3_title1' => "Developers Tools", |
|---|
| 114 | 'support_item3_title1_text1' => "some description of the umit project for the Developers.", |
|---|
| 115 | 'support_item3_title1_text1_li1' => "<a href='?active=support&mode=devel_faq'>F.A.Q.</a>", |
|---|
| 116 | 'support_item3_title1_text1_li2' => "<a href='?active=support&mode=devel_download'>Download</a>", |
|---|
| 117 | 'support_item3_title1_text1_li3' => "<a href='?active=support&mode=devel_screenshots'>Screenshots</a>", |
|---|
| 118 | 'support_item3_title1_text1_li4' => "<a href='?active=support&mode=devel_Documentation'>Documentation</a>", |
|---|
| 119 | |
|---|
| 120 | 'download_item1' => "Download UMIT", |
|---|
| 121 | 'download_item1_title1' => "Latest Version UMIT v0.9.4", |
|---|
| 122 | 'download_item1_title1_text1' => "You can download the UMIT to the following platforms:", |
|---|
| 123 | 'download_item1_title1_text2' => "", |
|---|
| 124 | 'download_item1_title1_date1' => "", |
|---|
| 125 | 'download_item2' => "Archives", |
|---|
| 126 | 'download_item2_title1' => "Old Versions", |
|---|
| 127 | 'download_item2_title1_text1' => "This is the list of old versions of UMIT", |
|---|
| 128 | 'download_item2_title1_text2' => "", |
|---|
| 129 | 'download_item2_title1_date1' => "", |
|---|
| 130 | 'os_choose' => "[+] choose", |
|---|
| 131 | 'os_close' => "[-] close", |
|---|
| 132 | 'os0' => "Old Verions", |
|---|
| 133 | 'os0_title1' => "Download", |
|---|
| 134 | 'os0_title1_text1' => "You can download old version in here, just to compare to the new one, but this is not recommended!", |
|---|
| 135 | 'os0_title1_text2' => "", |
|---|
| 136 | 'os0_title1_text3' => "", |
|---|
| 137 | 'os0_title1_li1' => "Microsoft Windows", |
|---|
| 138 | 'os0_title1_li2' => "GNU/Linux", |
|---|
| 139 | 'os0_title1_li3' => "Mac OSX", |
|---|
| 140 | 'os0_title1_li4' => "", |
|---|
| 141 | 'os0_title1_note1' => "", |
|---|
| 142 | 'os1' => "Microsoft Windows", |
|---|
| 143 | 'os1_title1' => "Download", |
|---|
| 144 | 'os1_title1_text1' => "In here, you can have some information regarding UMIT for the Microsoft Windows®.", |
|---|
| 145 | 'os1_title1_text2' => "You can have some description to the UMIT for this OS.", |
|---|
| 146 | 'os1_title1_text3' => "", |
|---|
| 147 | 'os1_title1_li1' => "Windows XP", |
|---|
| 148 | 'os1_title1_li2' => "Windows 2000", |
|---|
| 149 | 'os1_title1_li3' => "Windows 98", |
|---|
| 150 | 'os1_title1_li4' => "", |
|---|
| 151 | 'os1_title1_note1' => "Don't forget to report the bugs to the <a href='?active=support#bugtracker'>BugTracker</a>", |
|---|
| 152 | 'os2' => "GNU/Linux", |
|---|
| 153 | 'os2_title1' => "Download", |
|---|
| 154 | 'os2_title1_text1' => "In here, you can have some information regarding to the GNU/Linux Distributions", |
|---|
| 155 | 'os2_title1_text2' => "", |
|---|
| 156 | 'os2_title1_text3' => "", |
|---|
| 157 | 'os2_title1_li1' => "DEB based", |
|---|
| 158 | 'os2_title1_li2' => "RPM based", |
|---|
| 159 | 'os2_title1_li3' => "Source", |
|---|
| 160 | 'os2_title1_li4' => "", |
|---|
| 161 | 'os2_title1_note1' => "Don't forget to report the bugs to the <a href='?active=support#bugtracker'>BugTracker</a>", |
|---|
| 162 | 'os3' => "Mac OSX", |
|---|
| 163 | 'os3_title1' => "Download", |
|---|
| 164 | 'os3_title1_text1' => "In here, you can have some information regarding to the Macintosh OS", |
|---|
| 165 | 'os3_title1_text2' => "", |
|---|
| 166 | 'os3_title1_text3' => "", |
|---|
| 167 | 'os3_title1_li1' => "Mac OSx86", |
|---|
| 168 | 'os3_title1_li2' => "Mac OSX", |
|---|
| 169 | 'os3_title1_li3' => "", |
|---|
| 170 | 'os3_title1_li4' => "", |
|---|
| 171 | 'os3_title1_note1' => "Don't forget to report the bugs to the <a href='?active=support#bugtracker'>BugTracker</a>", |
|---|
| 172 | |
|---|
| 173 | 'news_item1' => "News", |
|---|
| 174 | 'news_item1_title1' => "Welcome to the new web site!", |
|---|
| 175 | 'news_item1_title1_date1' => "Sunday, 26 August 2007", |
|---|
| 176 | 'news_item1_title1_post1' => "This is a simulation of a entry in the news!<br />Now there is a all new web site with new content,<br />you can participate in the project by <a href='?p=download'>downloading</a> the programs,<br />and if you found any bug just report it to us ;)", |
|---|
| 177 | 'news_item1_title1_postby1' => "STORM", |
|---|
| 178 | |
|---|
| 179 | 'contacts_item1' => "Watch UMIT development", |
|---|
| 180 | 'contacts_item1_title1' => "", |
|---|
| 181 | 'contacts_item1_title1_text1' => "Visit the project's <a href='http://umitproject.blogspot.com'>Blog</a> to see news and the development status of the next version.", |
|---|
| 182 | 'contacts_item1_title1_quote1_text1' => "How could you help UMIT development?", |
|---|
| 183 | 'contacts_item1_title1_quote1_text2' => "Have you ever used nmap? Do you have sense of design or software usability? How many languages do you know? You just don't need to be a great developer to help UMIT development. You have many ways to contribute with the project, ask me how!.", |
|---|
| 184 | 'contacts_item2' => "Contacts List", |
|---|
| 185 | 'contacts_item2_title1' => "Contacts from the Source Forge", |
|---|
| 186 | |
|---|
| 187 | '404_item1' => "ERROR", |
|---|
| 188 | '404_item1_title1' => "Not Found", |
|---|
| 189 | '404_item1_title1_text1' => "The requested page was not found on this server.", |
|---|
| 190 | '404_item1_title2' => "Way?", |
|---|
| 191 | '404_item1_title2_text1' => "The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it.", |
|---|
| 192 | '404_item1_title3' => "Please try the following:", |
|---|
| 193 | '404_item1_title3_text1' => "", |
|---|
| 194 | '404_item1_title3_li1' => "If you are <b>obsessive-compulsive</b>, please check the URL repeatedly.", |
|---|
| 195 | '404_item1_title3_li2' => "If you are <b>co-dependent</b>, please ask someone to check the URL for you.", |
|---|
| 196 | '404_item1_title3_li3' => "If you are <b>paranoid-delusional</b>, we know you are and what you want. Just stay online until we can trace your computer.", |
|---|
| 197 | '404_item1_title3_li4' => "If you are <b>schizophrenic</b>, listen carefully and a little voice will tell you the correct URL.", |
|---|
| 198 | '404_item1_title3_li5' => "If you are <b>manic-depressive</b>, it doesn't matter what URL you pick. No one cares, and no one will give you the correct file.", |
|---|
| 199 | |
|---|
| 200 | 'sitemap_item1' => "Sitemap", |
|---|
| 201 | 'sitemap_item1_title1' => "All Pages and Links", |
|---|
| 202 | 'sitemap_item1_title1_text1' => "", |
|---|
| 203 | |
|---|
| 204 | 'template_download_text' => "To get the latest UMIT release,<br />go to its project site at source forge and <a class='info' href='http://sourceforge.net/project/showfiles.php?group_id=142490' title=''><b>Download Umit Now!</b>", |
|---|
| 205 | 'template_download_infobox' => "This download is goint to be redirect to the Mirror List in SourceForge!\nJust click to continue...", |
|---|
| 206 | 'table_nodata' => "There is no data in the current selection" |
|---|
| 207 | ); |
|---|
| 208 | ?> |
|---|