AppleCommander/src/com/webcodepro/applecommander/ui/TextBundle.properties

139 lines
7.1 KiB
Properties
Raw Normal View History

# DiskExplorerTab
FileExistsTitle = File already exists!
FileExistsMessage = The file "{0}" already exists. Do you want to over-write it?
ExportErrorTitle = Unable to export file data!
ExportAsMenuItem=Export As...
ExportErrorMessage = Unable to export "{0}".\n\nAppleCommander was unable to save the disk\ndata. The system error given was "{1}"\n\nSorry!\n\nPress OK to continue export or CANCEL to cancel export.
ExpandAllMenuItem=Expand All\tCtrl +
ExportWizardMenuItem=&Export Wizard...\tCtrl+E
ExportAsBinaryMenuItem=Binary...
ExportWizardToolItem=Export...
ExportWizardHoverText=Export a file (CTRL+E)
UnableToCompileTitle = Unable to compile file!
UnableToCompileMessage = Unable to compile "(0)".\n\nAppleCommander was unable to compile the file.\nThe system error given was "{1}"\n\nSorry!\n\nPress OK to continue compiles or CANCEL to cancel compiles.
DeletePromptTitle = Are you sure?
DeleteMenuItem=&Delete...\tCtrl+D
DeletePromptMultipleFiles = Are you sure you want to delete these files?
DeletePromptSingleFile = Are you sure you want to delete this file?
DeleteFileErrorMessage=Sorry, you cannot view a deleted file.
DeletePromptTrailer = \n\nChoose YES to proceed or NO to cancel.
DetailViewHoverText=Displays files in with full details (F4)
DeleteFileToolItem=Delete
DeleteFileHoverText=Delete a file (CTRL+D)
DeleteFileErrorTitle=Unable to view a deleted file!
ResizeDiskTitle = Resize disk?
ResizeDiskMessage = This disk needs to be resized to match the formatted capacity. This should be an ApplePC HDV disk iamge - they typically start at 0 bytes and grow to the maximum capacity (32MB). Resize the disk?
ImportFileTitle = Unable to import file(s)!
ImportMenuItem=Import...\tCTRL+I
ImportFileMessage = An error occured during import!\n\nException was "{0}".
FilesTab=Files
ExpandMenuItem=Expand\t+
CollapseMenuItem=Collapse\t-
CollapseAllMenuItem=Collapse All\tCtrl -
ViewWizardMenuItem=&View Wizard\tCtrl+V
ViewAsMenuItem=View As
CompileMenuItem=&Compile...\tCtrl+C
ViewAsTextMenuItem=Text
VeiwAsGraphicsMenuItem=Graphics
ExportAsRawDiskDataMenuItem=Raw disk data...
ExportAsApplesoftBasicMenuItem=Applesoft Basic...
ExportAsIntegerBasicMenuItem=Integer Basic...
ExportAsAsciiTextMenuItem=ASCII Text...
ExportAsFormattedAssemblyMenuItem=Formatted Assembly...
ExportAsPascalTextMenuItem=Pascal Text...
ExportAsAppleWorksSpreadsheetFileMenuItem=AppleWorks Spreadsheet File...
ExportAsAppleWorksDatabaseFileMenuItem=AppleWorks Database File...
ExportAsAppleWorksWordProcessorFileMenuItem=AppleWorks WordProcessor File...
WordProcessorRenderingMenuItem=Rendering
WordProcessorRenderAsTextMenuItem=Text
WordProcessorRenderAsHtmlMenuItem=HTML
WordProcessorRenderAsRtfMenuItem=RTF
ExportAsGraphicsMenuItem=Graphics...
ExportGraphicsModeMenuItem=Mode
ExportGraphicsAsHiresBlackAndWhiteMenuItem=Hi-Res B&W
ExportGraphicsAsHiresColorMenuItem=Hi-Res Color
ExportGraphicsAsDoubleHiresBlackAndWhiteMenuItem=Double Hi-Res B&W
ExportGraphicsAsDoubleHiresColorMenuItem=Double Hi-Res COLOR
ExportGraphicsAsSuperHiresMenuItem=Super Hires
ExportGraphicsAsSuperHires3200ColorMenuItem=Super Hires 3200 color
ExportGraphicsAsQuickDraw2IconMenuItem=QuickDraw II Icon file (ICN)
ExportGraphicsFormatMenuItem=Format
WidestCharacter=W
ImportingFilesTitle=Importing files...
ImportingFilesProcessingLabel=Processing:
ImportingFilesFilenameLabel=Filename:
StandardViewToolItem=Standard
StandardViewHoverText=Displays files in standard format (F2)
NativeViewToolItem=Native
NativeViewHoverText=Displays files in native format for the operating system (F3)
DetailViewToolItem=Detail
ShowDeletedFilesToolItem=Deleted
ShowDeletedFilesHoverText=Show deleted files (F5)
ImportWizardToolItem=Import...
ImportWizardHoverText=Import a file (CTRL+I)
CompileWizardToolItem=Compile
CompileWizardHoverText=Compile a BASIC program (CTRL+C)
ViewFileToolItem=View
ViewFileHoverText=View file (CTRL+V)
PrintDirectoryToolItem=Print
PrintDirectoryHoverText=Print directory listing...
ChangeDiskOrderToolItem=Re-order...
ChangeDiskOrderHoverText=Change image order (CTRL+O)
SaveDiskImageToolItem=Save
SaveDiskImageHoverText=Save disk image (CTRL+S)
SaveDiskImageAsToolItem=Save As
SaveDiskImageAsHoverText=Save disk image as... (CTRL+SHIFT+S)
SaveDiskImageAsPrompt=Please choose a location and name for your disk image:
SaveDiskImageErrorTitle=Unable to save disk image\!
SaveDiskImageErrorMessage=Unable to save "{0}".\n\nAppleCommander was unable to save the disk\r\nimage. The system error given was "{1}".\n\nSorry!
SystemErrorTitle=A system error occurred\!
SystemErrorMessage=A system error occurred. The message given was '%MESSAGE%'.
PageNumberText=Page {0}
ChangeImageOrderErrorTitle=Unable to change image order\!
ChangeImageOrderErrorMessage=Unable to reorder disk image.\n\nAppleCommander was unable to change the disk order.\nThe system error given was "{0}"\n\nSorry!\n\nPress OK to continue.
ChangeToNibbleOrderMenuItem=Nibble Order (*.nib)
ChangeToDosOrderMenuItem=DOS Order (*.dsk)
ChangeToProdosOrderMenuItem=ProDOS Order (*.po)
FileNofM=File {0} of {1}
# ac
CommandLineErrorMessage = Error: {0}
CommandLineNoMatchMessage = {0}: No match.
CommandLineStatus = {0} format; {1} bytes free; {2} bytes used.
CommandLineHelp = AppleCommander command line options:\n-l <imagename> list directory of image.\n-e <filename> <imagename> export file from image to stdout.\n-g <filename> <imagename> get raw file from image to stdout.\n-p <destname> <type> <addr> <imagename> put stdin\n in destname on image, using file type and address.\n-d <filename> <imagename> delete file from image.\n-p140 <imagename> <volname> create a 140K ProDOS image.\n-p800 <imagename> <volname> create a 800K ProDOS image.
# UserPreferences
UserPreferencesComment = AppleCommander user preferences
# AppleCommander
Copyright = Copyright (c) 2002-2004
SwingVersionNotAvailable = Sorry, the Swing GUI is not available.
CommandLineNotAvailable = Sorry, the command line user interface is not available.
AppleCommanderHelp = AppleCommander general options:\n-swt will launch the SWT version of AppleCommander.\n This requires the SWT jar and dll files to be present.\n-swing will launch the Swing version of AppleCommander.\n (This is not implemented yet.)\n-command will enter command interpreter mode. (This is also\n not implemented yet.)\n-help will show this help text.
# AppleUtil
HexDumpLine1 = Offset Hex Data Characters
HexDumpLine2 = ======= ================================================ =================
HexDumpEndMessage = ** END **
CannotChangeImageOrder=Cannot change ImageOrder unless the source and target are the same size!
CannotCompareDisks=Cannot compare disks unless the source and target are the same size!
# ImportWizard
ImportWizardTitle = Import Wizard
# ImportSelectFilesWizardPane
ImportWizardPrompt = Please choose the files to be imported:
SourceColumnHeader = Source
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