Subversion Repositories jumper

Rev

Rev 8 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 21
Line 44... Line 44...
44
  JNL_FILE = JNL_PATH + '%s' + JNL_EXT;
44
  JNL_FILE = JNL_PATH + '%s' + JNL_EXT;
45
  JNL_SEP = '|';
45
  JNL_SEP = '|';
46
  JNL_ENTRY = '%s' + JNL_SEP + '%s' + JNL_SEP + '%d' + JNL_SEP + '%d' + JNL_SEP + '%d' + JNL_SEP + '%d';
46
  JNL_ENTRY = '%s' + JNL_SEP + '%s' + JNL_SEP + '%d' + JNL_SEP + '%d' + JNL_SEP + '%d' + JNL_SEP + '%d';
47
 
47
 
48
resourcestring
48
resourcestring
49
  LNG_SAVED = 'History successfully saved!';
-
 
50
  LNG_STONES_REMOVED = '%d of %d stones removed';
-
 
51
  LNG_POINTS = 'Score: %d';
49
  LNG_POINTS = 'Score: %d';
52
  LNG_TIME = 'Time: %s';
50
  LNG_TIME = 'Time: %s';
53
  LNG_LVL_INVALID_NO_JUMP = 'Warning! The level is not playable. There are no jumps possible.';
-
 
54
  LNG_JUMP_LOG = '%d [%d, %d] -> %d [%d, %d];';
-
 
55
  LNG_COULD_NOT_CREATE_DIR = 'Warning: Could not create directory "%s".';
51
  LNG_COULD_NOT_CREATE_DIR = 'Warning: Could not create directory "%s".';
56
  LNG_SCORE = 'Score: %d';
-
 
57
  LNG_REMAINING = 'Remaining stones: %d (%f%%)';
-
 
58
  LNG_TIME_SECONDS = 'Time: %d seconds';
-
 
59
  LNG_POINTS_PER_MINUTE = '%d points per minute';
-
 
60
  LNG_ENTER_NAME = 'Please enter your name to get added to the high score lists.';
-
 
61
  LNG_GOAL_RED = 'Red stone in target field (%d points)';
-
 
62
  LNG_GOAL_YELLOW = 'Yellow stone in target field (%d points)';
-
 
63
  LNG_GOAL_GREEN = 'Green stone in target field (%d points)';
-
 
64
  LNG_GOAL_MISSED = 'No stone in target field (%d points)';
-
 
65
 
52
 
66
implementation
53
implementation
67
 
54
 
68
end.
55
end.