LEGO: check in for main to temporary branch. (#16616)

This commit is contained in:
csigs
2021-08-07 16:38:22 -07:00
committed by GitHub
parent dc0ccba767
commit 2dd4232a40
30 changed files with 2061 additions and 225 deletions

View File

@@ -8583,6 +8583,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookActions.newViewLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Create New View]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Créer une nouvelle vue]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -8688,6 +8691,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookActions.viewNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find view: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Affichage introuvable : {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -8973,12 +8979,18 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.confirmDelete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Are you sure you want to delete view "{0}"?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Voulez-vous vraiment supprimer la vue « {0} »0?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.delete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[&&Delete]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[&&Supprimer]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9027,6 +9039,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.unableToNavigateToCell" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to navigate to notebook cell.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Impossible daccéder à la cellule du bloc-notes.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9042,6 +9057,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.viewsUnableToRemove" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to remove view]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Impossible de supprimer la vue]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9090,12 +9108,18 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal.viewOptionsModal.nameTaken" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[This view name has already been taken.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ce nom de vue a déjà été pris.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal.viewOptionsModal.title" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Configure View]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Configurer la vue]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>