summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/linguist.1
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-11 16:57:18 -0600
committerTimothy Pearson <[email protected]>2012-01-11 16:57:18 -0600
commit2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82 (patch)
tree7e5ff85d535a83e603e3db0a2f24ef8de9e4d6aa /doc/man/man1/linguist.1
parent5e47b11f231d3b096b52355cc285e124f257986b (diff)
downloadqt3-2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82.tar.gz
qt3-2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82.zip
Add additional documentation from Debian into Qt3 tree
This closes Bug 673
Diffstat (limited to 'doc/man/man1/linguist.1')
-rw-r--r--doc/man/man1/linguist.137
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/man/man1/linguist.1 b/doc/man/man1/linguist.1
new file mode 100644
index 0000000..a0f9913
--- /dev/null
+++ b/doc/man/man1/linguist.1
@@ -0,0 +1,37 @@
+.TH LINGUIST 1 "28 August 2004"
+.SH "NAME"
+linguist \- Translation tool for Qt.
+
+.SH "SYNPOSIS"
+.B linguist
+[
+.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).