author | cniehaus <cniehaus> | 2002-12-06 22:38:23 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-06 22:38:23 (UTC) |
commit | 7911ebe3b7279874ed33e6b6fc564abdf31aea7a (patch) (side-by-side diff) | |
tree | 523ddaf68b1c0a065a26a921971955b0909d488f /docs | |
parent | db466251a506d0af3f1eb5d0095ca151e887267d (diff) | |
download | opie-7911ebe3b7279874ed33e6b6fc564abdf31aea7a.zip opie-7911ebe3b7279874ed33e6b6fc564abdf31aea7a.tar.gz opie-7911ebe3b7279874ed33e6b6fc564abdf31aea7a.tar.bz2 |
starting new text.
Spiralman: did I do this correctly?
-rw-r--r-- | docs/usermanual/i18n.sgm | 18 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/usermanual/i18n.sgm b/docs/usermanual/i18n.sgm new file mode 100644 index 0000000..a9902c4 --- a/dev/null +++ b/docs/usermanual/i18n.sgm @@ -0,0 +1,18 @@ +<chapter id=i18n><title>Translations</title> + <para> + The OPIE-Project tries to offer the support for as many languages as possible. + In this chapter the process of translating OPIE and its documentation is explained. + </para> +<section> + <title>Introduction</title> + <para> + test blah blah + </para> +</section> +<section> + <title>Preferences</title> + <para> + test blah blah + </para> +</section> +</chapter> diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm index 2fdeb30..6adc963 100644 --- a/docs/usermanual/usermanual.sgm +++ b/docs/usermanual/usermanual.sgm @@ -10,12 +10,13 @@ <!ENTITY filemanager SYSTEM "filemanager.sgm"> <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> <!ENTITY software SYSTEM "software.sgm"> <!ENTITY today SYSTEM "today.sgm"> <!ENTITY irda SYSTEM "irda.sgm"> <!ENTITY keypebble SYSTEM "keypebble.sgm"> +<!ENTITY i18n SYSTEM "i18n.sgm"> ]> <book><title>Opie User Manual</title> <bookinfo><authorgroup><collab> <collabname>The Opie Team</collabname> </collab></authorgroup></bookinfo> <part><title>Getting Started</title> @@ -36,7 +37,10 @@ <part><title>Settings</title> &software; </part> <part><title>Applets</title> &irda; </part> +<part><title>Technical Details</title> +&i18n; +</part> </book> |