2013-12-13 15:25:57 +01:00
|
|
|
; ///////////////////////////////////////////////////////////////////////////////
|
2013-12-14 13:19:30 +01:00
|
|
|
; // Simple x264 Launcher
|
2017-01-07 18:48:20 +01:00
|
|
|
; // Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>
|
2013-12-13 15:25:57 +01:00
|
|
|
; //
|
|
|
|
; // 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 2 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.,
|
|
|
|
; // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
; //
|
|
|
|
; // http://www.gnu.org/licenses/gpl-2.0.txt
|
|
|
|
; ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2015-10-16 18:27:54 +02:00
|
|
|
LangString X264_LANG_STATUS_CLEANUP ${LANG_ENGLISH} "Cleaning up old cruft, please wait..."
|
2013-12-13 15:25:57 +01:00
|
|
|
LangString X264_LANG_STATUS_CLOSING ${LANG_ENGLISH} "Closing running instance, please wait..."
|
|
|
|
LangString X264_LANG_STATUS_INSTFILES ${LANG_ENGLISH} "Installing program files, please wait..."
|
|
|
|
LangString X264_LANG_STATUS_MAKEUNINST ${LANG_ENGLISH} "Creating the uninstaller, please wait..."
|
|
|
|
LangString X264_LANG_STATUS_SHORTCUTS ${LANG_ENGLISH} "Creating shortcuts, please wait..."
|
|
|
|
LangString X264_LANG_STATUS_REGISTRY ${LANG_ENGLISH} "Updating the registry, please wait..."
|
|
|
|
LangString X264_LANG_STATUS_UNINSTALL ${LANG_ENGLISH} "Uninstalling program, please wait..."
|
|
|
|
LangString X264_LANG_LOCKEDLIST_HEADER ${LANG_ENGLISH} "Running Instances"
|
|
|
|
LangString X264_LANG_LOCKEDLIST_TEXT ${LANG_ENGLISH} "Checking for running instances of Simple x264 Launcher."
|
|
|
|
LangString X264_LANG_LOCKEDLIST_HEADING ${LANG_ENGLISH} "Please close the following programs before continuing with setup..."
|
|
|
|
LangString X264_LANG_LOCKEDLIST_NOPROG ${LANG_ENGLISH} "No programs that have to be closed are running."
|
|
|
|
LangString X264_LANG_LOCKEDLIST_SEARCH ${LANG_ENGLISH} "Searching, please wait..."
|
|
|
|
LangString X264_LANG_LOCKEDLIST_COLHDR1 ${LANG_ENGLISH} "Application"
|
|
|
|
LangString X264_LANG_LOCKEDLIST_COLHDR2 ${LANG_ENGLISH} "Process"
|
|
|
|
LangString X264_LANG_UNINST_PERSONAL ${LANG_ENGLISH} "Do you want your personal settings to be deleted too?"
|
|
|
|
LangString X264_LANG_LINK_LICENSE ${LANG_ENGLISH} "License"
|
|
|
|
LangString X264_LANG_LINK_CHANGELOG ${LANG_ENGLISH} "Version History"
|
|
|
|
LangString X264_LANG_LINK_TRANSLATE ${LANG_ENGLISH} "Translator's Guide"
|
|
|
|
LangString X264_LANG_LINK_UNINSTALL ${LANG_ENGLISH} "Uninstall"
|
|
|
|
LangString X264_LANG_LINK_FAQ ${LANG_ENGLISH} "Frequently Asked Questions"
|
2013-12-14 13:19:30 +01:00
|
|
|
LangString X264_LANG_LINK_MANUAL ${LANG_ENGLISH} "User Manual (Readme)"
|
2013-12-13 15:25:57 +01:00
|
|
|
LangString X264_LANG_PRERELEASE_WARNING ${LANG_ENGLISH} "You are about to install a Demo (pre-release) version of Simple x264 Launcher!"
|
2016-04-29 17:51:20 +02:00
|
|
|
LangString X264_LANG_UNINST_UPDATE_MODE ${LANG_ENGLISH} "Your existing installation will be updated!"
|