diff options
Diffstat (limited to 'logview')
127 files changed, 2954 insertions, 396 deletions
diff --git a/logview/data/logview-toolbar.xml b/logview/data/logview-toolbar.xml index 2ee639d8..fa8d7b03 100644 --- a/logview/data/logview-toolbar.xml +++ b/logview/data/logview-toolbar.xml @@ -1,33 +1,291 @@ -<ui> - <menubar name="LogviewMenu"> - <menu action="FileMenu"> - <menuitem action="OpenLog"/> - <menuitem action="CloseLog"/> - <menuitem action="Quit"/> - </menu> - <menu action="EditMenu"> - <menuitem action="Copy"/> - <menuitem action="SelectAll"/> - </menu> - <menu action="ViewMenu"> - <menuitem action="ShowStatusBar"/> - <menuitem action="ShowSidebar"/> - <separator/> - <menuitem action="Search"/> - <separator/> - <menuitem action="ViewZoomIn"/> - <menuitem action="ViewZoomOut"/> - <menuitem action="ViewZoom100"/> - </menu> - <menu action="FilterMenu"> - <placeholder name="PlaceholderFilters"/> - <separator /> - <menuitem action="FilterMatchOnly" /> - <menuitem action="FilterManage" /> - </menu> - <menu action="HelpMenu"> - <menuitem action="HelpContents"/> - <menuitem action="AboutAction"/> - </menu> - </menubar> -</ui> +<?xml version="1.0" standalone="no"?> +<!--*- mode: xml -*--> +<interface> + <object class="GtkImage" id="menu_icon_open"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">document-open</property> + </object> + <object class="GtkImage" id="menu_icon_close"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">window-close</property> + </object> + <object class="GtkImage" id="menu_icon_quit"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">application-exit</property> + </object> + <object class="GtkImage" id="menu_icon_copy"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">edit-copy</property> + </object> + <object class="GtkImage" id="menu_icon_find"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">edit-find</property> + </object> + <object class="GtkImage" id="menu_icon_in"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">zoom-in</property> + </object> + <object class="GtkImage" id="menu_icon_out"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">zoom-out</property> + </object> + <object class="GtkImage" id="menu_icon_normal"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">zoom-original</property> + </object> + <object class="GtkImage" id="menu_icon_help"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">help-browser</property> + </object> + <object class="GtkImage" id="menu_icon_about"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon-name">help-about</property> + </object> + <object class="GtkMenuBar" id="logmenubar"> + <property name="visible">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="a11y-menubar"> + <property name="AtkObject::accessible-name">The menubar</property> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">_File</property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu" id="file_menu"> + <child> + <object class="GtkImageMenuItem" id="open_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Open...</property> + <property name="tooltip-text" translatable="yes">Open a log from file</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_open</property> + <property name="action-name">win.OpenLog</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="close_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Close</property> + <property name="tooltip-text" translatable="yes">Close this log</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_close</property> + <property name="action-name">win.CloseLog</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"> + <property name="visible">1</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="quit_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Quit</property> + <property name="tooltip-text" translatable="yes">Quit the log viewer</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_quit</property> + <property name="action-name">win.Quit</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Edit</property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu"> + <child> + <object class="GtkImageMenuItem" id="copy_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Copy</property> + <property name="tooltip-text" translatable="yes">Copy the selection</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_copy</property> + <property name="action-name">win.Copy</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="select_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">Select _All</property> + <property name="tooltip-text" translatable="yes">Select the entire log</property> + <property name="use-underline">1</property> + <property name="action-name">win.SelectAll</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">_View</property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu"> + <child> + <object class="GtkCheckMenuItem" id="status_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Statusbar</property> + <property name="tooltip-text" translatable="yes">Show Status Bar</property> + <property name="use-underline">1</property> + <property name="action-name">win.ShowStatusBar</property> + </object> + </child> + <child> + <object class="GtkCheckMenuItem" id="side_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">Side _Pane</property> + <property name="tooltip-text" translatable="yes">Show Side Pane</property> + <property name="use-underline">1</property> + <property name="action-name">win.ShowSidebar</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"> + <property name="visible">1</property> + <property name="use_action_appearance">0</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="find_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Find...</property> + <property name="tooltip-text" translatable="yes">Find a word or phrase in the log</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_find</property> + <property name="action-name">win.Search</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"> + <property name="visible">1</property> + <property name="use_action_appearance">0</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="in_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">Zoom _In</property> + <property name="tooltip-text" translatable="yes">Bigger text size</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_in</property> + <property name="action-name">win.ViewZoomIn</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="out_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">Zoom _Out</property> + <property name="tooltip-text" translatable="yes">Smaller text size</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_out</property> + <property name="action-name">win.ViewZoomOut</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="normal_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Normal Size</property> + <property name="tooltip-text" translatable="yes">Normal text size</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_normal</property> + <property name="action-name">win.ViewZoom100</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkMenuItem" id="filters"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Filters</property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu"> + <child> + <object class="GtkCheckMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">Show matches only</property> + <property name="tooltip-text" translatable="yes">Only show lines that match one of the given filters</property> + <property name="use-underline">1</property> + <property name="action-name">win.FilterMatchOnly</property> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">Manage Filters</property> + <property name="tooltip-text" translatable="yes">Manage filters</property> + <property name="use-underline">1</property> + <property name="action-name">win.FilterManage</property> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">Filter Items</property> + <property name="tooltip-text" translatable="yes"></property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu" id="filter_menu"> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkMenuItem"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Help</property> + <property name="use-underline">1</property> + <child type="submenu"> + <object class="GtkMenu"> + <child> + <object class="GtkImageMenuItem" id="help_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_Contents</property> + <property name="tooltip-text" translatable="yes">Open the help contents for the log viewer</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_help</property> + <property name="action-name">win.HelpContents</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="about_item"> + <property name="visible">1</property> + <property name="label" translatable="yes">_About</property> + <property name="tooltip-text" translatable="yes">Show the about dialog for the log viewer</property> + <property name="use-underline">1</property> + <property name="image">menu_icon_about</property> + <property name="action-name">win.AboutAction</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> diff --git a/logview/help/af/af.po b/logview/help/af/af.po index c6ffb440..29877890 100644 --- a/logview/help/af/af.po +++ b/logview/help/af/af.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" +"Language-Team: Afrikaans (https://app.transifex.com/mate/teams/13566/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/am/am.po b/logview/help/am/am.po index db99caac..b4ca778b 100644 --- a/logview/help/am/am.po +++ b/logview/help/am/am.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: samson <[email protected]>, 2018\n" -"Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" +"Language-Team: Amharic (https://app.transifex.com/mate/teams/13566/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ar/ar.po b/logview/help/ar/ar.po index 7a0ecd8b..9be61e9c 100644 --- a/logview/help/ar/ar.po +++ b/logview/help/ar/ar.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Ahmad Dakhlallah <[email protected]>, 2019\n" -"Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/mate/teams/13566/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/as/as.po b/logview/help/as/as.po index 3baafc13..d645080c 100644 --- a/logview/help/as/as.po +++ b/logview/help/as/as.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" +"Language-Team: Assamese (https://app.transifex.com/mate/teams/13566/as/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ast/ast.po b/logview/help/ast/ast.po index 6e0dbdc0..2de9b5c1 100644 --- a/logview/help/ast/ast.po +++ b/logview/help/ast/ast.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Ḷḷumex03, 2018\n" -"Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" +"Language-Team: Asturian (https://app.transifex.com/mate/teams/13566/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/az/az.po b/logview/help/az/az.po index b38f5b0a..ab92352d 100644 --- a/logview/help/az/az.po +++ b/logview/help/az/az.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" +"Language-Team: Azerbaijani (https://app.transifex.com/mate/teams/13566/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/be/be.po b/logview/help/be/be.po index c6f63086..636d6bfe 100644 --- a/logview/help/be/be.po +++ b/logview/help/be/be.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Mihail Varantsou <[email protected]>, 2018\n" -"Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" +"Language-Team: Belarusian (https://app.transifex.com/mate/teams/13566/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/bg/bg.po b/logview/help/bg/bg.po index 2fb35949..a7586197 100644 --- a/logview/help/bg/bg.po +++ b/logview/help/bg/bg.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" +"Language-Team: Bulgarian (https://app.transifex.com/mate/teams/13566/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/bn/bn.po b/logview/help/bn/bn.po index 6580689d..4f7fc843 100644 --- a/logview/help/bn/bn.po +++ b/logview/help/bn/bn.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" +"Language-Team: Bengali (https://app.transifex.com/mate/teams/13566/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/bn_IN/bn_IN.po b/logview/help/bn_IN/bn_IN.po index 2f7df865..480832d7 100644 --- a/logview/help/bn_IN/bn_IN.po +++ b/logview/help/bn_IN/bn_IN.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" +"Language-Team: Bengali (India) (https://app.transifex.com/mate/teams/13566/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/br/br.po b/logview/help/br/br.po index 0755a6b0..ba7b7439 100644 --- a/logview/help/br/br.po +++ b/logview/help/br/br.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Alan Monfort <[email protected]>, 2018\n" -"Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" +"Language-Team: Breton (https://app.transifex.com/mate/teams/13566/br/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/bs/bs.po b/logview/help/bs/bs.po index f57a80b7..60e2244c 100644 --- a/logview/help/bs/bs.po +++ b/logview/help/bs/bs.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Sky Lion <[email protected]>, 2018\n" -"Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" +"Language-Team: Bosnian (https://app.transifex.com/mate/teams/13566/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ca/ca.po b/logview/help/ca/ca.po index de40e207..a0f63c26 100644 --- a/logview/help/ca/ca.po +++ b/logview/help/ca/ca.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2021-06-04 20:34+0200\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Robert Antoni Buj i Gelonch <[email protected]>, 2021\n" -"Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" +"Language-Team: Catalan (https://app.transifex.com/mate/teams/13566/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ca@valencia/[email protected] b/logview/help/ca@valencia/[email protected] index aa0ec15d..77646943 100644 --- a/logview/help/ca@valencia/[email protected] +++ b/logview/help/ca@valencia/[email protected] @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Empar Montoro <[email protected]>, 2018\n" -"Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" +"Language-Team: Catalan (Valencian) (https://app.transifex.com/mate/teams/13566/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/cmn/cmn.po b/logview/help/cmn/cmn.po index 4a15e85f..1eb80b1f 100644 --- a/logview/help/cmn/cmn.po +++ b/logview/help/cmn/cmn.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: 趙惟倫 <[email protected]>, 2018\n" -"Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" +"Language-Team: Chinese (Mandarin) (https://app.transifex.com/mate/teams/13566/cmn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/crh/crh.po b/logview/help/crh/crh.po index fd19f038..2b7f3c94 100644 --- a/logview/help/crh/crh.po +++ b/logview/help/crh/crh.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" +"Language-Team: Crimean Turkish (https://app.transifex.com/mate/teams/13566/crh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/cs/cs.po b/logview/help/cs/cs.po index 568c17d4..c64b21eb 100644 --- a/logview/help/cs/cs.po +++ b/logview/help/cs/cs.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Lukáš Lommer <[email protected]>, 2021\n" -"Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" +"Language-Team: Czech (https://app.transifex.com/mate/teams/13566/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/cy/cy.po b/logview/help/cy/cy.po index 2c29314a..ab582f1f 100644 --- a/logview/help/cy/cy.po +++ b/logview/help/cy/cy.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: ciaran, 2018\n" -"Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" +"Language-Team: Welsh (https://app.transifex.com/mate/teams/13566/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/da/da.po b/logview/help/da/da.po index aa9c138f..bec8ea9e 100644 --- a/logview/help/da/da.po +++ b/logview/help/da/da.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Joe Hansen <[email protected]>, 2021\n" -"Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" +"Language-Team: Danish (https://app.transifex.com/mate/teams/13566/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/de/de.po b/logview/help/de/de.po index 0190d41b..fbb56d58 100644 --- a/logview/help/de/de.po +++ b/logview/help/de/de.po @@ -5,16 +5,17 @@ # Moritz Bruder <[email protected]>, 2018 # Tobias Bannert <[email protected]>, 2018 # Wolfgang Ulbrich <[email protected]>, 2018 -# Marcel Artz <[email protected]>, 2021 +# Marcel Artz, 2021 # Julian Rüger <[email protected]>, 2021 +# Xpistian <[email protected]>, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Julian Rüger <[email protected]>, 2021\n" -"Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" +"Last-Translator: Xpistian <[email protected]>, 2023\n" +"Language-Team: German (https://app.transifex.com/mate/teams/13566/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -48,7 +49,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:30 msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgstr "<year>2015-2021</year> <holder>Mate-Dokumentationsprojekt</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:34 diff --git a/logview/help/dz/dz.po b/logview/help/dz/dz.po index a45bd45c..7a239c0f 100644 --- a/logview/help/dz/dz.po +++ b/logview/help/dz/dz.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" +"Language-Team: Dzongkha (https://app.transifex.com/mate/teams/13566/dz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/el/el.po b/logview/help/el/el.po index d4550335..d8cda1b5 100644 --- a/logview/help/el/el.po +++ b/logview/help/el/el.po @@ -6,14 +6,15 @@ # kosmmart <[email protected]>, 2018 # TheDimitris15, 2019 # anvo <[email protected]>, 2019 +# Chris Balabanis, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: anvo <[email protected]>, 2019\n" -"Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" +"Last-Translator: Chris Balabanis, 2023\n" +"Language-Team: Greek (https://app.transifex.com/mate/teams/13566/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -44,7 +45,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:30 msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgstr "<year>2015-2021</year> <holder>Έργο Τεκμηρίωσης MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:34 diff --git a/logview/help/en_AU/en_AU.po b/logview/help/en_AU/en_AU.po index fa807b4c..49099e4c 100644 --- a/logview/help/en_AU/en_AU.po +++ b/logview/help/en_AU/en_AU.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Michael Findlay <[email protected]>, 2018\n" -"Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" +"Language-Team: English (Australia) (https://app.transifex.com/mate/teams/13566/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/en_CA/en_CA.po b/logview/help/en_CA/en_CA.po index 64754435..a8c09334 100644 --- a/logview/help/en_CA/en_CA.po +++ b/logview/help/en_CA/en_CA.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" +"Language-Team: English (Canada) (https://app.transifex.com/mate/teams/13566/en_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/en_GB/en_GB.po b/logview/help/en_GB/en_GB.po index c6b7a443..0ecde435 100644 --- a/logview/help/en_GB/en_GB.po +++ b/logview/help/en_GB/en_GB.po @@ -1,16 +1,15 @@ # # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Martin Wimpress <[email protected]>, 2018 -# Andi Chandler <[email protected]>, 2022 +# Andi Chandler <[email protected]>, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2021-06-04 20:34+0200\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Andi Chandler <[email protected]>, 2022\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" +"Last-Translator: Andi Chandler <[email protected]>, 2023\n" +"Language-Team: English (United Kingdom) (https://app.transifex.com/mate/teams/13566/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,12 +19,14 @@ msgstr "" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" -msgstr "Martin Wimpress" +msgstr "" +"Martin Wimpress\n" +"Andi Chandler" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "System Log Viewer Manual" -msgstr "" +msgstr "System Log Viewer Manual" #. (itstool) path: abstract/para #: C/index.docbook:26 @@ -33,6 +34,8 @@ msgid "" "System Log Viewer is a graphical user interface to view and monitor system " "log files." msgstr "" +"System Log Viewer is a graphical user interface to view and monitor system " +"log files." #. (itstool) path: articleinfo/copyright #: C/index.docbook:30 @@ -47,7 +50,7 @@ msgstr "<year>2003</year> <holder>Sun Microsystems</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:38 msgid "<year>2000</year> <holder>Judith Samson</holder>" -msgstr "" +msgstr "<year>2000</year> <holder>Judith Samson</holder>" #. (itstool) path: publisher/publishername #. (itstool) path: revdescription/para @@ -79,6 +82,9 @@ msgid "" "<affiliation> <orgname>Sun Microsystems</orgname> <address> " "<email>[email protected]</email> </address> </affiliation>" msgstr "" +"<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> " +"<affiliation> <orgname>Sun Microsystems</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:75 @@ -87,6 +93,9 @@ msgid "" "<orgname>GNOME Documentation Project</orgname> <address> " "<email>[email protected]</email> </address> </affiliation>" msgstr "" +"<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " +"<orgname>GNOME Documentation Project</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:84 @@ -95,6 +104,9 @@ msgid "" "<orgname>GNOME Documentation Team</orgname> <address> " "<email>[email protected]</email> </address> </affiliation>" msgstr "" +"<firstname>Paul</firstname> <surname>Cutler</surname> <affiliation> " +"<orgname>GNOME Documentation Team</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:93 @@ -102,11 +114,13 @@ msgid "" "<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " "<address><email>[email protected]</email></address> </affiliation>" msgstr "" +"<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " +"<address><email>[email protected]</email></address> </affiliation>" #. (itstool) path: revdescription/para #: C/index.docbook:120 msgid "Wolfgang Ulbrich" -msgstr "" +msgstr "Wolfgang Ulbrich" #. (itstool) path: revhistory/revision #: C/index.docbook:116 @@ -114,6 +128,8 @@ msgid "" "<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" " <_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" +" <_:revdescription-1/>" #. (itstool) path: revdescription/para #: C/index.docbook:129 @@ -126,11 +142,13 @@ msgid "" "<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " "2009</date> <_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " +"2009</date> <_:revdescription-1/>" #. (itstool) path: revdescription/para #: C/index.docbook:139 msgid "Vincent Noel <email>[email protected]</email>" -msgstr "" +msgstr "Vincent Noel <email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:135 @@ -138,12 +156,14 @@ msgid "" "<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " "2005</date> <_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " +"2005</date> <_:revdescription-1/>" #. (itstool) path: revdescription/para #: C/index.docbook:149 C/index.docbook:159 C/index.docbook:169 #: C/index.docbook:179 msgid "Sun GNOME Documentation Team <email>[email protected]</email>" -msgstr "" +msgstr "Sun GNOME Documentation Team <email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:145 @@ -151,6 +171,8 @@ msgid "" "<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " "2002</date> <_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " +"2002</date> <_:revdescription-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:155 @@ -158,6 +180,8 @@ msgid "" "<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " "2002</date> <_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " +"2002</date> <_:revdescription-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:165 @@ -165,6 +189,8 @@ msgid "" "<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " "<_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " +"<_:revdescription-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:175 @@ -172,11 +198,13 @@ msgid "" "<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " "<_:revdescription-1/>" msgstr "" +"<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " +"<_:revdescription-1/>" #. (itstool) path: revdescription/para #: C/index.docbook:189 msgid "Judith Samson <email>[email protected]</email>" -msgstr "" +msgstr "Judith Samson <email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:185 @@ -184,11 +212,13 @@ msgid "" "<revnumber>Logview Manual</revnumber> <date>2000</date> " "<_:revdescription-1/>" msgstr "" +"<revnumber>Logview Manual</revnumber> <date>2000</date> " +"<_:revdescription-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:197 msgid "This manual describes version 1.10 of System Log Viewer." -msgstr "" +msgstr "This manual describes version 1.10 of System Log Viewer." #. (itstool) path: legalnotice/title #: C/index.docbook:200 @@ -203,11 +233,15 @@ msgid "" "url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " "Page</ulink>." msgstr "" +"To report a bug or make a suggestion regarding the System Log Viewer " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:210 msgid "<primary>System Log Viewer</primary>" -msgstr "" +msgstr "<primary>System Log Viewer</primary>" #. (itstool) path: sect1/title #: C/index.docbook:218 @@ -223,6 +257,11 @@ msgid "" " can help you manage your logs, including a log monitor and log statistics " "display." msgstr "" +"<application>System Log Viewer</application> is a graphical, menu-driven " +"viewer that you can use to view and monitor your system logs. " +"<application>System Log Viewer</application> comes with a few functions that" +" can help you manage your logs, including a log monitor and log statistics " +"display." #. (itstool) path: sect1/para #: C/index.docbook:228 @@ -233,6 +272,11 @@ msgid "" "for more experienced administrators, as it contains a monitor to enable you " "to continuously monitor crucial logs." msgstr "" +"<application>System Log Viewer</application> is useful if you are new to " +"system administration because it provides an easier, more user-friendly " +"display of your logs than a text display of the log file. It is also useful " +"for more experienced administrators, as it contains a monitor to enable you " +"to continuously monitor crucial logs." #. (itstool) path: warning/para #: C/index.docbook:237 @@ -240,6 +284,8 @@ msgid "" "<application>System Log Viewer</application> is useful only to those who " "have access to the system log files, which generally requires root access." msgstr "" +"<application>System Log Viewer</application> is useful only to those who " +"have access to the system log files, which generally requires root access." #. (itstool) path: sect1/title #: C/index.docbook:244 @@ -252,6 +298,8 @@ msgid "" "You can start <application>System Log Viewer</application> in the following " "ways:" msgstr "" +"You can start <application>System Log Viewer</application> in the following " +"ways:" #. (itstool) path: varlistentry/term #: C/index.docbook:250 @@ -264,6 +312,8 @@ msgid "" "Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " "File Viewer</guimenuitem></menuchoice>." msgstr "" +"Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " +"File Viewer</guimenuitem></menuchoice>." #. (itstool) path: varlistentry/term #: C/index.docbook:256 @@ -275,6 +325,7 @@ msgstr "Command line" msgid "" "Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." msgstr "" +"Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." #. (itstool) path: sect1/para #: C/index.docbook:265 @@ -282,11 +333,13 @@ msgid "" "When you start <application>System Log Viewer</application>, the following " "window is displayed." msgstr "" +"When you start <application>System Log Viewer</application>, the following " +"window is displayed." #. (itstool) path: figure/title #: C/index.docbook:269 msgid "System Log Viewer Window" -msgstr "" +msgstr "System Log Viewer Window" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -299,6 +352,8 @@ msgid "" "external ref='figures/syslog_window.png' " "md5='7cb5e186fe792ed85e408ff33f21eced'" msgstr "" +"external ref='figures/syslog_window.png' " +"md5='7cb5e186fe792ed85e408ff33f21eced'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:271 @@ -308,6 +363,10 @@ msgid "" " main window. Contains menubar, display area, scrollbars, and statusbar. " "</phrase> </textobject>" msgstr "" +"<imageobject> <imagedata fileref=\"figures/syslog_window.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Shows System Log Viewer" +" main window. Contains menubar, display area, scrollbars, and statusbar. " +"</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:282 @@ -318,6 +377,11 @@ msgid "" "side of the application window. The log selected in this list is displayed " "in the main area of the application window." msgstr "" +"The first time you start <application>System Log Viewer</application>, the " +"application displays several log files by default (such as " +"<filename>/var/log/messages</filename>). Opened logs are listed on the left " +"side of the application window. The log selected in this list is displayed " +"in the main area of the application window." #. (itstool) path: sect1/para #: C/index.docbook:290 @@ -326,6 +390,9 @@ msgid "" "opened log, and any change appears automatically in the main window. See " "<xref linkend=\"syslog-monitor\"/> for more information." msgstr "" +"By default, <application>System Log Viewer</application> monitors every " +"opened log, and any change appears automatically in the main window. See " +"<xref linkend=\"syslog-monitor\"/> for more information." #. (itstool) path: sect1/title #: C/index.docbook:299 @@ -335,7 +402,7 @@ msgstr "Usage" #. (itstool) path: sect2/title #: C/index.docbook:302 msgid "To View a Log" -msgstr "" +msgstr "To View a Log" #. (itstool) path: sect2/para #: C/index.docbook:303 @@ -346,6 +413,11 @@ msgid "" "to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " "scroll through the log." msgstr "" +"To view a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>." +" In the <guilabel>Open Log</guilabel> dialog, select the log that you want " +"to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " +"scroll through the log." #. (itstool) path: sect2/para #: C/index.docbook:309 @@ -357,6 +429,12 @@ msgid "" "area of the application window. To display another log already opened in " "<application>System Log Viewer</application>, select it in the log list." msgstr "" +"You can open as many logs as you want. <application>System Log " +"Viewer</application> displays one log at a time in the <guilabel>System Log " +"Viewer</guilabel> window. Opened logs are listed on the left side of the " +"application window. The log selected in this list is displayed in the main " +"area of the application window. To display another log already opened in " +"<application>System Log Viewer</application>, select it in the log list." #. (itstool) path: sect2/para #: C/index.docbook:317 @@ -364,11 +442,13 @@ msgid "" "Note that <application>System Log Viewer</application> also lets you open " "zipped logs (whole filenames end in \".gz\")." msgstr "" +"Note that <application>System Log Viewer</application> also lets you open " +"zipped logs (whole filenames end in \".gz\")." #. (itstool) path: sect2/title #: C/index.docbook:322 msgid "To Copy Log Lines to the Clipboard" -msgstr "" +msgstr "To Copy Log Lines to the Clipboard" #. (itstool) path: sect2/para #: C/index.docbook:323 @@ -381,11 +461,18 @@ msgid "" "All</guimenuitem></menuchoice> menu option, then choose " "<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." msgstr "" +"To copy one or more log lines to the clipboard, just select the lines in the" +" main area and choose the " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>" +" menu option. If you want to copy the entire log to the clipboard, select it" +" entirely using the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select " +"All</guimenuitem></menuchoice> menu option, then choose " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." #. (itstool) path: sect2/title #: C/index.docbook:335 msgid "To Hide the Sidebar" -msgstr "" +msgstr "To Hide the Sidebar" #. (itstool) path: sect2/para #: C/index.docbook:336 @@ -394,11 +481,14 @@ msgid "" "select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " "pane</guimenuitem></menuchoice> menu option." msgstr "" +"To hide the left sidebar, which contains the log list and calendar, just " +"select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " +"pane</guimenuitem></menuchoice> menu option." #. (itstool) path: sect2/title #: C/index.docbook:343 msgid "To Monitor Logs" -msgstr "" +msgstr "To Monitor Logs" #. (itstool) path: sect2/para #: C/index.docbook:344 @@ -411,31 +501,39 @@ msgid "" "the new lines will appear automatically at the end of the log and, after " "five seconds, the log name will turn back to normal in the list." msgstr "" +"You can use <application>System Log Viewer</application> to monitor logs. By" +" default, all logs opened in <application>System Log Viewer</application> " +"are monitored for changes. If new lines are added to a log monitored by " +"<application>System Log Viewer</application>, the log name will appear in " +"bold in the log list. If the log is currently displayed in the main area, " +"the new lines will appear automatically at the end of the log and, after " +"five seconds, the log name will turn back to normal in the list." #. (itstool) path: sect2/title #: C/index.docbook:355 msgid "To View Log Information" -msgstr "" +msgstr "To View Log Information" #. (itstool) path: sect2/para #: C/index.docbook:356 msgid "Log information are generally displayed in the status bar, including :" msgstr "" +"Log information are generally displayed in the status bar, including :" #. (itstool) path: listitem/para #: C/index.docbook:359 msgid "Number of lines in the log." -msgstr "" +msgstr "Number of lines in the log." #. (itstool) path: listitem/para #: C/index.docbook:361 msgid "Size of the log in bytes." -msgstr "" +msgstr "Size of the log in bytes." #. (itstool) path: listitem/para #: C/index.docbook:363 msgid "Date the log was last modified." -msgstr "" +msgstr "Date the log was last modified." #. (itstool) path: sect2/para #: C/index.docbook:366 @@ -444,11 +542,14 @@ msgid "" "<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" " option." msgstr "" +"The status bar can be displayed or hidden using the " +"<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" +" option." #. (itstool) path: sect2/title #: C/index.docbook:372 msgid "To Close a Log" -msgstr "" +msgstr "To Close a Log" #. (itstool) path: sect2/para #: C/index.docbook:373 @@ -456,11 +557,13 @@ msgid "" "To close a log, choose " "<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." msgstr "" +"To close a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." #. (itstool) path: sect2/title #: C/index.docbook:379 msgid "To Exit System Log Viewer" -msgstr "" +msgstr "To Exit System Log Viewer" #. (itstool) path: sect2/para #: C/index.docbook:380 @@ -468,6 +571,8 @@ msgid "" "To exit <application>System Log Viewer</application>, choose " "<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." msgstr "" +"To exit <application>System Log Viewer</application>, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/logview/help/eo/eo.po b/logview/help/eo/eo.po index 2f1a765c..766556f1 100644 --- a/logview/help/eo/eo.po +++ b/logview/help/eo/eo.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Cora Loftis, 2018\n" -"Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" +"Language-Team: Esperanto (https://app.transifex.com/mate/teams/13566/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es/es.po b/logview/help/es/es.po index c3e0fb89..637d09be 100644 --- a/logview/help/es/es.po +++ b/logview/help/es/es.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Toni Estévez <[email protected]>, 2021\n" -"Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/mate/teams/13566/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_AR/es_AR.po b/logview/help/es_AR/es_AR.po index be2988f2..b1ad5d83 100644 --- a/logview/help/es_AR/es_AR.po +++ b/logview/help/es_AR/es_AR.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Dario Badagnani <[email protected]>, 2018\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://app.transifex.com/mate/teams/13566/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_CL/es_CL.po b/logview/help/es_CL/es_CL.po index 1329f70d..0bb9fa36 100644 --- a/logview/help/es_CL/es_CL.po +++ b/logview/help/es_CL/es_CL.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Robert Petitpas <[email protected]>, 2018\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/mate/teams/13566/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://app.transifex.com/mate/teams/13566/es_CL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_CO/es_CO.po b/logview/help/es_CO/es_CO.po index 8c15f45e..3072a88d 100644 --- a/logview/help/es_CO/es_CO.po +++ b/logview/help/es_CO/es_CO.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Julian Borrero <[email protected]>, 2018\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://app.transifex.com/mate/teams/13566/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_CR/es_CR.po b/logview/help/es_CR/es_CR.po index 5f470a10..6456d74c 100644 --- a/logview/help/es_CR/es_CR.po +++ b/logview/help/es_CR/es_CR.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/mate/teams/13566/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://app.transifex.com/mate/teams/13566/es_CR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_DO/es_DO.po b/logview/help/es_DO/es_DO.po index 06d77137..667fc3db 100644 --- a/logview/help/es_DO/es_DO.po +++ b/logview/help/es_DO/es_DO.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mate/teams/13566/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://app.transifex.com/mate/teams/13566/es_DO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_EC/es_EC.po b/logview/help/es_EC/es_EC.po index 91359d6a..67b55334 100644 --- a/logview/help/es_EC/es_EC.po +++ b/logview/help/es_EC/es_EC.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/mate/teams/13566/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://app.transifex.com/mate/teams/13566/es_EC/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_ES/es_ES.po b/logview/help/es_ES/es_ES.po index 5e7f6358..2fd274e2 100644 --- a/logview/help/es_ES/es_ES.po +++ b/logview/help/es_ES/es_ES.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/mate/teams/13566/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://app.transifex.com/mate/teams/13566/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_MX/es_MX.po b/logview/help/es_MX/es_MX.po index 3795b6b4..1037ba74 100644 --- a/logview/help/es_MX/es_MX.po +++ b/logview/help/es_MX/es_MX.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Luis Armando Medina <[email protected]>, 2018\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/mate/teams/13566/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_NI/es_NI.po b/logview/help/es_NI/es_NI.po index 1aa5623e..e11d8ea0 100644 --- a/logview/help/es_NI/es_NI.po +++ b/logview/help/es_NI/es_NI.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Nicaragua) (https://www.transifex.com/mate/teams/13566/es_NI/)\n" +"Language-Team: Spanish (Nicaragua) (https://app.transifex.com/mate/teams/13566/es_NI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_PA/es_PA.po b/logview/help/es_PA/es_PA.po index 4e1c1671..7f392479 100644 --- a/logview/help/es_PA/es_PA.po +++ b/logview/help/es_PA/es_PA.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Panama) (https://www.transifex.com/mate/teams/13566/es_PA/)\n" +"Language-Team: Spanish (Panama) (https://app.transifex.com/mate/teams/13566/es_PA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_PE/es_PE.po b/logview/help/es_PE/es_PE.po index 092510da..ef76bbf9 100644 --- a/logview/help/es_PE/es_PE.po +++ b/logview/help/es_PE/es_PE.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/mate/teams/13566/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://app.transifex.com/mate/teams/13566/es_PE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_PR/es_PR.po b/logview/help/es_PR/es_PR.po index e1154a83..c9cc316b 100644 --- a/logview/help/es_PR/es_PR.po +++ b/logview/help/es_PR/es_PR.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/mate/teams/13566/es_PR/)\n" +"Language-Team: Spanish (Puerto Rico) (https://app.transifex.com/mate/teams/13566/es_PR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_SV/es_SV.po b/logview/help/es_SV/es_SV.po index 5069c72b..b98694f7 100644 --- a/logview/help/es_SV/es_SV.po +++ b/logview/help/es_SV/es_SV.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (El Salvador) (https://www.transifex.com/mate/teams/13566/es_SV/)\n" +"Language-Team: Spanish (El Salvador) (https://app.transifex.com/mate/teams/13566/es_SV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_UY/es_UY.po b/logview/help/es_UY/es_UY.po index e936302e..1fa54910 100644 --- a/logview/help/es_UY/es_UY.po +++ b/logview/help/es_UY/es_UY.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Uruguay) (https://www.transifex.com/mate/teams/13566/es_UY/)\n" +"Language-Team: Spanish (Uruguay) (https://app.transifex.com/mate/teams/13566/es_UY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/es_VE/es_VE.po b/logview/help/es_VE/es_VE.po index 23480fa6..0f30671b 100644 --- a/logview/help/es_VE/es_VE.po +++ b/logview/help/es_VE/es_VE.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/mate/teams/13566/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://app.transifex.com/mate/teams/13566/es_VE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/et/et.po b/logview/help/et/et.po index c6ca95df..a3ec673a 100644 --- a/logview/help/et/et.po +++ b/logview/help/et/et.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" +"Language-Team: Estonian (https://app.transifex.com/mate/teams/13566/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/eu/eu.po b/logview/help/eu/eu.po index faa6d011..f57b9138 100644 --- a/logview/help/eu/eu.po +++ b/logview/help/eu/eu.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" +"Language-Team: Basque (https://app.transifex.com/mate/teams/13566/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/fa/fa.po b/logview/help/fa/fa.po index c2b88120..fbb9724d 100644 --- a/logview/help/fa/fa.po +++ b/logview/help/fa/fa.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Borderliner <[email protected]>, 2018\n" -"Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" +"Language-Team: Persian (https://app.transifex.com/mate/teams/13566/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/fi/fi.po b/logview/help/fi/fi.po index 5cb9402e..abff699c 100644 --- a/logview/help/fi/fi.po +++ b/logview/help/fi/fi.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: nomen omen, 2018\n" -"Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" +"Language-Team: Finnish (https://app.transifex.com/mate/teams/13566/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/fr/fr.po b/logview/help/fr/fr.po index 32031fe1..5ee201fe 100644 --- a/logview/help/fr/fr.po +++ b/logview/help/fr/fr.po @@ -18,7 +18,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Jerom Turible <[email protected]>, 2021\n" -"Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" +"Language-Team: French (https://app.transifex.com/mate/teams/13566/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/fur/fur.po b/logview/help/fur/fur.po index 1f777e9d..541b2638 100644 --- a/logview/help/fur/fur.po +++ b/logview/help/fur/fur.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" +"Language-Team: Friulian (https://app.transifex.com/mate/teams/13566/fur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/fy/fy.po b/logview/help/fy/fy.po index 88c14ddd..a8bfdea2 100644 --- a/logview/help/fy/fy.po +++ b/logview/help/fy/fy.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" +"Language-Team: Western Frisian (https://app.transifex.com/mate/teams/13566/fy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ga/ga.po b/logview/help/ga/ga.po index f3989907..5a167583 100644 --- a/logview/help/ga/ga.po +++ b/logview/help/ga/ga.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" +"Language-Team: Irish (https://app.transifex.com/mate/teams/13566/ga/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/gl/gl.po b/logview/help/gl/gl.po index 4b65e911..f3a16118 100644 --- a/logview/help/gl/gl.po +++ b/logview/help/gl/gl.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Miguel Anxo Bouzada <[email protected]>, 2021\n" -"Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" +"Language-Team: Galician (https://app.transifex.com/mate/teams/13566/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/gu/gu.po b/logview/help/gu/gu.po index ef91b82c..9f0c22ac 100644 --- a/logview/help/gu/gu.po +++ b/logview/help/gu/gu.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Milan Savaliya <[email protected]>, 2018\n" -"Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" +"Language-Team: Gujarati (https://app.transifex.com/mate/teams/13566/gu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ha/ha.po b/logview/help/ha/ha.po index fb68950c..3d129b66 100644 --- a/logview/help/ha/ha.po +++ b/logview/help/ha/ha.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Hausa (https://www.transifex.com/mate/teams/13566/ha/)\n" +"Language-Team: Hausa (https://app.transifex.com/mate/teams/13566/ha/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/he/he.po b/logview/help/he/he.po index 9e017e82..d6630bc6 100644 --- a/logview/help/he/he.po +++ b/logview/help/he/he.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: shy tzedaka <[email protected]>, 2020\n" -"Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" +"Language-Team: Hebrew (https://app.transifex.com/mate/teams/13566/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" diff --git a/logview/help/hi/hi.po b/logview/help/hi/hi.po index 8aa032cb..2cdac84d 100644 --- a/logview/help/hi/hi.po +++ b/logview/help/hi/hi.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Panwar108 <[email protected]>, 2018\n" -"Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" +"Language-Team: Hindi (https://app.transifex.com/mate/teams/13566/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/hr/hr.po b/logview/help/hr/hr.po index 4bb9cecd..9ce2a78b 100644 --- a/logview/help/hr/hr.po +++ b/logview/help/hr/hr.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Radovan Gundulić <[email protected]>, 2020\n" -"Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" +"Language-Team: Croatian (https://app.transifex.com/mate/teams/13566/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/hu/hu.po b/logview/help/hu/hu.po index dc677a20..512ed78b 100644 --- a/logview/help/hu/hu.po +++ b/logview/help/hu/hu.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Robert Antoni Buj i Gelonch <[email protected]>, 2019\n" -"Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" +"Language-Team: Hungarian (https://app.transifex.com/mate/teams/13566/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/hy/hy.po b/logview/help/hy/hy.po index d2e930a0..38e2215e 100644 --- a/logview/help/hy/hy.po +++ b/logview/help/hy/hy.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Avag Sayan <[email protected]>, 2020\n" -"Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" +"Language-Team: Armenian (https://app.transifex.com/mate/teams/13566/hy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ia/ia.po b/logview/help/ia/ia.po index 6209cf7d..c0e0721e 100644 --- a/logview/help/ia/ia.po +++ b/logview/help/ia/ia.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Tea Coba <[email protected]>, 2018\n" -"Language-Team: Interlingua (https://www.transifex.com/mate/teams/13566/ia/)\n" +"Language-Team: Interlingua (https://app.transifex.com/mate/teams/13566/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/id/id.po b/logview/help/id/id.po index 1b2e126d..d8307acc 100644 --- a/logview/help/id/id.po +++ b/logview/help/id/id.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Andika Triwidada <[email protected]>, 2021\n" -"Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" +"Language-Team: Indonesian (https://app.transifex.com/mate/teams/13566/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ie/ie.po b/logview/help/ie/ie.po index 06b08fe6..6914303f 100644 --- a/logview/help/ie/ie.po +++ b/logview/help/ie/ie.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Caarmi, 2019\n" -"Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" +"Language-Team: Interlingue (https://app.transifex.com/mate/teams/13566/ie/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ig/ig.po b/logview/help/ig/ig.po index 50f3011b..e9ce05d0 100644 --- a/logview/help/ig/ig.po +++ b/logview/help/ig/ig.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Igbo (https://www.transifex.com/mate/teams/13566/ig/)\n" +"Language-Team: Igbo (https://app.transifex.com/mate/teams/13566/ig/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/is/is.po b/logview/help/is/is.po index 5518312a..6171e3a4 100644 --- a/logview/help/is/is.po +++ b/logview/help/is/is.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" +"Language-Team: Icelandic (https://app.transifex.com/mate/teams/13566/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/it/it.po b/logview/help/it/it.po index f5cf08e5..50a204fe 100644 --- a/logview/help/it/it.po +++ b/logview/help/it/it.po @@ -3,7 +3,7 @@ # Stefano Karapetsas <[email protected]>, 2018 # Wolfgang Ulbrich <[email protected]>, 2018 # Marco Z. <[email protected]>, 2018 -# Giuseppe Pignataro <[email protected]>, 2019 +# Giuseppe Pignataro (Fastbyte01) <[email protected]>, 2019 # Enrico B. <[email protected]>, 2019 # Alessandro Volturno <[email protected]>, 2022 # @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Alessandro Volturno <[email protected]>, 2022\n" -"Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" +"Language-Team: Italian (https://app.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ja/ja.po b/logview/help/ja/ja.po index 3ded8adb..406d7413 100644 --- a/logview/help/ja/ja.po +++ b/logview/help/ja/ja.po @@ -3,15 +3,15 @@ # Stefano Karapetsas <[email protected]>, 2018 # ABE Tsunehiko, 2018 # Wolfgang Ulbrich <[email protected]>, 2018 -# Green, 2021 +# Green <[email protected]>, 2024 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Green, 2021\n" -"Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" +"Last-Translator: Green <[email protected]>, 2024\n" +"Language-Team: Japanese (https://app.transifex.com/mate/teams/13566/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -276,7 +276,7 @@ msgid "" "for more experienced administrators, as it contains a monitor to enable you " "to continuously monitor crucial logs." msgstr "" -"<application>システムログ・ビューア</application>は、ログファイルのテキスト表示よりも簡単で、ユーザー・フレンドリーなログ表示を提供するので、システム管理に慣れていない場合に役立ちます。また、重要なログを継続的に監視可能なモニターが含まれているため、経験豊富な管理者にも役立ちます。" +"<application>システムログ・ビューア</application>は、ログファイルのテキスト表示よりも簡単で、ユーザフレンドリなログ表示を提供するので、システム管理に慣れていない場合に役立ちます。また、重要なログを継続的に監視可能なモニタが含まれているため、経験豊富な管理者にも役立ちます。" #. (itstool) path: warning/para #: C/index.docbook:237 @@ -284,7 +284,7 @@ msgid "" "<application>System Log Viewer</application> is useful only to those who " "have access to the system log files, which generally requires root access." msgstr "" -"<application>システムログ・ビューア</application>は、システムログファイルにアクセスしたいユーザーにのみ役立ちます。システムログにアクセスするには、通常ルート権限が必要なためです。" +"<application>システムログ・ビューア</application>は、システムログファイルにアクセスしたいユーザにのみ役立ちます。システムログにアクセスするには、通常ルート権限が必要なためです。" #. (itstool) path: sect1/title #: C/index.docbook:244 diff --git a/logview/help/ka/ka.po b/logview/help/ka/ka.po index a442d519..4d160b6e 100644 --- a/logview/help/ka/ka.po +++ b/logview/help/ka/ka.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" +"Language-Team: Georgian (https://app.transifex.com/mate/teams/13566/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/kab/kab.po b/logview/help/kab/kab.po index 604827a2..1cd20a06 100644 --- a/logview/help/kab/kab.po +++ b/logview/help/kab/kab.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Slimane Selyan AMIRI <[email protected]>, 2020\n" -"Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" +"Language-Team: Kabyle (https://app.transifex.com/mate/teams/13566/kab/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/kk/kk.po b/logview/help/kk/kk.po index 8a517139..da8f4b64 100644 --- a/logview/help/kk/kk.po +++ b/logview/help/kk/kk.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" +"Language-Team: Kazakh (https://app.transifex.com/mate/teams/13566/kk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/kn/kn.po b/logview/help/kn/kn.po index 284bd9b9..1209f8ae 100644 --- a/logview/help/kn/kn.po +++ b/logview/help/kn/kn.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: karthik holla <[email protected]>, 2018\n" -"Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" +"Language-Team: Kannada (https://app.transifex.com/mate/teams/13566/kn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ko/ko.po b/logview/help/ko/ko.po index 57e5b6de..b52c24bd 100644 --- a/logview/help/ko/ko.po +++ b/logview/help/ko/ko.po @@ -3,7 +3,7 @@ # Stefano Karapetsas <[email protected]>, 2018 # 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2018 # HanSol Park <[email protected]>, 2018 -# JungHee Lee <[email protected]>, 2021 +# Junghee Lee <[email protected]>, 2021 # Wolfgang Ulbrich <[email protected]>, 2021 # msgid "" @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Wolfgang Ulbrich <[email protected]>, 2021\n" -"Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/mate/teams/13566/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ku/ku.po b/logview/help/ku/ku.po index ad998490..28e327e6 100644 --- a/logview/help/ku/ku.po +++ b/logview/help/ku/ku.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" +"Language-Team: Kurdish (https://app.transifex.com/mate/teams/13566/ku/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ku_IQ/ku_IQ.po b/logview/help/ku_IQ/ku_IQ.po new file mode 100644 index 00000000..d9ccd0bd --- /dev/null +++ b/logview/help/ku_IQ/ku_IQ.po @@ -0,0 +1,540 @@ +# +# Translators: +# Rasti K5 <[email protected]>, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" +"PO-Revision-Date: 2018-09-14 23:21+0000\n" +"Last-Translator: Rasti K5 <[email protected]>, 2023\n" +"Language-Team: Kurdish (Iraq) (https://app.transifex.com/mate/teams/13566/ku_IQ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ku_IQ\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "System Log Viewer Manual" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:26 +msgid "" +"System Log Viewer is a graphical user interface to view and monitor system " +"log files." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:30 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:34 +msgid "<year>2003</year> <holder>Sun Microsystems</holder>" +msgstr "<year>٢٠٠٣</year> <holder>سەن مایکرۆسیستەم</holder>" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:38 +msgid "<year>2000</year> <holder>Judith Samson</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:51 C/index.docbook:122 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:54 C/index.docbook:132 C/index.docbook:142 +#: C/index.docbook:152 C/index.docbook:162 C/index.docbook:172 +#: C/index.docbook:182 C/index.docbook:192 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<surname>MATE Documentation Team</surname> <affiliation> <orgname>Mate " +"desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:66 +msgid "" +"<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> " +"<affiliation> <orgname>Sun Microsystems</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:75 +msgid "" +"<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " +"<orgname>GNOME Documentation Project</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:84 +msgid "" +"<firstname>Paul</firstname> <surname>Cutler</surname> <affiliation> " +"<orgname>GNOME Documentation Team</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:93 +msgid "" +"<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " +"<address><email>[email protected]</email></address> </affiliation>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:120 +msgid "Wolfgang Ulbrich" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:116 +msgid "" +"<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" +" <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:129 +msgid "Paul Cutler <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:125 +msgid "" +"<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " +"2009</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:139 +msgid "Vincent Noel <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:135 +msgid "" +"<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " +"2005</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:149 C/index.docbook:159 C/index.docbook:169 +#: C/index.docbook:179 +msgid "Sun GNOME Documentation Team <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:145 +msgid "" +"<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:155 +msgid "" +"<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:165 +msgid "" +"<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:175 +msgid "" +"<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:189 +msgid "Judith Samson <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:185 +msgid "" +"<revnumber>Logview Manual</revnumber> <date>2000</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:197 +msgid "This manual describes version 1.10 of System Log Viewer." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:200 +msgid "Feedback" +msgstr "پاشخورد" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:201 +msgid "" +"To report a bug or make a suggestion regarding the System Log Viewer " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:210 +msgid "<primary>System Log Viewer</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:218 +msgid "Introduction" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:220 +msgid "" +"<application>System Log Viewer</application> is a graphical, menu-driven " +"viewer that you can use to view and monitor your system logs. " +"<application>System Log Viewer</application> comes with a few functions that" +" can help you manage your logs, including a log monitor and log statistics " +"display." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:228 +msgid "" +"<application>System Log Viewer</application> is useful if you are new to " +"system administration because it provides an easier, more user-friendly " +"display of your logs than a text display of the log file. It is also useful " +"for more experienced administrators, as it contains a monitor to enable you " +"to continuously monitor crucial logs." +msgstr "" + +#. (itstool) path: warning/para +#: C/index.docbook:237 +msgid "" +"<application>System Log Viewer</application> is useful only to those who " +"have access to the system log files, which generally requires root access." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:244 +msgid "Getting Started" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:246 +msgid "" +"You can start <application>System Log Viewer</application> in the following " +"ways:" +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:250 +msgid "<guimenu>Applications</guimenu> menu" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:252 +msgid "" +"Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " +"File Viewer</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:256 +msgid "Command line" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:258 +msgid "" +"Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:265 +msgid "" +"When you start <application>System Log Viewer</application>, the following " +"window is displayed." +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:269 +msgid "System Log Viewer Window" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:273 +msgctxt "_" +msgid "" +"external ref='figures/syslog_window.png' " +"md5='7cb5e186fe792ed85e408ff33f21eced'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:271 +msgid "" +"<imageobject> <imagedata fileref=\"figures/syslog_window.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Shows System Log Viewer" +" main window. Contains menubar, display area, scrollbars, and statusbar. " +"</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:282 +msgid "" +"The first time you start <application>System Log Viewer</application>, the " +"application displays several log files by default (such as " +"<filename>/var/log/messages</filename>). Opened logs are listed on the left " +"side of the application window. The log selected in this list is displayed " +"in the main area of the application window." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:290 +msgid "" +"By default, <application>System Log Viewer</application> monitors every " +"opened log, and any change appears automatically in the main window. See " +"<xref linkend=\"syslog-monitor\"/> for more information." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:299 +msgid "Usage" +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:302 +msgid "To View a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:303 +msgid "" +"To view a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>." +" In the <guilabel>Open Log</guilabel> dialog, select the log that you want " +"to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " +"scroll through the log." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:309 +msgid "" +"You can open as many logs as you want. <application>System Log " +"Viewer</application> displays one log at a time in the <guilabel>System Log " +"Viewer</guilabel> window. Opened logs are listed on the left side of the " +"application window. The log selected in this list is displayed in the main " +"area of the application window. To display another log already opened in " +"<application>System Log Viewer</application>, select it in the log list." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:317 +msgid "" +"Note that <application>System Log Viewer</application> also lets you open " +"zipped logs (whole filenames end in \".gz\")." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:322 +msgid "To Copy Log Lines to the Clipboard" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:323 +msgid "" +"To copy one or more log lines to the clipboard, just select the lines in the" +" main area and choose the " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>" +" menu option. If you want to copy the entire log to the clipboard, select it" +" entirely using the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select " +"All</guimenuitem></menuchoice> menu option, then choose " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:335 +msgid "To Hide the Sidebar" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:336 +msgid "" +"To hide the left sidebar, which contains the log list and calendar, just " +"select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " +"pane</guimenuitem></menuchoice> menu option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:343 +msgid "To Monitor Logs" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:344 +msgid "" +"You can use <application>System Log Viewer</application> to monitor logs. By" +" default, all logs opened in <application>System Log Viewer</application> " +"are monitored for changes. If new lines are added to a log monitored by " +"<application>System Log Viewer</application>, the log name will appear in " +"bold in the log list. If the log is currently displayed in the main area, " +"the new lines will appear automatically at the end of the log and, after " +"five seconds, the log name will turn back to normal in the list." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:355 +msgid "To View Log Information" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:356 +msgid "Log information are generally displayed in the status bar, including :" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "Number of lines in the log." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:361 +msgid "Size of the log in bytes." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "Date the log was last modified." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:366 +msgid "" +"The status bar can be displayed or hidden using the " +"<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" +" option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:372 +msgid "To Close a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:373 +msgid "" +"To close a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:379 +msgid "To Exit System Log Viewer" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:380 +msgid "" +"To exit <application>System Log Viewer</application>, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "بەستەر" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " +"later version published by the Free Software Foundation with no Invariant " +"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" +" of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +msgid "" +"This manual is part of a collection of MATE manuals distributed under the " +"GFDL. If you want to distribute this manual separately from the collection, " +"you can do so by adding a copy of the license to the manual, as described in" +" section 6 of the license." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/logview/help/ky/ky.po b/logview/help/ky/ky.po index 534985fa..24c2f8b3 100644 --- a/logview/help/ky/ky.po +++ b/logview/help/ky/ky.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2018\n" -"Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" +"Language-Team: Kyrgyz (https://app.transifex.com/mate/teams/13566/ky/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/la/la.po b/logview/help/la/la.po new file mode 100644 index 00000000..ee10906b --- /dev/null +++ b/logview/help/la/la.po @@ -0,0 +1,541 @@ +# +# Translators: +# Vendelín Slezák <[email protected]>, 2018 +# Roger Herikstad, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" +"PO-Revision-Date: 2018-09-14 23:21+0000\n" +"Last-Translator: Roger Herikstad, 2023\n" +"Language-Team: Latin (https://app.transifex.com/mate/teams/13566/la/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: la\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Vendelín Slezák <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "System Log Viewer Manual" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:26 +msgid "" +"System Log Viewer is a graphical user interface to view and monitor system " +"log files." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:30 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:34 +msgid "<year>2003</year> <holder>Sun Microsystems</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:38 +msgid "<year>2000</year> <holder>Judith Samson</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:51 C/index.docbook:122 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:54 C/index.docbook:132 C/index.docbook:142 +#: C/index.docbook:152 C/index.docbook:162 C/index.docbook:172 +#: C/index.docbook:182 C/index.docbook:192 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<surname>MATE Documentation Team</surname> <affiliation> <orgname>Mate " +"desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:66 +msgid "" +"<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> " +"<affiliation> <orgname>Sun Microsystems</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:75 +msgid "" +"<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " +"<orgname>GNOME Documentation Project</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:84 +msgid "" +"<firstname>Paul</firstname> <surname>Cutler</surname> <affiliation> " +"<orgname>GNOME Documentation Team</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:93 +msgid "" +"<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " +"<address><email>[email protected]</email></address> </affiliation>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:120 +msgid "Wolfgang Ulbrich" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:116 +msgid "" +"<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" +" <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:129 +msgid "Paul Cutler <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:125 +msgid "" +"<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " +"2009</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:139 +msgid "Vincent Noel <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:135 +msgid "" +"<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " +"2005</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:149 C/index.docbook:159 C/index.docbook:169 +#: C/index.docbook:179 +msgid "Sun GNOME Documentation Team <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:145 +msgid "" +"<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:155 +msgid "" +"<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:165 +msgid "" +"<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:175 +msgid "" +"<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:189 +msgid "Judith Samson <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:185 +msgid "" +"<revnumber>Logview Manual</revnumber> <date>2000</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:197 +msgid "This manual describes version 1.10 of System Log Viewer." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:200 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:201 +msgid "" +"To report a bug or make a suggestion regarding the System Log Viewer " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:210 +msgid "<primary>System Log Viewer</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:218 +msgid "Introduction" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:220 +msgid "" +"<application>System Log Viewer</application> is a graphical, menu-driven " +"viewer that you can use to view and monitor your system logs. " +"<application>System Log Viewer</application> comes with a few functions that" +" can help you manage your logs, including a log monitor and log statistics " +"display." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:228 +msgid "" +"<application>System Log Viewer</application> is useful if you are new to " +"system administration because it provides an easier, more user-friendly " +"display of your logs than a text display of the log file. It is also useful " +"for more experienced administrators, as it contains a monitor to enable you " +"to continuously monitor crucial logs." +msgstr "" + +#. (itstool) path: warning/para +#: C/index.docbook:237 +msgid "" +"<application>System Log Viewer</application> is useful only to those who " +"have access to the system log files, which generally requires root access." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:244 +msgid "Getting Started" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:246 +msgid "" +"You can start <application>System Log Viewer</application> in the following " +"ways:" +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:250 +msgid "<guimenu>Applications</guimenu> menu" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:252 +msgid "" +"Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " +"File Viewer</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:256 +msgid "Command line" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:258 +msgid "" +"Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:265 +msgid "" +"When you start <application>System Log Viewer</application>, the following " +"window is displayed." +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:269 +msgid "System Log Viewer Window" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:273 +msgctxt "_" +msgid "" +"external ref='figures/syslog_window.png' " +"md5='7cb5e186fe792ed85e408ff33f21eced'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:271 +msgid "" +"<imageobject> <imagedata fileref=\"figures/syslog_window.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Shows System Log Viewer" +" main window. Contains menubar, display area, scrollbars, and statusbar. " +"</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:282 +msgid "" +"The first time you start <application>System Log Viewer</application>, the " +"application displays several log files by default (such as " +"<filename>/var/log/messages</filename>). Opened logs are listed on the left " +"side of the application window. The log selected in this list is displayed " +"in the main area of the application window." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:290 +msgid "" +"By default, <application>System Log Viewer</application> monitors every " +"opened log, and any change appears automatically in the main window. See " +"<xref linkend=\"syslog-monitor\"/> for more information." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:299 +msgid "Usage" +msgstr "Usus" + +#. (itstool) path: sect2/title +#: C/index.docbook:302 +msgid "To View a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:303 +msgid "" +"To view a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>." +" In the <guilabel>Open Log</guilabel> dialog, select the log that you want " +"to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " +"scroll through the log." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:309 +msgid "" +"You can open as many logs as you want. <application>System Log " +"Viewer</application> displays one log at a time in the <guilabel>System Log " +"Viewer</guilabel> window. Opened logs are listed on the left side of the " +"application window. The log selected in this list is displayed in the main " +"area of the application window. To display another log already opened in " +"<application>System Log Viewer</application>, select it in the log list." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:317 +msgid "" +"Note that <application>System Log Viewer</application> also lets you open " +"zipped logs (whole filenames end in \".gz\")." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:322 +msgid "To Copy Log Lines to the Clipboard" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:323 +msgid "" +"To copy one or more log lines to the clipboard, just select the lines in the" +" main area and choose the " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>" +" menu option. If you want to copy the entire log to the clipboard, select it" +" entirely using the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select " +"All</guimenuitem></menuchoice> menu option, then choose " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:335 +msgid "To Hide the Sidebar" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:336 +msgid "" +"To hide the left sidebar, which contains the log list and calendar, just " +"select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " +"pane</guimenuitem></menuchoice> menu option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:343 +msgid "To Monitor Logs" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:344 +msgid "" +"You can use <application>System Log Viewer</application> to monitor logs. By" +" default, all logs opened in <application>System Log Viewer</application> " +"are monitored for changes. If new lines are added to a log monitored by " +"<application>System Log Viewer</application>, the log name will appear in " +"bold in the log list. If the log is currently displayed in the main area, " +"the new lines will appear automatically at the end of the log and, after " +"five seconds, the log name will turn back to normal in the list." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:355 +msgid "To View Log Information" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:356 +msgid "Log information are generally displayed in the status bar, including :" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "Number of lines in the log." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:361 +msgid "Size of the log in bytes." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "Date the log was last modified." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:366 +msgid "" +"The status bar can be displayed or hidden using the " +"<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" +" option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:372 +msgid "To Close a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:373 +msgid "" +"To close a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:379 +msgid "To Exit System Log Viewer" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:380 +msgid "" +"To exit <application>System Log Viewer</application>, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "vinculum" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " +"later version published by the Free Software Foundation with no Invariant " +"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" +" of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +msgid "" +"This manual is part of a collection of MATE manuals distributed under the " +"GFDL. If you want to distribute this manual separately from the collection, " +"you can do so by adding a copy of the license to the manual, as described in" +" section 6 of the license." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/logview/help/lt/lt.po b/logview/help/lt/lt.po index 734382f5..ed03c8ad 100644 --- a/logview/help/lt/lt.po +++ b/logview/help/lt/lt.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Moo, 2021\n" -"Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" +"Language-Team: Lithuanian (https://app.transifex.com/mate/teams/13566/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/lv/lv.po b/logview/help/lv/lv.po index 01de2c26..d5141c45 100644 --- a/logview/help/lv/lv.po +++ b/logview/help/lv/lv.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" +"Language-Team: Latvian (https://app.transifex.com/mate/teams/13566/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/mai/mai.po b/logview/help/mai/mai.po index e277c1f2..466c6807 100644 --- a/logview/help/mai/mai.po +++ b/logview/help/mai/mai.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" +"Language-Team: Maithili (https://app.transifex.com/mate/teams/13566/mai/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/mg/mg.po b/logview/help/mg/mg.po index 2fa8c461..882d4dbd 100644 --- a/logview/help/mg/mg.po +++ b/logview/help/mg/mg.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" +"Language-Team: Malagasy (https://app.transifex.com/mate/teams/13566/mg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/mk/mk.po b/logview/help/mk/mk.po index 546ef2e8..caf60687 100644 --- a/logview/help/mk/mk.po +++ b/logview/help/mk/mk.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: exoos <[email protected]>, 2018\n" -"Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" +"Language-Team: Macedonian (https://app.transifex.com/mate/teams/13566/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ml/ml.po b/logview/help/ml/ml.po index ce067168..6b7e234b 100644 --- a/logview/help/ml/ml.po +++ b/logview/help/ml/ml.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" +"Language-Team: Malayalam (https://app.transifex.com/mate/teams/13566/ml/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/mn/mn.po b/logview/help/mn/mn.po index a86c6a09..fe67ee5c 100644 --- a/logview/help/mn/mn.po +++ b/logview/help/mn/mn.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" +"Language-Team: Mongolian (https://app.transifex.com/mate/teams/13566/mn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/mr/mr.po b/logview/help/mr/mr.po index 3521f70a..8d12d504 100644 --- a/logview/help/mr/mr.po +++ b/logview/help/mr/mr.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Vaibhav S Dalvi <[email protected]>, 2018\n" -"Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" +"Language-Team: Marathi (https://app.transifex.com/mate/teams/13566/mr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ms/ms.po b/logview/help/ms/ms.po index cbcd64f0..d1bc88dd 100644 --- a/logview/help/ms/ms.po +++ b/logview/help/ms/ms.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: abuyop <[email protected]>, 2021\n" -"Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" +"Language-Team: Malay (https://app.transifex.com/mate/teams/13566/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/nan/nan.po b/logview/help/nan/nan.po new file mode 100644 index 00000000..c0bcc4fb --- /dev/null +++ b/logview/help/nan/nan.po @@ -0,0 +1,540 @@ +# +# Translators: +# Tan, Kian-ting, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" +"PO-Revision-Date: 2018-09-14 23:21+0000\n" +"Last-Translator: Tan, Kian-ting, 2023\n" +"Language-Team: Chinese (Min Nan) (https://app.transifex.com/mate/teams/13566/nan/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nan\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Tan Kian-ting <[email protected]>, 2023" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "System Log Viewer Manual" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:26 +msgid "" +"System Log Viewer is a graphical user interface to view and monitor system " +"log files." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:30 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:34 +msgid "<year>2003</year> <holder>Sun Microsystems</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:38 +msgid "<year>2000</year> <holder>Judith Samson</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:51 C/index.docbook:122 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:54 C/index.docbook:132 C/index.docbook:142 +#: C/index.docbook:152 C/index.docbook:162 C/index.docbook:172 +#: C/index.docbook:182 C/index.docbook:192 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<surname>MATE Documentation Team</surname> <affiliation> <orgname>Mate " +"desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:66 +msgid "" +"<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> " +"<affiliation> <orgname>Sun Microsystems</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:75 +msgid "" +"<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " +"<orgname>GNOME Documentation Project</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:84 +msgid "" +"<firstname>Paul</firstname> <surname>Cutler</surname> <affiliation> " +"<orgname>GNOME Documentation Team</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:93 +msgid "" +"<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " +"<address><email>[email protected]</email></address> </affiliation>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:120 +msgid "Wolfgang Ulbrich" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:116 +msgid "" +"<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" +" <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:129 +msgid "Paul Cutler <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:125 +msgid "" +"<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " +"2009</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:139 +msgid "Vincent Noel <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:135 +msgid "" +"<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " +"2005</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:149 C/index.docbook:159 C/index.docbook:169 +#: C/index.docbook:179 +msgid "Sun GNOME Documentation Team <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:145 +msgid "" +"<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:155 +msgid "" +"<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:165 +msgid "" +"<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:175 +msgid "" +"<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:189 +msgid "Judith Samson <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:185 +msgid "" +"<revnumber>Logview Manual</revnumber> <date>2000</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:197 +msgid "This manual describes version 1.10 of System Log Viewer." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:200 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:201 +msgid "" +"To report a bug or make a suggestion regarding the System Log Viewer " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:210 +msgid "<primary>System Log Viewer</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:218 +msgid "Introduction" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:220 +msgid "" +"<application>System Log Viewer</application> is a graphical, menu-driven " +"viewer that you can use to view and monitor your system logs. " +"<application>System Log Viewer</application> comes with a few functions that" +" can help you manage your logs, including a log monitor and log statistics " +"display." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:228 +msgid "" +"<application>System Log Viewer</application> is useful if you are new to " +"system administration because it provides an easier, more user-friendly " +"display of your logs than a text display of the log file. It is also useful " +"for more experienced administrators, as it contains a monitor to enable you " +"to continuously monitor crucial logs." +msgstr "" + +#. (itstool) path: warning/para +#: C/index.docbook:237 +msgid "" +"<application>System Log Viewer</application> is useful only to those who " +"have access to the system log files, which generally requires root access." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:244 +msgid "Getting Started" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:246 +msgid "" +"You can start <application>System Log Viewer</application> in the following " +"ways:" +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:250 +msgid "<guimenu>Applications</guimenu> menu" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:252 +msgid "" +"Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " +"File Viewer</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:256 +msgid "Command line" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:258 +msgid "" +"Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:265 +msgid "" +"When you start <application>System Log Viewer</application>, the following " +"window is displayed." +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:269 +msgid "System Log Viewer Window" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:273 +msgctxt "_" +msgid "" +"external ref='figures/syslog_window.png' " +"md5='7cb5e186fe792ed85e408ff33f21eced'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:271 +msgid "" +"<imageobject> <imagedata fileref=\"figures/syslog_window.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Shows System Log Viewer" +" main window. Contains menubar, display area, scrollbars, and statusbar. " +"</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:282 +msgid "" +"The first time you start <application>System Log Viewer</application>, the " +"application displays several log files by default (such as " +"<filename>/var/log/messages</filename>). Opened logs are listed on the left " +"side of the application window. The log selected in this list is displayed " +"in the main area of the application window." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:290 +msgid "" +"By default, <application>System Log Viewer</application> monitors every " +"opened log, and any change appears automatically in the main window. See " +"<xref linkend=\"syslog-monitor\"/> for more information." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:299 +msgid "Usage" +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:302 +msgid "To View a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:303 +msgid "" +"To view a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>." +" In the <guilabel>Open Log</guilabel> dialog, select the log that you want " +"to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " +"scroll through the log." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:309 +msgid "" +"You can open as many logs as you want. <application>System Log " +"Viewer</application> displays one log at a time in the <guilabel>System Log " +"Viewer</guilabel> window. Opened logs are listed on the left side of the " +"application window. The log selected in this list is displayed in the main " +"area of the application window. To display another log already opened in " +"<application>System Log Viewer</application>, select it in the log list." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:317 +msgid "" +"Note that <application>System Log Viewer</application> also lets you open " +"zipped logs (whole filenames end in \".gz\")." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:322 +msgid "To Copy Log Lines to the Clipboard" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:323 +msgid "" +"To copy one or more log lines to the clipboard, just select the lines in the" +" main area and choose the " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>" +" menu option. If you want to copy the entire log to the clipboard, select it" +" entirely using the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select " +"All</guimenuitem></menuchoice> menu option, then choose " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:335 +msgid "To Hide the Sidebar" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:336 +msgid "" +"To hide the left sidebar, which contains the log list and calendar, just " +"select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " +"pane</guimenuitem></menuchoice> menu option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:343 +msgid "To Monitor Logs" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:344 +msgid "" +"You can use <application>System Log Viewer</application> to monitor logs. By" +" default, all logs opened in <application>System Log Viewer</application> " +"are monitored for changes. If new lines are added to a log monitored by " +"<application>System Log Viewer</application>, the log name will appear in " +"bold in the log list. If the log is currently displayed in the main area, " +"the new lines will appear automatically at the end of the log and, after " +"five seconds, the log name will turn back to normal in the list." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:355 +msgid "To View Log Information" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:356 +msgid "Log information are generally displayed in the status bar, including :" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "Number of lines in the log." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:361 +msgid "Size of the log in bytes." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "Date the log was last modified." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:366 +msgid "" +"The status bar can be displayed or hidden using the " +"<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" +" option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:372 +msgid "To Close a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:373 +msgid "" +"To close a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:379 +msgid "To Exit System Log Viewer" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:380 +msgid "" +"To exit <application>System Log Viewer</application>, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "連結" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " +"later version published by the Free Software Foundation with no Invariant " +"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" +" of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +msgid "" +"This manual is part of a collection of MATE manuals distributed under the " +"GFDL. If you want to distribute this manual separately from the collection, " +"you can do so by adding a copy of the license to the manual, as described in" +" section 6 of the license." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/logview/help/nb/nb.po b/logview/help/nb/nb.po index c89d8626..9b7c602e 100644 --- a/logview/help/nb/nb.po +++ b/logview/help/nb/nb.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Jan Sherdahl, 2021\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/mate/teams/13566/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/nds/nds.po b/logview/help/nds/nds.po index 0c754fbd..c3a11164 100644 --- a/logview/help/nds/nds.po +++ b/logview/help/nds/nds.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" +"Language-Team: Low German (https://app.transifex.com/mate/teams/13566/nds/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ne/ne.po b/logview/help/ne/ne.po index 8c3bb831..6d4f7cbc 100644 --- a/logview/help/ne/ne.po +++ b/logview/help/ne/ne.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: chautari <[email protected]>, 2018\n" -"Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" +"Language-Team: Nepali (https://app.transifex.com/mate/teams/13566/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/nl/nl.po b/logview/help/nl/nl.po index 6c9accc9..150950c1 100644 --- a/logview/help/nl/nl.po +++ b/logview/help/nl/nl.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: kaasknak, 2021\n" -"Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" +"Language-Team: Dutch (https://app.transifex.com/mate/teams/13566/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/nn/nn.po b/logview/help/nn/nn.po index 6eecbaa9..074f8178 100644 --- a/logview/help/nn/nn.po +++ b/logview/help/nn/nn.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Andrew Rabbitt <[email protected]>, 2020\n" -"Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" +"Language-Team: Norwegian Nynorsk (https://app.transifex.com/mate/teams/13566/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/nso/nso.po b/logview/help/nso/nso.po index 17077697..457fcec5 100644 --- a/logview/help/nso/nso.po +++ b/logview/help/nso/nso.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" +"Language-Team: Northern Sotho (https://app.transifex.com/mate/teams/13566/nso/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/oc/oc.po b/logview/help/oc/oc.po index 91c103d9..7bc1430e 100644 --- a/logview/help/oc/oc.po +++ b/logview/help/oc/oc.po @@ -2,16 +2,15 @@ # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Wolfgang Ulbrich <[email protected]>, 2018 -# 48c2de07903ce5a77a8e90265f95c4c2_8909374 <837c8d0ab97b27e737893c19f79bd4de_348476>, 2018 -# Quentin PAGÈS, 2021 +# Quentin PAGÈS, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Quentin PAGÈS, 2021\n" -"Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" +"Last-Translator: Quentin PAGÈS, 2023\n" +"Language-Team: Occitan (post 1500) (https://app.transifex.com/mate/teams/13566/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,7 +22,7 @@ msgctxt "_" msgid "translator-credits" msgstr "" "Yannig Marchegay (Kokoyaya) <[email protected]> & Cédric Valmary " -"(totenoc.eu) <[email protected]>" +"(totenoc.eu) <[email protected]>, Quentin PAGÈS" #. (itstool) path: articleinfo/title #: C/index.docbook:23 diff --git a/logview/help/or/or.po b/logview/help/or/or.po index 789b8139..99176a84 100644 --- a/logview/help/or/or.po +++ b/logview/help/or/or.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Odia (https://www.transifex.com/mate/teams/13566/or/)\n" +"Language-Team: Odia (https://app.transifex.com/mate/teams/13566/or/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/pa/pa.po b/logview/help/pa/pa.po index d4e42510..5255de84 100644 --- a/logview/help/pa/pa.po +++ b/logview/help/pa/pa.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" +"Language-Team: Panjabi (Punjabi) (https://app.transifex.com/mate/teams/13566/pa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/pl/pl.po b/logview/help/pl/pl.po index aee5a53f..feab8ded 100644 --- a/logview/help/pl/pl.po +++ b/logview/help/pl/pl.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: pietrasagh <[email protected]>, 2022\n" -"Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" +"Language-Team: Polish (https://app.transifex.com/mate/teams/13566/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ps/ps.po b/logview/help/ps/ps.po index 348ead8d..c979f171 100644 --- a/logview/help/ps/ps.po +++ b/logview/help/ps/ps.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Pashto (https://www.transifex.com/mate/teams/13566/ps/)\n" +"Language-Team: Pashto (https://app.transifex.com/mate/teams/13566/ps/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/pt/pt.po b/logview/help/pt/pt.po index 935aea48..40799fe6 100644 --- a/logview/help/pt/pt.po +++ b/logview/help/pt/pt.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: José Vieira <[email protected]>, 2021\n" -"Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/mate/teams/13566/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/pt_BR/pt_BR.po b/logview/help/pt_BR/pt_BR.po index c4e06cff..38ab084b 100644 --- a/logview/help/pt_BR/pt_BR.po +++ b/logview/help/pt_BR/pt_BR.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Luciano Luck, 2022\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/mate/teams/13566/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ro/ro.po b/logview/help/ro/ro.po index 97273b49..43f0ee8e 100644 --- a/logview/help/ro/ro.po +++ b/logview/help/ro/ro.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Daniel <[email protected]>, 2018\n" -"Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" +"Language-Team: Romanian (https://app.transifex.com/mate/teams/13566/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ru/ru.po b/logview/help/ru/ru.po index a8d0eea1..0e384274 100644 --- a/logview/help/ru/ru.po +++ b/logview/help/ru/ru.po @@ -3,18 +3,18 @@ # Stefano Karapetsas <[email protected]>, 2018 # Дмитрий Михирев, 2018 # AlexL <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 # Alex Puts, 2018 # Aleksey Kabanov <[email protected]>, 2018 -# Ser82, 2022 +# Sergej A. <[email protected]>, 2022 +# Wolfgang Ulbrich <[email protected]>, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Ser82, 2022\n" -"Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" +"Last-Translator: Wolfgang Ulbrich <[email protected]>, 2023\n" +"Language-Team: Russian (https://app.transifex.com/mate/teams/13566/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -128,7 +128,7 @@ msgid "" "<email>[email protected]</email> </address> </affiliation>" msgstr "" "<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " -"<orgname>Проект документирования GNOME<address> " +"<orgname>Проект документирования GNOME</orgname><address> " "<email>[email protected]</email> </address> </affiliation>" #. (itstool) path: authorgroup/author diff --git a/logview/help/si/si.po b/logview/help/si/si.po index b958b9ea..7129e77e 100644 --- a/logview/help/si/si.po +++ b/logview/help/si/si.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" +"Language-Team: Sinhala (https://app.transifex.com/mate/teams/13566/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sk/sk.po b/logview/help/sk/sk.po index 05f1ebe1..19149ca8 100644 --- a/logview/help/sk/sk.po +++ b/logview/help/sk/sk.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Ján Ďanovský <[email protected]>, 2020\n" -"Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" +"Language-Team: Slovak (https://app.transifex.com/mate/teams/13566/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sl/sl.po b/logview/help/sl/sl.po index dcaaab56..77534eb8 100644 --- a/logview/help/sl/sl.po +++ b/logview/help/sl/sl.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Arnold Marko <[email protected]>, 2020\n" -"Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" +"Language-Team: Slovenian (https://app.transifex.com/mate/teams/13566/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sq/sq.po b/logview/help/sq/sq.po index cbf71bac..5e29d4ef 100644 --- a/logview/help/sq/sq.po +++ b/logview/help/sq/sq.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Ardit Dani <[email protected]>, 2021\n" -"Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" +"Language-Team: Albanian (https://app.transifex.com/mate/teams/13566/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sr/sr.po b/logview/help/sr/sr.po index d7b89f92..520dd825 100644 --- a/logview/help/sr/sr.po +++ b/logview/help/sr/sr.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Мирослав Николић <[email protected]>, 2021\n" -"Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" +"Language-Team: Serbian (https://app.transifex.com/mate/teams/13566/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sr@latin/[email protected] b/logview/help/sr@latin/[email protected] index d0886ba1..18a62c00 100644 --- a/logview/help/sr@latin/[email protected] +++ b/logview/help/sr@latin/[email protected] @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Ivan Pejić <[email protected]>, 2018\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://app.transifex.com/mate/teams/13566/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/sv/sv.po b/logview/help/sv/sv.po index f012bf4f..8c2a77e4 100644 --- a/logview/help/sv/sv.po +++ b/logview/help/sv/sv.po @@ -6,15 +6,15 @@ # Daniel Gullbransen, 2018 # crash <[email protected]>, 2019 # eckeman <[email protected]>, 2020 -# Luna Jernberg <[email protected]>, 2020 +# Luna Jernberg <[email protected]>, 2020 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" -"Last-Translator: Luna Jernberg <[email protected]>, 2020\n" -"Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" +"Last-Translator: Luna Jernberg <[email protected]>, 2020\n" +"Language-Team: Swedish (https://app.transifex.com/mate/teams/13566/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ta/ta.po b/logview/help/ta/ta.po index 00ecb953..8291c4a5 100644 --- a/logview/help/ta/ta.po +++ b/logview/help/ta/ta.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" +"Language-Team: Tamil (https://app.transifex.com/mate/teams/13566/ta/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/te/te.po b/logview/help/te/te.po index e6bc55f0..bf9e1f4c 100644 --- a/logview/help/te/te.po +++ b/logview/help/te/te.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" +"Language-Team: Telugu (https://app.transifex.com/mate/teams/13566/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/th/th.po b/logview/help/th/th.po index 27926e0f..c65eac06 100644 --- a/logview/help/th/th.po +++ b/logview/help/th/th.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Akom <[email protected]>, 2018\n" -"Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" +"Language-Team: Thai (https://app.transifex.com/mate/teams/13566/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/tr/tr.po b/logview/help/tr/tr.po index 9eaa6153..9e96ed9a 100644 --- a/logview/help/tr/tr.po +++ b/logview/help/tr/tr.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Gurbuzguven <[email protected]>, 2021\n" -"Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" +"Language-Team: Turkish (https://app.transifex.com/mate/teams/13566/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ug/ug.po b/logview/help/ug/ug.po index bea9fc98..abec7073 100644 --- a/logview/help/ug/ug.po +++ b/logview/help/ug/ug.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" +"Language-Team: Uyghur (https://app.transifex.com/mate/teams/13566/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/uk/uk.po b/logview/help/uk/uk.po index d759e9e8..ee48e4df 100644 --- a/logview/help/uk/uk.po +++ b/logview/help/uk/uk.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Sergiy <[email protected]>, 2022\n" -"Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" +"Language-Team: Ukrainian (https://app.transifex.com/mate/teams/13566/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/ur/ur.po b/logview/help/ur/ur.po index 9e4deacf..e1d8d203 100644 --- a/logview/help/ur/ur.po +++ b/logview/help/ur/ur.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: mauron, 2018\n" -"Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" +"Language-Team: Urdu (https://app.transifex.com/mate/teams/13566/ur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/uz/uz.po b/logview/help/uz/uz.po index 4b543194..c321b5ab 100644 --- a/logview/help/uz/uz.po +++ b/logview/help/uz/uz.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Muzaffar Habibullayev <[email protected]>, 2018\n" -"Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" +"Language-Team: Uzbek (https://app.transifex.com/mate/teams/13566/uz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/vi/vi.po b/logview/help/vi/vi.po index 89936c12..909d61ea 100644 --- a/logview/help/vi/vi.po +++ b/logview/help/vi/vi.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Duy Truong Nguyen <[email protected]>, 2018\n" -"Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/mate/teams/13566/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/wa/wa.po b/logview/help/wa/wa.po index 31716557..a0974441 100644 --- a/logview/help/wa/wa.po +++ b/logview/help/wa/wa.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" +"Language-Team: Walloon (https://app.transifex.com/mate/teams/13566/wa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/xh/xh.po b/logview/help/xh/xh.po index 3ce26dc4..b2bb262e 100644 --- a/logview/help/xh/xh.po +++ b/logview/help/xh/xh.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" +"Language-Team: Xhosa (https://app.transifex.com/mate/teams/13566/xh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/yo/yo.po b/logview/help/yo/yo.po index f90fe127..8c5633a1 100644 --- a/logview/help/yo/yo.po +++ b/logview/help/yo/yo.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Yoruba (https://www.transifex.com/mate/teams/13566/yo/)\n" +"Language-Team: Yoruba (https://app.transifex.com/mate/teams/13566/yo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/zh-Hans/zh-Hans.po b/logview/help/zh-Hans/zh-Hans.po new file mode 100644 index 00000000..da88bf39 --- /dev/null +++ b/logview/help/zh-Hans/zh-Hans.po @@ -0,0 +1,541 @@ +# +# Translators: +# Xiaoyuan Chen <[email protected]>, 2018 +# 敏超 马 <[email protected]>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-10-29 15:36+0200\n" +"PO-Revision-Date: 2018-09-14 23:21+0000\n" +"Last-Translator: 敏超 马 <[email protected]>, 2021\n" +"Language-Team: Chinese Simplified (https://app.transifex.com/mate/teams/13566/zh-Hans/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh-Hans\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "翻译人员-致谢" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "System Log Viewer Manual" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:26 +msgid "" +"System Log Viewer is a graphical user interface to view and monitor system " +"log files." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:30 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:34 +msgid "<year>2003</year> <holder>Sun Microsystems</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:38 +msgid "<year>2000</year> <holder>Judith Samson</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:51 C/index.docbook:122 +msgid "MATE Documentation Project" +msgstr "MATE 文档项目" + +#. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para +#: C/index.docbook:54 C/index.docbook:132 C/index.docbook:142 +#: C/index.docbook:152 C/index.docbook:162 C/index.docbook:172 +#: C/index.docbook:182 C/index.docbook:192 +msgid "GNOME Documentation Project" +msgstr "GNOME 文档项目" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<surname>MATE Documentation Team</surname> <affiliation> <orgname>Mate " +"desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:66 +msgid "" +"<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> " +"<affiliation> <orgname>Sun Microsystems</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:75 +msgid "" +"<firstname>Judith</firstname> <surname>Samson</surname> <affiliation> " +"<orgname>GNOME Documentation Project</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:84 +msgid "" +"<firstname>Paul</firstname> <surname>Cutler</surname> <affiliation> " +"<orgname>GNOME Documentation Team</orgname> <address> " +"<email>[email protected]</email> </address> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:93 +msgid "" +"<firstname>Vincent</firstname> <surname>Noel</surname> <affiliation> " +"<address><email>[email protected]</email></address> </affiliation>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:120 +msgid "Wolfgang Ulbrich" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:116 +msgid "" +"<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date>" +" <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:129 +msgid "Paul Cutler <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:125 +msgid "" +"<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October " +"2009</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:139 +msgid "Vincent Noel <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:135 +msgid "" +"<revnumber>System Log Viewer Manual V2.4</revnumber> <date>October " +"2005</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:149 C/index.docbook:159 C/index.docbook:169 +#: C/index.docbook:179 +msgid "Sun GNOME Documentation Team <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:145 +msgid "" +"<revnumber>System Log Viewer Manual V2.3</revnumber> <date>October " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:155 +msgid "" +"<revnumber>System Log Viewer Manual V2.2</revnumber> <date>August " +"2002</date> <_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:165 +msgid "" +"<revnumber>System Log Viewer Manual V2.1</revnumber> <date>July 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:175 +msgid "" +"<revnumber>System Log Viewer Manual V2.0</revnumber> <date>May 2002</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: revdescription/para +#: C/index.docbook:189 +msgid "Judith Samson <email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:185 +msgid "" +"<revnumber>Logview Manual</revnumber> <date>2000</date> " +"<_:revdescription-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:197 +msgid "This manual describes version 1.10 of System Log Viewer." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:200 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:201 +msgid "" +"To report a bug or make a suggestion regarding the System Log Viewer " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:210 +msgid "<primary>System Log Viewer</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:218 +msgid "Introduction" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:220 +msgid "" +"<application>System Log Viewer</application> is a graphical, menu-driven " +"viewer that you can use to view and monitor your system logs. " +"<application>System Log Viewer</application> comes with a few functions that" +" can help you manage your logs, including a log monitor and log statistics " +"display." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:228 +msgid "" +"<application>System Log Viewer</application> is useful if you are new to " +"system administration because it provides an easier, more user-friendly " +"display of your logs than a text display of the log file. It is also useful " +"for more experienced administrators, as it contains a monitor to enable you " +"to continuously monitor crucial logs." +msgstr "" + +#. (itstool) path: warning/para +#: C/index.docbook:237 +msgid "" +"<application>System Log Viewer</application> is useful only to those who " +"have access to the system log files, which generally requires root access." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:244 +msgid "Getting Started" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:246 +msgid "" +"You can start <application>System Log Viewer</application> in the following " +"ways:" +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:250 +msgid "<guimenu>Applications</guimenu> menu" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:252 +msgid "" +"Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Log " +"File Viewer</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: varlistentry/term +#: C/index.docbook:256 +msgid "Command line" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:258 +msgid "" +"Type <command>mate-system-log</command>, then press <keycap>Return</keycap>." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:265 +msgid "" +"When you start <application>System Log Viewer</application>, the following " +"window is displayed." +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:269 +msgid "System Log Viewer Window" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:273 +msgctxt "_" +msgid "" +"external ref='figures/syslog_window.png' " +"md5='7cb5e186fe792ed85e408ff33f21eced'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:271 +msgid "" +"<imageobject> <imagedata fileref=\"figures/syslog_window.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Shows System Log Viewer" +" main window. Contains menubar, display area, scrollbars, and statusbar. " +"</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:282 +msgid "" +"The first time you start <application>System Log Viewer</application>, the " +"application displays several log files by default (such as " +"<filename>/var/log/messages</filename>). Opened logs are listed on the left " +"side of the application window. The log selected in this list is displayed " +"in the main area of the application window." +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:290 +msgid "" +"By default, <application>System Log Viewer</application> monitors every " +"opened log, and any change appears automatically in the main window. See " +"<xref linkend=\"syslog-monitor\"/> for more information." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:299 +msgid "Usage" +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:302 +msgid "To View a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:303 +msgid "" +"To view a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>." +" In the <guilabel>Open Log</guilabel> dialog, select the log that you want " +"to open, then click <guibutton>Open</guibutton>. Use the scrollbars to " +"scroll through the log." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:309 +msgid "" +"You can open as many logs as you want. <application>System Log " +"Viewer</application> displays one log at a time in the <guilabel>System Log " +"Viewer</guilabel> window. Opened logs are listed on the left side of the " +"application window. The log selected in this list is displayed in the main " +"area of the application window. To display another log already opened in " +"<application>System Log Viewer</application>, select it in the log list." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:317 +msgid "" +"Note that <application>System Log Viewer</application> also lets you open " +"zipped logs (whole filenames end in \".gz\")." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:322 +msgid "To Copy Log Lines to the Clipboard" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:323 +msgid "" +"To copy one or more log lines to the clipboard, just select the lines in the" +" main area and choose the " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>" +" menu option. If you want to copy the entire log to the clipboard, select it" +" entirely using the <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select " +"All</guimenuitem></menuchoice> menu option, then choose " +"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:335 +msgid "To Hide the Sidebar" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:336 +msgid "" +"To hide the left sidebar, which contains the log list and calendar, just " +"select the <menuchoice><guimenu>View</guimenu><guimenuitem>Side " +"pane</guimenuitem></menuchoice> menu option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:343 +msgid "To Monitor Logs" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:344 +msgid "" +"You can use <application>System Log Viewer</application> to monitor logs. By" +" default, all logs opened in <application>System Log Viewer</application> " +"are monitored for changes. If new lines are added to a log monitored by " +"<application>System Log Viewer</application>, the log name will appear in " +"bold in the log list. If the log is currently displayed in the main area, " +"the new lines will appear automatically at the end of the log and, after " +"five seconds, the log name will turn back to normal in the list." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:355 +msgid "To View Log Information" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:356 +msgid "Log information are generally displayed in the status bar, including :" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "Number of lines in the log." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:361 +msgid "Size of the log in bytes." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "Date the log was last modified." +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:366 +msgid "" +"The status bar can be displayed or hidden using the " +"<menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>" +" option." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:372 +msgid "To Close a Log" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:373 +msgid "" +"To close a log, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Close</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:379 +msgid "To Exit System Log Viewer" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:380 +msgid "" +"To exit <application>System Log Viewer</application>, choose " +"<menuchoice><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " +"later version published by the Free Software Foundation with no Invariant " +"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" +" of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +msgid "" +"This manual is part of a collection of MATE manuals distributed under the " +"GFDL. If you want to distribute this manual separately from the collection, " +"you can do so by adding a copy of the license to the manual, as described in" +" section 6 of the license." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/logview/help/zh_CN/zh_CN.po b/logview/help/zh_CN/zh_CN.po index d4db2ea1..7e667367 100644 --- a/logview/help/zh_CN/zh_CN.po +++ b/logview/help/zh_CN/zh_CN.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: OkayPJ <[email protected]>, 2021\n" -"Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/mate/teams/13566/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/zh_HK/zh_HK.po b/logview/help/zh_HK/zh_HK.po index 3b49722e..36078d57 100644 --- a/logview/help/zh_HK/zh_HK.po +++ b/logview/help/zh_HK/zh_HK.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" +"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/mate/teams/13566/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/zh_TW/zh_TW.po b/logview/help/zh_TW/zh_TW.po index e6076aae..36032fd1 100644 --- a/logview/help/zh_TW/zh_TW.po +++ b/logview/help/zh_TW/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Woodman Tuen <[email protected]>, 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/mate/teams/13566/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/help/zu/zu.po b/logview/help/zu/zu.po index e6d53f44..381daa74 100644 --- a/logview/help/zu/zu.po +++ b/logview/help/zu/zu.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2022-10-29 15:36+0200\n" "PO-Revision-Date: 2018-09-14 23:21+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" +"Language-Team: Zulu (https://app.transifex.com/mate/teams/13566/zu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/logview/src/logview-findbar.c b/logview/src/logview-findbar.c index 1ea4a05b..33ea4958 100644 --- a/logview/src/logview-findbar.c +++ b/logview/src/logview-findbar.c @@ -197,7 +197,8 @@ logview_findbar_init (LogviewFindbar *findbar) gtk_widget_show_all (GTK_WIDGET (priv->forward_button)); /* clear button */ - priv->clear_button = gtk_tool_button_new_from_stock ("gtk-clear"); + w = gtk_image_new_from_icon_name ("edit-clear-all", GTK_ICON_SIZE_BUTTON); + priv->clear_button = gtk_tool_button_new (w, NULL); gtk_tool_item_set_tooltip_text (priv->clear_button, _("Clear the search string")); gtk_toolbar_insert (gtoolbar, priv->clear_button, -1); diff --git a/logview/src/logview-log.c b/logview/src/logview-log.c index 6ff92904..1e236c52 100644 --- a/logview/src/logview-log.c +++ b/logview/src/logview-log.c @@ -64,17 +64,14 @@ struct _LogviewLogPrivate { typedef struct { LogviewLog *log; - GError *err; LogviewCreateCallback callback; gpointer user_data; } LoadJob; typedef struct { LogviewLog *log; - GError *err; const char **lines; GSList *new_days; - GCancellable *cancellable; LogviewNewLinesCallback callback; gpointer user_data; } NewLinesJob; @@ -237,34 +234,35 @@ add_new_days_to_cache (LogviewLog *log, const char **new_lines, guint lines_offs return new_days; } -static gboolean -new_lines_job_done (gpointer data) +static void +new_lines_job_done (GObject *source_object, + GAsyncResult *res, + gpointer user_data) { - NewLinesJob *job = data; + NewLinesJob *job = user_data; + g_autoptr(GError) error = NULL; + gboolean ret; - if (job->err) { - job->callback (job->log, NULL, NULL, job->err, job->user_data); - g_error_free (job->err); + ret = g_task_propagate_boolean (G_TASK (res), &error); + if (!ret) { + job->callback (job->log, NULL, NULL, error, job->user_data); } else { - job->callback (job->log, job->lines, job->new_days, job->err, job->user_data); + job->callback (job->log, job->lines, job->new_days, error, job->user_data); } - g_clear_object (&job->cancellable); - g_slist_free_full (job->new_days, (GDestroyNotify) logview_utils_day_free); /* drop the reference we acquired before */ g_object_unref (job->log); g_slice_free (NewLinesJob, job); - - return FALSE; } -static gboolean -do_read_new_lines (GIOSchedulerJob *io_job, - GCancellable *cancellable, - gpointer user_data) +static void +do_read_new_lines (GTask *task, + gpointer source_object, + gpointer user_data, + GCancellable *cancellable) { /* this runs in a separate thread */ NewLinesJob *job = user_data; @@ -287,7 +285,7 @@ do_read_new_lines (GIOSchedulerJob *io_job, g_ptr_array_remove_index (lines, lines->len - 1); while ((line = g_data_input_stream_read_line (log->priv->stream, NULL, - job->cancellable, &err)) != NULL) + cancellable, &err)) != NULL) { g_ptr_array_add (lines, (gpointer) line); } @@ -296,8 +294,7 @@ do_read_new_lines (GIOSchedulerJob *io_job, g_ptr_array_add (lines, NULL); if (err) { - job->err = err; - goto out; + g_task_return_error (task, err); } log->priv->has_new_lines = FALSE; @@ -309,23 +306,23 @@ do_read_new_lines (GIOSchedulerJob *io_job, job->new_days = add_new_days_to_cache (log, job->lines, log->priv->lines_no); log->priv->lines_no = (lines->len - 1); -out: - g_io_scheduler_job_send_to_mainloop_async (io_job, - new_lines_job_done, - job, NULL); - return FALSE; + g_task_return_boolean (task, TRUE); } -static gboolean -log_load_done (gpointer user_data) +static void +log_load_done (GObject *source_object, + GAsyncResult *res, + gpointer user_data) { LoadJob *job = user_data; + g_autoptr(GError) error = NULL; + gboolean ret; - if (job->err) { - /* the callback will have NULL as log, and the error set */ + ret = g_task_propagate_boolean (G_TASK (res), &error); + + if (!ret) { g_object_unref (job->log); - job->callback (NULL, job->err, job->user_data); - g_error_free (job->err); + job->callback (NULL, error, job->user_data); } else { job->callback (job->log, NULL, job->user_data); setup_file_monitor (job->log); @@ -333,7 +330,6 @@ log_load_done (gpointer user_data) g_slice_free (LoadJob, job); - return FALSE; } #ifdef HAVE_ZLIB @@ -592,11 +588,11 @@ create_zlib_error (void) } #endif /* HAVE_ZLIB */ - -static gboolean -log_load (GIOSchedulerJob *io_job, - GCancellable *cancellable, - gpointer user_data) +static void +log_load (GTask *task, + gpointer source_object, + gpointer user_data, + GCancellable *cancellable) { /* this runs in a separate i/o thread */ LoadJob *job = user_data; @@ -772,13 +768,10 @@ log_load (GIOSchedulerJob *io_job, out: if (err) { - job->err = err; + g_task_return_error (task, err); } - g_io_scheduler_job_send_to_mainloop_async (io_job, - log_load_done, - job, NULL); - return FALSE; + g_task_return_boolean (task, TRUE); } static void @@ -786,17 +779,17 @@ log_setup_load (LogviewLog *log, LogviewCreateCallback callback, gpointer user_data) { LoadJob *job; + GTask *task; job = g_slice_new0 (LoadJob); job->callback = callback; job->user_data = user_data; job->log = log; - job->err = NULL; - /* push the loading job into another thread */ - g_io_scheduler_push_job (log_load, - job, - NULL, 0, NULL); + task = g_task_new (log, NULL, log_load_done, job); + g_task_set_task_data (task, job, NULL); + g_task_run_in_thread (task, log_load); + g_object_unref (task); } /* public methods */ @@ -808,22 +801,20 @@ logview_log_read_new_lines (LogviewLog *log, gpointer user_data) { NewLinesJob *job; + GTask *task; /* initialize the job struct with sensible values */ job = g_slice_new0 (NewLinesJob); job->callback = callback; job->user_data = user_data; - job->cancellable = (cancellable != NULL) ? g_object_ref (cancellable) : NULL; job->log = g_object_ref (log); - job->err = NULL; job->lines = NULL; job->new_days = NULL; - /* push the fetching job into another thread */ - g_io_scheduler_push_job (do_read_new_lines, - job, - NULL, 0, - job->cancellable); + task = g_task_new (log, cancellable, new_lines_job_done, job); + g_task_set_task_data (task, job, NULL); + g_task_run_in_thread (task, do_read_new_lines); + g_object_unref (task); } void diff --git a/logview/src/logview-window.c b/logview/src/logview-window.c index dac3d507..1933e5a3 100644 --- a/logview/src/logview-window.c +++ b/logview/src/logview-window.c @@ -43,9 +43,9 @@ #define SEARCH_END_MARK "lw-search-end-mark" struct _LogviewWindowPrivate { - GtkUIManager *ui_manager; - GtkActionGroup *action_group; - GtkActionGroup *filter_action_group; + GtkBuilder *ui_manager; + GActionGroup *action_group; + GActionGroup *filter_action_group; GtkWidget *find_bar; GtkWidget *loglist; @@ -72,7 +72,6 @@ struct _LogviewWindowPrivate { GCancellable *read_cancellable; - guint filter_merge_id; GList *active_filters; gboolean matches_only; }; @@ -198,6 +197,18 @@ _gtk_text_buffer_apply_tag_to_rectangle (GtkTextBuffer *buffer, int line_start, } static void +activate_toggle (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) +{ + GVariant *state; + + state = g_action_get_state (G_ACTION (action)); + g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state))); + g_variant_unref (state); +} + +static void logview_update_statusbar (LogviewWindow *logview, LogviewLog *active) { GDateTime *date_time; @@ -316,8 +327,12 @@ out: } static void -logview_open_log (GtkAction *action, LogviewWindow *logview) +logview_open_log (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) + { + LogviewWindow *logview = user_data; static GtkWidget *chooser = NULL; char *active; @@ -345,18 +360,24 @@ logview_open_log (GtkAction *action, LogviewWindow *logview) } static void -logview_close_log (GtkAction *action, LogviewWindow *logview) +logview_close_log (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + findbar_close_cb (LOGVIEW_FINDBAR (logview->priv->find_bar), logview); logview_manager_close_active_log (logview->priv->manager); } static void -logview_help (GtkAction *action, GtkWidget *parent_window) +logview_help (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { GError *error = NULL; - gtk_show_uri_on_window (GTK_WINDOW (parent_window), + gtk_show_uri_on_window (GTK_WINDOW (user_data), "help:mate-system-log", gtk_get_current_event_time (), &error); @@ -367,29 +388,44 @@ logview_help (GtkAction *action, GtkWidget *parent_window) } static void -logview_bigger_text (GtkAction *action, LogviewWindow *logview) +logview_bigger_text (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + logview->priv->fontsize = MIN (logview->priv->fontsize + 1, 24); logview_set_fontsize (logview, TRUE); } static void -logview_smaller_text (GtkAction *action, LogviewWindow *logview) +logview_smaller_text (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + logview->priv->fontsize = MAX (logview->priv->fontsize-1, 6); logview_set_fontsize (logview, TRUE); } static void -logview_normal_text (GtkAction *action, LogviewWindow *logview) +logview_normal_text (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + logview->priv->fontsize = logview->priv->original_fontsize; logview_set_fontsize (logview, TRUE); } static void -logview_select_all (GtkAction *action, LogviewWindow *logview) +logview_select_all (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; GtkTextIter start, end; GtkTextBuffer *buffer; @@ -402,8 +438,11 @@ logview_select_all (GtkAction *action, LogviewWindow *logview) } static void -logview_copy (GtkAction *action, LogviewWindow *logview) +logview_copy (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; GtkTextBuffer *buffer; GtkClipboard *clipboard; @@ -564,8 +603,12 @@ findbar_text_changed_cb (LogviewFindbar *findbar, } static void -logview_search (GtkAction *action, LogviewWindow *logview) +logview_search (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + logview_findbar_open (LOGVIEW_FINDBAR (logview->priv->find_bar)); } @@ -632,15 +675,14 @@ filter_remove (LogviewWindow *logview, LogviewFilter *filter) } static void -on_filter_toggled (GtkToggleAction *action, LogviewWindow *logview) +on_filter_toggled (GtkCheckMenuItem *item, LogviewWindow *logview) { LogviewWindowPrivate *priv = logview_window_get_instance_private (logview); const gchar* name; LogviewFilter *filter; - name = gtk_action_get_name (GTK_ACTION (action)); - - if (gtk_toggle_action_get_active (action)) { + name = gtk_menu_item_get_label (GTK_MENU_ITEM (item)); + if (gtk_check_menu_item_get_active (item)) { priv->active_filters = g_list_append (priv->active_filters, logview_prefs_get_filter (priv->prefs, name)); @@ -653,76 +695,66 @@ on_filter_toggled (GtkToggleAction *action, LogviewWindow *logview) filter_remove (logview, filter); } } +static void remove_all_widget (GtkWidget *widget, gpointer filter_menu) +{ + gtk_container_remove (GTK_CONTAINER (filter_menu), widget); +} -#define FILTER_PLACEHOLDER "/LogviewMenu/FilterMenu/PlaceholderFilters" static void update_filter_menu (LogviewWindow *window) { LogviewWindowPrivate *priv; - GtkUIManager* ui; - GList *actions, *l; - guint id; + GtkWidget *filter_menu; + char **actions; + int i = 0; + GList *l; GList *filters; GtkTextTagTable *table; GtkTextTag *tag; - GtkToggleAction *action; + GSimpleAction *action; gchar* name; priv = logview_window_get_instance_private (window); - ui = priv->ui_manager; g_return_if_fail (priv->filter_action_group != NULL); table = priv->tag_table; - if (priv->filter_merge_id != 0) { - gtk_ui_manager_remove_ui (ui, - priv->filter_merge_id); - } - - actions = gtk_action_group_list_actions (priv->filter_action_group); + actions = g_action_group_list_actions (priv->filter_action_group); + filter_menu = (GtkWidget *)gtk_builder_get_object (priv->ui_manager, "filter_menu"); - for (l = actions; l != NULL; l = g_list_next (l)) { - tag = gtk_text_tag_table_lookup (table, gtk_action_get_name (GTK_ACTION (l->data))); + while (actions[i] != NULL) { + tag = gtk_text_tag_table_lookup (table, actions[i]); gtk_text_tag_table_remove (table, tag); - - g_signal_handlers_disconnect_by_func (GTK_ACTION (l->data), - G_CALLBACK (on_filter_toggled), - window); - gtk_action_group_remove_action (priv->filter_action_group, - GTK_ACTION (l->data)); + g_action_map_remove_action (G_ACTION_MAP (priv->filter_action_group), actions[i]); + i++; } - g_list_free (actions); - + g_strfreev (actions); + gtk_container_foreach (GTK_CONTAINER (filter_menu), remove_all_widget, filter_menu); filters = logview_prefs_get_filters (logview_prefs_get ()); - id = (g_list_length (filters) > 0) ? gtk_ui_manager_new_merge_id (ui) : 0; - for (l = filters; l != NULL; l = g_list_next (l)) { g_object_get (l->data, "name", &name, NULL); + GtkWidget *item; + item = gtk_check_menu_item_new_with_label (name); + gtk_container_add (GTK_CONTAINER (filter_menu), item); + gtk_widget_show_all (filter_menu); + action = g_simple_action_new (name, NULL);; + g_action_map_add_action (G_ACTION_MAP (priv->filter_action_group), G_ACTION (action)); + gtk_text_tag_table_add (table, + logview_filter_get_tag (LOGVIEW_FILTER (l->data))); - action = gtk_toggle_action_new (name, name, NULL, NULL); - gtk_action_group_add_action (priv->filter_action_group, - GTK_ACTION (action)); - - g_signal_connect (action, + g_signal_connect (item, "toggled", G_CALLBACK (on_filter_toggled), window); - - gtk_ui_manager_add_ui (ui, id, FILTER_PLACEHOLDER, - name, name, GTK_UI_MANAGER_MENUITEM, FALSE); - gtk_text_tag_table_add (table, - logview_filter_get_tag (LOGVIEW_FILTER (l->data))); - g_object_unref (action); g_free(name); } g_list_free (filters); - priv->filter_merge_id = id; } static void @@ -737,7 +769,9 @@ on_logview_filter_manager_response (GtkDialog *dialog, } static void -logview_manage_filters (GtkAction *action, LogviewWindow *logview) +logview_manage_filters (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { GtkWidget *manager; @@ -745,15 +779,17 @@ logview_manage_filters (GtkAction *action, LogviewWindow *logview) g_signal_connect (manager, "response", G_CALLBACK (on_logview_filter_manager_response), - logview); + user_data); gtk_window_set_transient_for (GTK_WINDOW (manager), - GTK_WINDOW (logview)); + GTK_WINDOW (user_data)); gtk_widget_show (GTK_WIDGET (manager)); } static void -logview_about (GtkWidget *widget, GtkWidget *window) +logview_about (GSimpleAction *action, + GVariant *parameter, + gpointer window) { g_return_if_fail (GTK_IS_WINDOW (window)); @@ -789,8 +825,12 @@ logview_about (GtkWidget *widget, GtkWidget *window) } static void -logview_toggle_statusbar (GtkAction *action, LogviewWindow *logview) +logview_toggle_statusbar (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + if (gtk_widget_get_visible (logview->priv->statusbar)) gtk_widget_hide (logview->priv->statusbar); else @@ -798,8 +838,12 @@ logview_toggle_statusbar (GtkAction *action, LogviewWindow *logview) } static void -logview_toggle_sidebar (GtkAction *action, LogviewWindow *logview) +logview_toggle_sidebar (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) { + LogviewWindow *logview = user_data; + if (gtk_widget_get_visible (logview->priv->sidebar)) gtk_widget_hide (logview->priv->sidebar); else @@ -807,60 +851,64 @@ logview_toggle_sidebar (GtkAction *action, LogviewWindow *logview) } static void -logview_toggle_match_filters (GtkToggleAction *action, LogviewWindow *logview) +logview_toggle_match_filters (GSimpleAction *action, + GVariant *state, + gpointer user_data) { - logview->priv->matches_only = gtk_toggle_action_get_active (action); + + LogviewWindow *logview = user_data; + + logview->priv->matches_only = g_variant_get_boolean (state); + g_simple_action_set_state (action, state); filter_buffer (logview, 0); } +static void +logview_quit (GSimpleAction *action, + GVariant *parameter, + gpointer user_data) +{ + gtk_widget_destroy (GTK_WIDGET (user_data)); + gtk_main_quit (); +} + /* GObject functions */ /* Menus */ - -static GtkActionEntry entries[] = { - { "FileMenu", NULL, N_("_File"), NULL, NULL, NULL }, - { "EditMenu", NULL, N_("_Edit"), NULL, NULL, NULL }, - { "ViewMenu", NULL, N_("_View"), NULL, NULL, NULL }, - { "FilterMenu", NULL, N_("_Filters"), NULL, NULL, NULL }, - { "HelpMenu", NULL, N_("_Help"), NULL, NULL, NULL }, - - { "OpenLog", "document-open", N_("_Open..."), "<control>O", N_("Open a log from file"), - G_CALLBACK (logview_open_log) }, - { "CloseLog", "window-close", N_("_Close"), "<control>W", N_("Close this log"), - G_CALLBACK (logview_close_log) }, - { "Quit", "application-exit", N_("_Quit"), "<control>Q", N_("Quit the log viewer"), - G_CALLBACK (gtk_main_quit) }, - - { "Copy", "edit-copy", N_("_Copy"), "<control>C", N_("Copy the selection"), - G_CALLBACK (logview_copy) }, - { "SelectAll", NULL, N_("Select _All"), "<Control>A", N_("Select the entire log"), - G_CALLBACK (logview_select_all) }, - { "Search", "edit-find", N_("_Find..."), "<control>F", N_("Find a word or phrase in the log"), - G_CALLBACK (logview_search) }, - - { "ViewZoomIn", "zoom-in", N_("Zoom _In"), "<control>plus", N_("Bigger text size"), - G_CALLBACK (logview_bigger_text)}, - { "ViewZoomOut", "zoom-out", N_("Zoom _Out"), "<control>minus", N_("Smaller text size"), - G_CALLBACK (logview_smaller_text)}, - { "ViewZoom100", "zoom-original", N_("_Normal Size"), "<control>0", N_("Normal text size"), - G_CALLBACK (logview_normal_text)}, - - { "FilterManage", NULL, N_("Manage Filters"), NULL, N_("Manage filters"), - G_CALLBACK (logview_manage_filters)}, - - { "HelpContents", "help-browser", N_("_Contents"), "F1", N_("Open the help contents for the log viewer"), - G_CALLBACK (logview_help) }, - { "AboutAction", "help-about", N_("_About"), NULL, N_("Show the about dialog for the log viewer"), - G_CALLBACK (logview_about) }, +static GActionEntry win_entries[] = { + { "OpenLog", logview_open_log, NULL, NULL, NULL}, + { "CloseLog", logview_close_log, NULL, NULL, NULL}, + { "Quit", logview_quit, NULL, NULL, NULL }, + { "Copy", logview_copy, NULL, NULL, NULL }, + { "SelectAll", logview_select_all, NULL, NULL, NULL }, + { "ShowStatusBar", logview_toggle_statusbar, NULL, "true", NULL}, + { "ShowSidebar", logview_toggle_sidebar, NULL, "true", NULL}, + { "Search", logview_search, NULL, NULL, NULL}, + { "ViewZoomIn", logview_bigger_text, NULL, NULL, NULL}, + { "ViewZoomOut", logview_smaller_text, NULL, NULL, NULL}, + { "ViewZoom100", logview_normal_text, NULL, NULL, NULL}, + { "FilterManage", logview_manage_filters, NULL, "false", NULL}, + { "FilterMatchOnly", activate_toggle, NULL, "false", logview_toggle_match_filters}, + { "HelpContents", logview_help, NULL, NULL, NULL }, + { "AboutAction", logview_about, NULL, NULL, NULL }, }; -static GtkToggleActionEntry toggle_entries[] = { - { "ShowStatusBar", NULL, N_("_Statusbar"), NULL, N_("Show Status Bar"), - G_CALLBACK (logview_toggle_statusbar), TRUE }, - { "ShowSidebar", NULL, N_("Side _Pane"), "F9", N_("Show Side Pane"), - G_CALLBACK (logview_toggle_sidebar), TRUE }, - { "FilterMatchOnly", NULL, N_("Show matches only"), NULL, N_("Only show lines that match one of the given filters"), - G_CALLBACK (logview_toggle_match_filters), FALSE} +static const struct { + guint keyval; + GdkModifierType modifier; + const gchar *widget_id; +} menu_keybindings [] = { + { GDK_KEY_O, GDK_CONTROL_MASK, "open_item" }, + { GDK_KEY_W, GDK_CONTROL_MASK, "close_item" }, + { GDK_KEY_Q, GDK_CONTROL_MASK, "quit_item" }, + { GDK_KEY_C, GDK_CONTROL_MASK, "copy_item" }, + { GDK_KEY_A, GDK_CONTROL_MASK, "select_item" }, + { GDK_KEY_F9, 0, "side_item" }, + { GDK_KEY_F, GDK_CONTROL_MASK, "find_item" }, + { GDK_KEY_plus, GDK_CONTROL_MASK, "in_item" }, + { GDK_KEY_minus, GDK_CONTROL_MASK, "out_item" }, + { GDK_KEY_0, GDK_CONTROL_MASK, "normal_item" }, + { GDK_KEY_F1, 0, "help_item" } }; static gboolean @@ -1124,16 +1172,6 @@ font_changed_cb (LogviewPrefs *prefs, logview_set_font (window, font_name); } -static void -tearoff_changed_cb (LogviewPrefs *prefs, - gboolean have_tearoffs, - gpointer user_data) -{ - LogviewWindow *window = user_data; - - gtk_ui_manager_set_add_tearoffs (window->priv->ui_manager, have_tearoffs); -} - static const struct { guint keyval; GdkModifierType modifier; @@ -1151,7 +1189,7 @@ key_press_event_cb (GtkWidget *widget, { LogviewWindow *window = user_data; guint modifier = event->state & gtk_accelerator_get_default_mod_mask (); - GtkAction *action; + GAction *action; int i; /* handle accelerators that we want bound, but aren't associated with @@ -1159,10 +1197,9 @@ key_press_event_cb (GtkWidget *widget, for (i = 0; i < G_N_ELEMENTS (extra_keybindings); i++) { if (event->keyval == extra_keybindings[i].keyval && modifier == extra_keybindings[i].modifier) { - - action = gtk_action_group_get_action (window->priv->action_group, + action = g_action_map_lookup_action (G_ACTION_MAP (window->priv->action_group), extra_keybindings[i].action); - gtk_action_activate (action); + g_action_activate (action, NULL); return TRUE; } } @@ -1274,16 +1311,17 @@ logview_window_finalize (GObject *object) static void logview_window_init (LogviewWindow *logview) { - GtkActionGroup *action_group; + GActionGroup *action_group; GtkAccelGroup *accel_group; GError *error = NULL; - GtkWidget *hpaned, *main_view, *vbox, *w; + GtkWidget *hpaned, *main_view, *vbox, *w, *item; PangoContext *context; PangoFontDescription *fontdesc; gchar *monospace_font_name; LogviewWindowPrivate *priv; int width, height; gboolean res; + int i; GtkStyleContext *s_context; @@ -1302,21 +1340,21 @@ logview_window_init (LogviewWindow *logview) gtk_container_add (GTK_CONTAINER (logview), vbox); /* create menus */ - action_group = gtk_action_group_new ("LogviewMenuActions"); - gtk_action_group_set_translation_domain (action_group, NULL); - gtk_action_group_add_actions (action_group, entries, G_N_ELEMENTS (entries), logview); - gtk_action_group_add_toggle_actions (action_group, toggle_entries, G_N_ELEMENTS (toggle_entries), logview); + action_group = (GActionGroup*)g_simple_action_group_new (); + g_action_map_add_action_entries (G_ACTION_MAP (action_group), + win_entries, G_N_ELEMENTS (win_entries), + logview); priv->action_group = action_group; - priv->ui_manager = gtk_ui_manager_new (); + priv->ui_manager = gtk_builder_new (); - gtk_ui_manager_insert_action_group (priv->ui_manager, action_group, 0); - accel_group = gtk_ui_manager_get_accel_group (priv->ui_manager); + gtk_widget_insert_action_group (GTK_WIDGET (logview), "win", action_group); + accel_group = gtk_accel_group_new (); gtk_window_add_accel_group (GTK_WINDOW (logview), accel_group); - res = gtk_ui_manager_add_ui_from_resource (priv->ui_manager, - "/org/mate/system-log/logview-toolbar.xml", - &error); + res = gtk_builder_add_from_resource (priv->ui_manager, + "/org/mate/system-log/logview-toolbar.xml", + &error); if (res == FALSE) { priv->ui_manager = NULL; @@ -1325,13 +1363,18 @@ logview_window_init (LogviewWindow *logview) return; } - gtk_ui_manager_set_add_tearoffs (priv->ui_manager, - logview_prefs_get_have_tearoff (priv->prefs)); - - w = gtk_ui_manager_get_widget (priv->ui_manager, "/LogviewMenu"); + w = (GtkWidget *)gtk_builder_get_object (priv->ui_manager, "logmenubar"); gtk_box_pack_start (GTK_BOX (vbox), w, FALSE, FALSE, 0); gtk_widget_show (w); + for (i = 0; i < G_N_ELEMENTS (menu_keybindings); i++) + { + item = (GtkWidget*)gtk_builder_get_object (priv->ui_manager, menu_keybindings[i].widget_id); + gtk_widget_add_accelerator (item, "activate", accel_group, + menu_keybindings[i].keyval, + menu_keybindings[i].modifier, + GTK_ACCEL_VISIBLE); + } /* panes */ hpaned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL); gtk_box_pack_start (GTK_BOX (vbox), hpaned, TRUE, TRUE, 0); @@ -1405,7 +1448,7 @@ logview_window_init (LogviewWindow *logview) if (priv->fontsize <= 0) { /* restore the default */ - logview_normal_text (NULL, logview); + logview_normal_text (NULL, NULL, logview); } else { logview_set_fontsize (logview, FALSE); } @@ -1441,8 +1484,6 @@ logview_window_init (LogviewWindow *logview) G_CALLBACK (window_size_changed_cb), logview); g_signal_connect (priv->prefs, "system-font-changed", G_CALLBACK (font_changed_cb), logview); - g_signal_connect (priv->prefs, "have-tearoff-changed", - G_CALLBACK (tearoff_changed_cb), logview); g_signal_connect (priv->manager, "active-changed", G_CALLBACK (active_log_changed_cb), logview); g_signal_connect (logview, "key-press-event", @@ -1457,9 +1498,8 @@ logview_window_init (LogviewWindow *logview) gtk_widget_show (priv->statusbar); /* Filter menu */ - priv->filter_action_group = gtk_action_group_new ("ActionGroupFilter"); - gtk_ui_manager_insert_action_group (priv->ui_manager, priv->filter_action_group, - 1); + priv->filter_action_group = (GActionGroup*)g_simple_action_group_new (); + gtk_widget_insert_action_group (GTK_WIDGET (logview), "filter", priv->filter_action_group); priv->active_filters = NULL; update_filter_menu (logview); |