gambas-source-code/app/other/MakeWebSite/.src/MTranslation.module
Benoît Minisini 53d08a1c34 [WEB SITE MAKER]
* NEW: Put it in the /app/other directory.


git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-09 05:22:36 +00:00

91 lines
8.1 KiB
Text

' Gambas module file
Private $cTr As New Collection
Public Sub Load()
$cTr.Clear
'{
$cTr["Home"] = ("Home")
$cTr["Introduction"] = ("Introduction")
$cTr["What is Gambas?"] = ("What is Gambas?")
$cTr["F. A. Q."] = ("F. A. Q.")
$cTr["Download"] = ("Download")
$cTr["Readme"] = ("Readme")
$cTr["Reporting a problem"] = ("Reporting a problem")
$cTr["Resources"] = ("Resources")
$cTr["Distributions & O.S."] = ("Distributions & O.S.")
$cTr["Links"] = ("Links")
$cTr["Mailing lists/Forums"] = ("Mailing lists/Forums")
$cTr["Screenshots"] = ("Screenshots")
$cTr["Some Applications"] = ("Some Applications")
$cTr["Documentation"] = ("Documentation")
$cTr["Books"] = ("Books")
$cTr["Getting Started"] = ("Getting Started")
$cTr["License"] = ("License")
$cTr["Wiki Encyclopaedia"] = ("Wiki Encyclopaedia")
$cTr["Developer"] = ("Developer")
$cTr["Architecture"] = ("Architecture")
$cTr["Browse Source Code"] = ("Browse Source Code")
$cTr["Hall Of Fame"] = ("Hall Of Fame")
$cTr["Road Map"] = ("Road Map")
$cTr["English"] = ("English")
$cTr["French"] = ("French")
$cTr["Spanish"] = ("Spanish")
$cTr["Arabic"] = ("Arabic")
$cTr["Turkish"] = ("Turkish")
$cTr["Korean"] = ("Korean")
$cTr["Chinese"] = ("Chinese")
$cTr["The future Gambas 3 icon"] = ("The future Gambas 3 icon")
$cTr["Developers"] = ("Developers")
$cTr["Country"] = ("Country")
$cTr["Working or have worked on..."] = ("Working or have worked on...")
$cTr["If you are developing anything directly related to <b><i>Gambas</i></b> or its IDE, and not on the previous list, or if you find a mistake in this list, then write me! And explain me who you are and what you have done, so that I add you to the Hall Of Fame."] = ("If you are developing anything directly related to <b><i>Gambas</i></b> or its IDE, and not on the previous list, or if you find a mistake in this list, then write me! And explain me who you are and what you have done, so that I add you to the Hall Of Fame.")
$cTr["Translations"] = ("Translations")
$cTr["Language"] = ("Language")
$cTr["Translator(s)"] = ("Translator(s)")
$cTr["If you want to translate <b><i>Gambas</i></b>, write me so that I add you on the previous table, and read the <a href=\"http://gambasdoc.org/help/howto/translate?view&en\">How To</a> carefully."] = ("If you want to translate <b><i>Gambas</i></b>, write me so that I add you on the previous table, and read the <a href=\"http://gambasdoc.org/help/howto/translate?view&en\">How To</a> carefully.")
$cTr["If you want to work on an already existing translation, contact the translators."] = ("If you want to work on an already existing translation, contact the translators.")
$cTr["This is a map of the possible future of <b><i>Gambas</i></b> made with <a href=\"http://freemind.sourceforge.net/\" target=\"_blank\">FreeMind</a>."] = ("This is a map of the possible future of <b><i>Gambas</i></b> made with <a href=\"http://freemind.sourceforge.net/\" target=\"_blank\">FreeMind</a>.")
$cTr["I don't say that I will do everything on this map. But if you are looking for something to program, pick an idea and come on! :-)"] = ("I don't say that I will do everything on this map. But if you are looking for something to program, pick an idea and come on! :-)")
$cTr["<img src=\"warning.png\" align=center>&nbsp;READ THESE <a href=\"http://gambasdoc.org/help/readme?view&amp;$(LANG)\">IMPORTANT NOTES</a> AND <a href=\"http://gambasdoc.org/help/install?view&amp;$(LANG)\">THIS PAGE</a> FIRST."] = ("<img src=\"warning.png\" align=center>&nbsp;READ THESE <a href=\"http://gambasdoc.org/help/readme?view&amp;$(LANG)\">IMPORTANT NOTES</a> AND <a href=\"http://gambasdoc.org/help/install?view&amp;$(LANG)\">THIS PAGE</a> FIRST.")
$cTr["Package"] = ("Package")
$cTr["Version"] = ("Version")
$cTr["Format"] = ("Format")
$cTr["Current Developer Snapshots"] = ("Current Developer Snapshots")
$cTr["You get them from the Subversion repository. To get a snapshot of the future 3.0 version, do:"] = ("You get them from the Subversion repository. To get a snapshot of the future 3.0 version, do:")
$cTr["To get a snapshot of the 2.x development version, do:"] = ("To get a snapshot of the 2.x development version, do:")
$cTr["Do not forget to install <tt>automake</tt> and <tt>autoconf</tt>, otherwise the <tt>./reconf-all</tt> script will not work."] = ("Do not forget to install <tt>automake</tt> and <tt>autoconf</tt>, otherwise the <tt>./reconf-all</tt> script will not work.")
$cTr["Stable Version Source Packages"] = ("Stable Version Source Packages")
$cTr["ChangeLog"] = ("ChangeLog")
$cTr["How to compile and install Gambas"] = ("How to compile and install Gambas")
$cTr["Go to <a href=\"http://gambasdoc.org/help/install?view&en\">that page</a> if you want specific instructions for your distribution."] = ("Go to <a href=\"http://gambasdoc.org/help/install?view&en\">that page</a> if you want specific instructions for your distribution.")
$cTr["Gambas Presentation"] = ("Gambas Presentation")
$cTr["Here is the last presentation I made in Palermo. You can open it with OpenOffice, or use the PDF version with the PdfPresentation OpenGL example included in the Gambas sources."] = ("Here is the last presentation I made in Palermo. You can open it with OpenOffice, or use the PDF version with the PdfPresentation OpenGL example included in the Gambas sources.")
$cTr["Presentation"] = ("Presentation")
$cTr["Type"] = ("Type")
$cTr["Binary Packages"] = ("Binary Packages")
$cTr["Go to <a href=\"http://gambasdoc.org/help/doc/package?view&en\">that page</a> for a list of binary packages for each distribution."] = ("Go to <a href=\"http://gambasdoc.org/help/doc/package?view&en\">that page</a> for a list of binary packages for each distribution.")
$cTr["Last stable version is"] = ("Last stable version is")
$cTr["<b><i>Gambas</i></b> is a free development environment based on a <i>Basic</i> interpreter with object extensions, a bit like <i>Visual Basic&#8482;</i> (but it is <i><b>NOT</b></i> a clone&nbsp;!)."] = ("<b><i>Gambas</i></b> is a free development environment based on a <i>Basic</i> interpreter with object extensions, a bit like <i>Visual Basic&#8482;</i> (but it is <i><b>NOT</b></i> a clone&nbsp;!).")
$cTr["Read the <a href=\"http://gambasdoc.org/help/doc/intro?view&$(LANG)\">introduction</a> for more information."] = ("Read the <a href=\"http://gambasdoc.org/help/doc/intro?view&$(LANG)\">introduction</a> for more information.")
$cTr["With <b><i>Gambas</i></b>, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot <i>KDE</i> applications with <i>DCOP</i>, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on..."] = ("With <b><i>Gambas</i></b>, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot <i>KDE</i> applications with <i>DCOP</i>, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on...")
$cTr["You can support <b><i>Gambas</i></b> by making a small donation with"] = ("You can support <b><i>Gambas</i></b> by making a small donation with")
$cTr["The greatest formula of the world!"] = ("The greatest formula of the world!")
$cTr["No software patents in Europe!"] = ("No software patents in Europe!")
$cTr["Where are you?"] = ("Where are you?")
$cTr["Thanks for the support of gnuLinex!"] = ("Thanks for the support of gnuLinex!")
$cTr["Latest News"] = ("Latest News")
$cTr["Older News..."] = ("Older News...")
$cTr["<b>Note:</b> This page needs a web browser that understands the CSS standard. If you use Internet Explorer 7 (it is just an example), you will see what I mean."] = ("<b>Note:</b> This page needs a web browser that understands the CSS standard. If you use Internet Explorer 7 (it is just an example), you will see what I mean.")
$cTr["News Archive"] = ("News Archive")
'}
End
Public Sub _get(sStr As String) As String
If $cTr.Exist(sStr) Then Return $cTr[sStr]
Return sStr
End