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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/fra/src/vs/editor/contrib')
-rw-r--r--i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json1
-rw-r--r--i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json6
-rw-r--r--i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json8
3 files changed, 7 insertions, 8 deletions
diff --git a/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json
index e6ecb5ce261..35e6cb71d88 100644
--- a/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json
+++ b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json
@@ -15,7 +15,6 @@
"label.replaceButton": "Remplacer",
"label.replaceAllButton": "Tout remplacer",
"label.toggleReplaceButton": "Changer le mode de remplacement",
- "title.matchesCountLimit": "Seuls les 999 premiers résultats sont mis en surbrillance. Cependant, toutes les opérations de recherche sont appliquées à l'ensemble du texte.",
"label.matchesLocation": "{0} sur {1}",
"label.noResults": "Aucun résultat"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json
index 2176cea208c..21889b4123e 100644
--- a/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json
+++ b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json
@@ -10,12 +10,6 @@
"nextSelectionMatchFindAction": "Sélection suivante",
"previousSelectionMatchFindAction": "Sélection précédente",
"startReplace": "Remplacer",
- "addSelectionToNextFindMatch": "Ajouter la sélection à la correspondance de recherche suivante",
- "addSelectionToPreviousFindMatch": "Ajouter la sélection à la correspondance de recherche précédente",
- "moveSelectionToNextFindMatch": "Déplacer la dernière sélection vers la correspondance de recherche suivante",
- "moveSelectionToPreviousFindMatch": "Déplacer la dernière sélection à la correspondance de recherche précédente",
- "selectAllOccurrencesOfFindMatch": "Sélectionner toutes les occurrences des correspondances de la recherche",
- "changeAll.label": "Modifier toutes les occurrences",
"showNextFindTermAction": "Afficher le terme de recherche suivant",
"showPreviousFindTermAction": "Afficher le terme de recherche précédent"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
index 081fbcf0bec..04e943155da 100644
--- a/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
+++ b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
@@ -6,5 +6,11 @@
{
"mutlicursor.insertAbove": "Ajouter un curseur au-dessus",
"mutlicursor.insertBelow": "Ajouter un curseur en dessous",
- "mutlicursor.insertAtEndOfEachLineSelected": "Ajouter des curseurs à la fin des lignes"
+ "mutlicursor.insertAtEndOfEachLineSelected": "Ajouter des curseurs à la fin des lignes",
+ "addSelectionToNextFindMatch": "Ajouter la sélection à la correspondance de recherche suivante",
+ "addSelectionToPreviousFindMatch": "Ajouter la sélection à la correspondance de recherche précédente",
+ "moveSelectionToNextFindMatch": "Déplacer la dernière sélection vers la correspondance de recherche suivante",
+ "moveSelectionToPreviousFindMatch": "Déplacer la dernière sélection à la correspondance de recherche précédente",
+ "selectAllOccurrencesOfFindMatch": "Sélectionner toutes les occurrences des correspondances de la recherche",
+ "changeAll.label": "Modifier toutes les occurrences"
} \ No newline at end of file