File: iso88591text.xml.in

package info (click to toggle)
intltool 0.51.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: sh: 747; xml: 399; perl: 213; makefile: 188; ansic: 133
file content (23 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE gweather SYSTEM "locations.dtd">
<gweather format="1.0">
<!-- Here we demonstrate how intltools behave 
when comments or _name names contain non-US-ASCII 
characters.
-->
<region>
  <_name>Europe</_name>
  <country>
    <city>
      <!-- Translators: This is in France. -->
      <_name>Chambry</_name>
      <location>
        <!-- Translators: This is in Chambry in France. -->
        <_name>Aix-les-Bains</_name>
        <code>LFLB</code>
        <coordinates>45-39N 005-53E</coordinates>
      </location>
    </city>
  </country>
</region>
</gweather>