2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #529855 * org-gnome-shared-folder.errors.xml: (recurrence): Use proper label element name, these are localized by default. svn path=/trunk/; revision=35414
28 lines
820 B
XML
28 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="org.gnome.evolution.mail_shared_folder">
|
|
|
|
<error id="invalid-user" type="error">
|
|
<_primary>Invalid user</_primary>
|
|
<_secondary>
|
|
You cannot share folder with specified user "{0}"
|
|
</_secondary>
|
|
</error>
|
|
|
|
<error id="no-user" type="error">
|
|
<_primary>Specify User</_primary>
|
|
<_secondary>
|
|
You have to specify a user name whom you want to add to the list
|
|
</_secondary>
|
|
</error>
|
|
|
|
<error id="recurrence" type="question" default="GTK_RESPONSE_YES">
|
|
<_primary>This is a recurring meeting</_primary>
|
|
<_secondary>What would you like to {0}?</_secondary>
|
|
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
|
|
<button label="This instance" response="GTK_RESPONSE_NO"/>
|
|
<button label="All instances" response="GTK_RESPONSE_YES"/>
|
|
</error>
|
|
|
|
</error-list>
|
|
|