Skip to content

Commit

Permalink
Merge branch 'master' into tabs-autohide-832
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNA authored Dec 23, 2024
2 parents 6ee9be1 + 01b68dc commit becc5a3
Show file tree
Hide file tree
Showing 405 changed files with 16,375 additions and 18,015 deletions.
23 changes: 9 additions & 14 deletions data/io.elementary.terminal.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@
</enum>

<schema path="/io/elementary/terminal/saved-state/" id="io.elementary.terminal.saved-state">
<key name="window-height" type="i">
<default>700</default>
<summary>Most recent window height</summary>
<description>Most recent window height</description>
</key>
<key name="window-width" type="i">
<default>1024</default>
<summary>Most recent window width</summary>
<description>Most recent window width</description>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Whether window is maximized</summary>
<description>Whether the main application window is maximized or not</description>
<key name="window-size" type="(ii)">
<default>(-1, -1)</default>
<summary>Most recent window size</summary>
<description>Most recent window size (width, height)</description>
</key>
<key name="window-state" enum="pantheon-terminal-window-states">
<default>"Normal"</default>
<summary>The saved state of the window.</summary>
<description>The saved state of the window.</description>
</key>
<key name="tabs" type="as">
<default>[]</default>
Expand Down
105 changes: 46 additions & 59 deletions po/aa.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-09 21:34+0000\n"
"POT-Creation-Date: 2024-12-18 19:54+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

Expand Down Expand Up @@ -51,59 +51,75 @@ msgstr ""
msgid "Process exited with errors"
msgstr ""

#: src/MainWindow.vala:166
#: src/MainWindow.vala:167
msgid "Show Search Bar"
msgstr ""

#. TerminalWidget actions
#: src/MainWindow.vala:173
#: src/MainWindow.vala:174
msgid "Copy"
msgstr ""

#: src/MainWindow.vala:179
#: src/MainWindow.vala:180
msgid "Copy Last Output"
msgstr ""

#: src/MainWindow.vala:185
#: src/MainWindow.vala:186
msgid "Clear Screen"
msgstr ""

#: src/MainWindow.vala:191
#: src/MainWindow.vala:192 src/Widgets/TerminalWidget.vala:546
msgid "Reset"
msgstr ""

#: src/MainWindow.vala:197
#: src/MainWindow.vala:198
msgid "Paste"
msgstr ""

#: src/MainWindow.vala:203
#: src/MainWindow.vala:204
msgid "Select All"
msgstr ""

#: src/MainWindow.vala:302
#: src/MainWindow.vala:309
msgid "Exit FullScreen"
msgstr ""

#: src/MainWindow.vala:311 src/MainWindow.vala:1014
#: src/MainWindow.vala:318 src/MainWindow.vala:1050
msgid "Find…"
msgstr ""

#: src/MainWindow.vala:318
#: src/MainWindow.vala:325
msgid "Settings"
msgstr ""

#: src/MainWindow.vala:372
msgid "Are you sure you want to close this tab?"
msgstr ""

#: src/MainWindow.vala:373 src/Widgets/TerminalView.vala:212
msgid "Close Tab"
msgstr ""

#. Changing atributes has no effect after adding item to menu so remove and re-add.
#. This item was added first
#: src/MainWindow.vala:547
#: src/MainWindow.vala:562
#, c-format
msgid "Show in %s"
msgstr ""

#: src/MainWindow.vala:549
#: src/MainWindow.vala:564
msgid "Default application"
msgstr ""

#: src/MainWindow.vala:1005
#: src/MainWindow.vala:883
msgid "Are you sure you want to quit Terminal?"
msgstr ""

#: src/MainWindow.vala:884
msgid "Quit Terminal"
msgstr ""

#: src/MainWindow.vala:1041
msgid "Hide find bar"
msgstr ""

Expand Down Expand Up @@ -228,53 +244,12 @@ msgstr ""
msgid "Contrast is high"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:26
msgid "Are you sure you want to close this tab?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:28
msgid "There is an active process on this tab."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:29
msgid "If you close it, the process will end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:31
#: src/Widgets/TerminalView.vala:212
msgid "Close Tab"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:38
msgid "Are you sure you want to quit Terminal?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:40
msgid "There is an active process on this terminal."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:41
msgid "If you quit Terminal, the process will end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:43
msgid "Quit Terminal"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:50
msgid "Are you sure you want to reload this tab?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:52
#: src/Dialogs/ForegroundProcessDialog.vala:37
msgid ""
"There is an active process on this tab. If you reload it, the process will "
"There is an active process on this tab. If you continue, the process will "
"end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:54
msgid "Reload Tab"
msgstr ""

#: src/Dialogs/UnsafePasteDialog.vala:34
msgid ""
"Copying commands into Terminal can be dangerous. Be sure you understand what "
Expand Down Expand Up @@ -371,14 +346,26 @@ msgstr ""
msgid "Terminal"
msgstr ""

#: src/Widgets/TerminalWidget.vala:542
#: src/Widgets/TerminalWidget.vala:545
msgid "Are you sure you want to reset the terminal?"
msgstr ""

#: src/Widgets/TerminalWidget.vala:576
msgid "The pasted text may contain multiple commands"
msgstr ""

#: src/Widgets/TerminalWidget.vala:544
#: src/Widgets/TerminalWidget.vala:578
msgid "The pasted text may be trying to gain administrative access"
msgstr ""

#: src/Widgets/TerminalWidget.vala:933
msgid "Are you sure you want to reload this tab?"
msgstr ""

#: src/Widgets/TerminalWidget.vala:934
msgid "Reload Tab"
msgstr ""

#: src/Widgets/TerminalView.vala:63
msgid "New Tab"
msgstr ""
Expand Down
105 changes: 46 additions & 59 deletions po/ab.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-09 21:34+0000\n"
"POT-Creation-Date: 2024-12-18 19:54+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

Expand Down Expand Up @@ -51,59 +51,75 @@ msgstr ""
msgid "Process exited with errors"
msgstr ""

#: src/MainWindow.vala:166
#: src/MainWindow.vala:167
msgid "Show Search Bar"
msgstr ""

#. TerminalWidget actions
#: src/MainWindow.vala:173
#: src/MainWindow.vala:174
msgid "Copy"
msgstr ""

#: src/MainWindow.vala:179
#: src/MainWindow.vala:180
msgid "Copy Last Output"
msgstr ""

#: src/MainWindow.vala:185
#: src/MainWindow.vala:186
msgid "Clear Screen"
msgstr ""

#: src/MainWindow.vala:191
#: src/MainWindow.vala:192 src/Widgets/TerminalWidget.vala:546
msgid "Reset"
msgstr ""

#: src/MainWindow.vala:197
#: src/MainWindow.vala:198
msgid "Paste"
msgstr ""

#: src/MainWindow.vala:203
#: src/MainWindow.vala:204
msgid "Select All"
msgstr ""

#: src/MainWindow.vala:302
#: src/MainWindow.vala:309
msgid "Exit FullScreen"
msgstr ""

#: src/MainWindow.vala:311 src/MainWindow.vala:1014
#: src/MainWindow.vala:318 src/MainWindow.vala:1050
msgid "Find…"
msgstr ""

#: src/MainWindow.vala:318
#: src/MainWindow.vala:325
msgid "Settings"
msgstr ""

#: src/MainWindow.vala:372
msgid "Are you sure you want to close this tab?"
msgstr ""

#: src/MainWindow.vala:373 src/Widgets/TerminalView.vala:212
msgid "Close Tab"
msgstr ""

#. Changing atributes has no effect after adding item to menu so remove and re-add.
#. This item was added first
#: src/MainWindow.vala:547
#: src/MainWindow.vala:562
#, c-format
msgid "Show in %s"
msgstr ""

#: src/MainWindow.vala:549
#: src/MainWindow.vala:564
msgid "Default application"
msgstr ""

#: src/MainWindow.vala:1005
#: src/MainWindow.vala:883
msgid "Are you sure you want to quit Terminal?"
msgstr ""

#: src/MainWindow.vala:884
msgid "Quit Terminal"
msgstr ""

#: src/MainWindow.vala:1041
msgid "Hide find bar"
msgstr ""

Expand Down Expand Up @@ -228,53 +244,12 @@ msgstr ""
msgid "Contrast is high"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:26
msgid "Are you sure you want to close this tab?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:28
msgid "There is an active process on this tab."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:29
msgid "If you close it, the process will end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:31
#: src/Widgets/TerminalView.vala:212
msgid "Close Tab"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:38
msgid "Are you sure you want to quit Terminal?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:40
msgid "There is an active process on this terminal."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:41
msgid "If you quit Terminal, the process will end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:43
msgid "Quit Terminal"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:50
msgid "Are you sure you want to reload this tab?"
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:52
#: src/Dialogs/ForegroundProcessDialog.vala:37
msgid ""
"There is an active process on this tab. If you reload it, the process will "
"There is an active process on this tab. If you continue, the process will "
"end."
msgstr ""

#: src/Dialogs/ForegroundProcessDialog.vala:54
msgid "Reload Tab"
msgstr ""

#: src/Dialogs/UnsafePasteDialog.vala:34
msgid ""
"Copying commands into Terminal can be dangerous. Be sure you understand what "
Expand Down Expand Up @@ -371,14 +346,26 @@ msgstr ""
msgid "Terminal"
msgstr ""

#: src/Widgets/TerminalWidget.vala:542
#: src/Widgets/TerminalWidget.vala:545
msgid "Are you sure you want to reset the terminal?"
msgstr ""

#: src/Widgets/TerminalWidget.vala:576
msgid "The pasted text may contain multiple commands"
msgstr ""

#: src/Widgets/TerminalWidget.vala:544
#: src/Widgets/TerminalWidget.vala:578
msgid "The pasted text may be trying to gain administrative access"
msgstr ""

#: src/Widgets/TerminalWidget.vala:933
msgid "Are you sure you want to reload this tab?"
msgstr ""

#: src/Widgets/TerminalWidget.vala:934
msgid "Reload Tab"
msgstr ""

#: src/Widgets/TerminalView.vala:63
msgid "New Tab"
msgstr ""
Expand Down
Loading

0 comments on commit becc5a3

Please sign in to comment.