Upgraded link to your site
[LameXP.git] / etc / Translation / Blank.nsh
blob989fb68939ce0e99944cedd04949ab24b38dc968
1 ; ///////////////////////////////////////////////////////////////////////////////
2 ; // LameXP - Audio Encoder Front-End
3 ; // Copyright (C) 2004-2023 LoRd_MuldeR <MuldeR2@GMX.de>
4 ; //
5 ; // This program is free software; you can redistribute it and/or modify
6 ; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
7 ; // the Free Software Foundation; either version 2 of the License, or
8 ; // (at your option) any later version; always including the non-optional
9 ; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
10 ; //
11 ; // This program is distributed in the hope that it will be useful,
12 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ; // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ; // GNU General Public License for more details.
15 ; //
16 ; // You should have received a copy of the GNU General Public License along
17 ; // with this program; if not, write to the Free Software Foundation, Inc.,
18 ; // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 ; //
20 ; // http://www.gnu.org/licenses/gpl-2.0.txt
21 ; ///////////////////////////////////////////////////////////////////////////////
23 LangString LAMEXP_LANG_STATUS_CLEANUP      ${LANG_ENGLISH} "Cleaning up, please wait..."
24 LangString LAMEXP_LANG_STATUS_CLOSING      ${LANG_ENGLISH} "Closing running instance, please wait..."
25 LangString LAMEXP_LANG_STATUS_INSTFILES    ${LANG_ENGLISH} "Installing program files, please wait..."
26 LangString LAMEXP_LANG_STATUS_VCREDIST     ${LANG_ENGLISH} "Installing runtime libraries, please wait..."
27 LangString LAMEXP_LANG_STATUS_MAKEUNINST   ${LANG_ENGLISH} "Creating the uninstaller, please wait..."
28 LangString LAMEXP_LANG_STATUS_SHORTCUTS    ${LANG_ENGLISH} "Creating shortcuts, please wait..."
29 LangString LAMEXP_LANG_STATUS_REGISTRY     ${LANG_ENGLISH} "Updating the registry, please wait..."
30 LangString LAMEXP_LANG_STATUS_UNINSTALL    ${LANG_ENGLISH} "Uninstalling program, please wait..."
31 LangString LAMEXP_LANG_LOCKEDLIST_HEADER   ${LANG_ENGLISH} "Running Instances"
32 LangString LAMEXP_LANG_LOCKEDLIST_TEXT     ${LANG_ENGLISH} "Checking for running instances of LameXP."
33 LangString LAMEXP_LANG_LOCKEDLIST_HEADING  ${LANG_ENGLISH} "Please close the following programs before continuing with setup..."
34 LangString LAMEXP_LANG_LOCKEDLIST_NOPROG   ${LANG_ENGLISH} "No programs that have to be closed are running."
35 LangString LAMEXP_LANG_LOCKEDLIST_SEARCH   ${LANG_ENGLISH} "Searching, please wait..."
36 LangString LAMEXP_LANG_LOCKEDLIST_COLHDR1  ${LANG_ENGLISH} "Application"
37 LangString LAMEXP_LANG_LOCKEDLIST_COLHDR2  ${LANG_ENGLISH} "Process"
38 LangString LAMEXP_LANG_UNINST_PERSONAL     ${LANG_ENGLISH} "Do you want your personal settings to be deleted too?"
39 LangString LAMEXP_LANG_LINK_LICENSE        ${LANG_ENGLISH} "License"
40 LangString LAMEXP_LANG_LINK_CHANGELOG      ${LANG_ENGLISH} "Version History"
41 LangString LAMEXP_LANG_LINK_TRANSLATE      ${LANG_ENGLISH} "Translator's Guide"
42 LangString LAMEXP_LANG_LINK_UNINSTALL      ${LANG_ENGLISH} "Uninstall"
43 LangString LAMEXP_LANG_LINK_FAQ            ${LANG_ENGLISH} "Frequently Asked Questions"
44 LangString LAMEXP_LANG_LINK_MANUAL         ${LANG_ENGLISH} "User Manual"
45 LangString LAMEXP_LANG_PRERELEASE_WARNING  ${LANG_ENGLISH} "You are about to install a Demo (pre-release) version of LameXP!"