home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / filter.error < prev    next >
Extensible Markup Language  |  2007-03-07  |  1KB  |  34 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <error-list domain="filter">
  3.  
  4.  <error type="error" id="no-date">
  5.   <primary>Missing date.</primary>
  6.   <secondary>You must choose a date.</secondary>
  7.  </error>
  8.  
  9.  <error type="error" id="no-file">
  10.   <primary>Missing file name.</primary>
  11.   <secondary>You must specify a file name.</secondary>
  12.  </error>
  13.  
  14.  <error type="error" id="bad-file">
  15.   <primary>File "{0}" does not exist or is not a regular file.</primary>
  16.   <secondary>You must specify a file name.</secondary>
  17.  </error>
  18.  
  19.  <error type="error" id="bad-regexp">
  20.   <primary>Bad regular expression "{0}".</primary>
  21.   <secondary>Could not compile regular expression "{1}".</secondary>
  22.  </error>
  23.  
  24.  <error type="error" id="no-name">
  25.   <primary>Missing name.</primary>
  26.   <secondary>You must name this filter.</secondary>
  27.  </error>
  28.  
  29.  <error type="error" id="bad-name-notunique">
  30.   <primary>Name "{0}" already used.</primary>
  31.   <secondary>Please choose another name.</secondary>
  32.  </error>
  33.  
  34. </error-list>