FreeburnPreferencesText.cpp
上传用户:cnxinhai
上传日期:2013-08-06
资源大小:265k
文件大小:7k
源码类别:

DVD

开发平台:

Visual C++

  1. /* File defining all text strings to be used in the CFreeburnPreferences Class
  2.  *
  3.  * Copyright (C) 2001, 2002  Adam Schlag
  4.  */
  5. /*
  6.  * FreeBurn Software License
  7.  * (based on the Apache Software License)
  8.  * 
  9.  * Version 1.1
  10.  * 
  11.  * Copyright (c) 2001, 2002 The FreeBurn Project. All rights reserved.
  12.  * 
  13.  * Redistribution and use in source and binary forms, with or without 
  14.  * modification, are permitted provided that the following conditions are met:
  15.  * 
  16.  * 1. Redistributions of source code must retain the above copyright 
  17.  * notice, this list of conditions and the following disclaimer.
  18.  * 
  19.  * 2. Redistributions in binary form must reproduce the above copyright 
  20.  * notice, this list of conditions and the following disclaimer in the 
  21.  * documentation and/or other materials provided with the distribution.
  22.  * 
  23.  * 3. The end-user documentation included with the redistribution, if any, must 
  24.  * include the following acknowledgment:
  25.  * 
  26.  *  "This product includes software developed by the FreeBurn 
  27.  *     Project (http://freeburn.sourceforge.net/)."
  28.  * 
  29.  * Alternately, this acknowledgment may appear in the software itself, 
  30.  * if and wherever such third-party acknowledgments normally appear.
  31.  * 
  32.  * 4. The names "FreeBurn" and "FreeBurn Project" must not be 
  33.  * used to endorse or promote products derived from this software 
  34.  * without prior written permission. For written permission, please 
  35.  * contact aschlag@users.sourceforge.net.
  36.  * 
  37.  * 5. Products derived from this software may not be called "FreeBurn", 
  38.  * nor may "FreeBurn" appear in their name, without prior written 
  39.  * permission of the FreeBurn Project.
  40.  * 
  41.  * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED 
  42.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
  43.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
  44.  * DISCLAIMED. IN NO EVENT SHALL THE FREEBURN PROJECT OR ITS 
  45.  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
  46.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
  47.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
  48.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
  49.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
  50.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
  51.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  52.  * SUCH DAMAGE.
  53.  * 
  54.  * This software consists of voluntary contributions made by many 
  55.  * individuals on behalf of the FreeBurn Project. For more 
  56.  * information on the FreeBurn Project and FreeBurn, please see 
  57.  * <http://freeburn.sourceforge.net/>.
  58.  * 
  59.  * This software is distributed with software that is released under the GNU 
  60.  * General Public License (GPL).  You can find the terms of this license in the
  61.  * file GPL.txt distributed in this package.  You can find information on the
  62.  * software distributed with this package in the file PROGRAMS.txt.
  63.  */
  64.  
  65. #include "FreeburnDefs.h" 
  66. #include "FreeburnPreferencesText.h"
  67. const char fbPreferencesTitleText[] = "Preferences";
  68. const char fbPreferencesProgramTitleText[]    = "External Programs";
  69. const char fbPreferencesProgramButtonText[]   = "ProgramstSet Program PathstChange the location of the external programs FreeBurn uses";
  70. const char fbPreferencesProgramShellText[]    = "Unix Shell Path:ttPath to the program to use for a UNIX-style shell";
  71. const char fbPreferencesProgramCdrecordText[] = "Cdrecord Path:ttPath to cdrecord.exe (used for TAO and basic recording)";
  72. const char fbPreferencesProgramMkisofsText[]  = "Mkisofs Path:ttPath to mkisofs.exe (used for creating hybrid ISO-9660 images)";
  73. const char fbPreferencesProgramCdrdaoText[]   = "Cdrdao Path:ttPath to cdrdao.exe (used for DAO and advanced recording, and for .bin/.cue/.toc images)";
  74. const char fbPreferencesFindShellText[]    = "tFind UNIX ShelltFind the location of a UNIX shell program";
  75. const char fbPreferencesFindCdrecordText[] = "tFind cdrecord.exetFind the location of cdrecord.exe";
  76. const char fbPreferencesFindMkisofsText[]  = "tFind mkisofs.exetFind the location of mkisofs.exe";
  77. const char fbPreferencesFindCdrdaoText[]   = "tFind cdrdao.exetFind the location of cdrdao.exe";
  78. const char fbPreferencesThemeTitleText[]        = "FreeBurn Theme";
  79. const char fbPreferencesThemeButtonText[]       = "ThemestSet The Program ThemetSet the theme (icons and colors) used by FreeBurn";
  80. const char fbPreferencesThemeIconText[]         = "Icon ThemettChoose the icon theme you wish to use";
  81. const char fbPreferencesThemeDefaultText[]      = "Default Theme";
  82. const char fbPreferencesThemeXPText[]           = "XP Theme";
  83. const char fbPreferencesThemeKDEText[]          = "KDE Theme";
  84. const char fbPreferencesThemeGNOMEText[]        = "GNOME Theme";
  85. const char fbPreferencesThemePreviewText[]      = "Preview";
  86. const char fbPreferencesThemeColorsText[]       = "Color ThemettChoose the colors for displaying FreeBurn";
  87. const char fbPreferencesThemeBaseColorText[]    = "Base ColorttBase Color is the color of the basic program itself";
  88. const char fbPreferencesThemeBackColorText[]    = "Background ColorttBackground Color is the color of input fields and other similar elements";
  89. const char fbPreferencesThemeForeColorText[]    = "Foreground ColorttForeground Color is the color of text and items displayed above the base program";
  90. const char fbPreferencesThemeBordColorText[]    = "Border ColorttBorder color is the color of the borders of the different menus, windows, etc.";
  91. const char fbPreferencesThemeDefaultColorText[] = "DefaulttSet To Default ColortRevert the color back to the default color";
  92. const char fbPreferencesAcceptButtonText[] = "&OKttApply the changes made";
  93. const char fbPreferencesCancelButtonText[] = "&CancelttDo not apply the changes made";
  94. const char fbFindShellPathTitle[]       = "Find UNIX Shell";
  95. const char *fbFindShellPathPatterns[]   = {"Executable Files", "*.exe",
  96.                                           "All Files",        "*.*", NULL};
  97. const char fbFindCdrecordPathTitle[]    = "Find cdrecord.exe";
  98. const char *fbFindCdrecordPathPatterns[]= {"cdrecord program", "cdrecord.exe",
  99.                                           "Executable Files", "*.exe",
  100.                                           "All Files",        "*.*", NULL};
  101. const char fbFindMkisofsPathTitle[]     = "Find mkisofs.exe";
  102. const char *fbFindMkisofsPathPatterns[] = {"mkisofs program",  "mkisofs.exe",
  103.                                           "Executable Files", "*.exe",
  104.                                           "All Files",        "*.*", NULL};
  105. const char fbFindCdrdaoPathTitle[]      = "Find cdrdao.exe";
  106. const char *fbFindCdrdaoPathPatterns[]  = {"cdrdao program",   "cdrdao.exe",
  107.                                           "Executable Files", "*.exe",
  108.                                           "All Files",        "*.*", NULL};