patches/gnome-applets-10-g11n-schemas.diff
changeset 2218 ccba05a46939
parent 2217 0c2e1773749d
child 2219 4d5e5ccf8d7a
equal deleted inserted replaced
2217:0c2e1773749d 2218:ccba05a46939
     1 diff -urN gnome-applets-2.5.6-orig/gswitchit/gswitchit.schemas.in gnome-applets-2.5.6/gswitchit/gswitchit.schemas.in
       
     2 --- gnome-applets-2.5.6-orig/gswitchit/gswitchit.schemas.in	1970-01-01 09:00:00.000000000 +0900
       
     3 +++ gnome-applets-2.5.6/gswitchit/gswitchit.schemas.in	2004-03-16 08:54:39.000000000 +0900
       
     4 @@ -0,0 +1,100 @@
       
     5 +<gconfschemafile>
       
     6 +  <schemalist>
       
     7 +    <schema>
       
     8 +      <key>/schemas/apps/gswitchit/Applet/secondary</key>
       
     9 +      <applyto>/apps/gswitchit/Applet/secondary</applyto>
       
    10 +      <owner>gswitchit</owner>    
       
    11 +      <type>int</type>
       
    12 +      <default>0</default>
       
    13 +      <locale name="C">
       
    14 +         <short>Secondary groups</short>
       
    15 +         <long>Secondary groups</long>
       
    16 +      </locale>
       
    17 +    </schema>
       
    18 +     
       
    19 +    <schema>
       
    20 +      <key>/schemas/apps/gswitchit/Applet/debugLevel</key>
       
    21 +      <applyto>/apps/gswitchit/Applet/debugLevel</applyto>
       
    22 +      <owner>gswitchit</owner>
       
    23 +      <type>int</type>
       
    24 +      <default>0</default>
       
    25 +      <locale name="C">
       
    26 +         <short>Debug level</short>
       
    27 +         <long>Debug level</long>
       
    28 +      </locale>
       
    29 +    </schema>
       
    30 +
       
    31 +    <schema>
       
    32 +      <key>/schemas/apps/gswitchit/Applet/beep</key>
       
    33 +      <applyto>/apps/gswitchit/Applet/beep</applyto>
       
    34 +      <owner>gswitchit</owner>    
       
    35 +      <type>bool</type>
       
    36 +      <default>false</default>
       
    37 +      <locale name="C">
       
    38 +        <short>Beep on group switch</short>
       
    39 +        <long>Beep on group switch</long>
       
    40 +      </locale>
       
    41 +    </schema>
       
    42 +
       
    43 +    <schema>
       
    44 +      <key>/schemas/apps/gswitchit/Applet/groupPerWindow</key>
       
    45 +      <applyto>/apps/gswitchit/Applet/groupPerWindow</applyto>
       
    46 +      <owner>gswitchit</owner>    
       
    47 +      <type>bool</type>
       
    48 +      <default>true</default>
       
    49 +      <locale name="C">
       
    50 +        <short>Keep and manage separate group per window</short>
       
    51 +        <long>Keep and manage separate group per window</long>
       
    52 +      </locale>
       
    53 +    </schema>
       
    54 +
       
    55 +    <schema>
       
    56 +      <key>/schemas/apps/gswitchit/Applet/handleIndicators</key>
       
    57 +      <applyto>/apps/gswitchit/Applet/handleIndicators</applyto>
       
    58 +      <owner>gswitchit</owner>    
       
    59 +      <type>bool</type>
       
    60 +      <default>false</default>
       
    61 +      <locale name="C">
       
    62 +        <short>Save/restore indicators together with layout groups</short>
       
    63 +        <long>Save/restore indicators together with layout groups</long>
       
    64 +      </locale>
       
    65 +    </schema>
       
    66 +
       
    67 +    <schema>
       
    68 +      <key>/schemas/apps/gswitchit/Applet/layoutNamesAsGroupNames</key>
       
    69 +      <applyto>/apps/gswitchit/Applet/layoutNamesAsGroupNames</applyto>
       
    70 +      <owner>gswitchit</owner>    
       
    71 +      <type>bool</type>
       
    72 +      <default>true</default>
       
    73 +      <locale name="C">
       
    74 +        <short>Show layout names instead of group names</short>
       
    75 +        <long>Show layout names instead of group names (only for versions of XFree supporting multiple layouts)</long>
       
    76 +      </locale>
       
    77 +    </schema>
       
    78 +    
       
    79 +    <schema>
       
    80 +      <key>/schemas/apps/gswitchit/Applet/showFlags</key>
       
    81 +      <applyto>/apps/gswitchit/Applet/showFlags</applyto>
       
    82 +      <owner>gswitchit</owner>    
       
    83 +      <type>bool</type>
       
    84 +      <default>false</default>
       
    85 +      <locale name="C">
       
    86 +        <short>Show flags in the applet</short>
       
    87 +        <long>Show flags in the applet to indicate the current layout</long>
       
    88 +      </locale>
       
    89 +    </schema>
       
    90 +
       
    91 +    <schema>
       
    92 +      <key>/schemas/apps/gswitchit/Applet/defaultGroup</key>
       
    93 +      <applyto>/apps/gswitchit/Applet/defaultGroup</applyto>
       
    94 +      <owner>gswitchit</owner>    
       
    95 +      <type>int</type>
       
    96 +      <default>-1</default>
       
    97 +      <locale name="C">
       
    98 +        <short>Default group, assigned on window creation</short>
       
    99 +        <long>Default group, assigned on window creation</long>
       
   100 +      </locale>
       
   101 +    </schema>
       
   102 +
       
   103 +  </schemalist>
       
   104 +</gconfschemafile>