~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to data/tomboy.schemas.in

Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    </schema>
33
33
 
34
34
    <schema>
 
35
      <key>/schemas/apps/tomboy/enable_bulleted_lists</key>
 
36
      <applyto>/apps/tomboy/enable_bulleted_lists</applyto>
 
37
      <owner>tomboy</owner>
 
38
      <type>bool</type>
 
39
      <default>true</default>
 
40
      <locale name="C">
 
41
         <short>Enable Auto bulleted lists.</short>
 
42
         <long>
 
43
         Enable this option if you want bulleted lists to be automatic when you place - or * at the beginning of a line.
 
44
         </long>
 
45
      </locale>
 
46
    </schema>
 
47
 
 
48
    <schema>
 
49
      <key>/schemas/apps/tomboy/enable_icon_paste</key>
 
50
      <applyto>/apps/tomboy/enable_icon_paste</applyto>
 
51
      <owner>tomboy</owner>
 
52
      <type>bool</type>
 
53
      <default>false</default>
 
54
      <locale name="C">
 
55
         <short>Enable Middle-Click Paste On Icon.</short>
 
56
         <long>
 
57
         Enable this option if you want to be able to middle-click the Tomboy icon to paste timestamped content into the Start Here note.
 
58
         </long>
 
59
      </locale>
 
60
    </schema>
 
61
 
 
62
    <schema>
35
63
      <key>/schemas/apps/tomboy/enable_custom_font</key>
36
64
      <applyto>/apps/tomboy/enable_custom_font</applyto>
37
65
      <owner>tomboy</owner>
364
392
    </schema>
365
393
 
366
394
    <schema>
 
395
      <key>/schemas/apps/tomboy/insert_timestamp/format</key>
 
396
      <applyto>/apps/tomboy/insert_timestamp/format</applyto>
 
397
      <owner>tomboy</owner>
 
398
      <type>string</type>
 
399
      <default>dddd, MMMM d, h:mm tt</default>
 
400
      <locale name="C">
 
401
         <short>Timestamp format</short>
 
402
         <long>
 
403
           The date format that is used for the timestamp.
 
404
         </long>
 
405
      </locale>
 
406
    </schema>
 
407
 
 
408
    <schema>
 
409
      <key>/schemas/apps/tomboy/enable_close_note_on_escape</key>
 
410
      <applyto>/apps/tomboy/enable_close_note_on_escape</applyto>
 
411
      <owner>tomboy</owner>
 
412
      <type>bool</type>
 
413
      <default>true</default>
 
414
      <locale name="C">
 
415
         <short>Enable closing notes with escape.</short>
 
416
         <long>
 
417
           If enabled, an opened note can be closed by hitting the escape key.
 
418
         </long>
 
419
      </locale>
 
420
    </schema>
 
421
 
 
422
    <schema>
367
423
      <key>/schemas/desktop/gnome/url-handlers/note/command</key>
368
424
      <applyto>/desktop/gnome/url-handlers/note/command</applyto>
369
425
      <owner>tomboy</owner>