Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/src/main/resources/languages/PDE_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ menu.edit.paste = Coller
menu.edit.select_all = Sélectionner tout
menu.edit.auto_format = Mise en forme automatique
menu.edit.comment_uncomment = Commenter/Décommenter
menu.edit.comment_uncomment.keystroke = meta pressed COLON
menu.edit.comment_uncomment.keystroke.macos = meta pressed COLON
menu.edit.comment_uncomment.keystroke.windows = ctrl pressed COLON
menu.edit.comment_uncomment.keystroke.linux = ctrl pressed COLON
menu.edit.increase_indent = → Augmenter l'indentation
menu.edit.decrease_indent = ← Diminuer l'indentation
menu.edit.find = Rechercher...
Expand Down