Language alignment

This commit is contained in:
2026-03-31 13:45:30 -05:00
parent 83248d03b8
commit 9542dd7f39
2 changed files with 38 additions and 0 deletions
@@ -0,0 +1,19 @@
; -----------------------------------------------------------------------------
; Copyright (C) 2025 Moko Consulting <hello@mokoconsulting.tech>
; 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."
@@ -0,0 +1,19 @@
; -----------------------------------------------------------------------------
; Copyright (C) 2025 Moko Consulting <hello@mokoconsulting.tech>
; 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."