Changeset 2551

Show
Ignore:
Timestamp:
09/21/07 18:27:02 (6 years ago)
Author:
boltrix
Message:

Wrote some content to en.php. Yet more to come.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/templates/languages/en.php

    r2503 r2551  
    22$this->catalog = array( 
    33 
    4   'meta_1'      => ":: umit; the nmap frontend ::", /// description 
    5   'meta_2'      => "UMIT", /// keywords 
     4  'meta_1'      => "Umit. The Nmap Frontend", /// description 
     5  'meta_2'      => "Umit", /// keywords 
    66  'meta_3'      => "index,follow", /// Robots 
    77  'meta_4'      => "en-us", /// Language 
    88  'meta_5'      => "utf-8", /// charset 
    99 
    10   'site_1'      => "UMIT", 
     10  'site_1'      => "Umit", 
    1111  'site_2'      => "the nmap frontend", 
    1212  'site_3'      => "<b>© Copyright 2007, Insecure.org</b>", 
    13   'site_4'      => "<a href='?active=project' title='The UMIT Project'>UMIT</a>", 
     13  'site_4'      => "<a href='?active=project' title='The Umit Project'>Umit</a>", 
    1414  'site_5'      => "<a href='http://www.gnu.org/licenses/' target='_blank' title='General Public License'>GNU</a>", 
    1515  'site_6'      => "<a href='http://insecure.org/' target='_blank' title='Insecure.Org - Nmap Free Security Scanner'>Nmap</a>", 
     
    3131 
    3232  'vmenu_item3'         => "Directory", 
    33         'vmenu_item3_link1'     => "UMIT Blog", 
    34         'vmenu_item3_link2'     => "UMIT Forum", 
     33        'vmenu_item3_link1'     => "Umit Blog", 
     34        'vmenu_item3_link2'     => "Umit Forum", 
    3535 
    3636  'vmenu_item4'                 => "Poll", 
     
    5151        'poll_old'              => "Other Poll's", 
    5252 
    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.", 
     53  'adinfo_title1'       => "Introducing Umit", 
     54  'adinfo_message1'     => "Umit is a Nmap frontend, that has been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code 2005.", 
     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 administrator can 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 Wizard.", 
    5656  'rss_message1'        => "Syndicate RSS Feed", 
    5757  'rss_link1'           => "<a href='?active=feed'><a href='?active=feed' title='Syndicate RSS Feed'>RSS</a>", 
    5858 
    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", 
     59  'home_item1'          => "The Umit Project", 
     60  'home_item1_title1'   => "What can I do with Umit?", 
     61  'home_item1_text1'    => "With Umit, you have all the power provided by Nmap through its regular command line interface, and a lot more in a highly usable and portable Graphical Interface. Some of its main features include:", 
     62  'home_item1_text2'    => "<ul> 
     63  <li>Easily create powerful Nmap commands and save them as profiles to use whenever you need it</li> 
     64  <li>Edit your Profiles using the Profile Editor</li> 
     65  <li>Create Profiles with the assistance of a Wizard</li> 
     66  <li>Group and order you scan results</li> 
     67  <li>Filter hosts list by services</li> 
     68  <li>Filter services list by hosts</li> 
     69  <li>Compare two scan results in one of our three compare modes: text diff, graphical comparison and HTML diff</li> 
     70  <li>Search scan results</li> 
     71  <li>Use Umit interface through the Web</li> 
     72</ul>", 
     73  'home_item1_text3'    => "And there's a lot yet to come! During the <a href='http://code.google.com/soc/2007'>Google Summer of Code 2007</a>, The Umit Project was accepted as a Mentoring Organization and the project received 7 students during this summer, and their projects will soon feature Umit. Here is a brief of what is comming for the next version:<br /> 
     74<ul> 
     75  <li>Scan scheduler</li> 
     76  <li>Network Inventory</li> 
     77  <li>Radial Mapper for Nmap's traceroute</li> 
     78  <li>Interface Editor</li> 
     79  <li>NSE Facilitator</li> 
     80</ul><br /> 
     81Stay tunned!", 
     82 
     83  'project_item1'                       => "Umit - The Project", 
    6684  '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.", 
     85  '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, by using Python, Umit can be developed in a single code base, and runs unmodified on multiple platforms.", 
    6886  'project_item1_title2'                => "Why GTK?", 
    6987  '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.", 
     88  'project_item1_title2_text2'          => "The Umit initial project idea was to use Tkinter in order to decrease the number of dependencies needed to run Umit, but later research showed that GTK could have almost the same level of dependencies and Tkinter doesn't have the same power, usability nor appearence that GTK does.", 
     89  'project_item1_title2_text3'          => "", 
    7290  'project_item1_date'                  => "", 
    73   'project_item2'                       => "Watch UMIT development", 
     91  'project_item2'                       => "Watch Umit development", 
    7492  '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", 
     93  'project_item2_title1_text1'          => "Visit the project's <a href='http://umitproject.blogspot.com'>Blog</a> and stay tunned to project's news and its development status.", 
     94  'project_item2_title1_quote1_text1'   => "How could you help Umit development?", 
     95  'project_item2_title1_quote1_text2'   => "You don't need to be a great developer to help Umit development. Helping Umit can easier than you are thinking. If you have you ever used nmap... \nor if you have sense of design or software usability...\nor if you know a language in which Umit is not translated yet...\nYou're more than capable for joining the team!\n", 
     96      'team_title1'     => "Umit Team", 
    7997      'team_title1_li1' => "Adminitrators", 
    8098      'team_title1_li2' => "Developers", 
     
    91109 
    92110  '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.", 
     111  'support_item1_title1'                => "Mailing lists", 
     112  'support_item1_title1_text1'          => "Umit has two active mailing lists, intended for two distinct audiences:", 
     113  'support_item1_title1_text2'          => "Users: Intended for feature requests, usability discussion and user support.<br /><a href='https://lists.sourceforge.net/lists/listinfo/umit-users'>Join the Users Mailing List!</a>", 
     114  'support_item1_title1_text3'          => "Developers: Intended for development discussions arround Umit.<br /><a href='http://lists.sourceforge.net/mailman/listinfo/umit-devel'>Joint the Developers Mailing List!</a>", 
     115  'support_item1_title2'                => "Bug Tracker", 
     116  'support_item1_title2_text1'          => "If you found a bug on our software, use our Bug Tracker to report it! We'll be pleased to fix it.", 
     117  'support_item1_title2_text2'          => "<a href='http://sourceforge.net/tracker/?func=add&group_id=142490&atid=752647'>Report a Bug!</a>", 
     118  'support_item1_title2_text3'          => "<b>Before submitting a bug, please make sure that the bug has not been reported by other user to avoid dulicates.</b>", 
     119  'support_item1_title3'                => "IRC Channel", 
     120  'support_item1_title3_text1'          => "Join us on our IRC Channel <b>#umit</b> at <b>slashnet.org</b>!", 
     121  'support_item2'                       => "Support", 
     122  'support_item2_title1'                => "Umit", 
     123  'support_item2_title1_text1'          => "Want to learn more about Umit?", 
    106124  'support_item2_title1_text1_li1'      => "<a href='?active=support&mode=faq#top_faq'>F.A.Q.</a>", 
    107125  'support_item2_title1_text1_li2'      => "<a href='?active=download'>Download</a>", 
     
    110128  'support_item2_title1_text1_li4_1'    => "Documentation (Index)", 
    111129  '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:", 
     130  'support_item3'                       => "Development", 
     131  'support_item3_title1'                => "The development effor", 
     132  'support_item3_title1_text1'          => "Want to learn more about Umit development effort?", 
     133  'support_item3_title1_text1_li1'      => "<a href='?active=support&mode=devel_faq'>Summer of code 2007 Proposals</a>", 
     134  'support_item3_title1_text1_li2'      => "<a href='?active=support&mode=devel_download'>Summer of Code Ideas</a>", 
     135  'support_item3_title1_text1_li3'      => "<a href='?active=support&mode=devel_screenshots'>Project goals</a>", 
     136  'support_item3_title1_text1_li4'      => "<a href='?active=support&mode=devel_Documentation'>Umit and Nmap</a>", 
     137 
     138  'download_item1'                      => "Download Umit", 
     139  'download_item1_title1'               => "Latest Version Umit v0.9.5", 
     140  'download_item1_title1_text1'         => "You can download Umit for the following platforms:", 
    123141  'download_item1_title1_text2'         => "", 
    124142  'download_item1_title1_date1'         => "", 
    125143  'download_item2'                      => "Archives", 
    126144  'download_item2_title1'               => "Old Versions", 
    127   'download_item2_title1_text1'         => "This is the list of old versions of UMIT", 
     145  'download_item2_title1_text1'         => "This is the list of old versions of Umit", 
    128146  'download_item2_title1_text2'         => "", 
    129147  'download_item2_title1_date1'         => "", 
     
    132150  'os0'                                 => "Old Verions", 
    133151  '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!", 
     152  'os0_title1_text1'                    => "You can download old versions here.", 
    135153  'os0_title1_text2'                    => "", 
    136154  'os0_title1_text3'                    => "", 
    137155  'os0_title1_li1'                      => "Microsoft Windows", 
    138   'os0_title1_li2'                      => "GNU/Linux", 
    139   'os0_title1_li3'                      => "Mac OSX", 
     156  'os0_title1_li2'                      => "Unix", 
     157  'os0_title1_li3'                      => "Mac OS X", 
    140158  'os0_title1_li4'                      => "", 
    141159  'os0_title1_note1'                    => "", 
    142160  'os1'                                 => "Microsoft Windows", 
    143161  '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.", 
     162  'os1_title1_text1'                    => "Information regarding Umit for Microsoft Windows®.", 
     163  'os1_title1_text2'                    => "Umit is designed to run in the following versions:", 
    146164  '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", 
     165  'os1_title1_li1'                      => "Microsoft Windows Vista", 
     166  'os1_title1_li2'                      => "Microsoft Windows 2003", 
     167  'os1_title1_li3'                      => "Mircosoft Windows XP", 
     168  'os1_title1_li4'                      => "Microsoft Windows 2000", 
     169  'os1_title1_note1'                    => "Don't forget to report the bugs to our <a href='?active=support#bugtracker'>Bug Tracker</a>!", 
     170  'os2'                                 => "Unix", 
    153171  'os2_title1'                          => "Download", 
    154   'os2_title1_text1'                    => "In here, you can have some information regarding to the GNU/Linux Distributions", 
    155   'os2_title1_text2'                    => "", 
     172  'os2_title1_text1'                    => "Informations regarding Umit for GNU/Linux Distributions", 
     173  'os2_title1_text2'                    => "Currently, there is no distribution specific package available for Umit, but our source package was designed to be easily installed on virtually any Unix like Operating System, including GNU/Linux.", 
    156174  'os2_title1_text3'                    => "", 
    157   'os2_title1_li1'                      => "DEB based", 
    158   'os2_title1_li2'                      => "RPM based", 
     175  'os2_title1_li1'                      => "", 
     176  'os2_title1_li2'                      => "", 
    159177  'os2_title1_li3'                      => "Source", 
    160178  '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", 
     179  'os2_title1_note1'                    => "Don't forget to report the bugs to our <a href='?active=support#bugtracker'>Bug Tracker</a>!", 
     180  'os3'                                 => "Mac OS X", 
    163181  'os3_title1'                          => "Download", 
    164   'os3_title1_text1'                    => "In here, you can have some information regarding to the Macintosh OS", 
    165   'os3_title1_text2'                    => "", 
     182  'os3_title1_text1'                    => "Informations regarding Umit for Mac OS X", 
     183  'os3_title1_text2'                    => "Currently, there's no Fink, Darwin Port nor Installation package available for Mac OS X. But yet, you can use our source package to install and run Umit on Mac OS X. X11, GTK, MacPython2.5 and PYGTK are required.", 
    166184  'os3_title1_text3'                    => "", 
    167   'os3_title1_li1'                      => "Mac OSx86", 
    168   'os3_title1_li2'                      => "Mac OSX", 
     185  'os3_title1_li1'                      => "Source", 
     186  'os3_title1_li2'                      => "", 
    169187  'os3_title1_li3'                      => "", 
    170188  'os3_title1_li4'                      => "", 
    171   'os3_title1_note1'                    => "Don't forget to report the bugs to the <a href='?active=support#bugtracker'>BugTracker</a>", 
     189  'os3_title1_note1'                    => "Don't forget to report the bugs to our <a href='?active=support#bugtracker'>Bug Tracker</a>!", 
    172190 
    173191  'news_item1'                          => "News", 
     
    177195  'news_item1_title1_postby1'           => "STORM", 
    178196 
    179   'contacts_item1'                      => "Watch UMIT development", 
     197  'contacts_item1'                      => "Watch Umit development", 
    180198  'contacts_item1_title1'               => "", 
    181199  '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!.", 
     200  'contacts_item1_title1_quote1_text1'  => "How could you help Umit development?", 
     201  '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!.", 
    184202  'contacts_item2'                      => "Contacts List", 
    185203  'contacts_item2_title1'               => "Contacts from the Source Forge", 
     
    188206  '404_item1_title1'                    => "Not Found", 
    189207  '404_item1_title1_text1'              => "The requested page was not found on this server.", 
    190   '404_item1_title2'                    => "Way?", 
     208  '404_item1_title2'                    => "Why?", 
    191209  '404_item1_title2_text1'              => "The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it.", 
    192210  '404_item1_title3'                    => "Please try the following:", 
     
    202220  'sitemap_item1_title1_text1'          => "", 
    203221 
    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>", 
     222  '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>", 
    205223  'template_download_infobox'   => "This download is goint to be redirect to the Mirror List in SourceForge!\nJust click to continue...", 
    206224  'table_nodata'                => "There is no data in the current selection"