-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlang_howto.adp
More file actions
71 lines (58 loc) · 2.92 KB
/
lang_howto.adp
File metadata and controls
71 lines (58 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<master>
<property name="title"><trn key="website.lang_howto.title" locale="en_US">Free Pascal - Getting the website in your language</trn></property>
<property name="entry">lang_howto</property>
<property name="header"><trn key="website.lang_howto.header" locale="en_US">Getting the website in your language</trn></property>
<h2><trn key="website.config_browser_t" locale="en_US">Configuring your browser</trn></h2>
<trn key="website.config_browser_d" locale="en_US">
The Free Pascal web site is available in Bulgarian, Chinese, Dutch, English, Finnish,
French, Indonesian, Italian, Polish, Slovenian and Russian. The method that decides in which
language it will show is HTTP content negotiation, which means the web page shows in the
language your web browser requests it.
By default, this means the web site shows its messages in the same language as your
browser does, which gives usually the desired result. In case you would like the web
site to be shown in a different language, this can however be overridden. We'll
describe the methods for a few widely used web browsers.
</trn>
<h3>Firefox</h3>
<trn key="website.config_browser_firefox" locale="en_US">
Select Edit -> Options from the menu. In the "Advanced" super-tab, select the
"General" sub tab. In the languages section, select the "Choose" button.
Add the language you prefer, and move it to the top.
</trn>
<h3>Internet Explorer</h3>
<trn key="website.config_browser_ie" locale="en_US">
Select Extra -> Internet Options from the menu. In the internet options window,
select the tab "General", and click on the button "Languages". Add the language
you prefer, and move it to the top.
</trn>
<h3>Konqueror</h3>
<trn key="website.config_browser_konqi" locale="en_US">
Open the file ~/.kde/share/config/kio_httprc. At the top of the file, add a line
like this:
<PRE>
Languages=<isocode>
</PRE>
... where <isocode> is the iso code of the desired language.
</trn>
<h3>Opera</h3>
<trn key="website.config_browser_opera" locale="en_US">
Select Tools -> Preferences from the menu. In the preferences window, select
"Languages", add the language you prefer, and move it to the top.
</trn>
<h2><trn key="website.help_translating_t" locale="en_US">Help translating</trn></h2>
<trn key="website.help_translating_d" locale="en_US">
Many people learn programming before they speak a foreign language. Especially for
Pascal, which is a language used in education, having information available in local
languages can help a lot to promote its usage.
<p>
Because of this, the more languages the better. If you would like to help us translate
the web site into more languages, that would be great. To get access to the translation
manager, please do as following:"
<p>
<ul>
<li>Register at the <A href='lazarus.freepascal.org'>Forum</A>, if you
haven't done so yet.
<!--Get yourself <A href='http://community.freepascal.org:10000/freepascal/request-permissions'>
the translator permission-->
</ul>
</trn>