diff options
author | OBATA Akio <obache@wizdas.com> | 2020-07-07 17:12:46 +0900 |
---|---|---|
committer | OBATA Akio <obache@wizdas.com> | 2020-07-07 17:12:46 +0900 |
commit | 5a1d03de6b56d254662b5d3a57f809907359fff0 (patch) | |
tree | 670ef5a9b28228fb403f0f464adada0d790741ec /doc/man/man1/tqlinguist.1 | |
parent | f62146e0e61ca0dd15221907cc3747e0f06319de (diff) | |
download | tqt3-5a1d03de6b56d254662b5d3a57f809907359fff0.tar.gz tqt3-5a1d03de6b56d254662b5d3a57f809907359fff0.zip |
Refrect qt -> tqt changes to man1
Adjust page name to the installed tool name and follow class name changes
in examples.
Signed-off-by: OBATA Akio <obache@wizdas.com>
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..8aeab5188 --- /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 TQt Linguist +is a tool for adding translations to TQt 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 TQt 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 TQt Linguist +under the Help menu. + +.SH AUTHOR +This manual page was written by Jeremy Laine <jeremy.laine@m4x.org>, +for the Debian GNU/Linux system (but may be used by others). |