~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to tests/cases/iso88591text.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-10-24 21:50:28 UTC
  • mfrom: (3.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061024215028-8u8azjmsesm1kqbl
Tags: 0.35.0-3
* Remove debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep.
* Remove obsolete Conflicts / Replaces on xml-i18n-tools.
* New patch, 10_define-and-subst-datadirname, to compute DATADIRNAME as
  glib-gettext did it, and AC_SUBST() it; thanks Jurij Smakov; committed in
  upstream CVS; GNOME #345255; closes: #373643.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE gweather SYSTEM "locations.dtd">
 
3
<gweather format="1.0">
 
4
<!-- Here we demonstrate how intltools behave 
 
5
when comments or _name names contain non-US-ASCII 
 
6
characters.
 
7
-->
 
8
<region>
 
9
  <_name>Europe</_name>
 
10
  <country>
 
11
    <city>
 
12
      <!-- Translators: This is in France. -->
 
13
      <_name>Chamb�ry</_name>
 
14
      <location>
 
15
        <!-- Translators: This is in Chamb�ry in France. -->
 
16
        <_name>Aix-les-Bains</_name>
 
17
        <code>LFLB</code>
 
18
        <coordinates>45-39N 005-53E</coordinates>
 
19
      </location>
 
20
    </city>
 
21
  </country>
 
22
</region>
 
23
</gweather>