diff options
Diffstat (limited to 'enigma/src/main/resources')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 2 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/fr_fr.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 9db4e1f..8195bb1 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -101,6 +101,8 @@ | |||
| 101 | "info_panel.identifier.index": "Index", | 101 | "info_panel.identifier.index": "Index", |
| 102 | "info_panel.editor.class.decompiling": "(decompiling...)", | 102 | "info_panel.editor.class.decompiling": "(decompiling...)", |
| 103 | "info_panel.editor.class.not_found": "Unable to find class:", | 103 | "info_panel.editor.class.not_found": "Unable to find class:", |
| 104 | "info_panel.tree.structure": "Structure", | ||
| 105 | "info_panel.tree.structure.hide_deobfuscated": "Hide deobfuscated members", | ||
| 104 | "info_panel.tree.inheritance": "Inheritance", | 106 | "info_panel.tree.inheritance": "Inheritance", |
| 105 | "info_panel.tree.implementations": "Implementations", | 107 | "info_panel.tree.implementations": "Implementations", |
| 106 | "info_panel.tree.calls": "Call Graph", | 108 | "info_panel.tree.calls": "Call Graph", |
diff --git a/enigma/src/main/resources/lang/fr_fr.json b/enigma/src/main/resources/lang/fr_fr.json index 127b9c8..43bea4d 100644 --- a/enigma/src/main/resources/lang/fr_fr.json +++ b/enigma/src/main/resources/lang/fr_fr.json | |||
| @@ -101,6 +101,8 @@ | |||
| 101 | "info_panel.identifier.index": "Index", | 101 | "info_panel.identifier.index": "Index", |
| 102 | "info_panel.editor.class.decompiling": "(décompilation...)", | 102 | "info_panel.editor.class.decompiling": "(décompilation...)", |
| 103 | "info_panel.editor.class.not_found": "Impossible de trouver la classe :", | 103 | "info_panel.editor.class.not_found": "Impossible de trouver la classe :", |
| 104 | "info_panel.tree.structure": "Structure", | ||
| 105 | "info_panel.tree.structure.hide_deobfuscated": "Masquer les membres déobfusqués", | ||
| 104 | "info_panel.tree.inheritance": "Héritage", | 106 | "info_panel.tree.inheritance": "Héritage", |
| 105 | "info_panel.tree.implementations": "Implémentations", | 107 | "info_panel.tree.implementations": "Implémentations", |
| 106 | "info_panel.tree.calls": "Graphique des appels", | 108 | "info_panel.tree.calls": "Graphique des appels", |