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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <error-list domain="addressbook">
  3.  
  4.  <error type="error" modal="true" id="ldap-init">
  5.   <primary>This addressbook could not be opened.</primary>
  6.   <secondary>This addressbook server might be unreachable or the server name may be misspelled or your network connection could be down.</secondary>
  7.  </error>
  8.  
  9.  <error type="error" modal="true" id="ldap-auth">
  10.   <primary>Failed to authenticate with LDAP server.</primary>
  11.   <secondary>Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on.</secondary>
  12.  </error>
  13.  
  14.  <error type="error" modal="true" id="ldap-search-base">
  15.   <primary>This addressbook server does not have any suggested search bases.</primary>
  16.   <secondary>This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases.</secondary>
  17.  </error>
  18.  
  19.  <error type="error" modal="true" id="ldap-v3-schema">
  20.   <primary>This server does not support LDAPv3 schema information.</primary>
  21.  </error>
  22.  
  23.  <error type="error" modal="true" id="ldap-get-schema">
  24.   <primary>Could not get schema information for LDAP server.</primary>
  25.  </error>
  26.  
  27.  <error type="error" modal="true" id="ldap-invalid-schema">
  28.   <primary>LDAP server did not respond with valid schema information.</primary>
  29.  </error>
  30.  
  31.  <error type="error" modal="true" id="remove-addressbook">
  32.   <primary>Could not remove addressbook.</primary>
  33.  </error>
  34.  
  35.  <error type="question" modal="true" id="ask-delete-addressbook" default="GTK_RESPONSE_CANCEL">
  36.   <primary>Delete address book '{0}'?</primary>
  37.   <secondary>This address book will be removed permanently.</secondary>
  38.   <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  39.   <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  40.  </error>
  41.  
  42.  <error type="error" id="edit-categories">
  43.   <primary>Category editor not available.</primary>
  44.  </error>
  45.  
  46.  <error type="error" id="generic-error">
  47.  
  48.   <primary>{0}</primary>
  49.   
  50.   <secondary>{1}</secondary>
  51.  </error>
  52.  
  53.  <error type="error" id="load-error">
  54.   <title>Unable to open addressbook</title>
  55.   <primary>Error loading addressbook.</primary>
  56.   
  57.   <secondary>{0}</secondary>
  58.  </error>
  59.  
  60.  <error type="error" id="search-error">
  61.   <primary>Unable to perform search.</primary>
  62.   
  63.   <secondary>{0}</secondary>
  64.  </error>
  65.  
  66.  <error type="question" id="prompt-save" default="GTK_RESPONSE_YES">
  67.   <primary>Would you like to save your changes?</primary>
  68.   <secondary>You have made modifications to this contact. Do you want to save these changes?</secondary>
  69.   <button response="GTK_RESPONSE_NO" label="_Discard"></button>
  70.   <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  71.   <button stock="gtk-save" response="GTK_RESPONSE_YES"/>
  72.  </error>
  73.  
  74.  <error type="question" id="prompt-move" default="GTK_RESPONSE_NO">
  75.   <primary>Cannot move contact.</primary>
  76.   <secondary>You are attempting to move a contact from one addressbook to another but it cannot be removed from the source. Do you want to save a copy instead?</secondary>
  77.   <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
  78.   <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  79.  </error>
  80.  
  81.  <error type="question" id="prompt-resize" default="GTK_RESPONSE_YES">
  82.   <primary>The image you have selected is large. Do you want to resize and store it?</primary>
  83.   <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
  84.   <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  85.  </error>
  86.  
  87.  <error type="error" id="save-error">
  88.   <primary>Unable to save {0}.</primary>
  89.   <secondary>Error saving {0} to {1}: {2}</secondary>
  90.  </error>
  91.  
  92.  <error type="error" id="backend-died">
  93.   <primary>The Evolution addressbook has quit unexpectedly.</primary>
  94.   <secondary>Your contacts for {0} will not be available until Evolution is restarted.</secondary>
  95.  </error>
  96.  
  97.  <error type="question" id="ask-list-add-exists" default="GTK_RESPONSE_NO">
  98.   <primary>Address '{0}' already exists.</primary>
  99.   <secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</secondary>
  100.   <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  101.   <button stock="gtk-ok" response="GTK_RESPONSE_YES" label="_Add"></button>
  102.  </error>
  103.  
  104.  <error type="warning" id="server-version">
  105.   <title>Server Version</title> 
  106.   <primary>Some features may not work properly with your current server</primary> 
  107.   <secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version</secondary>
  108.  </error>
  109.  
  110.  <error type="warning" id="gw-book-list-init">
  111.   <primary>GroupWise Address book creation:</primary> 
  112.   <secondary>Currently you can access only GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once, to get your GroupWise Frequent Contacts and Groupwise Personal Contacts folders.</secondary>
  113.  </error>
  114.  
  115.  <error type="warning" id="contact-delete-error-perm">
  116.   <primary>Failed to delete contact</primary> 
  117.   <secondary>Permission Denied.</secondary>
  118.  </error>
  119.  
  120. </error-list>