aboutsummaryrefslogblamecommitdiffstats
path: root/mail/mail-errors.xml
blob: 0a9996dc8b8442e94e5862d4fc14cbc8c3c579b3 (plain) (tree)
1
                                      













































































                                                                                                                                                                                                                                                                   
                                                                                     

























































































































































































































                                                                                                                                                     
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="mail">

 <error id="camel-service-auth-invalid" type="warning">
  <primary>Invalid authentication</primary>
  <secondary>This server does not support this type of authentication and may not support authentication at all.</secondary>
 </error>

 <error id="camel-service-auth-failed" type="warning">
  <primary>Your login to your server &quot;{0}&quot; as &quot;{0}&quot; failed.</primary>
  <secondary>Check to make sure your password is spelled correctly.  Remember that many passwords are case sensitive; your caps lock might be on.</secondary>
 </error>

 <error id="ask-send-html" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message in HTML format?</primary>
  <secondary>Please make sure the following recipients are willing and able to receive HTML email:
{0}
Send anyway?</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message without a subject?</primary>
  <secondary>Adding a meaningful Subject line to your messages will give your recipients an idea of what your mail is about.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-only-bcc-contact" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message with only BCC recipients?</primary>
  <secondary>The contact list you are sending to is configured to hide list recipients.

Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients in your message. To avoid this, you should add at least one To: or CC: recipient. </secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-only-bcc" type="warning" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message with only BCC recipients?</primary>
  <secondary>Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients to your message anyway. To avoid this, you should add at least one To: or CC: recipient.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="send-no-recipients" type="warning">
  <primary>This message cannot be sent because you have not specified any Recipients</primary>
  <secondary>Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box.</secondary>
 </error>

 <error id="ask-default-drafts" type="question" default="GTK_RESPONSE_YES">
  <primary>Use default drafts folder?</primary>
  <secondary>Unable to open the drafts folder for this account.  Use the system drafts folder instead?</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="Use _Default" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-expunge" type="question" default="GTK_RESPONSE_CANCEL">
  <primary>Are you sure you want to permanently remove all the deleted message in folder &quot;{0}&quot;?</primary>
  <secondary>If you continue, you will not be able to recover these messages.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Expunge" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-empty-trash" type="warning" default="GTK_RESPONSE_CANCEL">
  <primary>Are you sure you want to permanently remove all the deleted messages in all folders?</primary>
  <secondary>If you continue, you will not be able to recover these messages.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Empty Trash" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="exit-unsaved" type="warning" default="GTK_RESPONSE_NO">
  <primary>You have unsent messages, do you wish to quit anyway?</primary>
  <secondary>If you quit, these messages will not be sent until Evolution is started again.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
  <button stock="gtk-quit" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="camel-exception" type="warning">
  <primary>Your message with the subject &quot;{0}&quot; was not delivered.</primary>
  <secondary>The message was sent via the &quot;sendmail&quot; external application.  Sendmail reports the following error: status 67: mail not sent.
The message is stored in the Outbox folder.  Check the message for errors and resend.</secondary>
 </error>

 <error id="async-error" type="error">
  <primary>Error while {0}.</primary>
  <secondary>{1}.</secondary>
 </error>

 <error id="async-error-nodescribe" type="error">
  <primary>Error while performing operation.</primary>
  <secondary>{0}.</secondary>
 </error>

 <error id="session-message-info" type="info">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-info-cancel" type="info" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="session-message-warning" type="warning">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-warning-cancel" type="warning" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="session-message-error" type="info">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-error-cancel" type="info" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="ask-session-password" type="question" default="GTK_RESPONSE_OK">
  <primary>Enter password.</primary>
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="filter-load-error" type="error">
  <primary>Error loading filter definitions.</primary>
  <secondary>{0}</secondary>
 </error>

 <error id="no-save-path" type="error">
  <primary>Cannot save to directory &quot;{0}&quot;.</primary>
  <secondary>{1}</secondary>
 </error>

 <error id="no-create-path" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>Cannot create the save directory, because &quot;{1}&quot;</secondary>
 </error>

 <error id="no-create-tmp-path" type="error">
  <primary>Cannot create temporary save directory.</primary>
  <secondary>Because &quot;{1}&quot;.</secondary>
 </error>

 <error id="no-write-path-exists" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>File exists but cannot overwrite it.</secondary>
 </error>

 <error id="no-write-path-notfile" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>File exists but is not a regular file.</secondary>
 </error>

 <error id="no-delete-folder" type="error">
  <primary>Cannot delete folder &quot;{0}&quot;.</primary>
  <secondary>Because &quot;{1}&quot;.</secondary>
 </error>

 <error id="no-delete-spethal-folder" type="error">
  <primary>Cannot delete system folder &quot;{0}&quot;.</primary>
  <secondary>System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</secondary>
 </error>

 <error id="no-rename-spethal-folder" type="error">
  <primary>Cannot rename or move system folder &quot;{0}&quot;.</primary>
  <secondary>System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</secondary>
 </error>

 <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL">
  <title>Delete &quot;{0}&quot;?</title>
  <primary>Really delete folder &quot;{0}&quot; and all of its subfolders?</primary>
  <secondary>If you delete the folder, all of its contents and its subfolders contents will be deleted permanently.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="no-rename-folder-exists" type="error">
  <primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>A folder named &quot;{1}&quot; already exists. Please use a different name.</secondary>
 </error>

 <error id="no-rename-folder" type="error">
  <primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Because &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-move-folder-nostore" type="error">
  <primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open source &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-move-folder-to-nostore" type="error">
  <primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open target &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-copy-folder-nostore" type="error">
  <primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open source &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-copy-folder-to-nostore" type="error">
  <primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open target &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-create-folder-nostore" type="error">
  <primary>Cannot create folder &quot;{0}&quot;.</primary>
  <secondary>Cannot open source &quot;{1}&quot;</secondary>
 </error>

 <error id="account-incomplete" type="error">
  <primary>Cannot save changes to account.</primary>
  <secondary>You have not filled in all of the required information.</secondary>
 </error>

 <error id="account-notunique" type="error">
  <primary>Cannot save changes to account.</primary>
  <secondary>You may not create two accounts with the same name.</secondary>
 </error>

 <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true">
  <title>Delete account?</title>
  <primary>Are you sure you want to delete this account?</primary>
  <secondary>If you proceed, the account information will be deleted permanently.</secondary>
  <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  <button stock="gtk-no" label="Don't delete" response="GTK_RESPONSE_NO"/>
 </error>

 <error id="no-save-signature" type="error">
  <primary>Could not save signature file.</primary>
  <secondary>Because &quot;{0}&quot;.</secondary>
 </error>

 <error id="signature-notscript" type="error">
  <primary>Cannot set signature script &quot;{0}&quot;.</primary>
  <secondary>The script file must exist and be executable.</secondary>
 </error>

 <error id="ask-signature-changed" type="question" default="GTK_RESPONSE_YES">
  <title>Discard changed?</title>
  <primary>Do you wish to save your changes?</primary>
  <secondary>This signature has been changed, but has not been saved.</secondary>
  <button label="_Discard changes" response="GTK_RESPONSE_NO"/>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-save" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="vfolder-notexist" type="error">
  <primary>Cannot edit vFolder &quot;{0}&quot; as it does not exist.</primary>
  <secondary>This folder may have been added implictly, go to the virtual folder editor to add it explictly, if required.</secondary>
 </error>

 <error id="vfolder-notunique" type="error">
  <primary>Cannot add vFolder &quot;{0}&quot;.</primary>
  <secondary>A folder named &quot;{1}&quot; already exists. Please use a different name.</secondary>
 </error>

 <error id="vfolder-updated" type="info">
  <primary>vFolders automatically updated.</primary>
  <secondary>The following vFolder(s):
{0}
Used the now removed folder:
    &quot;{1}&quot;
And have been updated.</secondary>
 </error>

 <error id="filter-updated" type="info">
  <primary>Mail filters automatically updated.</primary>
  <secondary>The following filter rule(s):
{0}
Used the now removed folder:
    &quot;{1}&quot;
And have been updated.</secondary>
 </error>

 <error id="ask-migrate-existing" type="question" default="GTK_RESPONSE_CANCEL">
  <primary>Problem migrating old mail folder &quot;{0}&quot;.</primary>
  <secondary>A non-empty folder at &quot;{1}&quot; already exists.

You can choose to ignore this folder, overwrite or append its contents, or quit.
</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="Ignore" response="GTK_RESPONSE_REJECT"/>
  <button stock="gtk-delete" label="_Overwrite" response="GTK_RESPONSE_ACCEPT"/>
  <button label="_Append" response="GTK_RESPONSE_OK"/>
 </error>

</error-list>