[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.183,1.184"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Aug 26 14:53:51 UTC 2006
- Previous message: [Po4a-commits] "po4a changelog,1.87,1.88"
- Next message: [Po4a-commits]
"po4a/t/data-23 mixed.cfg, 1.1, 1.2 mixed.fr.po, 1.6,
1.7 mixed.pot, 1.6, 1.7 mixed1, NONE, 1.1 mixed1.fr, NONE,
1.1 mixed2, NONE, 1.1 mixed3, NONE, 1.1 mixed3.fr, NONE,
1.1 mixed4, NONE, 1.1 mixed4.fr, NONE, 1.1"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv29444/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Reorganize the list of options: all the options to specify the behaviour
of new options together.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Man.pm 23 Aug 2006 20:28:04 -0000 1.183
+++ Man.pm 26 Aug 2006 14:53:48 -0000 1.184
@@ -145,16 +145,17 @@
=back
-=item B<untranslated>
-
-=item B<noarg>
+=item B<generated>
-=item B<translate_joined>
+This option specifies that the file was generated, and that po4a should not
+try to detect if the man pages was generated from another format.
+This permits to use po4a on generated man pages.
+This option does not take any argument.
-=item B<translate_each>
+=back
-These options permit to specify the behavior of a new macro (defined with
-a .de request), or of a macro not supported by po4a.
+The following options permit to specify the behavior of a new macro
+(defined with a .de request), or of a macro not supported by po4a.
They take in argument a coma separated list of macros.
For example:
@@ -163,15 +164,25 @@
Note: if a macro is not supported by po4a and if you consider that it is a
standard roff macro, you should submit it to the po4a development team.
+=over
+
+=item B<untranslated>
+
B<untranslated> indicates that this macro (at its arguments) don't have to
be translated.
+=item B<noarg>
+
B<noarg> is like B<untranslated>, except that po4a will verify that no
argument is added to this macro.
+=item B<translate_joined>
+
B<translate_joined> indicates that po4a must propose to translate the
arguments of the macro.
+=item B<translate_each>
+
With B<translate_each>, the arguments will also be proposed for the
translation, except that each one will be translated separately.
@@ -188,19 +199,12 @@
I<begin> (like nf) as a counterpart.
These macros (and their arguments) wont be translated.
-=item inline
+=item B<inline>
-This option permits to specify a list of coma-separated macros that must
+This option specifies a list of coma-separated macros that must
not split the current paragraph. The string to translate will then contain
-I<foo E<lt>.bar baz quxE<gt> quux>, where I<foo> is the command that
-should be inlined.
-
-=item generated
-
-This option specifies that the file was generated, and that po4a should not
-try to detect if the man pages was generated from another format.
-This permits to use po4a on generated man pages.
-This option does not take any argument.
+I<foo E<lt>.bar baz quxE<gt> quux>, where I<bar> is the command that
+should be inlined, and I<baz qux> its arguments.
=back
- Previous message: [Po4a-commits] "po4a changelog,1.87,1.88"
- Next message: [Po4a-commits]
"po4a/t/data-23 mixed.cfg, 1.1, 1.2 mixed.fr.po, 1.6,
1.7 mixed.pot, 1.6, 1.7 mixed1, NONE, 1.1 mixed1.fr, NONE,
1.1 mixed2, NONE, 1.1 mixed3, NONE, 1.1 mixed3.fr, NONE,
1.1 mixed4, NONE, 1.1 mixed4.fr, NONE, 1.1"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Po4a-commits
mailing list