-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed as not planned
Description
New language relevant PR in upstream repo: joomla/joomla-cms#46264 Here are the upstream changes:
Click to expand the diff!
diff --git a/administrator/language/en-GB/com_users.ini b/administrator/language/en-GB/com_users.ini
index 734c1749656d..334cb13e237f 100644
--- a/administrator/language/en-GB/com_users.ini
+++ b/administrator/language/en-GB/com_users.ini
@@ -405,9 +405,9 @@ COM_USERS_USER_BACKUPCODES_DESC="Lets you access the site if all other Multi-fac
COM_USERS_USER_BATCH_FAILED="An error was encountered while performing the batch operation: %s."
COM_USERS_USER_BATCH_SUCCESS="Batch operation completed."
COM_USERS_USER_COLORSCHEME_LABEL="Dark Mode"
-COM_USERS_USER_COLORSCHEME_OPTION_DARK="Use Dark color scheme"
+COM_USERS_USER_COLORSCHEME_OPTION_DARK="Use Dark colour scheme"
COM_USERS_USER_COLORSCHEME_OPTION_FOLLOW_OS="Follow OS settings"
-COM_USERS_USER_COLORSCHEME_OPTION_LIGHT="Use Light color scheme"
+COM_USERS_USER_COLORSCHEME_OPTION_LIGHT="Use Light colour scheme"
COM_USERS_USER_FIELD_BACKEND_LANGUAGE_LABEL="Backend Language"
COM_USERS_USER_FIELD_BACKEND_TEMPLATE_LABEL="Backend Template Style"
COM_USERS_USER_FIELD_BLOCK="Blocked"
diff --git a/administrator/language/en-GB/tpl_atum.ini b/administrator/language/en-GB/tpl_atum.ini
index ab3f3d7bc5b0..13d9f6ca3142 100644
--- a/administrator/language/en-GB/tpl_atum.ini
+++ b/administrator/language/en-GB/tpl_atum.ini
@@ -7,9 +7,9 @@ ATUM="Atum Administrator template"
TPL_ATUM_BACK_TO_CONTROL_PANEL="Back to Dashboard"
TPL_ATUM_BACKEND_LOGIN="Joomla Administrator Login"
TPL_ATUM_COLORSCHEME_LABEL="Dark Mode"
-TPL_ATUM_COLORSCHEME_OPTION_DARK="Use Dark color scheme"
+TPL_ATUM_COLORSCHEME_OPTION_DARK="Use Dark colour scheme"
TPL_ATUM_COLORSCHEME_OPTION_FOLLOW_OS="Follow OS settings"
-TPL_ATUM_COLORSCHEME_OPTION_LIGHT="Use Light color scheme"
+TPL_ATUM_COLORSCHEME_OPTION_LIGHT="Use Light colour scheme"
TPL_ATUM_COLORS_HUE="Choose your hue value for the dark template colour"
TPL_ATUM_COLORS_SETTINGS_BG_LIGHT_LABEL="Light Background"
TPL_ATUM_COLORS_SETTINGS_LABEL="Colour Settings"
diff --git a/language/en-GB/com_users.ini b/language/en-GB/com_users.ini
index 050ef805a677..c49d8509f26e 100644
--- a/language/en-GB/com_users.ini
+++ b/language/en-GB/com_users.ini
@@ -147,9 +147,9 @@ COM_USERS_USER_BACKUPCODES_CAPTIVE_PROMPT="If you do not have access to your usu
COM_USERS_USER_BACKUPCODES_DESC="If you do not have access to your Multi-factor Authentication device you can use any of the following passwords instead of a regular security code. Each one of these emergency codes is immediately destroyed upon use. We recommend printing these codes out and keeping the printout in a safe and accessible location, eg your wallet or a safety deposit box."
COM_USERS_USER_BLOCKED="This user is blocked. If this is an error, please contact an administrator."
COM_USERS_USER_COLORSCHEME_LABEL="Dark Mode"
-COM_USERS_USER_COLORSCHEME_OPTION_DARK="Use Dark color scheme"
+COM_USERS_USER_COLORSCHEME_OPTION_DARK="Use Dark colour scheme"
COM_USERS_USER_COLORSCHEME_OPTION_FOLLOW_OS="Follow OS settings"
-COM_USERS_USER_COLORSCHEME_OPTION_LIGHT="Use Light color scheme"
+COM_USERS_USER_COLORSCHEME_OPTION_LIGHT="Use Light colour scheme"
COM_USERS_USER_FIELD_BACKEND_LANGUAGE_LABEL="Backend Language"
COM_USERS_USER_FIELD_BACKEND_TEMPLATE_LABEL="Backend Template Style"
COM_USERS_USER_FIELD_EDITOR_LABEL="Editor"