N°8844 - Datamodel Cloud moved in Virtualization

This commit is contained in:
v-dumas
2026-02-17 17:22:14 +01:00
parent 38fccf85e3
commit b085147f23
32 changed files with 331 additions and 106 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* Localized data
*
@@ -15,6 +16,7 @@ Dict::Add('FR FR', 'French', 'Français', [
'Container:moreinfo' => 'Spécificités de la conteneurisation',
'Container:otherinfo' => 'Dates et description',
]);
//
// Class Container Image
//
@@ -153,5 +155,3 @@ Dict::Add('FR FR', 'French', 'Français', [
'Class:ContainerImageType' => 'Type d\'image',
'Class:ContainerImageType+' => 'Typologie d\'images pour container',
]);
?>