diff options
author | OBATA Akio <[email protected]> | 2020-07-07 17:12:46 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-07 15:45:39 +0200 |
commit | 19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933 (patch) | |
tree | 61737f0d9a13c938917a6791c5b51e58bd6fce33 /doc/man/man1/tqlinguist.1 | |
parent | 8f5da8fd2b0d4cc4d4fbd2f449b58a9ef63d0d60 (diff) | |
download | tqt3-19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933.tar.gz tqt3-19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933.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 <[email protected]>
(cherry picked from commit 5a1d03de6b56d254662b5d3a57f809907359fff0)
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). |