Merge pull request 'master' (#80) from YanTheKaller/ubl-settings-logging:master into master

Reviewed-on: #80
pull/139/head
Dmitry Razumov 2 years ago
commit b463cd793e

@ -140,6 +140,7 @@ install: check uninstall
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.sort-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.sort-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.sync-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.sync-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.funnel-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.funnel-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.reset-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.generic1-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.generic1-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.generic2-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/actions/" "icons/com.ublinux.${PKGNAME}.generic2-symbolic.svg"

@ -11,6 +11,7 @@
<file>ubl-settings-logging-filechooser.glade</file> <file>ubl-settings-logging-filechooser.glade</file>
<file>ubl-settings-logging-logrotate-table.glade</file> <file>ubl-settings-logging-logrotate-table.glade</file>
<file>ubl-settings-logging-terminal.glade</file> <file>ubl-settings-logging-terminal.glade</file>
<file>ubl-settings-logging-saving.glade</file>
</gresource> </gresource>
<gresource prefix="/com/ublinux/css"> <gresource prefix="/com/ublinux/css">
<file>ubl-settings-logging.css</file> <file>ubl-settings-logging.css</file>

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 512 512"
version="1.1"
id="svg4"
sodipodi:docname="com.ublinux.ubl-settings-logging.reset-symbolic.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="0.12550455"
inkscape:rotation="2"
inkscape:cx="611.47124"
inkscape:cy="809.77905"
inkscape:window-width="1920"
inkscape:window-height="1023"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. -->
<path
d="m 421.98714,202.6 c -7.7,-21.8 -20.2,-42.3 -37.8,-59.8 -62.5,-62.5 -163.8,-62.5 -226.3,0 l -17.1,17.2 h 50.3 c 17.7,0 32,14.3 32,32 0,17.7 -14.3,32 -32,32 H 63.587136 v 0 h -0.4 c -17.7,0 -32,-14.3 -32,-32 V 64 c 0,-17.7 14.3,-32 32,-32 17.7,0 32,14.3 32,32 v 51.2 L 112.68714,97.6 c 87.5,-87.5 229.3,-87.5 316.8,0 24.4,24.4 42,53.1 52.8,83.8 24.60907,65.9989 14.54176,158.08848 -19.64766,157.19733 -83.21285,-2.16895 2.06877,-62.47561 -40.65234,-135.99733 z m 66.1,86.7 c 13.296,14.52344 -21.81114,74.54139 -34.84865,93.60647 L 429.48714,414.4 v 0 c -87.5,87.4 -229.3,87.4 -316.7,0 C 88.387136,390 70.687136,361.3 59.887136,330.7 c -5.9,-16.7 2.9,-34.9 19.5,-40.8 16.6,-5.9 34.900004,2.9 40.800004,19.5 7.7,21.8 20.2,42.3 37.8,59.8 62.5,62.5 163.8,62.5 226.3,0 l 0.1,-0.1 17.1,-17.1 c 22.45299,-34.21541 27.46263,-61.05508 31.11762,-77.06705 L 478.68714,288 c 1.53931,0.43648 3.2,0.1 4.8,0.3 1.6,0.2 3.1,0.5 4.6,1 z"
id="path10"
style="display:inline"
sodipodi:nodetypes="ccccsssccsssssccscscccccsscsccscccssc" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -1,13 +1,13 @@
Service_Name;Path_Log;Service_Description Service_Name;Path_Log;Service_Description
Acpid;/var/log/acpid;Log of work and requests to Acpid Acpid;/var/log/acpid;Log of work and requests to Acpid
Apache2;/var/log/apache2/error.log,/var/log/apache2/access.log;Log of work and requests to the web server Apache2;/var/log/apache2/*.log;Log of work and requests to the web server
Audit;/var/log/audit/audit.log;Audit log Audit;/var/log/audit/audit.log;Audit log
Authlog;/var/log/auth.log;Log of authorization procedures Authlog;/var/log/auth.log;Log of authorization procedures
Cron;/var/log/syslog;Job scheduler log (cron) Cron;/var/log/syslog;Job scheduler log (cron)
CUPS;/var/log/cups/access_log,/var/log/cups/page_log,/var/log/cups/cups-pdf_log;Log of work and calls to the print server (cups) CUPS;/var/log/cups/*;Log of work and calls to the print server (cups)
Daemonlog;/var/log/daemon.log;Log of operation and access to system services Daemonlog;/var/log/daemon.log;Log of operation and access to system services
Samba;/var/log/samba/log.smbd,/var/log/samba/log.localhost,/var/log/samba/log.127.0.0.1,/var/log/samba/log.nmbd;Log of work and access to Samba Samba;/var/log/samba/*;Log of work and access to Samba
Postfix;/var/log/mail.log,/var/log/mail.info,/var/log/mail.warn,/var/log/mail.err;Postfix mail server log Postfix;/var/log/mail.*;Postfix mail server log
Syslog;/var/log/syslog;System log Syslog;/var/log/syslog;System log
Xorg;/var/log/Xorg.0.log;X.org display server log Xorg;/var/log/Xorg.*.log;X.org display server log
Xsession;~/.xsession-errors;Graphics X session log Xsession;~/.xsession-errors;Graphics X session log
1 Service_Name Path_Log Service_Description
2 Acpid /var/log/acpid Log of work and requests to Acpid
3 Apache2 /var/log/apache2/error.log,/var/log/apache2/access.log /var/log/apache2/*.log Log of work and requests to the web server
4 Audit /var/log/audit/audit.log Audit log
5 Authlog /var/log/auth.log Log of authorization procedures
6 Cron /var/log/syslog Job scheduler log (cron)
7 CUPS /var/log/cups/access_log,/var/log/cups/page_log,/var/log/cups/cups-pdf_log /var/log/cups/* Log of work and calls to the print server (cups)
8 Daemonlog /var/log/daemon.log Log of operation and access to system services
9 Samba /var/log/samba/log.smbd,/var/log/samba/log.localhost,/var/log/samba/log.127.0.0.1,/var/log/samba/log.nmbd /var/log/samba/* Log of work and access to Samba
10 Postfix /var/log/mail.log,/var/log/mail.info,/var/log/mail.warn,/var/log/mail.err /var/log/mail.* Postfix mail server log
11 Syslog /var/log/syslog System log
12 Xorg /var/log/Xorg.0.log /var/log/Xorg.*.log X.org display server log
13 Xsession ~/.xsession-errors Graphics X session log

@ -50,6 +50,7 @@ set(DEPENDFILES
../ubl-settings-logging-logrotate-table.glade ../ubl-settings-logging-logrotate-table.glade
../ubl-settings-logging-filechooser.glade ../ubl-settings-logging-filechooser.glade
../ubl-settings-logging-terminal.glade ../ubl-settings-logging-terminal.glade
../ubl-settings-logging-saving.glade
../gresource.xml ../gresource.xml
../ubl-settings-logging-banner.png ../ubl-settings-logging-banner.png
../ubl-settings-logging.css ../ubl-settings-logging.css

File diff suppressed because it is too large Load Diff

@ -33,6 +33,7 @@
#define glade_rules_path "/com/ublinux/ui/ubl-settings-logging-rules.glade" #define glade_rules_path "/com/ublinux/ui/ubl-settings-logging-rules.glade"
#define glade_filechooser_path "/com/ublinux/ui/ubl-settings-logging-filechooser.glade" #define glade_filechooser_path "/com/ublinux/ui/ubl-settings-logging-filechooser.glade"
#define glade_terminal_path "/com/ublinux/ui/ubl-settings-logging-terminal.glade" #define glade_terminal_path "/com/ublinux/ui/ubl-settings-logging-terminal.glade"
#define glade_saving_path "/com/ublinux/ui/ubl-settings-logging-saving.glade"
#define banner_path "/com/ublinux/images/ubl-settings-logging-banner.png" #define banner_path "/com/ublinux/images/ubl-settings-logging-banner.png"
#define CssPath "/com/ublinux/css/ubl-settings-logging.css" #define CssPath "/com/ublinux/css/ubl-settings-logging.css"
#define config_path yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",LocaleName,"/",LocaleName,".conf",NULL) #define config_path yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",LocaleName,"/",LocaleName,".conf",NULL)
@ -236,6 +237,7 @@ typedef struct {
GtkWidget *FileOrDirCheck; GtkWidget *FileOrDirCheck;
GtkWidget *CancelButton; GtkWidget *CancelButton;
GtkWidget *AcceptButton; GtkWidget *AcceptButton;
GtkWidget *StatusBox;
} logrotate_filechooser_window; } logrotate_filechooser_window;
typedef struct { typedef struct {
@ -356,4 +358,17 @@ typedef struct {
char *paths; char *paths;
} logrotate_configure_window; } logrotate_configure_window;
typedef struct {
GtkWidget *Window;
GtkWidget *HeaderTopic;
GtkWidget *HeaderImage;
GtkWidget *StatusBox;
GtkWidget *ParametersTree;
GtkCellRenderer *ToggleCell;
GtkWidget *CancelButton;
GtkWidget *SaveButton;
GtkListStore *list;
YON_CONFIG_TYPE type;
} saving_window;
main_window *setup_window(); main_window *setup_window();

@ -37,6 +37,8 @@
#define GLOBAL_SAVE_SUCCESS_LABEL _("Global configuration saving succseeded.") #define GLOBAL_SAVE_SUCCESS_LABEL _("Global configuration saving succseeded.")
#define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succseeded.") #define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succseeded.")
#define ACCEPT_LABEL _("Accept") #define ACCEPT_LABEL _("Accept")
#define CHOOSE_DIR_NOT_FILE_LABEL _("Choose directory instead of file")
//ubl-settings-logging.glade //ubl-settings-logging.glade
#define JOURNALS_LABEL _("Journals") #define JOURNALS_LABEL _("Journals")
#define SERVICES_LABEL _("Services") #define SERVICES_LABEL _("Services")
@ -55,6 +57,19 @@
#define AUTOSTART_LABEL _("Autostart") #define AUTOSTART_LABEL _("Autostart")
#define AUTOSTART_OFF_LABEL _("Switch autostart off") #define AUTOSTART_OFF_LABEL _("Switch autostart off")
#define AUTOSTART_ON_LABEL _("Switch autostart on") #define AUTOSTART_ON_LABEL _("Switch autostart on")
#define JOURNALD_DESCRIPTION_LABEL _("System event log")
#define ACPID_DESCRIPTION_LABEL _("Log of work and requests to Acpid")
#define APACHE_DESCRIPTION_LABEL _("Log of work and requests to the web server")
#define AUDIT_DESCRIPTION_LABEL _("Audit log")
#define AUTHLOG_DESCRIPTION_LABEL _("Log of authorization procedures")
#define CRON_DESCRIPTION_LABEL _("Job scheduler log (cron)")
#define CUPS_DESCRIPTION_LABEL _("Log of work and calls to the print server (cups)")
#define DAEMONOLOG_DESCRIPTION_LABEL _("Log of operation and access to system services")
#define SAMBA_DESCRIPTION_LABEL _("Log of work and access to Samba")
#define POSTFIX_DESCRIPTION_LABEL _("Postfix mail server log")
#define SYSLOG_DESCRIPTION_LABEL _("System log")
#define XORG_DESCRIPTION_LABEL _("X.org display server log")
#define XSESSION_DESCRIPTION_LABEL _("Graphics X session log")
//ubl-settings-logging-inspector.glade //ubl-settings-logging-inspector.glade
#define TOOLTIP_BOOT_LABEL _("Show messages since the current system boot") #define TOOLTIP_BOOT_LABEL _("Show messages since the current system boot")
@ -65,6 +80,10 @@
#define ALL_UNITS_LABEL _("Show a list of all units, ordered by the time of their initialisation") #define ALL_UNITS_LABEL _("Show a list of all units, ordered by the time of their initialisation")
#define TREE_INIT_LABEL _("Show tree of time-critical initialization unit chain") #define TREE_INIT_LABEL _("Show tree of time-critical initialization unit chain")
#define UPDATE_LABEL _("Update") #define UPDATE_LABEL _("Update")
#define DATE_LABEL _("Date")
#define HOSTNAME_LABEL _("Hostname")
#define PROCESS_LABEL _("Process")
#define LOG_LABEL _("Log")
//ubl-settings-logging-journald.glade //ubl-settings-logging-journald.glade
#define JOURNAL_DESCRIPTION_LABEL _("Description:") #define JOURNAL_DESCRIPTION_LABEL _("Description:")
@ -187,7 +206,7 @@
//ubl-settings-logging-add.glade //ubl-settings-logging-add.glade
#define ADD_PATHS_LABEL _("Path (-s):") #define ADD_PATHS_LABEL _("Path (-s):")
#define CONTROL_LABEL _("Control:") #define CONTROL_LABEL _("Control:")
#define LOG_LABEL _("Log file") #define LOG_FILE_LABEL _("Log file")
#define NAME_LABEL _("Name:") #define NAME_LABEL _("Name:")
//ubl-settings-logging-rules.glade //ubl-settings-logging-rules.glade

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 --> <!-- Generated with glade 3.38.2 -->
<interface> <interface domain="ubl-settings-logging">
<requires lib="gtk+" version="3.24"/> <requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-logging.css -->
<object class="GtkImage" id="image1"> <object class="GtkImage" id="image1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
@ -33,6 +34,7 @@
<child> <child>
<object class="GtkCheckButton" id="FileOrDirCheck"> <object class="GtkCheckButton" id="FileOrDirCheck">
<property name="label" translatable="yes">Choose directory instead of file</property> <property name="label" translatable="yes">Choose directory instead of file</property>
<property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
<property name="draw-indicator">True</property> <property name="draw-indicator">True</property>
@ -78,6 +80,21 @@
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
<child>
<object class="GtkBox" id="StatusBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object> </object>
</child> </child>
<child type="titlebar"> <child type="titlebar">

@ -59,6 +59,12 @@
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name gchararray2 --> <!-- column-name gchararray2 -->
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name gchararray3 -->
<column type="gchararray"/>
<!-- column-name gchararray4 -->
<column type="gchararray"/>
<!-- column-name gchararray5 -->
<column type="gchararray"/>
</columns> </columns>
</object> </object>
<object class="GtkWindow" id="MainWindow"> <object class="GtkWindow" id="MainWindow">
@ -265,15 +271,19 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">liststore1</property> <property name="model">liststore1</property>
<property name="headers-visible">False</property> <property name="search-column">2</property>
<property name="enable-grid-lines">both</property> <property name="enable-grid-lines">both</property>
<property name="tooltip-column">0</property> <property name="tooltip-column">4</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="resizable">True</property>
<property name="sizing">fixed</property> <property name="sizing">fixed</property>
<property name="fixed-width">175</property> <property name="fixed-width">100</property>
<property name="min-width">75</property> <property name="min-width">75</property>
<property name="title" translatable="yes">column</property> <property name="title" translatable="yes">Date</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
@ -286,7 +296,39 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="title" translatable="yes">column</property> <property name="resizable">True</property>
<property name="fixed-width">125</property>
<property name="min-width">75</property>
<property name="title" translatable="yes">Hostname</property>
<child>
<object class="GtkCellRendererText">
<property name="ellipsize">end</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>
<property name="fixed-width">175</property>
<property name="min-width">75</property>
<property name="title" translatable="yes">Process</property>
<child>
<object class="GtkCellRendererText">
<property name="ellipsize">end</property>
</object>
<attributes>
<attribute name="text">2</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Log</property>
<property name="expand">True</property> <property name="expand">True</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
@ -294,7 +336,7 @@
<property name="wrap-width">500</property> <property name="wrap-width">500</property>
</object> </object>
<attributes> <attributes>
<attribute name="text">1</attribute> <attribute name="text">3</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>

@ -79,6 +79,11 @@
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property> <property name="icon-name">emblem-ok-symbolic</property>
</object> </object>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">com.ublinux.ubl-settings-logging.reset-symbolic</property>
</object>
<object class="GtkWindow" id="MainWindow"> <object class="GtkWindow" id="MainWindow">
<property name="width-request">800</property> <property name="width-request">800</property>
<property name="height-request">600</property> <property name="height-request">600</property>
@ -1062,9 +1067,4 @@
<widget name="label2"/> <widget name="label2"/>
</widgets> </widgets>
</object> </object>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">com.ublinux.ubl-settings-logging.funnel-symbolic</property>
</object>
</interface> </interface>

@ -259,6 +259,7 @@
<child> <child>
<object class="GtkButton" id="LogPathEditButton"> <object class="GtkButton" id="LogPathEditButton">
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
<property name="image">image3</property> <property name="image">image3</property>
@ -291,6 +292,7 @@
<child> <child>
<object class="GtkButton" id="LogPathRemoveButton"> <object class="GtkButton" id="LogPathRemoveButton">
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
<property name="image">image6</property> <property name="image">image6</property>
@ -329,7 +331,9 @@
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Path</property> <property name="title" translatable="yes">Path</property>
<child> <child>
<object class="GtkCellRendererText" id="PathCell"/> <object class="GtkCellRendererText" id="PathCell">
<property name="editable">True</property>
</object>
<attributes> <attributes>
<attribute name="background">2</attribute> <attribute name="background">2</attribute>
<attribute name="foreground">1</attribute> <attribute name="foreground">1</attribute>

@ -0,0 +1,216 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-logging.css -->
<object class="GtkCheckButton" id="ToggleAllCheck">
<property name="label" translatable="yes">Save</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
</object>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">process-stop-symbolic</property>
</object>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property>
</object>
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name Active -->
<column type="gboolean"/>
<!-- column-name Parameter -->
<column type="gchararray"/>
<!-- column-name OldValue -->
<column type="gchararray"/>
<!-- column-name NewValue -->
<column type="gchararray"/>
<!-- column-name Color -->
<column type="gchararray"/>
<!-- column-name Show -->
<column type="gboolean"/>
<!-- column-name Section -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkDialog" id="Window">
<property name="width-request">450</property>
<property name="height-request">500</property>
<property name="can-focus">False</property>
<property name="modal">True</property>
<property name="icon-name">com.ublinux.ubl-settings-logging</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
<property name="margin-bottom">5</property>
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
<object class="GtkButton" id="CancelButton">
<property name="label" translatable="yes">Cancel</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">image1</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="SaveButton">
<property name="label" translatable="yes">Save</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">image2</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack-type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="StatusBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<child>
<object class="GtkTreeView" id="ParametersTree">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="model">liststore1</property>
<child internal-child="selection">
<object class="GtkTreeSelection">
<property name="mode">none</property>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Save</property>
<child>
<object class="GtkCellRendererToggle" id="ToggleCell"/>
<attributes>
<attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute>
<attribute name="active">0</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Parameter</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Old value</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute>
<attribute name="text">2</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">New value</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute>
<attribute name="text">3</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="show-close-button">True</property>
<child type="title">
<object class="GtkLabel" id="HeaderTopic">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Logs and events</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
</child>
<child>
<object class="GtkImage" id="HeaderImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">32</property>
<property name="icon-name">com.ublinux.ubl-settings-logging</property>
</object>
</child>
<style>
<class name="toolbar"/>
</style>
</object>
</child>
</object>
</interface>

@ -120,3 +120,10 @@ background:transparent;
border-color: #ea9999; border-color: #ea9999;
border-style:solid; border-style:solid;
} }
.chosenOutline{
transition: 0ms;
border-width: 2px;
border-color: #f3f0ac;
border-style:solid;
}

@ -464,7 +464,7 @@ translated and supported by community.</property>
<!-- column-name Description --> <!-- column-name Description -->
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name IsStandard --> <!-- column-name IsStandard -->
<column type="gboolean"/> <column type="gint"/>
<!-- column-name StandardPathsAmount --> <!-- column-name StandardPathsAmount -->
<column type="gint"/> <column type="gint"/>
</columns> </columns>
@ -473,8 +473,8 @@ translated and supported by community.</property>
<col id="0">journald</col> <col id="0">journald</col>
<col id="1">/var/log/journal/</col> <col id="1">/var/log/journal/</col>
<col id="2" translatable="yes">System event log</col> <col id="2" translatable="yes">System event log</col>
<col id="3">True</col> <col id="3">1</col>
<col id="4">0</col> <col id="4">1</col>
</row> </row>
</data> </data>
</object> </object>
@ -786,6 +786,7 @@ translated and supported by community.</property>
<property name="title" translatable="yes">Log/Journal</property> <property name="title" translatable="yes">Log/Journal</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
<property name="alignment">center</property>
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="wrap-width">100</property> <property name="wrap-width">100</property>
</object> </object>
@ -821,6 +822,7 @@ translated and supported by community.</property>
<property name="title" translatable="yes">Description</property> <property name="title" translatable="yes">Description</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
<property name="alignment">center</property>
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="wrap-width">100</property> <property name="wrap-width">100</property>
</object> </object>

@ -182,628 +182,655 @@ msgid "Accept"
msgstr "" msgstr ""
#: source/ubl-strings.h:41 #: source/ubl-strings.h:41
msgid "Choose directory instead of file"
msgstr ""
#: source/ubl-strings.h:43
msgid "Journals" msgid "Journals"
msgstr "" msgstr ""
#: source/ubl-strings.h:42 #: source/ubl-strings.h:44
msgid "Services" msgid "Services"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:45
msgid "Log/Journal" msgid "Log/Journal"
msgstr "" msgstr ""
#: source/ubl-strings.h:44 #: source/ubl-strings.h:46
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: source/ubl-strings.h:45 #: source/ubl-strings.h:47
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: source/ubl-strings.h:46 #: source/ubl-strings.h:48
msgid "Inspect log" msgid "Inspect log"
msgstr "" msgstr ""
#: source/ubl-strings.h:47 #: source/ubl-strings.h:49
msgid "Configure log" msgid "Configure log"
msgstr "" msgstr ""
#: source/ubl-strings.h:48 #: source/ubl-strings.h:50
msgid "Add log" msgid "Add log"
msgstr "" msgstr ""
#: source/ubl-strings.h:49 #: source/ubl-strings.h:51
msgid "Remove log" msgid "Remove log"
msgstr "" msgstr ""
#: source/ubl-strings.h:50 #: source/ubl-strings.h:52
msgid "Stop service" msgid "Stop service"
msgstr "" msgstr ""
#: source/ubl-strings.h:51 #: source/ubl-strings.h:53
msgid "Start service" msgid "Start service"
msgstr "" msgstr ""
#: source/ubl-strings.h:52 #: source/ubl-strings.h:54
msgid "Configure service" msgid "Configure service"
msgstr "" msgstr ""
#: source/ubl-strings.h:53 #: source/ubl-strings.h:55
msgid "Status" msgid "Status"
msgstr "" msgstr ""
#: source/ubl-strings.h:54 #: source/ubl-strings.h:56
msgid "Service" msgid "Service"
msgstr "" msgstr ""
#: source/ubl-strings.h:55 #: source/ubl-strings.h:57
msgid "Autostart" msgid "Autostart"
msgstr "" msgstr ""
#: source/ubl-strings.h:56 #: source/ubl-strings.h:58
msgid "Switch autostart off" msgid "Switch autostart off"
msgstr "" msgstr ""
#: source/ubl-strings.h:57 #: source/ubl-strings.h:59
msgid "Switch autostart on" msgid "Switch autostart on"
msgstr "" msgstr ""
#: source/ubl-strings.h:60 #: source/ubl-strings.h:60
msgid "Show messages since the current system boot" msgid "System event log"
msgstr "" msgstr ""
#: source/ubl-strings.h:61 #: source/ubl-strings.h:61
msgid "Follow for new messages" msgid "Log of work and requests to Acpid"
msgstr "" msgstr ""
#: source/ubl-strings.h:62 #: source/ubl-strings.h:62
msgid "Show kernel ring buffer" msgid "Log of work and requests to the web server"
msgstr "" msgstr ""
#: source/ubl-strings.h:63 #: source/ubl-strings.h:63
msgid "Show only priority error messages, critical messages and warnings" msgid "Audit log"
msgstr "" msgstr ""
#: source/ubl-strings.h:64 #: source/ubl-strings.h:64
msgid "Show all boots" msgid "Log of authorization procedures"
msgstr "" msgstr ""
#: source/ubl-strings.h:65 #: source/ubl-strings.h:65
msgid "Show a list of all units, ordered by the time of their initialisation" msgid "Job scheduler log (cron)"
msgstr "" msgstr ""
#: source/ubl-strings.h:66 #: source/ubl-strings.h:66
msgid "Show tree of time-critical initialization unit chain" msgid "Log of work and calls to the print server (cups)"
msgstr "" msgstr ""
#: source/ubl-strings.h:67 #: source/ubl-strings.h:67
msgid "Update" msgid "Log of operation and access to system services"
msgstr ""
#: source/ubl-strings.h:68
msgid "Log of work and access to Samba"
msgstr ""
#: source/ubl-strings.h:69
msgid "Postfix mail server log"
msgstr "" msgstr ""
#: source/ubl-strings.h:70 #: source/ubl-strings.h:70
msgid "Description:" msgid "System log"
msgstr "" msgstr ""
#: source/ubl-strings.h:71 #: source/ubl-strings.h:71
msgid "X.org display server log"
msgstr ""
#: source/ubl-strings.h:72
msgid "Graphics X session log"
msgstr ""
#: source/ubl-strings.h:75
msgid "Show messages since the current system boot"
msgstr ""
#: source/ubl-strings.h:76
msgid "Follow for new messages"
msgstr ""
#: source/ubl-strings.h:77
msgid "Show kernel ring buffer"
msgstr ""
#: source/ubl-strings.h:78
msgid "Show only priority error messages, critical messages and warnings"
msgstr ""
#: source/ubl-strings.h:79
msgid "Show all boots"
msgstr ""
#: source/ubl-strings.h:80
msgid "Show a list of all units, ordered by the time of their initialisation"
msgstr ""
#: source/ubl-strings.h:81
msgid "Show tree of time-critical initialization unit chain"
msgstr ""
#: source/ubl-strings.h:82
msgid "Update"
msgstr ""
#: source/ubl-strings.h:83
msgid "Date"
msgstr ""
#: source/ubl-strings.h:84
msgid "Hostname"
msgstr ""
#: source/ubl-strings.h:85
msgid "Process"
msgstr ""
#: source/ubl-strings.h:86
msgid "Log"
msgstr ""
#: source/ubl-strings.h:89
msgid "Description:"
msgstr ""
#: source/ubl-strings.h:90
msgid "Journal storage place:" msgid "Journal storage place:"
msgstr "" msgstr ""
#: source/ubl-strings.h:72 source/ubl-strings.h:73 #: source/ubl-strings.h:91 source/ubl-strings.h:92
msgid "Use compression:" msgid "Use compression:"
msgstr "" msgstr ""
#: source/ubl-strings.h:74 #: source/ubl-strings.h:93
msgid "Split journal files:" msgid "Split journal files:"
msgstr "" msgstr ""
#: source/ubl-strings.h:75 #: source/ubl-strings.h:94
msgid "Log recording journal interval:" msgid "Log recording journal interval:"
msgstr "" msgstr ""
#: source/ubl-strings.h:76 #: source/ubl-strings.h:95
msgid "Records amount:" msgid "Records amount:"
msgstr "" msgstr ""
#: source/ubl-strings.h:77 #: source/ubl-strings.h:96
msgid "Maximum size of all logs:" msgid "Maximum size of all logs:"
msgstr "" msgstr ""
#: source/ubl-strings.h:78 #: source/ubl-strings.h:97
msgid "Maximum size of rotation journal:" msgid "Maximum size of rotation journal:"
msgstr "" msgstr ""
#: source/ubl-strings.h:79 #: source/ubl-strings.h:98
msgid "Leave free space at storage:" msgid "Leave free space at storage:"
msgstr "" msgstr ""
#: source/ubl-strings.h:80 #: source/ubl-strings.h:99
msgid "Redirect to console:" msgid "Redirect to console:"
msgstr "" msgstr ""
#: source/ubl-strings.h:81 #: source/ubl-strings.h:100
msgid "TTY:" msgid "TTY:"
msgstr "" msgstr ""
#: source/ubl-strings.h:82 #: source/ubl-strings.h:101
msgid "Type of forwarded messages:" msgid "Type of forwarded messages:"
msgstr "" msgstr ""
#: source/ubl-strings.h:83 #: source/ubl-strings.h:102
msgid "Journal configuration" msgid "Journal configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:84 #: source/ubl-strings.h:103
msgid "Total log size:" msgid "Total log size:"
msgstr "" msgstr ""
#: source/ubl-strings.h:85 #: source/ubl-strings.h:104
msgid "Lower size to:" msgid "Lower size to:"
msgstr "" msgstr ""
#: source/ubl-strings.h:86 #: source/ubl-strings.h:105
msgid "Apply" msgid "Apply"
msgstr "" msgstr ""
#: source/ubl-strings.h:87 #: source/ubl-strings.h:106
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: source/ubl-strings.h:88 #: source/ubl-strings.h:107
msgid "Default" msgid "Default"
msgstr "" msgstr ""
#: source/ubl-strings.h:89 #: source/ubl-strings.h:108
msgid "RAM" msgid "RAM"
msgstr "" msgstr ""
#: source/ubl-strings.h:90 #: source/ubl-strings.h:109
msgid "Drive" msgid "Drive"
msgstr "" msgstr ""
#: source/ubl-strings.h:91 #: source/ubl-strings.h:110
msgid "Auto" msgid "Auto"
msgstr "" msgstr ""
#: source/ubl-strings.h:92 #: source/ubl-strings.h:111
msgid "None" msgid "None"
msgstr "" msgstr ""
#: source/ubl-strings.h:93 #: source/ubl-strings.h:112
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: source/ubl-strings.h:94 #: source/ubl-strings.h:113
msgid "No" msgid "No"
msgstr "" msgstr ""
#: source/ubl-strings.h:95 #: source/ubl-strings.h:114
msgid "After" msgid "After"
msgstr "" msgstr ""
#: source/ubl-strings.h:96 #: source/ubl-strings.h:115
msgid "Kb" msgid "Kb"
msgstr "" msgstr ""
#: source/ubl-strings.h:97 #: source/ubl-strings.h:116
msgid "Mb" msgid "Mb"
msgstr "" msgstr ""
#: source/ubl-strings.h:98 #: source/ubl-strings.h:117
msgid "Gb" msgid "Gb"
msgstr "" msgstr ""
#: source/ubl-strings.h:99 #: source/ubl-strings.h:118
msgid "Minutes" msgid "Minutes"
msgstr "" msgstr ""
#: source/ubl-strings.h:100 #: source/ubl-strings.h:119
msgid "Hours" msgid "Hours"
msgstr "" msgstr ""
#: source/ubl-strings.h:101 #: source/ubl-strings.h:120
msgid "Days" msgid "Days"
msgstr "" msgstr ""
#: source/ubl-strings.h:102 #: source/ubl-strings.h:121
msgid "Weeks" msgid "Weeks"
msgstr "" msgstr ""
#: source/ubl-strings.h:103 #: source/ubl-strings.h:122
msgid "Years" msgid "Years"
msgstr "" msgstr ""
#: source/ubl-strings.h:104 #: source/ubl-strings.h:123
msgid "Reset" msgid "Reset"
msgstr "" msgstr ""
#: source/ubl-strings.h:107 #: source/ubl-strings.h:126
msgid "Log/Journal:" msgid "Log/Journal:"
msgstr "" msgstr ""
#: source/ubl-strings.h:108 #: source/ubl-strings.h:127
msgid "Paths to log and journals files" msgid "Paths to log and journals files"
msgstr "" msgstr ""
#: source/ubl-strings.h:109 #: source/ubl-strings.h:128
msgid "On" msgid "On"
msgstr "" msgstr ""
#: source/ubl-strings.h:110 #: source/ubl-strings.h:129
msgid "Off" msgid "Off"
msgstr "" msgstr ""
#: source/ubl-strings.h:111 source/ubl-strings.h:165 #: source/ubl-strings.h:130 source/ubl-strings.h:184
msgid "Scenarios" msgid "Scenarios"
msgstr "" msgstr ""
#: source/ubl-strings.h:112 source/ubl-strings.h:164 #: source/ubl-strings.h:131 source/ubl-strings.h:183
msgid "Scenarios are running for each rotated journal" msgid "Scenarios are running for each rotated journal"
msgstr "" msgstr ""
#: source/ubl-strings.h:113 #: source/ubl-strings.h:132
msgid "Command before rotation (one time):" msgid "Command before rotation (one time):"
msgstr "" msgstr ""
#: source/ubl-strings.h:114 #: source/ubl-strings.h:133
msgid "Command after rotation (one time):" msgid "Command after rotation (one time):"
msgstr "" msgstr ""
#: source/ubl-strings.h:115 #: source/ubl-strings.h:134
msgid "Command before rotation:" msgid "Command before rotation:"
msgstr "" msgstr ""
#: source/ubl-strings.h:116 #: source/ubl-strings.h:135
msgid "Command after rotation:" msgid "Command after rotation:"
msgstr "" msgstr ""
#: source/ubl-strings.h:117 #: source/ubl-strings.h:136
msgid "Rotation period:" msgid "Rotation period:"
msgstr "" msgstr ""
#: source/ubl-strings.h:118 #: source/ubl-strings.h:137
msgid "Maximum size of file:" msgid "Maximum size of file:"
msgstr "" msgstr ""
#: source/ubl-strings.h:119 #: source/ubl-strings.h:138
msgid "Checking frequency configuration" msgid "Checking frequency configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:120 #: source/ubl-strings.h:139
msgid "File amount:" msgid "File amount:"
msgstr "" msgstr ""
#: source/ubl-strings.h:121 #: source/ubl-strings.h:140
msgid "Store at:" msgid "Store at:"
msgstr "" msgstr ""
#: source/ubl-strings.h:122 #: source/ubl-strings.h:141
msgid "Rotation as user:" msgid "Rotation as user:"
msgstr "" msgstr ""
#: source/ubl-strings.h:123 #: source/ubl-strings.h:142
msgid "Rotation as group:" msgid "Rotation as group:"
msgstr "" msgstr ""
#: source/ubl-strings.h:124 #: source/ubl-strings.h:143
msgid "Rotation configuration" msgid "Rotation configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:125 #: source/ubl-strings.h:144
msgid "Error processing:" msgid "Error processing:"
msgstr "" msgstr ""
#: source/ubl-strings.h:126 #: source/ubl-strings.h:145
msgid "Rotation of jurnal even when it is empty:" msgid "Rotation of jurnal even when it is empty:"
msgstr "" msgstr ""
#: source/ubl-strings.h:127 #: source/ubl-strings.h:146
msgid "Do not rotate journal younger than" msgid "Do not rotate journal younger than"
msgstr "" msgstr ""
#: source/ubl-strings.h:128 #: source/ubl-strings.h:147
msgid "days" msgid "days"
msgstr "" msgstr ""
#: source/ubl-strings.h:129 #: source/ubl-strings.h:148
msgid "Delete rotated journals older than" msgid "Delete rotated journals older than"
msgstr "" msgstr ""
#: source/ubl-strings.h:130 #: source/ubl-strings.h:149
msgid "Rotate journals if size more than" msgid "Rotate journals if size more than"
msgstr "" msgstr ""
#: source/ubl-strings.h:131 #: source/ubl-strings.h:150
msgid "but not earlier than the specified time interval" msgid "but not earlier than the specified time interval"
msgstr "" msgstr ""
#: source/ubl-strings.h:132 #: source/ubl-strings.h:151
msgid "before specified time interval" msgid "before specified time interval"
msgstr "" msgstr ""
#: source/ubl-strings.h:133 #: source/ubl-strings.h:152
msgid "File choosing configuration" msgid "File choosing configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:134 #: source/ubl-strings.h:153
msgid "Create log" msgid "Create log"
msgstr "" msgstr ""
#: source/ubl-strings.h:135 #: source/ubl-strings.h:154
msgid "as user:" msgid "as user:"
msgstr "" msgstr ""
#: source/ubl-strings.h:136 #: source/ubl-strings.h:155
msgid "as group:" msgid "as group:"
msgstr "" msgstr ""
#: source/ubl-strings.h:137 #: source/ubl-strings.h:156
msgid "rules:" msgid "rules:"
msgstr "" msgstr ""
#: source/ubl-strings.h:138 #: source/ubl-strings.h:157
msgid "" msgid ""
"Cut source journal fileafter copy creating instead of moving old journal " "Cut source journal fileafter copy creating instead of moving old journal "
"file and creating new one" "file and creating new one"
msgstr "" msgstr ""
#: source/ubl-strings.h:139 #: source/ubl-strings.h:158
msgid "Files and directories configuration" msgid "Files and directories configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:140 #: source/ubl-strings.h:159
msgid "Delay compression by one journal in queue:" msgid "Delay compression by one journal in queue:"
msgstr "" msgstr ""
#: source/ubl-strings.h:141 #: source/ubl-strings.h:160
msgid "Compression configuration" msgid "Compression configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:142 #: source/ubl-strings.h:161
msgid "Save original log file after rotation if it has specified extension:" msgid "Save original log file after rotation if it has specified extension:"
msgstr "" msgstr ""
#: source/ubl-strings.h:143 #: source/ubl-strings.h:162
msgid "Add date of rotation before log header" msgid "Add date of rotation before log header"
msgstr "" msgstr ""
#: source/ubl-strings.h:144 #: source/ubl-strings.h:163
msgid "Number from which numbering of old logs will begin" msgid "Number from which numbering of old logs will begin"
msgstr "" msgstr ""
#: source/ubl-strings.h:145 #: source/ubl-strings.h:164
msgid "Filename configuration" msgid "Filename configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:146 #: source/ubl-strings.h:165
msgid "Email after rotation:" msgid "Email after rotation:"
msgstr "" msgstr ""
#: source/ubl-strings.h:147 #: source/ubl-strings.h:166
msgid "adress:" msgid "adress:"
msgstr "" msgstr ""
#: source/ubl-strings.h:148 #: source/ubl-strings.h:167
msgid "contents:" msgid "contents:"
msgstr "" msgstr ""
#: source/ubl-strings.h:149 source/ubl-strings.h:162 #: source/ubl-strings.h:168 source/ubl-strings.h:181
msgid "Message configuration" msgid "Message configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:150 #: source/ubl-strings.h:169
msgid "Manual input:" msgid "Manual input:"
msgstr "" msgstr ""
#: source/ubl-strings.h:151 #: source/ubl-strings.h:170
msgid "Log (-s) size:" msgid "Log (-s) size:"
msgstr "" msgstr ""
#: source/ubl-strings.h:152 #: source/ubl-strings.h:171
msgid "Same directory" msgid "Same directory"
msgstr "" msgstr ""
#: source/ubl-strings.h:153 #: source/ubl-strings.h:172
msgid "Separate directory" msgid "Separate directory"
msgstr "" msgstr ""
#: source/ubl-strings.h:154 #: source/ubl-strings.h:173
msgid "Output errors if log file does not exist*" msgid "Output errors if log file does not exist*"
msgstr "" msgstr ""
#: source/ubl-strings.h:155 #: source/ubl-strings.h:174
msgid "Do not output errors if log file does not exist" msgid "Do not output errors if log file does not exist"
msgstr "" msgstr ""
#: source/ubl-strings.h:156 #: source/ubl-strings.h:175
msgid "Do not output" msgid "Do not output"
msgstr "" msgstr ""
#: source/ubl-strings.h:157 #: source/ubl-strings.h:176
msgid "Output errors" msgid "Output errors"
msgstr "" msgstr ""
#: source/ubl-strings.h:158 #: source/ubl-strings.h:177
msgid "Send Email" msgid "Send Email"
msgstr "" msgstr ""
#: source/ubl-strings.h:159 #: source/ubl-strings.h:178
msgid "Don't send Email" msgid "Don't send Email"
msgstr "" msgstr ""
#: source/ubl-strings.h:160 #: source/ubl-strings.h:179
msgid "First rotated copy" msgid "First rotated copy"
msgstr "" msgstr ""
#: source/ubl-strings.h:161 #: source/ubl-strings.h:180
msgid "Last rotated copy" msgid "Last rotated copy"
msgstr "" msgstr ""
#: source/ubl-strings.h:163 #: source/ubl-strings.h:182
msgid "Endwork command:" msgid "Endwork command:"
msgstr "" msgstr ""
#: source/ubl-strings.h:166 #: source/ubl-strings.h:185
msgid "Hourly" msgid "Hourly"
msgstr "" msgstr ""
#: source/ubl-strings.h:167 #: source/ubl-strings.h:186
msgid "Daily" msgid "Daily"
msgstr "" msgstr ""
#: source/ubl-strings.h:168 #: source/ubl-strings.h:187
msgid "Weekly*" msgid "Weekly*"
msgstr "" msgstr ""
#: source/ubl-strings.h:169 #: source/ubl-strings.h:188
msgid "Monthly" msgid "Monthly"
msgstr "" msgstr ""
#: source/ubl-strings.h:170 #: source/ubl-strings.h:189
msgid "Yearly" msgid "Yearly"
msgstr "" msgstr ""
#: source/ubl-strings.h:171 #: source/ubl-strings.h:190
msgid "Monday" msgid "Monday"
msgstr "" msgstr ""
#: source/ubl-strings.h:172 #: source/ubl-strings.h:191
msgid "Tuesday" msgid "Tuesday"
msgstr "" msgstr ""
#: source/ubl-strings.h:173 #: source/ubl-strings.h:192
msgid "Wednesday" msgid "Wednesday"
msgstr "" msgstr ""
#: source/ubl-strings.h:174 #: source/ubl-strings.h:193
msgid "Thursday" msgid "Thursday"
msgstr "" msgstr ""
#: source/ubl-strings.h:175 #: source/ubl-strings.h:194
msgid "Friday" msgid "Friday"
msgstr "" msgstr ""
#: source/ubl-strings.h:176 #: source/ubl-strings.h:195
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: source/ubl-strings.h:177 #: source/ubl-strings.h:196
msgid "Sunday*" msgid "Sunday*"
msgstr "" msgstr ""
#: source/ubl-strings.h:178 #: source/ubl-strings.h:197
msgid "Same record already exists" msgid "Same record already exists"
msgstr "" msgstr ""
#: source/ubl-strings.h:179 #: source/ubl-strings.h:198
msgid "Empty important field" msgid "Empty important field"
msgstr "" msgstr ""
#: source/ubl-strings.h:180 #: source/ubl-strings.h:199
msgid "Repeating paths" msgid "Repeating paths"
msgstr "" msgstr ""
#: source/ubl-strings.h:181 #: source/ubl-strings.h:200
msgid "Write down all important fields" msgid "Write down all important fields"
msgstr "" msgstr ""
#: source/ubl-strings.h:184 #: source/ubl-strings.h:203
msgid "System configuration" msgid "System configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:185 #: source/ubl-strings.h:204
msgid "Applications configuration" msgid "Applications configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:188 #: source/ubl-strings.h:207
msgid "Path (-s):" msgid "Path (-s):"
msgstr "" msgstr ""
#: source/ubl-strings.h:189 #: source/ubl-strings.h:208
msgid "Control:" msgid "Control:"
msgstr "" msgstr ""
#: source/ubl-strings.h:190 #: source/ubl-strings.h:209
msgid "Log file" msgid "Log file"
msgstr "" msgstr ""
#: source/ubl-strings.h:191 #: source/ubl-strings.h:210
msgid "Name:" msgid "Name:"
msgstr "" msgstr ""
#: source/ubl-strings.h:194 #: source/ubl-strings.h:213
msgid "Owner rules" msgid "Owner rules"
msgstr "" msgstr ""
#: source/ubl-strings.h:195 #: source/ubl-strings.h:214
msgid "Group rules" msgid "Group rules"
msgstr "" msgstr ""
#: source/ubl-strings.h:196 #: source/ubl-strings.h:215
msgid "Public rules" msgid "Public rules"
msgstr "" msgstr ""
#: source/ubl-strings.h:197 #: source/ubl-strings.h:216
msgid "Read" msgid "Read"
msgstr "" msgstr ""
#: source/ubl-strings.h:198 #: source/ubl-strings.h:217
msgid "Write" msgid "Write"
msgstr "" msgstr ""
#: source/ubl-strings.h:199 #: source/ubl-strings.h:218
msgid "Execute" msgid "Execute"
msgstr "" msgstr ""
#: source/ubl-strings.h:200 #: source/ubl-strings.h:219
msgid "Value:" msgid "Value:"
msgstr "" msgstr ""
#: source/ubl-strings.h:203 #: source/ubl-strings.h:222
msgid ": no such file(s)" msgid ": no such file(s)"
msgstr "" msgstr ""
msgid "System event log rotation service"
msgstr ""
msgid "System event log"
msgstr ""
msgid "Service for collecting messages from system events of active network devices"
msgstr ""
msgid "Log of work and requests to Acpid"
msgstr ""
msgid "Log of work and requests to the web server"
msgstr ""
msgid "Audit log"
msgstr ""
msgid "Log of authorization procedures"
msgstr ""
msgid "Job scheduler log (cron)"
msgstr ""
msgid "Log of work and calls to the print server (cups)"
msgstr ""
msgid "Log of operation and access to system services"
msgstr ""
msgid "Log of work and access to Samba"
msgstr ""
msgid "Postfix mail server log"
msgstr ""
msgid "System log"
msgstr ""
msgid "X.org display server log"
msgstr ""
msgid "Graphics X session log"
msgstr ""

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ubl-settings-logging 1.0\n" "Project-Id-Version: ubl-settings-logging 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-22 16:12+0600\n" "POT-Creation-Date: 2023-12-11 17:41+0600\n"
"PO-Revision-Date: 2023-01-01 00:00+0600\n" "PO-Revision-Date: 2023-01-01 00:00+0600\n"
"Last-Translator: UBLinux Team <info@ublinux.com>\n" "Last-Translator: UBLinux Team <info@ublinux.com>\n"
"Language-Team: Russian - UBLinux Team <info@ublinux.com>\n" "Language-Team: Russian - UBLinux Team <info@ublinux.com>\n"
@ -186,372 +186,444 @@ msgid "Accept"
msgstr "Принять" msgstr "Принять"
#: source/ubl-strings.h:41 #: source/ubl-strings.h:41
msgid "Choose directory instead of file"
msgstr "Выбрать папку вместо файла"
#: source/ubl-strings.h:43
msgid "Journals" msgid "Journals"
msgstr "Журналы" msgstr "Журналы"
#: source/ubl-strings.h:42 #: source/ubl-strings.h:44
msgid "Services" msgid "Services"
msgstr "Сервисы" msgstr "Сервисы"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:45
msgid "Log/Journal" msgid "Log/Journal"
msgstr "Лог/Журнал" msgstr "Лог/Журнал"
#: source/ubl-strings.h:44 #: source/ubl-strings.h:46
msgid "Path" msgid "Path"
msgstr "Путь" msgstr "Путь"
#: source/ubl-strings.h:45 #: source/ubl-strings.h:47
msgid "Description" msgid "Description"
msgstr "Описание" msgstr "Описание"
#: source/ubl-strings.h:46 #: source/ubl-strings.h:48
msgid "Inspect log" msgid "Inspect log"
msgstr "Просмотреть лог" msgstr "Просмотреть лог"
#: source/ubl-strings.h:47 #: source/ubl-strings.h:49
msgid "Configure log" msgid "Configure log"
msgstr "Настроить лог" msgstr "Настроить лог"
#: source/ubl-strings.h:48 #: source/ubl-strings.h:50
msgid "Add log" msgid "Add log"
msgstr "Добавить лог" msgstr "Добавить лог"
#: source/ubl-strings.h:49 #: source/ubl-strings.h:51
msgid "Remove log" msgid "Remove log"
msgstr "Удалить лог" msgstr "Удалить лог"
#: source/ubl-strings.h:50 #: source/ubl-strings.h:52
msgid "Stop service" msgid "Stop service"
msgstr "Остановить сервис" msgstr "Остановить сервис"
#: source/ubl-strings.h:51 #: source/ubl-strings.h:53
msgid "Start service" msgid "Start service"
msgstr "Запустить сервис" msgstr "Запустить сервис"
#: source/ubl-strings.h:52 #: source/ubl-strings.h:54
msgid "Configure service" msgid "Configure service"
msgstr "Настроить сервис" msgstr "Настроить сервис"
#: source/ubl-strings.h:53 #: source/ubl-strings.h:55
msgid "Status" msgid "Status"
msgstr "Статус" msgstr "Статус"
#: source/ubl-strings.h:54 #: source/ubl-strings.h:56
msgid "Service" msgid "Service"
msgstr "Сервис" msgstr "Сервис"
#: source/ubl-strings.h:55 #: source/ubl-strings.h:57
msgid "Autostart" msgid "Autostart"
msgstr "Автозапуск" msgstr "Автозапуск"
#: source/ubl-strings.h:56 #: source/ubl-strings.h:58
msgid "Switch autostart off" msgid "Switch autostart off"
msgstr "Выключить автозапуск" msgstr "Выключить автозапуск"
#: source/ubl-strings.h:57 #: source/ubl-strings.h:59
msgid "Switch autostart on" msgid "Switch autostart on"
msgstr "Включить автозапуск" msgstr "Включить автозапуск"
#: source/ubl-strings.h:60 #: source/ubl-strings.h:60
msgid "System event log"
msgstr "Системный журнал событий"
#: source/ubl-strings.h:61
msgid "Log of work and requests to Acpid"
msgstr "Журнал работы и обращений к Acpid"
#: source/ubl-strings.h:62
msgid "Log of work and requests to the web server"
msgstr "Журнал работы и обращений к веб-серверу"
#: source/ubl-strings.h:63
msgid "Audit log"
msgstr "Журнал аудита (audit)"
#: source/ubl-strings.h:64
msgid "Log of authorization procedures"
msgstr "Журнал процедур авторизации"
#: source/ubl-strings.h:65
msgid "Job scheduler log (cron)"
msgstr "Журнал работы планировщика заданий (cron)"
#: source/ubl-strings.h:66
msgid "Log of work and calls to the print server (cups)"
msgstr "Журнал работы и обращений к серверу печати (cups)"
#: source/ubl-strings.h:67
msgid "Log of operation and access to system services"
msgstr "Журнал работы и обращения к службам системы"
#: source/ubl-strings.h:68
msgid "Log of work and access to Samba"
msgstr "Журнал работы и обращения к Samba"
#: source/ubl-strings.h:69
msgid "Postfix mail server log"
msgstr "Журнал почтового сервера Postfix"
#: source/ubl-strings.h:70
msgid "System log"
msgstr "Системный журнал"
#: source/ubl-strings.h:71
msgid "X.org display server log"
msgstr "Журнал работы дисплейного сервера X.org"
#: source/ubl-strings.h:72
msgid "Graphics X session log"
msgstr "Журнал сеансов графической системы X"
#: source/ubl-strings.h:75
msgid "Show messages since the current system boot" msgid "Show messages since the current system boot"
msgstr "Показать сообщения с момента загрузки системы" msgstr "Показать сообщения с момента загрузки системы"
#: source/ubl-strings.h:61 #: source/ubl-strings.h:76
msgid "Follow for new messages" msgid "Follow for new messages"
msgstr "Следить за появлением новых сообщений" msgstr "Следить за появлением новых сообщений"
#: source/ubl-strings.h:62 #: source/ubl-strings.h:77
msgid "Show kernel ring buffer" msgid "Show kernel ring buffer"
msgstr "Показать кольцевой буфер ядра" msgstr "Показать кольцевой буфер ядра"
#: source/ubl-strings.h:63 #: source/ubl-strings.h:78
msgid "Show only priority error messages, critical messages and warnings" msgid "Show only priority error messages, critical messages and warnings"
msgstr "" msgstr ""
"Показать только приоритетные сообщения об ошибках, критических сообщениях и " "Показать только приоритетные сообщения об ошибках, критических сообщениях и "
"предупреждениях" "предупреждениях"
#: source/ubl-strings.h:64 #: source/ubl-strings.h:79
msgid "Show all boots" msgid "Show all boots"
msgstr "Показать все загрузки в журнале" msgstr "Показать все загрузки в журнале"
#: source/ubl-strings.h:65 #: source/ubl-strings.h:80
msgid "Show a list of all units, ordered by the time of their initialisation" msgid "Show a list of all units, ordered by the time of their initialisation"
msgstr "" msgstr ""
"Показать список всех работающих юнитов, упорядоченных по времени их " "Показать список всех работающих юнитов, упорядоченных по времени их "
"инициализации" "инициализации"
#: source/ubl-strings.h:66 #: source/ubl-strings.h:81
msgid "Show tree of time-critical initialization unit chain" msgid "Show tree of time-critical initialization unit chain"
msgstr "Показать дерево критической по времени цепочки юнитов инициализации" msgstr "Показать дерево критической по времени цепочки юнитов инициализации"
#: source/ubl-strings.h:67 #: source/ubl-strings.h:82
msgid "Update" msgid "Update"
msgstr "Обновить" msgstr "Обновить"
#: source/ubl-strings.h:70 #: source/ubl-strings.h:83
msgid "Date"
msgstr "Дата"
#: source/ubl-strings.h:84
msgid "Hostname"
msgstr "Имя хоста"
#: source/ubl-strings.h:85
msgid "Process"
msgstr "Процесс"
#: source/ubl-strings.h:86
msgid "Log"
msgstr "Запись лога"
#: source/ubl-strings.h:89
msgid "Description:" msgid "Description:"
msgstr "Описание:" msgstr "Описание:"
#: source/ubl-strings.h:71 #: source/ubl-strings.h:90
msgid "Journal storage place:" msgid "Journal storage place:"
msgstr "Место хранения журнала:" msgstr "Место хранения журнала:"
#: source/ubl-strings.h:72 source/ubl-strings.h:73 #: source/ubl-strings.h:91 source/ubl-strings.h:92
msgid "Use compression:" msgid "Use compression:"
msgstr "Использовать сжатие:" msgstr "Использовать сжатие:"
#: source/ubl-strings.h:74 #: source/ubl-strings.h:93
msgid "Split journal files:" msgid "Split journal files:"
msgstr "Разделять файлы журнала:" msgstr "Разделять файлы журнала:"
#: source/ubl-strings.h:75 #: source/ubl-strings.h:94
msgid "Log recording journal interval:" msgid "Log recording journal interval:"
msgstr "Интервал записи журнала:" msgstr "Интервал записи журнала:"
#: source/ubl-strings.h:76 #: source/ubl-strings.h:95
msgid "Records amount:" msgid "Records amount:"
msgstr "Количество записей:" msgstr "Количество записей:"
#: source/ubl-strings.h:77 #: source/ubl-strings.h:96
msgid "Maximum size of all logs:" msgid "Maximum size of all logs:"
msgstr "Максимальный размер всех журналов:" msgstr "Максимальный размер всех журналов:"
#: source/ubl-strings.h:78 #: source/ubl-strings.h:97
msgid "Maximum size of rotation journal:" msgid "Maximum size of rotation journal:"
msgstr "Максимальный размер журнала для ротации:" msgstr "Максимальный размер журнала для ротации:"
#: source/ubl-strings.h:79 #: source/ubl-strings.h:98
msgid "Leave free space at storage:" msgid "Leave free space at storage:"
msgstr "Оставлять в хранилище свободным:" msgstr "Оставлять в хранилище свободным:"
#: source/ubl-strings.h:80 #: source/ubl-strings.h:99
msgid "Redirect to console:" msgid "Redirect to console:"
msgstr "Перенаправление в консоль:" msgstr "Перенаправление в консоль:"
#: source/ubl-strings.h:81 #: source/ubl-strings.h:100
msgid "TTY:" msgid "TTY:"
msgstr "TTY:" msgstr "TTY:"
#: source/ubl-strings.h:82 #: source/ubl-strings.h:101
msgid "Type of forwarded messages:" msgid "Type of forwarded messages:"
msgstr "Тип перенаправляемых сообщений:" msgstr "Тип перенаправляемых сообщений:"
#: source/ubl-strings.h:83 #: source/ubl-strings.h:102
msgid "Journal configuration" msgid "Journal configuration"
msgstr "Настройка файла журнала" msgstr "Настройка файла журнала"
#: source/ubl-strings.h:84 #: source/ubl-strings.h:103
msgid "Total log size:" msgid "Total log size:"
msgstr "Общий размер журналов:" msgstr "Общий размер журналов:"
#: source/ubl-strings.h:85 #: source/ubl-strings.h:104
msgid "Lower size to:" msgid "Lower size to:"
msgstr "Уменьшить размер до:" msgstr "Уменьшить размер до:"
#: source/ubl-strings.h:86 #: source/ubl-strings.h:105
msgid "Apply" msgid "Apply"
msgstr "Применить" msgstr "Применить"
#: source/ubl-strings.h:87 #: source/ubl-strings.h:106
msgid "Statistics" msgid "Statistics"
msgstr "Статистика" msgstr "Статистика"
#: source/ubl-strings.h:88 #: source/ubl-strings.h:107
msgid "Default" msgid "Default"
msgstr "По умолчанию" msgstr "По умолчанию"
#: source/ubl-strings.h:89 #: source/ubl-strings.h:108
msgid "RAM" msgid "RAM"
msgstr "Оперативная память" msgstr "Оперативная память"
#: source/ubl-strings.h:90 #: source/ubl-strings.h:109
msgid "Drive" msgid "Drive"
msgstr "Диск" msgstr "Диск"
#: source/ubl-strings.h:91 #: source/ubl-strings.h:110
#, fuzzy #, fuzzy
msgid "Auto" msgid "Auto"
msgstr "Автоматически" msgstr "Автоматически"
#: source/ubl-strings.h:92 #: source/ubl-strings.h:111
msgid "None" msgid "None"
msgstr "Нет" msgstr "Нет"
#: source/ubl-strings.h:93 #: source/ubl-strings.h:112
msgid "Yes" msgid "Yes"
msgstr "Да" msgstr "Да"
#: source/ubl-strings.h:94 #: source/ubl-strings.h:113
msgid "No" msgid "No"
msgstr "Нет" msgstr "Нет"
#: source/ubl-strings.h:95 #: source/ubl-strings.h:114
msgid "After" msgid "After"
msgstr "После" msgstr "После"
#: source/ubl-strings.h:96 #: source/ubl-strings.h:115
msgid "Kb" msgid "Kb"
msgstr "Кб" msgstr "Кб"
#: source/ubl-strings.h:97 #: source/ubl-strings.h:116
msgid "Mb" msgid "Mb"
msgstr "Мб" msgstr "Мб"
#: source/ubl-strings.h:98 #: source/ubl-strings.h:117
msgid "Gb" msgid "Gb"
msgstr "Гб" msgstr "Гб"
#: source/ubl-strings.h:99 #: source/ubl-strings.h:118
msgid "Minutes" msgid "Minutes"
msgstr "Минут" msgstr "Минут"
#: source/ubl-strings.h:100 #: source/ubl-strings.h:119
msgid "Hours" msgid "Hours"
msgstr "Часов" msgstr "Часов"
#: source/ubl-strings.h:101 #: source/ubl-strings.h:120
msgid "Days" msgid "Days"
msgstr "Дней" msgstr "Дней"
#: source/ubl-strings.h:102 #: source/ubl-strings.h:121
#, fuzzy #, fuzzy
msgid "Weeks" msgid "Weeks"
msgstr "Недель" msgstr "Недель"
#: source/ubl-strings.h:103 #: source/ubl-strings.h:122
msgid "Years" msgid "Years"
msgstr "Лет" msgstr "Лет"
#: source/ubl-strings.h:104 #: source/ubl-strings.h:123
msgid "Reset" msgid "Reset"
msgstr "По умлочанию" msgstr "По умлочанию"
#: source/ubl-strings.h:107 #: source/ubl-strings.h:126
msgid "Log/Journal:" msgid "Log/Journal:"
msgstr "Лог/Журнал:" msgstr "Лог/Журнал:"
#: source/ubl-strings.h:108 #: source/ubl-strings.h:127
msgid "Paths to log and journals files" msgid "Paths to log and journals files"
msgstr "Пути к файлам лога/журнала" msgstr "Пути к файлам лога/журнала"
#: source/ubl-strings.h:109 #: source/ubl-strings.h:128
msgid "On" msgid "On"
msgstr "Включено" msgstr "Включено"
#: source/ubl-strings.h:110 #: source/ubl-strings.h:129
msgid "Off" msgid "Off"
msgstr "Выключено" msgstr "Выключено"
#: source/ubl-strings.h:111 source/ubl-strings.h:165 #: source/ubl-strings.h:130 source/ubl-strings.h:184
msgid "Scenarios" msgid "Scenarios"
msgstr "Сценарии" msgstr "Сценарии"
#: source/ubl-strings.h:112 source/ubl-strings.h:164 #: source/ubl-strings.h:131 source/ubl-strings.h:183
msgid "Scenarios are running for each rotated journal" msgid "Scenarios are running for each rotated journal"
msgstr "Сценарии запускаются для каждого ротируемого журнала" msgstr "Сценарии запускаются для каждого ротируемого журнала"
#: source/ubl-strings.h:113 #: source/ubl-strings.h:132
msgid "Command before rotation (one time):" msgid "Command before rotation (one time):"
msgstr "Команда перед ротацией (один раз):" msgstr "Команда перед ротацией (один раз):"
#: source/ubl-strings.h:114 #: source/ubl-strings.h:133
msgid "Command after rotation (one time):" msgid "Command after rotation (one time):"
msgstr "Команда после ротации (один раз):" msgstr "Команда после ротации (один раз):"
#: source/ubl-strings.h:115 #: source/ubl-strings.h:134
msgid "Command before rotation:" msgid "Command before rotation:"
msgstr "Команда перед ротацией:" msgstr "Команда перед ротацией:"
#: source/ubl-strings.h:116 #: source/ubl-strings.h:135
msgid "Command after rotation:" msgid "Command after rotation:"
msgstr "Команда после ротации:" msgstr "Команда после ротации:"
#: source/ubl-strings.h:117 #: source/ubl-strings.h:136
msgid "Rotation period:" msgid "Rotation period:"
msgstr "Период ротации:" msgstr "Период ротации:"
#: source/ubl-strings.h:118 #: source/ubl-strings.h:137
msgid "Maximum size of file:" msgid "Maximum size of file:"
msgstr "Максимальный размер файла:" msgstr "Максимальный размер файла:"
#: source/ubl-strings.h:119 #: source/ubl-strings.h:138
msgid "Checking frequency configuration" msgid "Checking frequency configuration"
msgstr "Настройки частоты проверки" msgstr "Настройки частоты проверки"
#: source/ubl-strings.h:120 #: source/ubl-strings.h:139
msgid "File amount:" msgid "File amount:"
msgstr "Количество файлов:" msgstr "Количество файлов:"
#: source/ubl-strings.h:121 #: source/ubl-strings.h:140
msgid "Store at:" msgid "Store at:"
msgstr "Хранить в:" msgstr "Хранить в:"
#: source/ubl-strings.h:122 #: source/ubl-strings.h:141
msgid "Rotation as user:" msgid "Rotation as user:"
msgstr "Ротация от пользователя:" msgstr "Ротация от пользователя:"
#: source/ubl-strings.h:123 #: source/ubl-strings.h:142
msgid "Rotation as group:" msgid "Rotation as group:"
msgstr "Ротация от группы:" msgstr "Ротация от группы:"
#: source/ubl-strings.h:124 #: source/ubl-strings.h:143
msgid "Rotation configuration" msgid "Rotation configuration"
msgstr "Настройки ротации" msgstr "Настройки ротации"
#: source/ubl-strings.h:125 #: source/ubl-strings.h:144
msgid "Error processing:" msgid "Error processing:"
msgstr "Обработка ошибок:" msgstr "Обработка ошибок:"
#: source/ubl-strings.h:126 #: source/ubl-strings.h:145
msgid "Rotation of jurnal even when it is empty:" msgid "Rotation of jurnal even when it is empty:"
msgstr "Ротация файла журнала даже если он пуст:" msgstr "Ротация файла журнала даже если он пуст:"
#: source/ubl-strings.h:127 #: source/ubl-strings.h:146
msgid "Do not rotate journal younger than" msgid "Do not rotate journal younger than"
msgstr "Не ротировать журналы, возраст которых меньше" msgstr "Не ротировать журналы, возраст которых меньше"
#: source/ubl-strings.h:128 #: source/ubl-strings.h:147
msgid "days" msgid "days"
msgstr "дней" msgstr "дней"
#: source/ubl-strings.h:129 #: source/ubl-strings.h:148
msgid "Delete rotated journals older than" msgid "Delete rotated journals older than"
msgstr "Удалить ротированные журналы старше" msgstr "Удалить ротированные журналы старше"
#: source/ubl-strings.h:130 #: source/ubl-strings.h:149
msgid "Rotate journals if size more than" msgid "Rotate journals if size more than"
msgstr "Ротация журналов, если размер превышает" msgstr "Ротация журналов, если размер превышает"
#: source/ubl-strings.h:131 #: source/ubl-strings.h:150
msgid "but not earlier than the specified time interval" msgid "but not earlier than the specified time interval"
msgstr "но не раньше указанного интервала времени" msgstr "но не раньше указанного интервала времени"
#: source/ubl-strings.h:132 #: source/ubl-strings.h:151
msgid "before specified time interval" msgid "before specified time interval"
msgstr "до истечения указанного интервала времени" msgstr "до истечения указанного интервала времени"
#: source/ubl-strings.h:133 #: source/ubl-strings.h:152
msgid "File choosing configuration" msgid "File choosing configuration"
msgstr "Настройки выбора файла" msgstr "Настройки выбора файла"
#: source/ubl-strings.h:134 #: source/ubl-strings.h:153
msgid "Create log" msgid "Create log"
msgstr "Создавать лог" msgstr "Создавать лог"
#: source/ubl-strings.h:135 #: source/ubl-strings.h:154
msgid "as user:" msgid "as user:"
msgstr "от пользователя:" msgstr "от пользователя:"
#: source/ubl-strings.h:136 #: source/ubl-strings.h:155
msgid "as group:" msgid "as group:"
msgstr "от группы:" msgstr "от группы:"
#: source/ubl-strings.h:137 #: source/ubl-strings.h:156
msgid "rules:" msgid "rules:"
msgstr "права:" msgstr "права:"
#: source/ubl-strings.h:138 #: source/ubl-strings.h:157
msgid "" msgid ""
"Cut source journal fileafter copy creating instead of moving old journal " "Cut source journal fileafter copy creating instead of moving old journal "
"file and creating new one" "file and creating new one"
@ -559,267 +631,229 @@ msgstr ""
"После создания копии, обрезать исходный файл журнала взамен перемещения " "После создания копии, обрезать исходный файл журнала взамен перемещения "
"старого файла журнала и создания нового" "старого файла журнала и создания нового"
#: source/ubl-strings.h:139 #: source/ubl-strings.h:158
msgid "Files and directories configuration" msgid "Files and directories configuration"
msgstr "Настройки файлов и папок" msgstr "Настройки файлов и папок"
#: source/ubl-strings.h:140 #: source/ubl-strings.h:159
msgid "Delay compression by one journal in queue:" msgid "Delay compression by one journal in queue:"
msgstr "Отложить сжание на один журнал в очереди:" msgstr "Отложить сжание на один журнал в очереди:"
#: source/ubl-strings.h:141 #: source/ubl-strings.h:160
msgid "Compression configuration" msgid "Compression configuration"
msgstr "Настройка сжатия" msgstr "Настройка сжатия"
#: source/ubl-strings.h:142 #: source/ubl-strings.h:161
msgid "Save original log file after rotation if it has specified extension:" msgid "Save original log file after rotation if it has specified extension:"
msgstr "" msgstr ""
"Сохранять оригинальный лог после ротации, если у него указано расширение:" "Сохранять оригинальный лог после ротации, если у него указано расширение:"
#: source/ubl-strings.h:143 #: source/ubl-strings.h:162
msgid "Add date of rotation before log header" msgid "Add date of rotation before log header"
msgstr "Добавлять дату ротации перед заголовком старого лога:" msgstr "Добавлять дату ротации перед заголовком старого лога:"
#: source/ubl-strings.h:144 #: source/ubl-strings.h:163
msgid "Number from which numbering of old logs will begin" msgid "Number from which numbering of old logs will begin"
msgstr "Номер, с которого будет начата нумерация старых логов:" msgstr "Номер, с которого будет начата нумерация старых логов:"
#: source/ubl-strings.h:145 #: source/ubl-strings.h:164
msgid "Filename configuration" msgid "Filename configuration"
msgstr "Настройка имени файлов" msgstr "Настройка имени файлов"
#: source/ubl-strings.h:146 #: source/ubl-strings.h:165
msgid "Email after rotation:" msgid "Email after rotation:"
msgstr "Отправка Email после ротации:" msgstr "Отправка Email после ротации:"
#: source/ubl-strings.h:147 #: source/ubl-strings.h:166
msgid "adress:" msgid "adress:"
msgstr "на адрес:" msgstr "на адрес:"
#: source/ubl-strings.h:148 #: source/ubl-strings.h:167
msgid "contents:" msgid "contents:"
msgstr "содержимое:" msgstr "содержимое:"
#: source/ubl-strings.h:149 source/ubl-strings.h:162 #: source/ubl-strings.h:168 source/ubl-strings.h:181
msgid "Message configuration" msgid "Message configuration"
msgstr "Настройка сообщения" msgstr "Настройка сообщения"
#: source/ubl-strings.h:150 #: source/ubl-strings.h:169
msgid "Manual input:" msgid "Manual input:"
msgstr "Команды настройки" msgstr "Команды настройки"
#: source/ubl-strings.h:151 #: source/ubl-strings.h:170
msgid "Log (-s) size:" msgid "Log (-s) size:"
msgstr "Общий размер лога (-ов):" msgstr "Общий размер лога (-ов):"
#: source/ubl-strings.h:152 #: source/ubl-strings.h:171
msgid "Same directory" msgid "Same directory"
msgstr "Той же папке" msgstr "Той же папке"
#: source/ubl-strings.h:153 #: source/ubl-strings.h:172
msgid "Separate directory" msgid "Separate directory"
msgstr "Другой папке" msgstr "Другой папке"
#: source/ubl-strings.h:154 #: source/ubl-strings.h:173
msgid "Output errors if log file does not exist*" msgid "Output errors if log file does not exist*"
msgstr "Выводить ошибки, если лог файла не существует*" msgstr "Выводить ошибки, если лог файла не существует*"
#: source/ubl-strings.h:155 #: source/ubl-strings.h:174
msgid "Do not output errors if log file does not exist" msgid "Do not output errors if log file does not exist"
msgstr "Не выводить ошибки, если лог файла не существует" msgstr "Не выводить ошибки, если лог файла не существует"
#: source/ubl-strings.h:156 #: source/ubl-strings.h:175
msgid "Do not output" msgid "Do not output"
msgstr "Не выводить" msgstr "Не выводить"
#: source/ubl-strings.h:157 #: source/ubl-strings.h:176
msgid "Output errors" msgid "Output errors"
msgstr "Выводить ошибки" msgstr "Выводить ошибки"
#: source/ubl-strings.h:158 #: source/ubl-strings.h:177
msgid "Send Email" msgid "Send Email"
msgstr "Отправлять Email" msgstr "Отправлять Email"
#: source/ubl-strings.h:159 #: source/ubl-strings.h:178
msgid "Don't send Email" msgid "Don't send Email"
msgstr "Не отправлять Email" msgstr "Не отправлять Email"
#: source/ubl-strings.h:160 #: source/ubl-strings.h:179
msgid "First rotated copy" msgid "First rotated copy"
msgstr "Первая ротированная копия" msgstr "Первая ротированная копия"
#: source/ubl-strings.h:161 #: source/ubl-strings.h:180
msgid "Last rotated copy" msgid "Last rotated copy"
msgstr "Последняя ротированная копия" msgstr "Последняя ротированная копия"
#: source/ubl-strings.h:163 #: source/ubl-strings.h:182
msgid "Endwork command:" msgid "Endwork command:"
msgstr "Команда перед удалением файла журнала:" msgstr "Команда перед удалением файла журнала:"
#: source/ubl-strings.h:166 #: source/ubl-strings.h:185
#, fuzzy #, fuzzy
msgid "Hourly" msgid "Hourly"
msgstr "Час" msgstr "Час"
#: source/ubl-strings.h:167 #: source/ubl-strings.h:186
msgid "Daily" msgid "Daily"
msgstr "День" msgstr "День"
#: source/ubl-strings.h:168 #: source/ubl-strings.h:187
msgid "Weekly*" msgid "Weekly*"
msgstr "Неделя*" msgstr "Неделя*"
#: source/ubl-strings.h:169 #: source/ubl-strings.h:188
msgid "Monthly" msgid "Monthly"
msgstr "Месяц" msgstr "Месяц"
#: source/ubl-strings.h:170 #: source/ubl-strings.h:189
msgid "Yearly" msgid "Yearly"
msgstr "Год" msgstr "Год"
#: source/ubl-strings.h:171 #: source/ubl-strings.h:190
msgid "Monday" msgid "Monday"
msgstr "Понедельник" msgstr "Понедельник"
#: source/ubl-strings.h:172 #: source/ubl-strings.h:191
msgid "Tuesday" msgid "Tuesday"
msgstr "Вторник" msgstr "Вторник"
#: source/ubl-strings.h:173 #: source/ubl-strings.h:192
msgid "Wednesday" msgid "Wednesday"
msgstr "Среда" msgstr "Среда"
#: source/ubl-strings.h:174 #: source/ubl-strings.h:193
msgid "Thursday" msgid "Thursday"
msgstr "Четверг" msgstr "Четверг"
#: source/ubl-strings.h:175 #: source/ubl-strings.h:194
msgid "Friday" msgid "Friday"
msgstr "Пятница" msgstr "Пятница"
#: source/ubl-strings.h:176 #: source/ubl-strings.h:195
msgid "Saturday" msgid "Saturday"
msgstr "Суббота" msgstr "Суббота"
#: source/ubl-strings.h:177 #: source/ubl-strings.h:196
msgid "Sunday*" msgid "Sunday*"
msgstr "Воскресенье*" msgstr "Воскресенье*"
#: source/ubl-strings.h:178 #: source/ubl-strings.h:197
msgid "Same record already exists" msgid "Same record already exists"
msgstr "Такая запись уже существует" msgstr "Такая запись уже существует"
#: source/ubl-strings.h:179 #: source/ubl-strings.h:198
msgid "Empty important field" msgid "Empty important field"
msgstr "Важное поле не заполнено" msgstr "Важное поле не заполнено"
#: source/ubl-strings.h:180 #: source/ubl-strings.h:199
msgid "Repeating paths" msgid "Repeating paths"
msgstr "Повторяющиеся пути" msgstr "Повторяющиеся пути"
#: source/ubl-strings.h:181 #: source/ubl-strings.h:200
#, fuzzy #, fuzzy
msgid "Write down all important fields" msgid "Write down all important fields"
msgstr "Введите все необходимые поля" msgstr "Введите все необходимые поля"
#: source/ubl-strings.h:184 #: source/ubl-strings.h:203
msgid "System configuration" msgid "System configuration"
msgstr "Настройки системы" msgstr "Настройки системы"
#: source/ubl-strings.h:185 #: source/ubl-strings.h:204
msgid "Applications configuration" msgid "Applications configuration"
msgstr "Настройки приложений" msgstr "Настройки приложений"
#: source/ubl-strings.h:188 #: source/ubl-strings.h:207
msgid "Path (-s):" msgid "Path (-s):"
msgstr "Путь (-и):" msgstr "Путь (-и):"
#: source/ubl-strings.h:189 #: source/ubl-strings.h:208
msgid "Control:" msgid "Control:"
msgstr "Управление:" msgstr "Управление:"
#: source/ubl-strings.h:190 #: source/ubl-strings.h:209
msgid "Log file" msgid "Log file"
msgstr "Файл лога" msgstr "Файл лога"
#: source/ubl-strings.h:191 #: source/ubl-strings.h:210
msgid "Name:" msgid "Name:"
msgstr "Имя:" msgstr "Имя:"
#: source/ubl-strings.h:194 #: source/ubl-strings.h:213
msgid "Owner rules" msgid "Owner rules"
msgstr "Правила владельца" msgstr "Правила владельца"
#: source/ubl-strings.h:195 #: source/ubl-strings.h:214
msgid "Group rules" msgid "Group rules"
msgstr "Правила группы" msgstr "Правила группы"
#: source/ubl-strings.h:196 #: source/ubl-strings.h:215
msgid "Public rules" msgid "Public rules"
msgstr "Правила остальных" msgstr "Правила остальных"
#: source/ubl-strings.h:197 #: source/ubl-strings.h:216
msgid "Read" msgid "Read"
msgstr "Чтение" msgstr "Чтение"
#: source/ubl-strings.h:198 #: source/ubl-strings.h:217
msgid "Write" msgid "Write"
msgstr "Запись" msgstr "Запись"
#: source/ubl-strings.h:199 #: source/ubl-strings.h:218
msgid "Execute" msgid "Execute"
msgstr "Исполнение" msgstr "Исполнение"
#: source/ubl-strings.h:200 #: source/ubl-strings.h:219
msgid "Value:" msgid "Value:"
msgstr "Значение:" msgstr "Значение:"
#: source/ubl-strings.h:203 #: source/ubl-strings.h:222
msgid ": no such file(s)" msgid ": no such file(s)"
msgstr ": файл(ы) не найден(ы)" msgstr ": файл(ы) не найден(ы)"
msgid "System event log rotation service" msgid "System event log rotation service"
msgstr "Служба ротации системных журналов событий" msgstr "Служба ротации системных журналов событий"
msgid "System event log"
msgstr "Системный журнал событий"
msgid "" msgid ""
"Service for collecting messages from system events of active network devices" "Service for collecting messages from system events of active network "
"devices"
msgstr "Сервис сбора сообщений системных событий активных сетевых устройств" msgstr "Сервис сбора сообщений системных событий активных сетевых устройств"
msgid "Log of work and requests to Acpid"
msgstr "Журнал работы и обращений к Acpid"
msgid "Log of work and requests to the web server"
msgstr "Журнал работы и обращений к веб-серверу"
msgid "Audit log"
msgstr "Журнал аудита (audit)"
msgid "Log of authorization procedures"
msgstr "Журнал процедур авторизации"
msgid "Job scheduler log (cron)"
msgstr "Журнал работы планировщика заданий (cron)"
msgid "Log of work and calls to the print server (cups)"
msgstr "Журнал работы и обращений к серверу печати (cups)"
msgid "Log of operation and access to system services"
msgstr "Журнал работы и обращения к службам системы"
msgid "Log of work and access to Samba"
msgstr "Журнал работы и обращения к Samba"
msgid "Postfix mail server log"
msgstr "Журнал почтового сервера Postfix"
msgid "System log"
msgstr "Системный журнал"
msgid "X.org display server log"
msgstr "Журнал работы дисплейного сервера X.org"
msgid "Graphics X session log"
msgstr "Журнал сеансов графической системы X"

Loading…
Cancel
Save