blob: e5d84c67af91b10c8229c32110f8dc5b69c5dc03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.itip-formatter">
<error id="add-unknown-attendee" type="question">
<_primary>This response is not from a current attendee. Add the sender as an attendee?</_primary>
<button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
<button stock="gtk-no" response="GTK_RESPONSE_NO"/>
</error>
<error id="add-delegate" type="question">
<_primary>This meeting has been delegated</_primary>
<_secondary>'{0}' has delegated the meeting. Do you want to add the delegate '{1}'?</_secondary>
<button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
<button stock="gtk-no" response="GTK_RESPONSE_NO"/>
</error>
</error-list>
|