ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/user_strings.cpp
(Generate patch)

Comparing BasiliskII/src/user_strings.cpp (file contents):
Revision 1.11 by cebix, 2002-01-15T14:58:32Z vs.
Revision 1.14 by gbeauche, 2005-01-30T21:42:13Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Common localizable strings
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 201 | Line 201 | user_string_def common_strings[] = {
201          {STR_CPU_68040_LAB, "68040"},
202          {STR_ROM_FILE_CTRL, "ROM File"},
203  
204 +        {STR_JIT_PANE_TITLE, "JIT Compiler"},
205 +        {STR_JIT_CTRL, "Enable JIT Compiler"},
206 +        {STR_JIT_FPU_CTRL, "Compile FPU Instructions"},
207 +        {STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size"},
208 +        {STR_JIT_CACHE_SIZE_2MB_LAB, "2048"},
209 +        {STR_JIT_CACHE_SIZE_4MB_LAB, "4096"},
210 +        {STR_JIT_CACHE_SIZE_8MB_LAB, "8192"},
211 +        {STR_JIT_CACHE_SIZE_16MB_LAB, "16384"},
212 +        {STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"},
213 +
214          {STR_WINDOW_TITLE, "Basilisk II"},
215          {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},
216          {STR_WINDOW_MENU, "Basilisk II"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines