diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-12-02 04:13:26 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-12-02 04:13:26 +0800 |
commit | 89e3e024d71ee3fd64c9d8eb5d49965a6ed863d4 (patch) | |
tree | a466e60e5a8584bb2f49f9890694f74188049172 /mail/evolution-mail.schemas.in | |
parent | 932c26e897c1cc76aa41a7f51634cc485af54655 (diff) | |
download | gsoc2013-evolution-89e3e024d71ee3fd64c9d8eb5d49965a6ed863d4.tar.gz gsoc2013-evolution-89e3e024d71ee3fd64c9d8eb5d49965a6ed863d4.tar.zst gsoc2013-evolution-89e3e024d71ee3fd64c9d8eb5d49965a6ed863d4.zip |
Bug #621150 - Add the possibility to modify locale of the quoting messages
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index d0222a82e6..4af7680412 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -307,6 +307,45 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/message_attribution</key> + <applyto>/apps/evolution/mail/composer/message_attribution</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Attribute message.</short> + <long>The text that is inserted when replying to a message, + attributing the message to the original author.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/composer/message_forward</key> + <applyto>/apps/evolution/mail/composer/message_forward</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Forward message.</short> + <long>The text that is inserted when forwarding a message, + saying that the forwarded message follows.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/composer/message_original</key> + <applyto>/apps/evolution/mail/composer/message_original</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Original message.</short> + <long>The text that is inserted when replying to a message (top + posting), saying that the original message follows.</long> + </locale> + </schema> + <!-- Display Settings --> <schema> |