From 9542dd7f39670ff815769b4b2e3549b50e80adaf Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:45:30 -0500 Subject: [PATCH] Language alignment --- .../en-GB/plg_system_mokowaas.sys.ini | 19 +++++++++++++++++++ .../en-US/plg_system_mokowaas.sys.ini | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 src/language/en-GB/plg_system_mokowaas.sys.ini create mode 100644 src/language/en-US/plg_system_mokowaas.sys.ini diff --git a/src/language/en-GB/plg_system_mokowaas.sys.ini b/src/language/en-GB/plg_system_mokowaas.sys.ini new file mode 100644 index 00000000..ab020ec2 --- /dev/null +++ b/src/language/en-GB/plg_system_mokowaas.sys.ini @@ -0,0 +1,19 @@ +; ----------------------------------------------------------------------------- +; Copyright (C) 2025 Moko Consulting +; This file is part of a Moko Consulting project. +; SPDX-License-Identifier: GPL-3.0-or-later +; REPO: https://github.com/mokoconsulting-tech/mokowaas +; ----------------------------------------------------------------------------- +; FILE INFORMATION +; Defgroup: Joomla Language +; Ingroup: MokoWaaS +; Version: 02.00.00 +; File: plg_system_mokowaas.sys.ini +; Path: /src/administrator/language/en-GB/plg_system_mokowaas.sys.ini +; Brief: System language strings for MokoWaaS plugin installation +; Notes: Contains strings used during plugin installation and management +; Variables: (none) +; ----------------------------------------------------------------------------- + +PLG_SYSTEM_MOKOWAAS="System - MokoWaaS" +PLG_SYSTEM_MOKOWAAS_XML_DESCRIPTION="This plugin rebrands the Joomla system interface with MokoWaaS identity. It applies language overrides and ensures consistent branding across the platform." diff --git a/src/language/en-US/plg_system_mokowaas.sys.ini b/src/language/en-US/plg_system_mokowaas.sys.ini new file mode 100644 index 00000000..4203b23e --- /dev/null +++ b/src/language/en-US/plg_system_mokowaas.sys.ini @@ -0,0 +1,19 @@ +; ----------------------------------------------------------------------------- +; Copyright (C) 2025 Moko Consulting +; This file is part of a Moko Consulting project. +; SPDX-LICENSE-IDENTIFIER: GPL-3.0-or-later +; REPO: https://github.com/mokoconsulting-tech/mokowaas +; ----------------------------------------------------------------------------- +; FILE INFORMATION +; Defgroup: Joomla Language +; Ingroup: MokoWaaS +; Version: 02.00.00 +; File: plg_system_mokowaas.sys.ini +; Path: /src/administrator/language/en-US/plg_system_mokowaas.sys.ini +; Brief: US English system language strings for MokoWaaS plugin installation +; Notes: Contains strings used during plugin installation and management +; Variables: (none) +; ----------------------------------------------------------------------------- + +PLG_SYSTEM_MOKOWAAS="System - MokoWaaS" +PLG_SYSTEM_MOKOWAAS_XML_DESCRIPTION="This plugin rebrands the Joomla system interface with MokoWaaS identity. It applies language overrides and ensures consistent branding across the platform."