Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Vadim Zeitlin">
|
||||
<title>List of translators for wxWindows</title>
|
||||
<title>List of translators for wxWidgets</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<tr>
|
||||
<td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif">
|
||||
<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
|
||||
<b>wxWindows internationalization</b>
|
||||
<b>wxWidgets internationalization</b>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -23,9 +23,9 @@
|
||||
</center>
|
||||
|
||||
<p>
|
||||
wxWindows uses a certain number of user-readable strings such as
|
||||
wxWidgets uses a certain number of user-readable strings such as
|
||||
<tt>"help"</tt> or <tt>"Load file"</tt> which should be translated to the
|
||||
users language if it is different from English. wxWindows has built in support
|
||||
users language if it is different from English. wxWidgets has built in support
|
||||
for internationalization (i18n from now on) which allows for this to happen
|
||||
automatically if the translations to the current language are available.
|
||||
|
||||
@@ -33,7 +33,7 @@ automatically if the translations to the current language are available.
|
||||
You may find here the list of all existing translations with the addresses of
|
||||
the official translators whom you should contact if you would like to submit
|
||||
any corrections to the translations for your language. Also, please
|
||||
<a href="#howtohelp">see below</a> if you would like to translate wxWindows to
|
||||
<a href="#howtohelp">see below</a> if you would like to translate wxWidgets to
|
||||
your language if it is not mentioned here (or to help with one which already
|
||||
is -- it is quite helpful to have several translators for one language at
|
||||
least for proof reading).
|
||||
@@ -45,16 +45,16 @@ least for proof reading).
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Below is the table containing the list of languages supported by wxWindows.
|
||||
Below is the table containing the list of languages supported by wxWidgets.
|
||||
The columns of this table have the obvious meaning: in each row you will see
|
||||
the language, the official translator (if any) for it and the status of the
|
||||
translations as of wxWindows 2.3.
|
||||
translations as of wxWidgets 2.3.
|
||||
|
||||
<p>
|
||||
<table width=100% border=4 cellpadding=5 cellspacing=0>
|
||||
|
||||
<tr>
|
||||
<td bgcolor="#004080" colspan=3> <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> Languages supported in wxWindows 2.x </font> </td>
|
||||
<td bgcolor="#004080" colspan=3> <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> Languages supported in wxWidgets 2.x </font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -236,16 +236,16 @@ translations as of wxWindows 2.3.
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
wxWindows uses the standard GNU gettext tools for i18n so if you are already
|
||||
familiar with them you shouldn't have any problems with working on wxWindows
|
||||
wxWidgets uses the standard GNU gettext tools for i18n so if you are already
|
||||
familiar with them you shouldn't have any problems with working on wxWidgets
|
||||
translations. Here are the the steps you should follow:
|
||||
<ol>
|
||||
<li>Get the latest version of the file <tt>locale/wxstd.po</tt> from the
|
||||
wxWindows source tree: if you're using <a href="cvs.htm">cvs</a>
|
||||
wxWidgets source tree: if you're using <a href="cvs.htm">cvs</a>
|
||||
or the <a href="http://wxwindows.sf.net/snapshots/">daily snapshots</a>,
|
||||
you should already have it. Otherwise you can always
|
||||
retrieve it directly from the cvs repository via the Web interface
|
||||
<a href="http://cvs.wxwindows.org/viewcvs.cgi/wxWindows/locale/wxstd.po">here</a>.
|
||||
<a href="http://cvs.wxwindows.org/viewcvs.cgi/wxWidgets/locale/wxstd.po">here</a>.
|
||||
|
||||
<li>Rename it to <tt>XY.po</tt> where <tt>"XY"</tt> is the 2 letter
|
||||
<a href="http://lcweb.loc.gov/standards/iso639-2/englangn.html">ISO 639-1 language code</a>
|
||||
@@ -264,13 +264,13 @@ translations. Here are the the steps you should follow:
|
||||
|
||||
<li>Send the finished translation to
|
||||
<a href="mailto:vadim@wxwindows.org">Vadim Zeitlin</a> and it will be
|
||||
added to the next wxWindows release or snapshot.
|
||||
added to the next wxWidgets release or snapshot.
|
||||
</ol>
|
||||
|
||||
<p>
|
||||
In addition, please consider subscribing to the very low volume
|
||||
<a href="http://lists.wxwindows.org/mailman/listinfo/wx-translators">
|
||||
wxWindows translators</a> mailing list on which the news especially important
|
||||
wxWidgets translators</a> mailing list on which the news especially important
|
||||
for the translators are announced.
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user