[Po4a-commits] "po4a/lib/Locale/Po4a Xml.pm,1.94,1.95"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sun Feb 22 15:20:50 UTC 2009
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv13977/lib/Locale/Po4a
Modified Files:
Xml.pm
Log Message:
Harmonize documentation.
Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Xml.pm 22 Feb 2009 10:13:28 -0000 1.94
+++ Xml.pm 22 Feb 2009 15:20:48 -0000 1.95
@@ -255,7 +255,7 @@
=item B<tags>
-Space-separated list of the tags you want to translate or skip. By default,
+Space-separated list of tags you want to translate or skip. By default,
the specified tags will be excluded, but if you use the "tagsonly" option,
the specified tags will be the only ones included. The tags must be in the
form E<lt>aaaE<gt>, but you can join some (E<lt>bbbE<gt>E<lt>aaaE<gt>) to say that the content of
@@ -272,7 +272,7 @@
=item B<attributes>
-Space-separated list of the tag's attributes you want to translate. You can
+Space-separated list of tag's attributes you want to translate. You can
specify the attributes by their name (for example, "lang"), but you can
prefix it with a tag hierarchy, to specify that this attribute will only be
translated when it's into the specified tag. For example: E<lt>bbbE<gt>E<lt>aaaE<gt>lang
@@ -281,7 +281,7 @@
=item B<break>
-Space-separated list of the tags which should break the sequence.
+Space-separated list of tags which should break the sequence.
By default, all tags break the sequence.
The tags must be in the form <aaa>, but you can join some
@@ -290,7 +290,7 @@
=item B<inline>
-Space-separated list of the tags which should be treated as inline.
+Space-separated list of tags which should be treated as inline.
By default, all tags break the sequence.
The tags must be in the form <aaa>, but you can join some
@@ -299,7 +299,7 @@
=item B<placeholder>
-Space-separated list of the tags which should be treated as placeholders.
+Space-separated list of tags which should be treated as placeholders.
Placeholders do not break the sequence, but the content of placeholders is
translated separately.
@@ -331,7 +331,7 @@
=item B<translated>
-Space-separated list of the tags you want to translate.
+Space-separated list of tags you want to translate.
The tags must be in the form <aaa>, but you can join some
(<bbb><aaa>), if a tag (<aaa>) should only be considered
@@ -345,7 +345,7 @@
=item B<untranslated>
-Space-separated list of the tags you do not want to translate.
+Space-separated list of tags you do not want to translate.
The tags must be in the form <aaa>, but you can join some
(<bbb><aaa>), if a tag (<aaa>) should only be considered
More information about the Po4a-commits
mailing list