FreeburnText.cpp
上传用户:cnxinhai
上传日期:2013-08-06
资源大小:265k
文件大小:10k
- /* File defining all text strings to be used in the CFreeBurn Class
- *
- * Copyright (C) 2001, 2002 Adam Schlag
- */
- /*
- * FreeBurn Software License
- * (based on the Apache Software License)
- *
- * Version 1.1
- *
- * Copyright (c) 2001, 2002 The FreeBurn Project. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * 3. The end-user documentation included with the redistribution, if any, must
- * include the following acknowledgment:
- *
- * "This product includes software developed by the FreeBurn
- * Project (http://freeburn.sourceforge.net/)."
- *
- * Alternately, this acknowledgment may appear in the software itself,
- * if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "FreeBurn" and "FreeBurn Project" must not be
- * used to endorse or promote products derived from this software
- * without prior written permission. For written permission, please
- * contact aschlag@users.sourceforge.net.
- *
- * 5. Products derived from this software may not be called "FreeBurn",
- * nor may "FreeBurn" appear in their name, without prior written
- * permission of the FreeBurn Project.
- *
- * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE FREEBURN PROJECT OR ITS
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the FreeBurn Project. For more
- * information on the FreeBurn Project and FreeBurn, please see
- * <http://freeburn.sourceforge.net/>.
- *
- * This software is distributed with software that is released under the GNU
- * General Public License (GPL). You can find the terms of this license in the
- * file GPL.txt distributed in this package. You can find information on the
- * software distributed with this package in the file PROGRAMS.txt.
- */
-
- #include "FreeburnDefs.h"
- #include "FreeburnText.h"
-
- const char fbAppTitle[]= FB_APP_NAME
- " "
- FB_MAJOR_VERSION
- "."
- FB_MINOR_VERSION;
-
- const char fbFileMenuTitle[] = "&File";
- const char fbOptionsMenuTitle[] = "&Options";
- const char fbHelpMenuTitle[] = "&Help";
- const char fbFileMenuNewText[] = "&New tCtl+NtCreate a new CD Layout";
- const char fbFileMenuOpenText[] = "&OpentCtl+OtOpena .toc file specifying a CD Layout";
- const char fbFileMenuSaveText[] = "&SavetCtl+StSave the current CD Layout as a .toc file";
- const char fbFileMenuCloseText[] = "C&losetCtl+LtClose the current CD Layout";
- const char fbFileMenuQuitText[] = "&QuittCtl+QtThanks for using FreeBurn!";
- const char fbOptionsMenuPropertiesText[] = "&Preferences tCtl+PtSet the Program Preferences and Configuration";
- const char fbHelpMenuHelpText[] = "&Help tCtl+HtFreeBurn Online Help";
- const char fbHelpMenuCdrecordText[] = "Manual - cdrecordttThe man(ual) page on how to use cdrecord";
- const char fbHelpMenuMkisofsText[] = "Manual - mkisofsttThe man(ual) page on how to use mkisofs";
- const char fbHelpMenuCdrdaoText[] = "Manual - cdrdaottThe man(ual) page on how to use cdrdao";
- const char fbHelpMenuAboutText[] = "&AbouttCtl+AtSee FreeBurn Credits, Version, License, etc.";
- const char fbNewButtonText[] = "tNew CD layouttCreate a new CD Layout";
- const char fbOpenButtonText[] = "tOpen LayouttOpen a .toc file specifying a CD Layout";
- const char fbSaveButtonText[] = "tSave LayouttSave the current CD Layout as a .toc file";
- const char fbBurnCDButtonText[] = "tBurn a Blank CDtExecute a command to burn a blank CD-R or CD-RW disc";
- const char fbCDImageButtonText[] = "tCreate a Data CD ImagetCreate a data .iso image";
- const char fbPropertiesButtonText[] = "tSet Program PreferencestSet the Program Preferences and Configuration";
- const char fbHelpButtonText[] = "tFreeBurn HelptFreeBurn Online Help";
- const char fbExitButtonText[] = "tExit FreeBurntThanks for using FreeBurn!";
- const char fbRegSectionProgramText[] = "Program";
- const char fbRegPropertyThemeText[] = "Theme";
- const char fbRegPropertyXposText[] = "X-Position";
- const char fbRegPropertyYposText[] = "Y-Position";
- const char fbRegPropertyWidthText[] = "Width";
- const char fbRegPropertyHeightText[] = "Height";
- const char fbRegSectionCommandPathsText[] = "Command_Paths";
- const char fbRegPropertyShellPathText[] = "shellpath";
- const char fbRegPropertyCdrecordPathText[] = "cdrecordpath";
- const char fbRegPropertyMkisofsPathText[] = "mkisofspath";
- const char fbRegPropertyCdrdaoPathText[] = "cdrdaopath";
- const char fbRegDefaultShellPathText[] =
- DEFAULT_PROGRAM_DIRECTORY
- SH_WINDOWS_NAME
- SH_WINDOWS_NAME
- EXE_EXTENSION;
- const char fbRegDefaultCdrecordPathText[] =
- DEFAULT_PROGRAM_DIRECTORY
- CDRECORD_WINDOWS_NAME
- CDRECORD_WINDOWS_NAME
- EXE_EXTENSION;
- const char fbRegDefaultMkisofsPathText[] =
- DEFAULT_PROGRAM_DIRECTORY
- MKISOFS_WINDOWS_NAME
- MKISOFS_WINDOWS_NAME
- EXE_EXTENSION;
- const char fbRegDefaultCdrdaoPathText[] =
- DEFAULT_PROGRAM_DIRECTORY
- CDRDAO_WINDOWS_NAME
- CDRDAO_WINDOWS_NAME
- EXE_EXTENSION;
-
- const char fbCmdNotExistTitleText[] = "Program does not exist!";
- const char fbCmdNotExistMessageText[] = "The program %s does not exist.nnCommand Path:n%s";
- const char fbCmdErrorTitleText[] = "Command error";
- const char fbCmdErrorMessageText[] = "There was an error in sending the command.nReturn Value: %d";
- const char fbSaveChangesTitleText[] = "Unsaved CD Layout";
- const char fbSaveChangesMessageText[] = "There are unsaved changes in your disc layout.nWould you like to save them now?";
- const char fbDiscSizeLabelText[] = "Disc Size:ttSpecifies the size of the disc for the current layout";
- const char fbDiscTypeLabelText[] = "Disc Type:ttSpecifies the type of disc for the current layout";
- const char fb74650DiscText[] = "74 Minute/650 MB Disc";
- const char fb80700DiscText[] = "80 Minute/700 MB Disc";
- const char fbAudioDiscText[] = "Audio Only Disc";
- const char fbCdRomDiscText[] = "Audio and Data Disc";
- const char fbCdRomXaDiscText[] = "XA/Multisession Disc";
- const char fbCatNumLabelText[] = "Catalog Number:ttSpecify the 13 character disc catalog number (optional)";
- const char fbCdTextLabelText[] = "Use CD TextttCheck this if you want to use CD Text on this disc";
- const char fbEditGlobalCdTextButtonText[] = "Edit Global CD TexttEdit disc CD TexttEdit the Global CD Text for this disc";
- const char fbAddCdTrackLabelText[] = "AddttAdd the following track buy selecting the options in this row and clicking the "Go ->" button";
- const char fbTrackLabel1Text[] = "TrackttAdd the following track buy selecting the options in this row and clicking the "Go ->" button";
- const char fbAddTrackButtonText[] = "Go ->tAdd TracktAdd the specified track to the current CD layout";
- const char fbAudioTrackOptionText[] = "AudiottAudio (CD-DA) Track";
- const char fbDataTrackOptionText[] = "DatattData (CD-ROM) Track";
- const char fbRawDataTrackOptionText[] = "Raw DatattData Track in RAW form";
- const char fbMode2DataTrackOptionText[] = "XA DatattXA Mode 2 Data Track";
- const char fbMode2AudioTrackOptionText[] = "XA AudiottXA Mode 2 Audio Track";
- const char fbMode2RawTrackOptionText[] = "XA RawttXA Data Track in RAW form";
- const char fbModTrackLabelText[] = "TrackttModify the following track buy selecting the options in this row and clicking the "Go ->" button";
- const char fbModTrackButtonText[] = "Go ->tModify TracktModify the specified track according to the options you selected in this row";
- const char fbEditTrackOptionText[] = "EditttEdit the specified track's layout";
- const char fbDeleteTrackOptionText[] = "DeletettDelete the specified track from the CD layout";
- const char fbTrackNumberHelpText[] = "Choose the track number of the track you want to modify";
- const char fbDiscUsedSpaceLabelText[] = "Used Space:ttThe number of blocks currently being used on this disc layout";
- const char fbDiscFreeSpaceLabelText[] = "Free Space:ttThe number of blocks currently free on this disc layout";
- const char fbDiscConfigBoxText[] = "Disc Configuraton";
- const char fbTrackFuncsBoxText[] = "Track Functions";
- const char fbDeleteTrackTitleText[] = "Delete Track...";
- const char fbDeleteTrackMessageText[] = "Are you sure you want to delete track %d?";
- const char fbDeleteTrackErrorTitleText[] = "Delete Track Failed";
- const char fbDeleteTrackErrorMessageText[] = "The track was not deleted for some reason.nn"
- "If you are seeing this message, you may have found a bug.n"
- "Please report it on the FreeBurn bug tracker at:n"
- "https://sourceforge.net/tracker/?atid=411821&group_id=34561&func=browse";