feat(04-07): add Phase 4 localization, shared dialogs, and example CSV resources
- Add 80+ Phase 4 EN/FR localization keys to Strings.resx and Strings.fr.resx (tabs, transfer, bulkmembers, bulksites, folderstruct, templates, bulk-shared, folderbrowser) - Add ResourceManager property accessors for all new keys to Strings.Designer.cs - Create ConfirmBulkOperationDialog (XAML + code-behind) with Proceed/Cancel buttons - Create FolderBrowserDialog (XAML + code-behind) with lazy-loading TreeView of SharePoint libraries/folders - Bundle bulk_add_members.csv, bulk_create_sites.csv, folder_structure.csv as EmbeddedResource in csproj
This commit is contained in:
8
SharepointToolbox/Resources/bulk_add_members.csv
Normal file
8
SharepointToolbox/Resources/bulk_add_members.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
GroupName,GroupUrl,Email,Role
|
||||
Marketing Team,https://contoso.sharepoint.com/sites/Marketing,user1@contoso.com,Member
|
||||
Marketing Team,https://contoso.sharepoint.com/sites/Marketing,manager@contoso.com,Owner
|
||||
HR Team,https://contoso.sharepoint.com/sites/HR,hr-admin@contoso.com,Owner
|
||||
HR Team,https://contoso.sharepoint.com/sites/HR,recruiter@contoso.com,Member
|
||||
HR Team,https://contoso.sharepoint.com/sites/HR,analyst@contoso.com,Member
|
||||
IT Support,https://contoso.sharepoint.com/sites/IT,sysadmin@contoso.com,Owner
|
||||
IT Support,https://contoso.sharepoint.com/sites/IT,helpdesk@contoso.com,Member
|
||||
|
Reference in New Issue
Block a user