Skip to content

Commit

Permalink
minor work on control-C mission
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Aug 27, 2024
1 parent 4fe0d55 commit 36f74ca
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
6 changes: 4 additions & 2 deletions missions/intermediate/05_control-C/goal/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Useful commands
===============

$command
this (non standard) command puts Merlin into a trance
this (non standard) command puts Merlin into a trance

Control-c (also written ^c)
pressing Control and c at the same times interrupts the current command
pressing Control and c at the same times interrupts the current command
by sending the INT ("INTerrupt") signal to the process

4 changes: 3 additions & 1 deletion missions/intermediate/05_control-C/goal/fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ $command
cette commande (non standard) met Merlin dans une transe

Contrôle-c (aussi noté ^c)
appuyer sur les touches Contrôle et c en même temps interrompt la commande en cours
appuyer sur les touches Contrôle et c en même temps interrompt
la commande en cours en envoyant le signal INT ("INTerrupt") au
processus
23 changes: 23 additions & 0 deletions missions/intermediate/05_control-C/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,36 @@ msgstr "$MISSION_DIR/skip/en.txt"
msgid "$MISSION_DIR/treasure-msg/en.txt"
msgstr "$MISSION_DIR/treasure-msg/en.txt"

msgid "Don't interrupt me when I'm in a trance!!!"
msgstr "Don't interrupt me when I'm in a trance!!!"

#, sh-format
msgid "FOUND: $n"
msgstr "FOUND: $n"

#, sh-format
msgid "Found it! The special incantation is $n"
msgstr "Found it! The special incantation is $n"

#, sh-format
msgid "Found it! The special incantion is $n"
msgstr "Found it! The special incantion is $n"

msgid "Let me think a little more!!!"
msgstr "Let me think a little more!!!"

msgid "Merlin mumbles "
msgstr "Merlin mumbles "

msgid "NOTE: you need to interrupt Merlin before he wakes up."
msgstr "NOTE: you need to interrupt Merlin before he wakes up."

msgid "Sorry, I fell asleep... Let's try again."
msgstr "Sorry, I fell asleep... Let's try again."

msgid "What's the fireworks incantation?"
msgstr "What's the fireworks incantation?"

msgid "What's the magic word?"
msgstr "What's the magic word?"

Expand Down
23 changes: 23 additions & 0 deletions missions/intermediate/05_control-C/i18n/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,36 @@ msgstr ""
msgid "$MISSION_DIR/treasure-msg/en.txt"
msgstr ""

msgid "Don't interrupt me when I'm in a trance!!!"
msgstr ""

#, sh-format
msgid "FOUND: $n"
msgstr ""

#, sh-format
msgid "Found it! The special incantation is $n"
msgstr ""

#, sh-format
msgid "Found it! The special incantion is $n"
msgstr ""

msgid "Let me think a little more!!!"
msgstr ""

msgid "Merlin mumbles "
msgstr ""

msgid "NOTE: you need to interrupt Merlin before he wakes up."
msgstr ""

msgid "Sorry, I fell asleep... Let's try again."
msgstr ""

msgid "What's the fireworks incantation?"
msgstr ""

msgid "What's the magic word?"
msgstr ""

Expand Down

0 comments on commit 36f74ca

Please sign in to comment.