diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/man/quotes.trans | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/man/quotes.trans')
-rw-r--r-- | t/fmt/man/quotes.trans | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/t/fmt/man/quotes.trans b/t/fmt/man/quotes.trans new file mode 100644 index 0000000..c3ce82d --- /dev/null +++ b/t/fmt/man/quotes.trans @@ -0,0 +1,39 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH TEST 1 TEST TEST +.SH SECTION1 + +.\" double quotes in a quoted arguments +\fB""\fP + +.\" Other similar ugly quotes +\fB"C"\fP AND \fB"POSIX"\fP. \fB1.\fP "LIBVGA.CONFIG" OPTIONS + +.SH "1. \(dqLIBVGA.CONFIG\(dq OPTIONS" + +.\" this works, but inserts a space between the quotes and the parenthesis +\fBSETLOCALE(LC_ALL, "" )\fP + +.\" However, I recommend to use these quotes: +\fBSETLOCALE(LC_ALL, "")\fP + +.\" Lets be nasty +THIS: + +\fB\-HELP\fP\fI,\fP\fB\-H\fP\fI,\fP\fB\-?\fP\fI,\fP\fB/?\fP + +SHOULD BE EQUIVALENT TO: + +\fB\-HELP\fP\fI,\fP\fB\-H\fP\fI,\fP\fB\-?\fP\fI,\fP\fB/?\fP + +THIS ALSO: + +\fB\-HELP"\fP\fI1\fP\fB\-h\fP\fI1\fP\fB\-?\fP\fI1\fP\fB/?\fP + +SHOULD BE EQUIVALENT TO: + +\fB\-HELP"\fP\fI1\fP\fB\-h\fP\fI1\fP\fB\-?\fP\fI1\fP\fB/?\fP + |