Imported Upstream version 0.50.2
[platform/upstream/intltool.git] / tests / cases / space-preserve.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <error-list domain="shell" xml:space="preserve">
3
4  <error id="upgrade-nospace" type="error">
5   <_primary>Insufficient disk space for upgrade.</_primary>
6   <_secondary>Upgrading your data and settings will require up to {0} of disk
7 space, but you only have {1} available.
8
9 You will need to make more space available in your home directory before you can
10 continue.</_secondary>
11   <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
12  </error>
13
14  <!-- lets test reverting xml:space to default as well -->
15  <error xml:space="default">
16   <_primary>This is not an error.</_primary>
17   <_secondary>And this message should take no more than
18               one single row, no matter the spacing in 
19               the source file.
20   </_secondary>
21  </error>
22 </error-list>