From fdabff7bee5454cbc6fd69b6756120b5c6c02cdb Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sun, 6 Oct 2019 22:05:58 +0100 Subject: [PATCH] [4.0] Install languages message During the installation process if you have selected to install languages but don't select any and click next then you will see this error message. > No languages have been selected to be installed. If you need to install more languages, press the 'Previous' button and choose the desired languages from the list." As there is no previous button and you are still on the page with the list of langauges it is sufficient to say > No languages have been selected to be installed. --- installation/language/en-GB/en-GB.ini | 2 +- installation/language/en-US/en-US.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/language/en-GB/en-GB.ini b/installation/language/en-GB/en-GB.ini index 7dc41efd70af4..ce7e2b9390146 100644 --- a/installation/language/en-GB/en-GB.ini +++ b/installation/language/en-GB/en-GB.ini @@ -118,7 +118,7 @@ INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_TAG="Language Tag" INSTL_LANGUAGES_COLUMN_HEADER_VERSION="Version" INSTL_LANGUAGES_DESC="The Joomla interface is available in several languages. Choose your preferred languages by choosing the checkboxes and then install them by selecting the Next button.
Note: This operation will take about 10 seconds to download and install each language. To avoid timeouts please select no more than 3 languages to install." INSTL_LANGUAGES_MESSAGE_PLEASE_WAIT="This operation will take up to 10 seconds per language to complete
Please wait while we download and install the languages ..." -INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed. If you need to install more languages, press the 'Previous' button and choose the desired languages from the list." +INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed." INSTL_LANGUAGES_WARNING_NO_INTERNET="Joomla was unable to connect to the languages server. Please finish the installation process." INSTL_LANGUAGES_WARNING_NO_INTERNET2="Note: You will be able to install languages later using the Joomla Administrator" INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step" diff --git a/installation/language/en-US/en-US.ini b/installation/language/en-US/en-US.ini index 6047bb700b748..52e1f44ad795d 100644 --- a/installation/language/en-US/en-US.ini +++ b/installation/language/en-US/en-US.ini @@ -118,7 +118,7 @@ INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_TAG="Language Tag" INSTL_LANGUAGES_COLUMN_HEADER_VERSION="Version" INSTL_LANGUAGES_DESC="The Joomla interface is available in several languages. Choose your preferred languages by choosing the checkboxes and then install them by selecting the Next button.
Note: This operation will take about 10 seconds to download and install each language. To avoid timeouts please select no more than 3 languages to install." INSTL_LANGUAGES_MESSAGE_PLEASE_WAIT="This operation will take up to 10 seconds per language to complete
Please wait while we download and install the languages ..." -INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed. If you need to install more languages, press the 'Previous' button and choose the desired languages from the list." +INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed." INSTL_LANGUAGES_WARNING_NO_INTERNET="Joomla was unable to connect to the languages server. Please finish the installation process." INSTL_LANGUAGES_WARNING_NO_INTERNET2="Note: You will be able to install languages later using the Joomla Administrator" INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step"