Files
evolution/addressbook/addressbook-errors.xml
Not Zed f745553229 convert to using EABPopup. (sources): remove dead code.
2004-10-01  Not Zed  <NotZed@Ximian.com>

        * gui/widgets/e-addressbook-view.c (do_popup_menu): convert to
        using EABPopup.
        (sources): remove dead code.
        (has_email_address_1, get_has_email_address): removed now
        redundant code.
        (save_as, send_as, send_to, print, copy, paste, cut, delete)
        (copy_to_folder, move_to_folder, new_card, new_list): new api.
        (free_popup_info): dead.
        (print_envelope): not pining.
        (get_contact_list): take a popup target instead, don't ref.
        (get_contact_list_1): not required no more.
        (contact_and_book_free): same.
        (delete): call eab_view_delete_selection.
        (eab_view_delete_selection): do the actual delete here.

        * gui/widgets/eab-popup.c (eab_popup_target_new_select): implement.

2004-10-01  Not Zed  <NotZed@Ximian.com>

        * gui/widgets/eab-popup.[ch]: addressbook popup driver.

        * gui/component/addressbook-view.c (delete_addressbook_cb): use
        e-error for the message prompt.  don't bother keeping it around,
        it can never be re-sensitised anyway.
        (book_removed): no longer destroy the original dialogue.

        * addressbook-errors.xml: add ask-delete for deleting
        addressbooks.

        * gui/component/addressbook-view.c (addressbook_view_init):
        connect to popup_event rather than fill_popup_menu now.
        (fill_popup_menu_callback): renamed to popup_event_callback,
        changed to use epopup.
        (add_popup_menu_item): remove, no longer needed.

svn path=/trunk/; revision=27466
2004-10-06 03:22:22 +00:00

94 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="addressbook">
<error id="ldap-init" type="error" modal="true">
<primary>This addressbook could not be opened.</primary>
<secondary>This addressbook server might unreachable or the server name may be misspelled or your network connection could be down.</secondary>
</error>
<error id="ldap-auth" type="error" modal="true">
<primary>Failed to authenticate with LDAP server.</primary>
<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>
</error>
<error id="ldap-search-base" type="error" modal="true">
<primary>This addressbook server does not have any suggested search bases.</primary>
<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>
</error>
<error id="ldap-v3-schema" type="error" modal="true">
<primary>This server does not support LDAPv3 schema information.</primary>
</error>
<error id="ldap-get-schema" type="error" modal="true">
<primary>Could not get schema information for LDAP server.</primary>
</error>
<error id="ldap-invalid-schema" type="error" modal="true">
<primary>LDAP server did not respond with valid schema information.</primary>
</error>
<error id="remove-addressbook" type="error" modal="true">
<primary>Could not remove addressbook.</primary>
</error>
<error id="ask-delete-addressbook" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
<primary>Delete address book '{0}'?</primary>
<secondary>This address book will be removed permanently.</secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="edit-categories" type="error">
<primary>Category editor not available.</primary>
</error>
<error id="generic-error" type="error">
<primary>{0}</primary>
<secondary>{1}</secondary>
</error>
<error id="load-error" type="error">
<title>Unable to open addressbook</title>
<primary>Error loading addressbook.</primary>
<secondary>{0}</secondary>
</error>
<error id="search-error" type="error">
<primary>Unable to perform search.</primary>
<secondary>{0}</secondary>
</error>
<error id="prompt-save" type="question" default="GTK_RESPONSE_YES">
<primary>Would you like to save your changes?</primary>
<secondary>You have made modifications to this contact. Do you want to save these changes?</secondary>
<button label="_Discard" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-save" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-move" type="question" default="GTK_RESPONSE_NO">
<primary>Cannot move contact.</primary>
<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>
<button stock="gtk-no" response="GTK_RESPONSE_NO"/>
<button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
</error>
<error id="save-error" type="error">
<primary>Unable to save contact(s).</primary>
<secondary>Error saving contacts to {0}: {1}</secondary>
</error>
<error id="backend-died" type="error">
<primary>The Evolution addressbook has quit unexpectedly.</primary>
<secondary>Your contacts for {0} will not be available until Evolution is restarted.</secondary>
</error>
<error id="ask-list-add-exists" type="question" default="GTK_RESPONSE_NO">
<primary>Address '{0}' already exists.</primary>
<secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-ok" label="_Add" response="GTK_RESPONSE_YES"/>
</error>
</error-list>