~ubuntu-branches/ubuntu/intrepid/gconf/intrepid

« back to all changes in this revision

Viewing changes to examples/basic-gconf-app.schemas

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-01-21 19:19:54 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080121191954-7964ohytb3xa4esb
Tags: 2.21.2-0ubuntu1
* New upstream version:
  Misc
  - Build fixes. (LP: #184607)
  - Various cleanups    

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
      <owner>basic-gconf-app</owner>
22
22
      <type>string</type>
23
23
      <locale name="C">
24
 
        <default>Blah blah blurgh</default>
 
24
        <default>default value</default>
25
25
        <short>short description in C locale</short>
26
 
        <long>long description of foo and bar in C locale</long>
 
26
        <long>Long description of foo and bar in C locale.</long>
27
27
      </locale>
28
 
      <locale name="no">
29
 
        <default>some thing in norwegian</default>
30
 
        <short>short description in Norway</short>
31
 
        <long>Long description in Norway. long long long. this is a long sentence.</long>
 
28
      <locale name="nb">
 
29
        <short>Short description in Norwegian</short>
 
30
        <long>Long description in Norwegian. Long long long. This is a long sentence.</long>
32
31
      </locale>
33
32
    </schema>
34
33
      <schema>
37
36
      <owner>basic-gconf-app</owner>
38
37
      <type>string</type>
39
38
      <locale name="C">
40
 
        <default>Zzzzzzzzzz</default>
41
 
        <short>short description in C locale</short>
42
 
        <long>long description of baz in C locale</long>
 
39
        <default>default value</default>
 
40
        <short>Short description in C locale</short>
 
41
        <long>Long description of baz in C locale.</long>
43
42
      </locale>
44
 
      <locale name="no">
45
 
        <default>some thing in norwegian</default>
46
 
        <short>short description in Norway</short>
47
 
        <long>Long description in Norway. long long long. this is a long sentence.</long>
 
43
      <locale name="nb">
 
44
        <short>Short description in Norwegian</short>
 
45
        <long>Long description in Norwegian. Long long long. This is a long sentence.</long>
48
46
      </locale>
49
47
    </schema>
50
48
      <schema>
53
51
      <owner>basic-gconf-app</owner>
54
52
      <type>string</type>
55
53
      <locale name="C">
56
 
        <default>bllllllaaaaaaaaaaaaaaaaarrrrrrggggggghhhhh</default>
57
 
        <short>short description in C locale</short>
58
 
        <long>long description of blah in C locale</long>
 
54
        <default>default value</default>
 
55
        <short>Short description in C locale</short>
 
56
        <long>Long description of blah in C locale.</long>
59
57
      </locale>
60
58
      <locale name="no">
61
 
        <default>some thing in norwegian</default>
62
 
        <short>short description in Norway</short>
63
 
        <long>Long description in Norway. long long long. this is a long sentence.</long>
 
59
        <short>Short description in Norwegian</short>
 
60
        <long>Long description in Norwegian. Long long long. This is a long sentence.</long>
64
61
      </locale>
65
62
    </schema>
66
63
  </schemalist>
67
64
  
68
65
</gconfschemafile>
69
66
 
70
 
 
71
 
 
72