1 ; ///////////////////////////////////////////////////////////////////////////////
2 ; // Simple x264 Launcher
3 ; // Copyright (C) 2004-2023 LoRd_MuldeR <MuldeR2@GMX.de>
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.
10 ; // This program is distributed in the hope that it will be useful,
11 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ; // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ; // GNU General Public License for more details.
15 ; // You should have received a copy of the GNU General Public License along
16 ; // with this program; if not, write to the Free Software Foundation, Inc.,
17 ; // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 ; // http://www.gnu.org/licenses/gpl-2.0.txt
20 ; ///////////////////////////////////////////////////////////////////////////////
22 LangString X264_LANG_STATUS_CLEANUP ${LANG_ENGLISH} "Cleaning up old cruft, please wait..."
23 LangString X264_LANG_STATUS_CLOSING ${LANG_ENGLISH} "Closing running instance, please wait..."
24 LangString X264_LANG_STATUS_INSTFILES ${LANG_ENGLISH} "Installing program files, please wait..."
25 LangString X264_LANG_STATUS_MAKEUNINST ${LANG_ENGLISH} "Creating the uninstaller, please wait..."
26 LangString X264_LANG_STATUS_SHORTCUTS ${LANG_ENGLISH} "Creating shortcuts, please wait..."
27 LangString X264_LANG_STATUS_REGISTRY ${LANG_ENGLISH} "Updating the registry, please wait..."
28 LangString X264_LANG_STATUS_UNINSTALL ${LANG_ENGLISH} "Uninstalling program, please wait..."
29 LangString X264_LANG_LOCKEDLIST_HEADER ${LANG_ENGLISH} "Running Instances"
30 LangString X264_LANG_LOCKEDLIST_TEXT ${LANG_ENGLISH} "Checking for running instances of Simple x264 Launcher."
31 LangString X264_LANG_LOCKEDLIST_HEADING ${LANG_ENGLISH} "Please close the following programs before continuing with setup..."
32 LangString X264_LANG_LOCKEDLIST_NOPROG ${LANG_ENGLISH} "No programs that have to be closed are running."
33 LangString X264_LANG_LOCKEDLIST_SEARCH ${LANG_ENGLISH} "Searching, please wait..."
34 LangString X264_LANG_LOCKEDLIST_COLHDR1 ${LANG_ENGLISH} "Application"
35 LangString X264_LANG_LOCKEDLIST_COLHDR2 ${LANG_ENGLISH} "Process"
36 LangString X264_LANG_UNINST_PERSONAL ${LANG_ENGLISH} "Do you want your personal settings to be deleted too?"
37 LangString X264_LANG_LINK_LICENSE ${LANG_ENGLISH} "License"
38 LangString X264_LANG_LINK_CHANGELOG ${LANG_ENGLISH} "Version History"
39 LangString X264_LANG_LINK_TRANSLATE ${LANG_ENGLISH} "Translator's Guide"
40 LangString X264_LANG_LINK_UNINSTALL ${LANG_ENGLISH} "Uninstall"
41 LangString X264_LANG_LINK_FAQ ${LANG_ENGLISH} "Frequently Asked Questions"
42 LangString X264_LANG_LINK_MANUAL ${LANG_ENGLISH} "User Manual (Readme)"
43 LangString X264_LANG_PRERELEASE_WARNING ${LANG_ENGLISH} "You are about to install a Demo (pre-release) version of Simple x264 Launcher!"
44 LangString X264_LANG_UNINST_UPDATE_MODE ${LANG_ENGLISH} "Your existing installation will be updated!"