Skip to content

Commit aee4489

Browse files
authored
[5.4] Fix alphabetic order installation joomla.ini (joomla#46172)
1 parent 1a21ae0 commit aee4489

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

installation/language/en-GB/joomla.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ INSTL_INSTALL_JOOMLA="Install Joomla"
106106
INSTL_ADMIN_EMAIL_DESC="Enter the email address of the website Super User."
107107
INSTL_ADMIN_PASSWORD_DESC="Set the password for your Super User account."
108108
INSTL_ADMIN_PASSWORD_LENGTH="Enter at least 12 characters."
109-
INSTL_ADMIN_USER_DESC="Enter the real name of your Super User."
110109
INSTL_ADMIN_USERNAME_DESC="Set the username for your Super User account."
110+
INSTL_ADMIN_USER_DESC="Enter the real name of your Super User."
111111
INSTL_LOGIN_DATA="Login Data"
112112
INSTL_SETUP_SITE_NAME="Setup Site Name"
113113
INSTL_SITE="Main Configuration"
@@ -119,15 +119,15 @@ INSTL_PUBLIC_FOLDER_DESC="Relative or absolute path to the public folder"
119119
INSTL_PUBLIC_FOLDER_DESC_SHORT="Relative or absolute path to the public folder"
120120

121121
; Complete view
122-
INSTL_COMPLETE_ERROR_FOLDER_DELETE="The \"%s\" folder could not be deleted. Please manually delete the folder."
123-
INSTL_COMPLETE_REMOVE_FOLDER="Remove \"%s\" folder"
124-
INSTL_COMPLETE_CONGRAT="Congratulations!"
125-
INSTL_COMPLETE_TITLE="Congratulations! Your Joomla site is ready."
126-
INSTL_COMPLETE_SITE_BTN="Open Site"
122+
INSTL_COMPLETE_ADD_EXTRA_LANGUAGE="Install Additional Languages"
127123
INSTL_COMPLETE_ADMIN_BTN="Open Administrator"
124+
INSTL_COMPLETE_CONGRAT="Congratulations!"
125+
INSTL_COMPLETE_ERROR_FOLDER_DELETE="The \"%s\" folder could not be deleted. Please manually delete the folder."
128126
INSTL_COMPLETE_FINAL="Installation is Complete"
129127
INSTL_COMPLETE_FINAL_DESC="Your Joomla installation is now complete and ready to use."
130-
INSTL_COMPLETE_ADD_EXTRA_LANGUAGE="Install Additional Languages"
128+
INSTL_COMPLETE_REMOVE_FOLDER="Remove \"%s\" folder"
129+
INSTL_COMPLETE_SITE_BTN="Open Site"
130+
INSTL_COMPLETE_TITLE="Congratulations! Your Joomla site is ready."
131131
INSTL_REMOVE_INST_FOLDER="Are you sure you want to delete? Confirming will permanently delete the \"%s\" folder."
132132

133133
; Languages view
@@ -140,9 +140,9 @@ INSTL_LANGUAGES_DESC="The Joomla interface is available in several languages. Ch
140140
INSTL_LANGUAGES_MESSAGE_PLEASE_WAIT="This operation will take up to 10 seconds per language to complete<br>Please wait while we download and install the languages &hellip;"
141141
INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed."
142142
INSTL_LANGUAGES_SELECTED="Install Selected Languages"
143+
INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step"
143144
INSTL_LANGUAGES_WARNING_NO_INTERNET="Joomla was unable to connect to the languages server. Please finish the installation process."
144145
INSTL_LANGUAGES_WARNING_NO_INTERNET2="Note: You will be able to install languages later using the Joomla Administrator."
145-
INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step"
146146

147147
; Automated Updates Opt Out
148148
INSTL_AUTOMATED_UPDATES="Automated Updates"
@@ -155,8 +155,8 @@ INSTL_DISABLE_AUTOUPDATE="Are you sure you want to disable automated updates?"
155155
INSTL_DEFAULTLANGUAGE_ADMINISTRATOR="Default Administrator language"
156156
INSTL_DEFAULTLANGUAGE_ADMIN_COULDNT_SET_DEFAULT="Joomla was unable to set the language as default. English will be used as the default language for the Backend Administrator."
157157
INSTL_DEFAULTLANGUAGE_ADMIN_SET_DEFAULT="Joomla has set %s as your default ADMINISTRATOR language."
158-
INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_SELECT="Select"
159158
INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_LANGUAGE="Language"
159+
INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_SELECT="Select"
160160
INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_TAG="Tag"
161161
INSTL_DEFAULTLANGUAGE_COULD_NOT_DOWNLOAD_PACKAGE="Joomla failed to download or unpack the language pack from: %s"
162162
INSTL_DEFAULTLANGUAGE_COULD_NOT_INSTALL_LANGUAGE="Joomla was unable to install the %s language."
@@ -185,8 +185,8 @@ INSTL_DATABASE_FIX_LOWERCASE="The table prefix must be lowercase for PostgreSQL.
185185
INSTL_DATABASE_FIX_TOO_LONG="The MySQL table prefix must be a maximum of 15 characters."
186186
INSTL_DATABASE_INVALID_DB_DETAILS="The database details provided are incorrect and/or empty."
187187
INSTL_DATABASE_INVALID_MARIADB_VERSION="You need MariaDB %1$s or higher to continue the installation. Your version is: %2$s"
188-
INSTL_DATABASE_INVALID_MYSQL_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
189188
INSTL_DATABASE_INVALID_MYSQLI_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
189+
INSTL_DATABASE_INVALID_MYSQL_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
190190
INSTL_DATABASE_INVALID_PGSQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
191191
INSTL_DATABASE_INVALID_POSTGRESQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
192192
INSTL_DATABASE_INVALID_TYPE="Please select the database type."

0 commit comments

Comments
 (0)