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:
authorDaniel Ye <danyeh@microsoft.com>2017-10-23 22:23:49 +0300
committerDaniel Ye <danyeh@microsoft.com>2017-10-23 22:23:49 +0300
commit8676abb2be87ae5840ffa2f424c0c10125ff9d75 (patch)
treeba4904a98dfd6a756329dd76ee06b6696eb036e6 /i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
parent4b414da4a27225796a63ba5f9ca2d1041aa128a9 (diff)
2017-10-23. Merged in translations from Transifex.
Diffstat (limited to 'i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json')
-rw-r--r--i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..0c251843630
--- /dev/null
+++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
@@ -0,0 +1,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.
+{
+ "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
+ "vscode.extension.contributes.iconThemes.id": "ID du thème d'icône utilisé dans les paramètres utilisateur.",
+ "vscode.extension.contributes.iconThemes.label": "Étiquette du thème d'icône indiqué dans l'IU (interface utilisateur).",
+ "vscode.extension.contributes.iconThemes.path": "Chemin du fichier de définitions de thèmes d'icônes. Le chemin est relatif au dossier d'extensions et correspond généralement à './icons/awesome-icon-theme.json'.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "Chaîne attendue dans 'contributes.{0}.path'. Valeur fournie : {1}",
+ "reqid": "Chaîne attendue dans 'contributes.{0}.id'. Valeur fournie : {1}",
+ "invalid.path.1": "'contributes.{0}.path' ({1}) est censé être inclus dans le dossier ({2}) de l'extension. Cela risque de rendre l'extension non portable."
+} \ No newline at end of file