mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Internationalized the Wizard class, Compare Disks Wizard, and Compile
File Wizard.
This commit is contained in:
parent
18b0d5f13e
commit
b1017674b2
@ -128,14 +128,9 @@ TargetColumnHeader = Target
|
||||
FilenameLabel=Filename:
|
||||
FiletypeLabel=Filetype:
|
||||
TypeColumnHeader = Type
|
||||
ChooseButton = Choose...
|
||||
RemoveButton = Remove
|
||||
EditButton=Edit...
|
||||
FileImportSettingsTitle=File Import Settings
|
||||
AddressLabel=Address:
|
||||
RawBinaryCheckbox=RAW binary?
|
||||
CancelButton=Cancel
|
||||
OkButton=OK
|
||||
|
||||
# ExportWizard
|
||||
ExportWizardTitle=Export Wizard
|
||||
@ -168,7 +163,6 @@ ExportFileAsGraphicsFile=Graphic file...
|
||||
|
||||
# ExportFileDestinationPane
|
||||
ExportFilePrompt=Please indicate the destination for the exported files:
|
||||
BrowseButton=Browse...
|
||||
ExportFileDirectoryPrompt=Please choose the directory to which exported files will be written
|
||||
|
||||
# AppleWorksWordProcessorPane
|
||||
@ -217,6 +211,15 @@ Unidos=UniDOS
|
||||
Ozdos=OzDOS
|
||||
Rdos=RDOS 2.1
|
||||
Cpm=CP/M
|
||||
BrowseButton=Browse...
|
||||
CancelButton=Cancel
|
||||
OkButton=OK
|
||||
ChooseButton = Choose...
|
||||
RemoveButton = Remove
|
||||
EditButton=Edit...
|
||||
BackButton=\< Back
|
||||
NextButton=Next \>
|
||||
FinishButton=Finish
|
||||
|
||||
# DiskImageNamePane
|
||||
DiskImageNamePrompt=Please choose a name for your disk image.\nDo not enter any file extensions, as the wizard\nwill do that for you.
|
||||
@ -231,3 +234,26 @@ DiskImageFormatProdosTooltip=ProDOS was (is?) Apple's professional DOS for the A
|
||||
DiskImageFormatPascalTooltip=Apple Pascal formatted disks are part of the Pascal environment.\nEarly implementations of Pascal only allowed 140K volumes, but\nlater versions allowed 800K volumes (and possibly more). You\nwill be presented with options for 140K or 800K.
|
||||
DiskImageFormatRdosTooltip=RDOS was created by (or for) SSI to protected their games. The\noriginal format appears to be a 13 sector disk. Most disk images\nthat I've seen have been mapped onto a 16 sector disk (leaving 3\nsectors of each track unused. The only image size RDOS supports\nis 140K.
|
||||
DiskImageFormatCpmTooltip=CP/M for the Apple computer.
|
||||
|
||||
# CompileWizard
|
||||
CompileWizardTitle=Compile Wizard
|
||||
|
||||
# CompileFileStartPane
|
||||
CompileFileWarning=Please note that the current compiler is \nvery BETA and simply builds an assembly program \nand stores it on your harddisk...
|
||||
CompileFileDestinationPrompt=Please indicate the destination for the files:
|
||||
CompileFileDirectoryPrompt=Please choose the directory to which exported files will be written
|
||||
|
||||
# CompareDisksWizard
|
||||
CompareDisksTitle=Compare Disks Wizard
|
||||
|
||||
# CompareDisksStartPane
|
||||
CompareDisksStartPane.Description=This wizard will compare two disk images. Please\nchoose the images and click the next button.\n
|
||||
CompareDisksStartPane.DiskNLabel=Please select disk image \#{0}:
|
||||
|
||||
# CompareDisksResultsPane
|
||||
CompareDisksResultsPane.RestartText=If you wish to compare more disks, click back and start again.
|
||||
CompareDisksResultsPane.UnableToLoadDiskN=Unable to load disk \#{0}: {1}\n
|
||||
CompareDisksResultsPane.DifferentSizeError=The two disks are of differing formats - unable to compare.\n
|
||||
CompareDisksResultsPane.DataDiffersMessage=The two disks do not contain the same data.\n
|
||||
CompareDisksResultsPane.DifferentDataFormatError=The two disks are not the same data format.\n
|
||||
CompareDisksResultsPane.DisksMatch=The disk images match.
|
||||
|
Loading…
Reference in New Issue
Block a user