mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
449474b66c
Moved obsolete Wix installer into Experimental branch. NSIS installer moved one level up. Now it supports new build directory structure, does not require to be copied into it and can be built using packaging/winx86/Makefile.cmd or as a qmake-generated "installer" target (using "make installer"). NOTE: this target will NOT be built automatically, you have to build it yourself. Install system requires Unicode NSIS installer and optionally uses SubWCRev.exe utility (from TortoiseSVN package) to extract some build info from local SVN copy (like revision number, etc.). This info then is available as a properties of installer executable and also used in the installer's executable file name. SubWCRev utility is optional, if it is not found - no extra info will be generated and used. Also fixed unescaped backslash in openpilotgcs.pri (please check that it does not break !win32 builds). git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2584 ebee16cc-31ac-478f-84a7-5cbb03baadba
41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
#
|
|
# Project: OpenPilot
|
|
# NSIS header file for OpenPilot GCS
|
|
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2011.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
# for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License along
|
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
|
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
#
|
|
|
|
;
|
|
; Translation file for ${LANG_GERMAN}
|
|
;
|
|
|
|
;--------------------------------
|
|
; Installer section descriptions
|
|
|
|
LangString DESC_InSecCore ${LANG_GERMAN} "TRANSLATE THIS: Core GCS components (executable and libraries)."
|
|
LangString DESC_InSecPlugins ${LANG_GERMAN} "TRANSLATE THIS: GCS plugins (provide most of GCS functionality)."
|
|
LangString DESC_InSecResources ${LANG_GERMAN} "TRANSLATE THIS: GCS resources (diagrams, dials, mapicons, models, pfd, sounds)."
|
|
LangString DESC_InSecSounds ${LANG_GERMAN} "TRANSLATE THIS: GCS sound files (used for audible event notifications)."
|
|
LangString DESC_InSecLocalization ${LANG_GERMAN} "TRANSLATE THIS: GCS localization (for supported languages)."
|
|
LangString DESC_InSecShortcuts ${LANG_GERMAN} "TRANSLATE THIS: Install application start menu shortcuts."
|
|
|
|
;--------------------------------
|
|
; Uninstaller section descriptions
|
|
|
|
LangString DESC_UnSecProgram ${LANG_GERMAN} "TRANSLATE THIS: OpenPilot GCS application and all components."
|
|
LangString DESC_UnSecCache ${LANG_GERMAN} "TRANSLATE THIS: OpenPilot GCS cached maps data."
|
|
LangString DESC_UnSecConfig ${LANG_GERMAN} "TRANSLATE THIS: OpenPilot GCS configuration files."
|