2 # Project: LibrePilot
\r
3 # NSIS header file for LibrePilot GCS
\r
4 # The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2011.
\r
5 # The LibrePilot Team, http://www.librepilot.org, Copyright (C) 2015-2016.
\r
7 # This program is free software; you can redistribute it and/or modify
\r
8 # it under the terms of the GNU General Public License as published by
\r
9 # the Free Software Foundation; either version 3 of the License, or
\r
10 # (at your option) any later version.
\r
12 # This program is distributed in the hope that it will be useful, but
\r
13 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
\r
14 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
\r
17 # You should have received a copy of the GNU General Public License along
\r
18 # with this program; if not, write to the Free Software Foundation, Inc.,
\r
19 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\r
23 ; Translation file for ${LANG_ENGLISH}
\r
26 ;--------------------------------
\r
27 ; Installer section descriptions
\r
29 LangString DESC_InSecCore ${LANG_ENGLISH} "Core GCS components (executable and libraries)."
\r
30 LangString DESC_InSecPlugins ${LANG_ENGLISH} "GCS plugins (provide most of GCS functionality)."
\r
31 LangString DESC_InSecLibs ${LANG_ENGLISH} "GCS third party libraries."
\r
32 LangString DESC_InSecResources ${LANG_ENGLISH} "GCS resources (diagrams, dials, mapicons, 3d-models, PFD)."
\r
33 LangString DESC_InSecSounds ${LANG_ENGLISH} "GCS sound files (used for audible event notifications)."
\r
34 LangString DESC_InSecLocalization ${LANG_ENGLISH} "GCS localization (for supported languages)."
\r
35 LangString DESC_InSecFirmware ${LANG_ENGLISH} "LibrePilot firmware binaries."
\r
36 LangString DESC_InSecUtilities ${LANG_ENGLISH} "LibrePilot utilities (Matlab log parser)."
\r
37 LangString DESC_InSecDrivers ${LANG_ENGLISH} "OpenPilot hardware driver files (optional OpenPilot CDC driver)."
\r
38 LangString DESC_InSecInstallDrivers ${LANG_ENGLISH} "Optional OpenPilot CDC driver (virtual USB COM port)."
\r
39 LangString DESC_InSecInstallOpenGL ${LANG_ENGLISH} "Optional OpenGL32.dll for old video cards."
\r
40 LangString DESC_InSecAeroSimRC ${LANG_ENGLISH} "AeroSimRC plugin files with sample configuration."
\r
41 LangString DESC_InSecShortcuts ${LANG_ENGLISH} "Install application start menu shortcuts."
\r
43 ;--------------------------------
\r
44 ; Uninstaller section descriptions
\r
46 LangString DESC_UnSecProgram ${LANG_ENGLISH} "LibrePilot GCS application and all components."
\r
47 LangString DESC_UnSecCache ${LANG_ENGLISH} "LibrePilot GCS cached maps data."
\r
48 LangString DESC_UnSecConfig ${LANG_ENGLISH} "LibrePilot GCS layout files."
\r