From f22010ec02ae596611abf140b32f3871b41f71a0 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Sat, 1 Feb 2003 13:32:37 +0000 Subject: [PATCH] reword a few schemas. --- ChangeLog | 4 ++ gtetrinet.schemas.in | 103 ++++++++++++++++++------------------------- 2 files changed, 48 insertions(+), 59 deletions(-) diff --git a/ChangeLog b/ChangeLog index aeb9a88..398075d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-01 Jordi Mallach + + * gtetrinet.schemas.in: reword a few schemas. + 2003-02-01 Dani Carbonell * gtetrinet.schemas.in: first version of the .schemas file. diff --git a/gtetrinet.schemas.in b/gtetrinet.schemas.in index d279b32..92da003 100644 --- a/gtetrinet.schemas.in +++ b/gtetrinet.schemas.in @@ -1,109 +1,94 @@ - + /schemas/apps/gtetrinet/themes/theme_dir /apps/gtetrinet/themes/theme_dir gtetrinet string - + - Theme directory, should end with a '/' - This is the current theme directory. It should contain a readable + Theme directory, should end with a '/'. + The current theme directory. It should contain a readable "blocks.png" and a "theme.cfg". - - + + /schemas/apps/gtetrinet/sound/midi_player /apps/gtetrinet/sound/midi_player gtetrinet string while true; do playmidi $MIDIFILE; done - + - Command to run then a midi file is to be played. + Command to run to play midi files. This command is run when a midi file is to be played. The name of the midi file is placed in the environment variable MIDIFILE. - - + + /schemas/apps/gtetrinet/sound/enable_sound /apps/gtetrinet/sound/enable_sound gtetrinet bool 0 - + - Check this if you want sound. - If you want sound, check this option. Keep in mind that the theme + Enable/disable sound. + Enables/Disables sound. Keep in mind that the theme that you're using must provide sounds. - - + + /schemas/apps/gtetrinet/sound/enable_midi /apps/gtetrinet/sound/enable_midi gtetrinet bool 0 - + - Check if you want midi music. - If you want midi music, check this option. You'll need to enable + Enable/disable midi music. + Enables/disables midi music. You'll need to enable sound if you want music to work. - - - - /schemas/apps/gtetrinet/sound/enable_midi - /apps/gtetrinet/sound/enable_midi - gtetrinet - bool - 0 - - - Check if you want midi music. - If you want midi music, check this option. You'll need to enable - sound if you want music to work :) - - - - + + /schemas/apps/gtetrinet/player/nickname /apps/gtetrinet/player/nickname gtetrinet string - + Your nickname. - This will be your nickname in the game. Choose it wisely. + This will be your nickname in the game. - - + + /schemas/apps/gtetrinet/player/server /apps/gtetrinet/player/server gtetrinet string tetrinet.org - + Server where you want to play. - This will be the server where GTetrinet will try to connect. + This is the server where GTetrinet will try to connect. - - + + /schemas/apps/gtetrinet/player/team /apps/gtetrinet/player/team @@ -113,35 +98,35 @@ Your team. - This will be the name of your team. Choose it wisely. + This will be the name of your team. - - + + /schemas/apps/gtetrinet/keys/right /apps/gtetrinet/keys/right gtetrinet int 65363 - + Key to move right. - If you press this key, the current piece will move to the right. This is case insensitive. + This key moves the block to the right. This is case insensitive. - - + + /schemas/apps/gtetrinet/keys/left /apps/gtetrinet/keys/left gtetrinet int 65361 - + Key to move left. - If you press this key, the current piece will move to the left. This is case insensitive. + This key moves the block to the left. This is case insensitive. @@ -155,7 +140,7 @@ Key to rotate clockwise. - If you press this key, the current piece will rotate clockwise. This is case insensitive. + This key rotates the block clockwise. This is case insensitive. @@ -169,7 +154,7 @@ Key to rotate counterclockwise. - If you press this key, the current piece will rotate counterclockwise. This is case insensitive. + This key rotates the block counterclockwise. This is case insensitive. @@ -183,7 +168,7 @@ Key to move down. - If you press this key, the current piece will move down. This is case insensitive. + This key moves the block down. This is case insensitive. @@ -197,7 +182,7 @@ Key to drop piece. - If you press this key, the current piece will drop to the ground. This is case insensitive. + This key drops the block to the ground. This is case insensitive. @@ -211,7 +196,7 @@ Key to discard special. - If you press this key, the current special will be discarded. This is case insensitive. + This key discards the current special. This is case insensitive. @@ -224,8 +209,8 @@ 116 - Key to open the message box. - If you press this key, the message box will be displayed. This is case insensitive. + Key to open the fields' message dialog. + This key displays the fields' message dialog. This is case insensitive. -- 2.50.1