Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions notebook/i18n/nbjs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,14 @@ msgstr ""
msgid "Do you want to restart the current kernel? All variables will be lost."
msgstr ""

#: notebook/static/notebook/js/notebook.js:2320
msgid "Shutdown kernel?"
msgstr ""

#: notebook/static/notebook/js/notebook.js:2322
msgid "Do you want to shutdown the current kernel? All variables will be lost."
msgstr ""

#: notebook/static/notebook/js/notebook.js:2734
msgid "Notebook changed"
msgstr ""
Expand Down
1 change: 1 addition & 0 deletions notebook/i18n/nbui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ msgstr ""
msgid "Shutdown selected notebook(s)"
msgstr ""

#: notebook/templates/notebook.html:278
#: notebook/templates/tree.html:39
msgid "Shutdown"
msgstr ""
Expand Down
Loading