diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Shares/en.pm b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Shares/en.pm deleted file mode 100644 index efbf9b3..0000000 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Shares/en.pm +++ /dev/null @@ -1,64 +0,0 @@ -package SrvMngr::I18N::Modules::Shares::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-05-21 08:46:42 -# -'sf_readgroup' => 'regroup', -'sf_Description' => 'Description', -'sf_dynamic' => 'Dynamic', -'sf_description' => 'Description', -'sf_The_following_settings_control_the' => 'The following settings control the access of this shared folder using the HTTP/HTTPS protocol', -'sf_Create,_modify,_or_remove_shared' => 'create modify Or remove shared folders', -'sf_Remove' => 'Remove', -'sf_httpaccess' => 'Httpaccess', -'sf_readuser' => 'reader', -'sf_Cancel' => 'Cancel', -'sf_All_files_belonging_to_this' => 'All files belonging to this shared folder will be deleted', -'sf_smbaccess' => 'Smbaccess', -'sf_You_can_use_this_matrix' => 'You can use this matrix to define groups and users access permissions', -'sf_webdav' => 'Webdav', -'sf_Create_a_new_shared_folder' => 'Create a new shared folder', -'sf_REMOVE_panel_action_was_successful' => 'REMOVE panel action was successful', -'sf_Actionr' => 'action', -'sf_You_are_about_to_remove' => 'You are about to remove the following shared folder', -'sf_Shared_Folders' => 'Shared Folders', -'sf_MODIFY_panel_action_was_successful' => 'MODIFY panel action was successful', -'sf_indexes' => 'Indexes', -'sf_Are_you_sure_you_wish' => 'Are you sure you wish to remove it ?', -'sf_Actionm' => 'action', -'sf_writeuser' => 'Writeuser', -'sf_LIST_panel_action_was_successful' => 'LIST panel action was successful', -'sf_Remove_shared_folder' => 'Remove shared folder', -'sf_PERMISSIONS_panel_action_was_successful' => 'PERMISSIONS panel action was successful', -'sf_Manage_shared-folders_settings:' => 'Manage shared-folders settings', -'sf_You_can_remove_any_shared' => 'You can remove any shared folder by clicking on the corresponding command next to the shared folder', -'sf_APPLY' => 'Apply', -'sf_requireSSL' => 'requires', -'sf_Groups' => 'Groups', -'sf_Save' => 'Save', -'sf_Actionp' => 'action', -'sf_writegroup' => 'Writegroup', -'sf_Name' => 'Name', -'sf_Read_Only' => 'Read Only', -'sf_retention' => 'Retention', -'sf_Access_right_management' => 'Access right management', -'sf_Read_/_Write' => 'Read / Write', -'sf_Create_or_modify_a_shared' => 'Create or modify a shared folder', -'sf_The_following_settings_control_the' => 'The following settings control the access of this shared folder from the local network Using the SMB/CIFS protocol', -'sf_recyclebin' => 'Recyclebin', -); - -our %Lexicon = ( - %{ SrvMngr::I18N::Modules::General::en::Lexicon }, - %lexicon -); - - -1; diff --git a/smeserver-shared-folders.spec b/smeserver-shared-folders.spec index c7243e3..2faa048 100644 --- a/smeserver-shared-folders.spec +++ b/smeserver-shared-folders.spec @@ -6,7 +6,7 @@ Summary: sme server shared folders module %define name smeserver-shared-folders Name: %{name} %define version 11.0.0 -%define release 1 +%define release 2 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -30,6 +30,9 @@ This module allows you to create network shares with more flexibility than ibays as it supports ACLs %changelog +* Sat Oct 04 2025 Brian Read 11.0.0-2.sme +- Delete en.pm and create .lex file if needed [SME: 13214] + * Thu May 22 2025 Brian Read 11.0.0-1.sme - Add SM2 panel - WIP [SME: 13011]