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

- Delete en.pm and create .lex file if needed [SME: 13214]
This commit is contained in:
2025-10-04 12:16:32 +01:00
parent 7e849665c4
commit 4d885d2cf4
2 changed files with 4 additions and 21 deletions

View File

@@ -1,12 +1,3 @@
package SrvMngr::I18N::Modules::Dungog_domains::en;
use strict;
use warnings;
use utf8;
use Mojo::Base 'SrvMngr::I18N';
use SrvMngr::I18N::Modules::General::en;
my %lexicon = (
'ddo_title' =>'Domain Pseudonyms',
'ddo_Final_Save' => 'Settings saved and email restarted.',
'ddo_Intro' => 'Set pseudonyms specifically for a single domain,<br>This panel just shows the pseudonyms for a each single domain.<br>See also the <a href="/smanager/pseudonyms">Pseudonyms</a> panel to set global pseudonyms.<br>Documentation: <a href="https://wiki.contribs.org/Domains">https://wiki.contribs.org/Domains</a>',
@@ -52,14 +43,3 @@ For full access delegate this panel, dungog-domains.',
'ddo_alternative_admin' => 'Alternative administrator:',
'ddo_restrict_to_group'=>'Restrict the userlist in the email dropdown box to the Administrator or members of a group',
'ddo_Alternative_group'=>'Alternative group:'
);
our %Lexicon = (
%{ SrvMngr::I18N::Modules::General::en::Lexicon },
%lexicon
);
1;

View File

@@ -1,6 +1,6 @@
%define name smeserver-domains
%define version 1.4
%define release 11
%define release 12
Summary: SMEserver rpm for domain pseudonyms
Name: %{name}
Version: %{version}
@@ -22,6 +22,9 @@ AutoReqProv: no
SMEserver rpm for more advanced domain controls
%changelog
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.4-12.sme
- Delete en.pm and create .lex file if needed [SME: 13214]
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.4-11.sme
- Remove smanager-refresh from spec file [SME: 13212]