From: kink Date: Mon, 17 Jun 2002 08:06:57 +0000 (+0000) Subject: Fix spelling in translating.txt & make index.html resemble a real HTML document. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=47c5f7fc03779d8e9fff1d422b4a4835cb7e77dd;p=squirrelmail.git Fix spelling in translating.txt & make index.html resemble a real HTML document. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2956 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/index.html b/doc/index.html index 245e24ce..d660c8d3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,3 +1,10 @@ + + + +SquirrelMail Documentation + + +

SquirrelMail Documentation

Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration @@ -7,79 +14,66 @@ mistakes, please email them to luke@squirrelmail

- + - + - + - + - + - + - + - + - + + + + + diff --git a/doc/translating.txt b/doc/translating.txt index 5f26e1ad..ae0965e8 100644 --- a/doc/translating.txt +++ b/doc/translating.txt @@ -8,7 +8,7 @@ the repository. ------------------------- a) You must have gettext installed. If it is not installed you can - download the soources from + download the sources from . b) Find the language code for the language you are going to translate @@ -21,7 +21,7 @@ b) Find the language code for the language you are going to translate file that is going to be translated. c) To translate the actual strings fill in the msgstr after each - msgid with the appropiate translation. There are a few tools which + msgid with the appropriate translation. There are a few tools which can make this job a bit easier at . @@ -55,7 +55,7 @@ squirrelmail/locale/language/LC_MESSAGES/squirrelmail.po.new strings that are no longer in use. You might want to make a copy before doing this. -b) Rung msgfmt again to create a new binary file. +b) Run msgfmt again to create a new binary file. 3. Updating the template @@ -71,3 +71,7 @@ xgettext --keyword=_ -keyword=N_ \ --default-domain=squirrelmail/po/squirrelmail \ -C -j squirrelmail/functions/*.php + + + +$ Id $