diff options
Diffstat (limited to 'doc/man/man1/tqlinguist.1')
-rw-r--r-- | doc/man/man1/tqlinguist.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/man/man1/tqlinguist.1 b/doc/man/man1/tqlinguist.1 new file mode 100644 index 000000000..537d250f5 --- /dev/null +++ b/doc/man/man1/tqlinguist.1 @@ -0,0 +1,37 @@ +.TH LINGUIST 1 "28 August 2004" +.SH "NAME" +tqlinguist \- Translation tool for TQt. + +.SH "SYNPOSIS" +.B tqlinguist +[ +.I TRANSLATION +] + +.SH "DESCRIPTION" +.B Qt Linguist +is a tool for adding translations to Qt applications. It +introduces the concept of a translation "context" which +means a group of phrases that appear together on the +screen e.g. in the same menu or dialog. + +The only parameter accepted on the command line is +.I TRANSLATION +wich is the name of the translation file you wish to open. + +.SH FILES +.I ~/.qt/qt_designerrc +.RS +Per user configuration file. + +.SH SEE ALSO +.B Qt Linguist +is too complex to be described completely in the "man" page +format. If your system is properly configured, you can access +the full documentation within +.B Qt Linguist +under the Help menu. + +.SH AUTHOR +This manual page was written by Jeremy Laine <[email protected]>, +for the Debian GNU/Linux system (but may be used by others). |