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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <error-list domain="mail-composer">
  3.  
  4.  <error type="error" modal="true" id="no-attach">
  5.   <primary>You cannot attach the file `{0}' to this message.</primary>
  6.   
  7.   <secondary>{1}</secondary>
  8.  </error>
  9.  
  10.  <error type="warning" id="attach-notfile">
  11.   <primary>The file `{0}' is not a regular file and cannot be sent in a message.</primary>
  12.  </error>
  13.  
  14.  <error id="attach-directory">
  15.   <primary>Directories can not be attached to Messages.</primary>
  16.   <secondary>To attach the contents of this directory, either attach the files in this directory individually, or create an archive of the directory and attach it.</secondary>
  17.  </error>
  18.  
  19.  <error type="error" id="attach-nomessages">
  20.   <primary>Could not retrieve messages to attach from {0}.</primary>
  21.   <secondary>Because "{1}".</secondary>
  22.  </error>
  23.  
  24.  <error type="question" id="recover-autosave" default="GTK_RESPONSE_YES">
  25.   <title>Unfinished messages found</title>
  26.   <primary>Do you want to recover unfinished messages?</primary>
  27.   <secondary>Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off.</secondary>
  28.   <button response="GTK_RESPONSE_CANCEL" label="_Do not Recover"></button>
  29.   <button response="GTK_RESPONSE_YES" label="_Recover"></button>
  30.  </error>
  31.  
  32.  <error type="error" id="no-autosave">
  33.   <primary>Could not save to autosave file "{0}".</primary>
  34.   <secondary>Error saving to autosave because "{1}".</secondary>
  35.  </error>
  36.  
  37.   <error type="question" id="ask-send-message-pending-download" default="GTK_RESPONSE_YES">
  38.   <primary>Download in progress. Do you want to send the mail?</primary>
  39.   <secondary xml:space="preserve"> There are few attachments getting downloaded. Sending the mail will cause the mail to be sent without those pending attachments </secondary>
  40.   <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  41.   <button response="GTK_RESPONSE_YES" label="_Send"></button>
  42.  </error>
  43.  
  44.  <error type="warning" modal="true" id="exit-unsaved" default="GTK_RESPONSE_YES">
  45.   <title>Warning: Modified Message</title>
  46.   <primary>Are you sure you want to discard the message, titled '{0}', you are composing?</primary>
  47.   <secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</secondary>
  48.   <button response="GTK_RESPONSE_NO" label="_Discard Changes"></button>
  49.   <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  50.   <button response="GTK_RESPONSE_YES" label="_Save Message"></button>
  51.  </error>
  52.  
  53.  <error type="error" modal="true" id="no-build-message">
  54.   <primary>Could not create message.</primary>
  55.   <secondary>Because "{0}", you may need to select different mail options.</secondary>
  56.  </error>
  57.  
  58.  <error type="warning" modal="true" id="no-sig-file">
  59.   <primary>Could not read signature file "{0}".</primary>
  60.   <secondary>Because "{1}".</secondary>
  61.  </error>
  62.  
  63.  <error type="warning" modal="true" id="all-accounts-deleted">
  64.   <primary>All accounts have been removed.</primary>
  65.   <secondary>You need to configure an account before you can compose mail.</secondary>
  66.  </error>
  67.  
  68.  <error type="error" modal="true" id="no-address-control">
  69.   <primary>Could not create composer window.</primary>
  70.   <secondary>Unable to activate the address selector control.</secondary>
  71.  </error>
  72.  
  73.  <error type="error" modal="true" id="no-editor-control">
  74.   <primary>Could not create composer window.</primary>
  75.   <secondary xml:space="preserve">Unable to activate the HTML editor control.
  76.  
  77. Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</secondary>
  78.  </error>
  79.  
  80. </error-list>