diff options
| author | 2021-06-29 11:14:06 +0200 | |
|---|---|---|
| committer | 2021-06-29 11:14:06 +0200 | |
| commit | e41a2a237987753b4a8c5f850e724fb26fc8bd36 (patch) | |
| tree | f285efde151eea466e15292c4bdb103b3b2b402f /enigma/src | |
| parent | Update dependencies (diff) | |
| download | enigma-fork-e41a2a237987753b4a8c5f850e724fb26fc8bd36.tar.gz enigma-fork-e41a2a237987753b4a8c5f850e724fb26fc8bd36.tar.xz enigma-fork-e41a2a237987753b4a8c5f850e724fb26fc8bd36.zip | |
Expand All & Collapse All in deobf panel (#412)
* Expand All & Collapse All in deobf panel
* fixed smth that was bothering me
Diffstat (limited to 'enigma/src')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 8 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/fr_fr.json | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 35a4d93..b3085be 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -51,12 +51,12 @@ | |||
| 51 | "menu.search.method": "Search Methods", | 51 | "menu.search.method": "Search Methods", |
| 52 | "menu.search.field": "Search Fields", | 52 | "menu.search.field": "Search Fields", |
| 53 | "menu.collab": "Collab", | 53 | "menu.collab": "Collab", |
| 54 | "menu.collab.connect": "Connect to server", | 54 | "menu.collab.connect": "Connect to Server", |
| 55 | "menu.collab.connect.error": "Error connecting to server", | 55 | "menu.collab.connect.error": "Error connecting to server", |
| 56 | "menu.collab.disconnect": "Disconnect", | 56 | "menu.collab.disconnect": "Disconnect", |
| 57 | "menu.collab.server.start": "Start server", | 57 | "menu.collab.server.start": "Start Server", |
| 58 | "menu.collab.server.start.error": "Error starting server", | 58 | "menu.collab.server.start.error": "Error starting server", |
| 59 | "menu.collab.server.stop": "Stop server", | 59 | "menu.collab.server.stop": "Stop Server", |
| 60 | "menu.help": "Help", | 60 | "menu.help": "Help", |
| 61 | "menu.help.about": "About", | 61 | "menu.help.about": "About", |
| 62 | "menu.help.about.title": "%s - About", | 62 | "menu.help.about.title": "%s - About", |
| @@ -85,6 +85,8 @@ | |||
| 85 | "popup_menu.editor_tab.close_right": "Close All to the Right", | 85 | "popup_menu.editor_tab.close_right": "Close All to the Right", |
| 86 | "popup_menu.deobf_panel.rename_package": "Rename Package", | 86 | "popup_menu.deobf_panel.rename_package": "Rename Package", |
| 87 | "popup_menu.deobf_panel.rename_class": "Rename Class", | 87 | "popup_menu.deobf_panel.rename_class": "Rename Class", |
| 88 | "popup_menu.deobf_panel.expand_all": "Expand All", | ||
| 89 | "popup_menu.deobf_panel.collapse_all": "Collapse All", | ||
| 88 | 90 | ||
| 89 | "editor.decompiling": "Decompiling...", | 91 | "editor.decompiling": "Decompiling...", |
| 90 | "editor.decompile_error": "An error was encountered while decompiling.", | 92 | "editor.decompile_error": "An error was encountered while decompiling.", |
diff --git a/enigma/src/main/resources/lang/fr_fr.json b/enigma/src/main/resources/lang/fr_fr.json index ea1a20f..2c9ec2c 100644 --- a/enigma/src/main/resources/lang/fr_fr.json +++ b/enigma/src/main/resources/lang/fr_fr.json | |||
| @@ -85,6 +85,8 @@ | |||
| 85 | "popup_menu.editor_tab.close_right": "Tout fermer sur la droite", | 85 | "popup_menu.editor_tab.close_right": "Tout fermer sur la droite", |
| 86 | "popup_menu.deobf_panel.rename_package": "Renommer le package", | 86 | "popup_menu.deobf_panel.rename_package": "Renommer le package", |
| 87 | "popup_menu.deobf_panel.rename_class": "Renommer la classe", | 87 | "popup_menu.deobf_panel.rename_class": "Renommer la classe", |
| 88 | "popup_menu.deobf_panel.expand_all": "Tout développer", | ||
| 89 | "popup_menu.deobf_panel.collapse_all": "Tout réduire", | ||
| 88 | 90 | ||
| 89 | "editor.decompiling": "Décompilation...", | 91 | "editor.decompiling": "Décompilation...", |
| 90 | "editor.decompile_error": "Une erreur est survenue lors de la décompilation.", | 92 | "editor.decompile_error": "Une erreur est survenue lors de la décompilation.", |