Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/profiler/client\out/dialogs/profilerCreateSessionDialog" source-language="en" target-language="fr" datatype="plaintext">
<body>
<trans-unit id="createSessionDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Annuler</target>
</trans-unit>
<trans-unit id="createSessionDialog.create">
<source xml:lang="en">Start</source>
<target state="translated">Démarrer</target>
</trans-unit>
<trans-unit id="createSessionDialog.title">
<source xml:lang="en">Start New Profiler Session</source>
<target state="translated">Démarrer une nouvelle session du profileur</target>
</trans-unit>
<trans-unit id="createSessionDialog.templatesInvalid">
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
<target state="translated">Liste de modèles non valide, impossible d'ouvrir la boîte de dialogue</target>
</trans-unit>
<trans-unit id="createSessionDialog.dialogOwnerInvalid">
<source xml:lang="en">Invalid dialog owner, cannot open dialog</source>
<target state="translated">Propriétaire de boîte de dialogue non valide, impossible d'ouvrir la boîte de dialogue</target>
</trans-unit>
<trans-unit id="createSessionDialog.invalidProviderType">
<source xml:lang="en">Invalid provider type, cannot open dialog</source>
<target state="translated">Type de fournisseur non valide, impossible d'ouvrir la boîte de dialogue</target>
</trans-unit>
<trans-unit id="createSessionDialog.selectTemplates">
<source xml:lang="en">Select session template:</source>
<target state="translated">Sélectionnez un modèle de session :</target>
</trans-unit>
<trans-unit id="createSessionDialog.enterSessionName">
<source xml:lang="en">Enter session name:</source>
<target state="translated">Entrez le nom de la session :</target>
</trans-unit>
</body>
</file>
</xliff>