~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/user_strings.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        {STR_UDPPORT_CTRL, "UDP Port Number"},
189
189
 
190
190
        {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"},
 
191
        {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"},
 
192
        {STR_RAMSIZE_2MB_LAB, "2"},
 
193
        {STR_RAMSIZE_4MB_LAB, "4"},
 
194
        {STR_RAMSIZE_8MB_LAB, "8"},
 
195
        {STR_RAMSIZE_16MB_LAB, "16"},
 
196
        {STR_RAMSIZE_32MB_LAB, "32"},
 
197
        {STR_RAMSIZE_64MB_LAB, "64"},
 
198
        {STR_RAMSIZE_128MB_LAB, "128"},
 
199
        {STR_RAMSIZE_256MB_LAB, "256"},
 
200
        {STR_RAMSIZE_512MB_LAB, "512"},
 
201
        {STR_RAMSIZE_1024MB_LAB, "1024"},
191
202
        {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
192
203
        {STR_RAMSIZE_FMT, "%ld MB"},
193
204
        {STR_MODELID_CTRL, "Mac Model ID"},
200
211
        {STR_CPU_68030_FPU_LAB, "68030 with FPU"},
201
212
        {STR_CPU_68040_LAB, "68040"},
202
213
        {STR_ROM_FILE_CTRL, "ROM File"},
 
214
        {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"},
203
215
 
204
216
        {STR_JIT_PANE_TITLE, "JIT Compiler"},
205
217
        {STR_JIT_CTRL, "Enable JIT Compiler"},
206
218
        {STR_JIT_FPU_CTRL, "Compile FPU Instructions"},
207
 
        {STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size"},
 
219
        {STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size (KB)"},
208
220
        {STR_JIT_CACHE_SIZE_2MB_LAB, "2048"},
209
221
        {STR_JIT_CACHE_SIZE_4MB_LAB, "4096"},
210
222
        {STR_JIT_CACHE_SIZE_8MB_LAB, "8192"},