~ubuntu-branches/ubuntu/wily/po4a/wily

« back to all changes in this revision

Viewing changes to lib/Locale/Po4a/Docbook.pm

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas FRANCOIS (Nekral), Denis Barbier, Updated program translations, Updated documentation translations
  • Date: 2010-08-25 23:16:59 UTC
  • mfrom: (1.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100825231659-rln0fgarttc4up62
Tags: 0.40.1-1
[ Denis Barbier ]
* New upstream release.
  + Style update in documentation.
  + Mention po4a-build in po4a(1). Closes: #565422
  + Use 'Software in the Public Interest'. Closes: #590502
  + Change header entry in PO files to be consistent with
    xgettext when creating POT files.
  + Trailing spaces must not be removed from translations
    if they are escaped.  Closes: #593106
* debian/control: Upstream repository has switched
  from CVS to SVN, update Vcs-* fields.

[ Updated program translations ]

* French, by David Prévot
* Spanish, by Omar Campagne
* Japanese, by KURASAWA Nozomu
* Esperanto, by Joop Eggen
* Swedish, by Martin Bagge
* Russian, by Yuri Kozlov (Closes: #592041)
* Estonian, by Annika
* Ukrainian, by Yuri Chornoivan
* Czech, by Michal Šimůnek (Closes: #592330)
* Portuguese, by António Moreira
* German, by Thomas Müller (Closes: #594258)

[ Updated documentation translations ]

* French, by David Prévot
* Spanish, by Omar Campagne
* Japanese, by KURASAWA Nozomu

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
# Po4a::Docbook.pm 
5
5
6
 
# extract and translate translatable strings from Docbook XML documents.
 
6
# extract and translate translatable strings from DocBook XML documents.
7
7
8
 
# This code extracts plain text from tags and attributes on Docbook XML
 
8
# This code extracts plain text from tags and attributes on DocBook XML
9
9
# documents.
10
10
#
11
11
# Copyright (c) 2004 by Jordi Vilalta  <jvprat@gmail.com>
32
32
 
33
33
=head1 NAME
34
34
 
35
 
Locale::Po4a::Docbook - Convert Docbook XML documents from/to PO files
 
35
Locale::Po4a::Docbook - convert DocBook XML documents from/to PO files
36
36
 
37
37
=head1 DESCRIPTION
38
38
 
39
 
The po4a (po for anything) project goal is to ease translations (and more
 
39
The po4a (PO for anything) project goal is to ease translations (and more
40
40
interestingly, the maintenance of translations) using gettext tools on
41
41
areas where they were not expected like documentation.
42
42
 
109
109
        $self->{options}{'_default_inline'} .= " <accel>";
110
110
 
111
111
        # ackno; does not contain text; Formatted as a displayed block
112
 
        # Replaced by acknowledgements in Docbook v5.0
 
112
        # Replaced by acknowledgements in DocBook v5.0
113
113
        $self->{options}{'_default_untranslated'} .= " <ackno>";
114
114
        $self->{options}{'_default_break'} .= " <ackno>";
115
115
        # acknowledgements; does not contain text; Formatted as a displayed block