http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / starwars.xml
index bd5407c907075bc8a36a14206341c786300e7d68..c32a07252a36e5155b888118de39f82c92baaad1 100644 (file)
@@ -7,53 +7,53 @@
   <hgroup>
    <vgroup>
     <number id="delay" type="slider" arg="-delay %"
-            _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-            low="0" high="80000" default="40000"
+            _low-label="  Frame rate      Low" _high-label="High"
+            low="0" high="100000" default="40000"
             convert="invert"/>
     <number id="steps" type="slider" arg="-steps %"
-            _label="Scroll Speed" _low-label="Slow" _high-label="Fast"
+            _low-label="Scroll speed     Slow" _high-label="Fast"
             low="1" high="100" default="35"
             convert="invert"/>
     <number id="spin" type="slider" arg="-spin %"
-            _label="Star Rotation Speed" _low-label="Slow" _high-label="Fast"
+            _low-label=" Stars speed     Slow" _high-label="Fast"
             low="0.0" high="0.2" default="0.03"/>
-    <number id="lines" type="spinbutton" arg="-lines %"
-             _label="Text Lines" low="4" high="1000" default="125"/>
+
+    <xscreensaver-text />
    </vgroup>
 
    <vgroup>
     <select id="align">
-      <option id="left"   _label="Flush Left Text"  arg-set="-alignment left"/>
-      <option id="center" _label="Centered Text"/>
-      <option id="right"  _label="Flush Right Text" arg-set="-alignment right"/>
+      <option id="left"   _label="Flush left text"  arg-set="-alignment left"/>
+      <option id="center" _label="Centered text"/>
+      <option id="right"  _label="Flush right text" arg-set="-alignment right"/>
     </select>
 
-    <boolean id="wrap"   _label="Wrap Long Lines" arg-unset="-no-wrap"/>
-   <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-textures"/>
-    <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
+    <boolean id="wrap"   _label="Wrap long lines" arg-unset="-no-wrap"/>
+   <boolean id="texture" _label="Texture-mapped font" arg-unset="-no-textures"/>
+    <boolean id="smooth" _label="Anti-aliased lines" arg-unset="-no-smooth"/>
     <hgroup>
-     <boolean id="thick"  _label="Thick Lines"        arg-unset="-no-thick"/>
-     <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
+     <boolean id="thick"  _label="Thick lines"        arg-unset="-no-thick"/>
+     <boolean id="fade"   _label="Fade out"           arg-unset="-no-fade"/>
     </hgroup>
-    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
-
-   </vgroup>
-  </hgroup>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-  <hgroup>
+    <number id="lines" type="spinbutton" arg="-lines %"
+              _label="Text lines" low="4" high="1000" default="125"/>
     <number id="size" type="spinbutton" arg="-size %"
-             _label="Font Point Size" low="-1" high="10" default="-1"/>
+             _label="Font point size" low="-1" high="10" default="-1"/>
     <number id="columns" type="spinbutton" arg="-columns %"
-             _label="or, Text Columns" low="-1" high="200" default="-1"/>
-  </hgroup>
+             _label="or, Text columns" low="-1" high="200" default="-1"/>
 
-  <xscreensaver-text />
+   </vgroup>
+  </hgroup>
 
   <_description>
 Draws a stream of text slowly scrolling into the distance at an
 angle, over a star field, like at the beginning of the movie of the
 same name.  
 
+http://en.wikipedia.org/wiki/Star_Wars_opening_crawl
+
 Written by Jamie Zawinski and Claudio Matauoka; 2001.
   </_description>
 </screensaver>