Warning, /network/falkon/windows/strings.nsh is written in an unsupported language. File is not indexed.

0001 ;;;;English
0002 !define PRODUCT_DESC  "Falkon is a new and very fast Qt web browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework."
0003 
0004 !define TITLE_SecMain "Main Components"
0005 !define TITLE_SecTranslations "Translations"
0006 !define TITLE_SecPlugins "Plugins"
0007 !define TITLE_SecDesktop "Desktop Icon"
0008 !define TITLE_SecExtensions "File Associations"
0009 !define TITLE_SecThemes "Themes"
0010 !define TITLE_SecSetASDefault "Default Browser"
0011 !define TITLE_SecProtocols "Protocol Associations"
0012 
0013 !define TITLE_InstallationMode "Installation Mode"
0014 !define TITLE_StandardInstallation  "Standard installation"
0015 !define TITLE_PortableInstallation "Portable installation"
0016 !define TITLE_InstallInfo  "Ready to install"
0017 
0018 !define FILE_Htm "HTM File"
0019 !define FILE_Html "HTML File"
0020 
0021 !define DESC_SecMain "Main components of application."
0022 !define DESC_SecTranslations "Other translations available to install. Default is English."
0023 !define DESC_SecPlugins "Other plugins available to install."
0024 !define DESC_SecDesktop "Add launcher to desktop."
0025 !define DESC_SecExtensions "Associate Falkon with .htm(l) files"
0026 !define DESC_SecThemes "Additional themes for Falkon"
0027 !define DESC_SecSetASDefault "Set Falkon as default internet browser"
0028 !define DESC_SecProtocols "Associate Falkon with http(s) and ftp protocols"
0029 
0030 !define DESC_InstallationMode "Select installation mode"
0031 !define DESC_PortableInstallation "Falkon will be installed as a 'Portable Application' to the selected location."
0032 !define DESC_StandardInstallation "Falkon will be installed on your computer."
0033 !define DESC_InstallInfo "To start installation click 'install'."
0034 
0035 !define MSG_RunningInstance "Falkon is already running! Do you want the installer try to terminate it?"
0036 !define MSG_InstallationCanceled "Process cancelled by user."
0037 !define MSG_InvalidInstallPath "Install path invalid!"
0038 
0039 !define MSG_PortableWriteError "Error occurred when creating 'falkon.conf' in installation folder. Create it manually."
0040 
0041 !define MSG_HotfixNeeded "To run Falkon you have to install hotfix 'KB2999226'. Proceed to Windows update website?"