* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme

- Delete en.pm and create .lex file if needed [SME: 13214]
This commit is contained in:
2025-10-04 12:53:35 +01:00
parent eca74bb2c1
commit 22e28b97b1
2 changed files with 8 additions and 39 deletions

View File

@@ -1,36 +0,0 @@
package SrvMngr::I18N::Modules::Userpanels::en;
use strict;
use warnings;
use utf8;
use Mojo::Base 'SrvMngr::I18N';
use SrvMngr::I18N::Modules::General::en;
my %lexicon = (
#
# Generated by SM2Gen version: SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-04-23 10:04:56
#
'usp_You_can_modify_individual_users' => 'You can modify individual users access to the server-manager panels below by clicking on the link next the account You can assign panels to the members of a group with their link Users or Groups in red have some form of extra access You can globally assign a panel by editing the global account',
'usp_Name/Description' => 'Name/description',
'usp_Modify' => 'Modify',
'usp_User_panel_access_' => 'User panel access',
'usp_APPLY' => 'Apply',
'usp_Account' => 'Account',
'usp_PANELTABLE_panel_action_was_successful' => 'PANELTABLE panel action was successful',
'usp_Choose_a_user' => 'Choose a user',
'usp_><%=l('Panel' => '><%=l('panel',
'usp_Description' => 'Description',
'usp_Select' => 'Select',
'usp_Save' => 'Save',
'usp_Allocate_panels_to_a_user' => 'Allocate panels to a user',
'usp_Select_panels_for_user' => 'Select panels for user',
'usp_USERTABLE_panel_action_was_successful' => 'USERTABLE panel action was successful',
);
our %Lexicon = (
%{ SrvMngr::I18N::Modules::General::en::Lexicon },
%lexicon
);
1;

View File

@@ -6,7 +6,7 @@ Summary: Panels to let users to change server settings.
%define name smeserver-userpanels %define name smeserver-userpanels
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 2 %define release 4
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GNU GPL version 2 License: GNU GPL version 2
@@ -26,8 +26,14 @@ Change password,Forward mail, Backup users home directory,
Delegate creation of users with restrictions. Delegate creation of users with restrictions.
%changelog %changelog
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme
- Delete en.pm and create .lex file if needed [SME: 13214]
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Remove smanager-refresh from spec file [SME: 13212]
* Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme * Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Add signal-event smanager-refreshg in spec file [SME: 12992] - Add signal-event smanager-refresh in spec file [SME: 12992]
- And fix up initial panel and lex file - And fix up initial panel and lex file
* Wed Apr 23 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme * Wed Apr 23 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
@@ -231,7 +237,6 @@ fi
if [ -d /etc/e-smith/events/conf-userpanel ] ; then if [ -d /etc/e-smith/events/conf-userpanel ] ; then
/sbin/e-smith/signal-event conf-userpanel /sbin/e-smith/signal-event conf-userpanel
fi fi
/usr/sbin/e-smith/signal-event smanager-refresh
%postun %postun
#uninstall #uninstall