Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchWidget.i18n.json « browser « search « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f07381ed57012bdacb4499ba53db8adb72b4053b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"label.Replace": "Remplacer : tapez le terme de remplacement, puis appuyez sur Entrée pour avoir un aperçu, ou sur Échap pour l'annuler",
	"label.Search": "Rechercher : tapez le terme de recherche, puis appuyez sur Entrée pour lancer la recherche, ou sur Échap pour l'annuler",
	"regexp.validationFailure": "L'expression correspond à tout",
	"search.action.replaceAll.disabled.label": "Remplacer tout (soumettre la recherche pour activer)",
	"search.action.replaceAll.enabled.label": "Remplacer tout",
	"search.placeHolder": "Rechercher",
	"search.replace.placeHolder": "Remplacer",
	"search.replace.toggle.button.title": "Activer/désactiver le remplacement"
}