diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:11:11 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:11:11 +0800 |
commit | 7b882d7d9fb3be955bda415388e95820b92422b6 (patch) | |
tree | 1f153ac4448d18c2a41fe50833ed65155e6bfcfc /addressbook/addressbook.error.xml | |
parent | 68400be65ee2da2a7bcad35f306ba2846936e826 (diff) | |
download | gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.gz gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.zst gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.zip |
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com>
* moved e-error to e-util
* Makefile.am: renamed error xml file & u18n stuff.
svn path=/trunk/; revision=29361
Diffstat (limited to 'addressbook/addressbook.error.xml')
-rw-r--r-- | addressbook/addressbook.error.xml | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml new file mode 100644 index 0000000000..523d420ce3 --- /dev/null +++ b/addressbook/addressbook.error.xml @@ -0,0 +1,100 @@ +<?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 be 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 {0}.</_primary> + <_secondary>Error saving {0} to {1}: {2}</_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 id="server-version" type="warning"> + <_title>Server Version</_title> + <_primary>Some features may not work properly with your current server</_primary> + <_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> + </error> + +</error-list> |