-- GUI button labels kurmi.GUI_LABELS = {} kurmi.GUI_LABELS.NO = 'No' kurmi.GUI_LABELS.YES = 'Yes' kurmi.GUI_LABELS.OK = 'Ok' kurmi.GUI_LABELS.CANCEL = ' Cancel ' kurmi.GUI_LABELS.CLOSE = ' Finish ' kurmi.GUI_LABELS.NEXT = ' Next ' kurmi.GUI_LABELS.BACK = ' Back ' kurmi.GUI_LABELS.INSTALL = 'Install' kurmi.GUI_LABELS.BROWSE = 'Browse...' -- Text mode labels kurmi.CUI_LABELS = {} kurmi.CUI_LABELS.NO = ' No ' kurmi.CUI_LABELS.YES = ' Yes ' kurmi.CUI_LABELS.OK = ' Ok ' kurmi.CUI_LABELS.CANCEL = ' Cancel ' kurmi.CUI_LABELS.CLOSE = ' Close ' kurmi.CUI_LABELS.NEXT = ' Next > ' kurmi.CUI_LABELS.BACK = ' < Back ' kurmi.CUI_LABELS.INSTALL = ' Install ' kurmi.CUI_LABELS.BROWSE = ' Browse... ' -- kurmi.MESSAGES = {} kurmi.MESSAGES.TITLE = 'Installation of Rainbow 1.0' kurmi.MESSAGES.CONFIRM_QUIT = 'Are you sure you want to cancel the installation ?' -- Welcome kurmi.MESSAGES.WELCOME_TITLE = 'Welcome to the Rainbow Setup Wizard' kurmi.MESSAGES.WELCOME_TEXT = 'This wizard will guide you through the installation of Rainbow.\n\nIt is recommended that you close all other applications before starting install.' -- License kurmi.MESSAGES.LICENSE_TITLE = 'License Agreement' kurmi.MESSAGES.LICENSE_SUBTITLE = 'Please review the license terms before installing Rainbow.' kurmi.MESSAGES.LICENSE_ACCEPT = 'I accept the terms in the License Agreement' kurmi.MESSAGES.LICENSE_REJECT = 'I do not accept the terms in the License Agreement' -- Components kurmi.MESSAGES.COMPONENTS_TITLE = 'Choose Components' kurmi.MESSAGES.COMPONENTS_SUBTITLE = 'Choose which features of Rainbow you want to install.' kurmi.MESSAGES.COMPONENTS_TEXT_1 = 'Select the components you want to install.\nPress Next to continue.' kurmi.MESSAGES.COMPONENTS_TEXT_2 = 'Select the instalation type:' kurmi.MESSAGES.COMPONENTS_TEXT_3 = 'Or select individual components:' kurmi.MESSAGES.COMPONENTS_TEXT_4 = 'Space required: %.1f %s' kurmi.MESSAGES.COMPONENTS_TEXT_5 = '' -- Directory kurmi.MESSAGES.DIRECTORY_TITLE = 'Choose Install Location' kurmi.MESSAGES.DIRECTORY_SUBTITLE = 'Choose the folder in which to install Rainbow.' kurmi.MESSAGES.DIRECTORY_TEXT_1 = 'Setup will install Rainbow in the following folder.' kurmi.MESSAGES.DIRECTORY_TEXT_2 = 'To install in a different folder, click Browse and select another folder.\nPress Install to start installation' kurmi.MESSAGES.DIRECTORY_TEXT_3 = 'Destination Folder' kurmi.MESSAGES.DIRECTORY_TEXT_4 = 'Space required: %.1f %s\nSpace available: %.1f %s' -- Install kurmi.MESSAGES.INSTALL_TITLE = 'Installing' kurmi.MESSAGES.INSTALL_SUBTITLE = 'Please wait while Rainbow is being installed.' kurmi.MESSAGES.INSTALLING = 'Installing' kurmi.MESSAGES.INST_ERROR = 'Error' kurmi.MESSAGES.INST_ABORTED = 'Aborted' kurmi.MESSAGES.INST_FINISHED = 'Finished' -- Uninstall kurmi.MESSAGES.UNINST_QUESTION = 'Do you wish to uninstall it ?' --