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:
20
SharepointToolbox/Resources/folder_structure.csv
Normal file
20
SharepointToolbox/Resources/folder_structure.csv
Normal file
@@ -0,0 +1,20 @@
|
||||
Level1;Level2;Level3;Level4
|
||||
Administration;;;
|
||||
Administration;Comptabilite;;
|
||||
Administration;Comptabilite;Factures;
|
||||
Administration;Comptabilite;Bilans;
|
||||
Administration;Ressources Humaines;;
|
||||
Administration;Ressources Humaines;Contrats;
|
||||
Administration;Ressources Humaines;Fiches de paie;
|
||||
Projets;;;
|
||||
Projets;Projet Alpha;;
|
||||
Projets;Projet Alpha;Documents;
|
||||
Projets;Projet Alpha;Livrables;
|
||||
Projets;Projet Beta;;
|
||||
Projets;Projet Beta;Documents;
|
||||
Communication;;;
|
||||
Communication;Interne;;
|
||||
Communication;Interne;Notes de service;
|
||||
Communication;Externe;;
|
||||
Communication;Externe;Communiques de presse;
|
||||
Communication;Externe;Newsletter;
|
||||
|
Reference in New Issue
Block a user