~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/config/juggle.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="juggle" _label="Juggle">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="count" type="slider" arg="-count %"
 
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="50" high="1000" default="200"
 
10
          convert="invert"/>
 
11
 
 
12
  <number id="cycles" type="slider" arg="-cycles %"
 
13
          _label="Performance Length" _low-label="Short" _high-label="Long"
 
14
          low="50" high="1000" default="1000"/>
 
15
 
 
16
  <number id="tail" type="slider" arg="-tail %"
 
17
          _label="Trail Length" _low-label="None" _high-label="Long"
 
18
          low="0" high="100" default="0"/>
 
19
 
 
20
  <boolean id="describe" _label="turn on/off pattern descriptions." arg-unset="-no-describe"/>
 
21
 
 
22
  <boolean id="balls" _label="turn on/off Balls." arg-unset="-no-balls"/>
 
23
  <boolean id="clubs" _label="turn on/off Clubs." arg-unset="-no-clubs"/>
 
24
  <boolean id="torches" _label="turn on/off Flaming Torches." arg-unset="-no-torches"/>
 
25
  <boolean id="knives" _label="turn on/off Knives." arg-unset="-no-knives"/>
 
26
  <boolean id="rings" _label="turn on/off Rings." arg-unset="-no-rings"/>
 
27
  <boolean id="bballs" _label="turn on/off Bowling Balls." arg-unset="-no-bballs"/>
 
28
 
 
29
  <string id="pattern" _label="Use Pattern " arg="-pattern %" />
 
30
 
 
31
  <_description>
 
32
Draws a juggling stick-man.  Written by Tim Auckland.
 
33
  </_description>
 
34
</screensaver>