aboutsummaryrefslogtreecommitdiffstats
path: root/shell/shell.error.xml
blob: 603d5ed95553652f3af5a44c009c8c35c481ec78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="shell">

 <error id="importing" type="info">
    <_title>Importing...</_title>
    <secondary>{0}</secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="upgrade-nospace" type="error">
  <_primary>Insufficient disk space for upgrade.</_primary>
  <_secondary xml:space="preserve">Upgrading your data and settings will require up to {0} of disk space, but you only have {1} available.

You will need to make more space available in your home directory before you can continue.</_secondary>
  <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="upgrade-failed" type="error">
  <_primary>Upgrade from previous version failed:</_primary>
  <_secondary xml:space="preserve">{0}

If you choose to continue, you may not have access to some of your old data.
</_secondary>
  <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" _label="Continue" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL">
  <_title>Delete old data from version {0}?</_title>
  <_primary>Delete old data from version {0}?</_primary>
  <_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location.

If you choose to remove this data, the entire contents of the &quot;evolution&quot; directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of &quot;evolution&quot; at your convenience.
</_secondary>
  <button _label="_Remind Me Later" response="GTK_RESPONSE_CANCEL"/>
  <button _label="_Keep Data" response="GTK_RESPONSE_ACCEPT"/>
  <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="upgrade-remove-1-4-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
  <_title>Really delete old data?</_title>
  <_primary>Really delete old data?</_primary>
  <_secondary xml:space="preserve">The entire contents of the &quot;evolution&quot; directory are about to be permanently removed.

It is suggested you manually verify that all of your mail, contact, and calendar data is present, and that this version of Evolution operates correctly before deleting this old data.

Once deleted, you cannot downgrade to the previous version of Evolution without manual intervention.
</_secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="forget-passwords" type="question" default="GTK_RESPONSE_CANCEL">
  <_primary>Are you sure you want to forget all remembered passwords?</_primary>
  <_secondary xml:space="preserve">Forgetting your passwords will clear all remembered passwords. You will be reprompted next time they are needed.</_secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button _label="_Forget" response="GTK_RESPONSE_OK"/>
 </error>
 
</error-list>