# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://fedorahosted.org/system-config-audit/\n" "POT-Creation-Date: 2008-11-18 01:44+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/audit_rules.py:78 #, python-format msgid "Unknown user \"%s\"" msgstr "" #: ../src/audit_rules.py:106 #, python-format msgid "Unknown group \"%s\"" msgstr "" #: ../src/audit_rules.py:168 #, python-format msgid "Key value \"%s\" too long" msgstr "" #: ../src/audit_rules.py:170 #, python-format msgid "Invalid IDS key \"%s\"" msgstr "" #: ../src/audit_rules.py:177 msgid "Architecture can not be changed after system calls are selected" msgstr "" #: ../src/audit_rules.py:180 ../src/audit_rules.py:262 #, python-format msgid "The only valid operators for \"%s\" are \"=\" and \"!=\"" msgstr "" #: ../src/audit_rules.py:202 #, python-format msgid "The only valid operator for \"%s\" is \"=\"" msgstr "" #: ../src/audit_rules.py:215 #, python-format msgid "Unknown permission \"%(char)c\" in \"%(perms)s\"" msgstr "" #: ../src/audit_rules.py:243 #, python-format msgid "Invalid integer value \"%s\"" msgstr "" #: ../src/audit_rules.py:335 #, python-format msgid "Unknown field \"%s\"" msgstr "" #: ../src/audit_rules.py:339 #, python-format msgid "Unknown operator \"%s\"" msgstr "" #: ../src/audit_rules.py:358 #, python-format msgid "Operator missing in \"%s\"" msgstr "" #: ../src/client.py:124 msgid "Not enough data available" msgstr "" #: ../src/event_type_dialog.py:110 msgid "No operator was selected" msgstr "" #: ../src/field_help.py:28 msgid "" "The CPU architecture of the syscall. The arch can be found using `uname -m'." msgstr "" #: ../src/field_help.py:30 msgid "" "The first argument to a syscall. Note that string arguments are not " "supported. This is most likely to be used on platforms that multiplex " "socket or IPC operations." msgstr "" #: ../src/field_help.py:34 msgid "" "The second argument to a syscall. Note that string arguments are not " "supported. This is most likely to be used on platforms that multiplex " "socket or IPC operations." msgstr "" #: ../src/field_help.py:38 msgid "" "The third argument to a syscall. Note that string arguments are not " "supported. This is most likely to be used on platforms that multiplex " "socket or IPC operations." msgstr "" #: ../src/field_help.py:42 msgid "" "The fourth argument to a syscall. Note that string arguments are not " "supported. This is most likely to be used on platforms that multiplex " "socket or IPC operations." msgstr "" #: ../src/field_help.py:46 msgid "Device major number" msgstr "" #: ../src/field_help.py:47 msgid "Device minor number" msgstr "" #. audit.AUDIT_DIR is handled specially in the GUI #: ../src/field_help.py:49 msgid "Effective group ID" msgstr "" #: ../src/field_help.py:50 msgid "Effective user ID" msgstr "" #: ../src/field_help.py:51 msgid "Exit value from a syscall" msgstr "" #: ../src/field_help.py:52 msgid "" "The target file's type. Can be either file, dir, socket, symlink, char, " "block, or fifo." msgstr "" #. audit.AUDIT_FILTERKEY is handled specially in the GUI #: ../src/field_help.py:55 msgid "File system group ID" msgstr "" #: ../src/field_help.py:56 msgid "File system user ID" msgstr "" #: ../src/field_help.py:57 msgid "Group ID" msgstr "" #: ../src/field_help.py:58 msgid "Inode number" msgstr "" #: ../src/field_help.py:59 msgid "ID of the user in whose login session the process is running" msgstr "" #. audit.AUDIT_MSGTYPE has a special version of the dialog #: ../src/field_help.py:62 msgid "Resource's SELinux high level" msgstr "" #: ../src/field_help.py:63 msgid "Resource's SELinux low level" msgstr "" #: ../src/field_help.py:64 msgid "Resource's SELinux role" msgstr "" #: ../src/field_help.py:65 msgid "Resource's SELinux type" msgstr "" #: ../src/field_help.py:66 msgid "Resource's SELinux user" msgstr "" #: ../src/field_help.py:67 msgid "" "Permission filter for file operations. r=read, w=write, x=execute, " "a=attribute change. These permissions are not the standard file " "permissions, they specify a kind of syscall. The read and write syscalls are " "omitted because they would overwhelm the logs. Instead, the open flags are " "looked at to see what permission was requested." msgstr "" #: ../src/field_help.py:74 msgid "OS personality number" msgstr "" #: ../src/field_help.py:75 msgid "Process ID" msgstr "" #: ../src/field_help.py:76 msgid "Parent's process ID" msgstr "" #: ../src/field_help.py:77 msgid "Set group ID" msgstr "" #: ../src/field_help.py:78 msgid "Program's SELinux clearance" msgstr "" #: ../src/field_help.py:79 msgid "Program's SELinux role" msgstr "" #: ../src/field_help.py:80 msgid "Program's SELinux sensitivity" msgstr "" #: ../src/field_help.py:81 msgid "Program's SELinux type" msgstr "" #: ../src/field_help.py:82 msgid "Program's SELinux user" msgstr "" #: ../src/field_help.py:83 msgid "If the exit value is >= 0, this is 1, otherwise it is 0." msgstr "" #: ../src/field_help.py:85 msgid "Set user ID" msgstr "" #: ../src/field_help.py:86 msgid "User ID" msgstr "" #: ../src/field_help.py:91 msgid "No help available" msgstr "" #: ../src/global_dialog.py:105 ../src/global_dialog.py:150 #: ../src/global_dialog.py:155 ../src/global_dialog.py:161 #: ../src/global_dialog.py:165 msgid "Program" msgstr "" #: ../src/global_dialog.py:112 ../src/system-config-audit.glade.h:56 msgid "Log File" msgstr "" #. TRANSLATORS: This is one of the options on the "Log File" tab of the #. "Settings" dialog. It directs auditd to store the system host name #. (the parameter replaced by %s) without any modification. #: ../src/global_dialog.py:126 #, python-format msgid "Host name as-_is (%s)" msgstr "" #: ../src/global_dialog.py:137 #, python-format msgid "_Fully-qualified host name (%s)" msgstr "" #: ../src/global_dialog.py:138 #, python-format msgid "I_P address (%s)" msgstr "" #: ../src/global_dialog.py:140 msgid "_Fully-qualified host name" msgstr "" #: ../src/global_dialog.py:141 msgid "I_P address" msgstr "" #: ../src/global_dialog.py:391 msgid "First threshold must be larger than second threshold" msgstr "" #: ../src/global_dialog.py:403 #, python-format msgid "\"%s\" is too short" msgstr "" #: ../src/global_dialog.py:407 #, python-format msgid "\"%(email)s\" contains an invalid character \"%(char)c\"" msgstr "" #: ../src/global_dialog.py:411 #, python-format msgid "The domain in \"%s\" is not fully qualified" msgstr "" #: ../src/global_dialog.py:425 ../src/global_dialog.py:485 #, python-format msgid "Error getting attributes of \"%(path)s\": %(msg)s" msgstr "" #: ../src/global_dialog.py:428 ../src/global_dialog.py:454 #: ../src/global_dialog.py:488 #, python-format msgid "\"%s\" is not a regular file" msgstr "" #: ../src/global_dialog.py:430 ../src/global_dialog.py:456 #: ../src/global_dialog.py:490 #, python-format msgid "\"%s\" is not owned by root" msgstr "" #: ../src/global_dialog.py:433 ../src/global_dialog.py:493 #, python-format msgid "Permissions of \"%s\" should be 075x" msgstr "" #: ../src/global_dialog.py:435 ../src/global_dialog.py:495 #, python-format msgid "\"%s\" should not be writable by other users" msgstr "" #: ../src/global_dialog.py:447 #, python-format msgid "\"%s\" is not an existing directory" msgstr "" #: ../src/global_dialog.py:459 #, python-format msgid "Permissions of \"%s\" should be 0600 or 0640" msgstr "" #: ../src/global_dialog.py:470 msgid "The host name may not be empty" msgstr "" #: ../src/global_dialog.py:481 #, python-format msgid "\"%s\" is not an absolute path" msgstr "" #: ../src/global_dialog.py:506 #, python-format msgid "Email requested but %s is not executable" msgstr "" #: ../src/global_dialog.py:555 #, python-format msgid "" "The low disk space thresholds apply to the partition which contains the log " "file (%s)." msgstr "" #: ../src/global_dialog.py:560 msgid "" "The low disk space thresholds apply to the partition which contains the log " "file." msgstr "" #: ../src/key_dialog.py:106 msgid "Invalid IDS key value" msgstr "" #: ../src/key_list_dialog.py:42 ../src/rule_list_dialog.py:32 #: ../src/rule_list_dialog.py:50 ../src/rule_list_dialog.py:70 #: ../src/watch_list_dialog.py:34 msgid "Key" msgstr "" #: ../src/key_list_dialog.py:85 msgid "Total key length is too long" msgstr "" #. From code in src/auditctl.c #: ../src/lists.py:166 msgid "Information only" msgstr "" #: ../src/lists.py:167 msgid "Low" msgstr "" #: ../src/lists.py:168 msgid "Medium" msgstr "" #: ../src/lists.py:169 msgid "High" msgstr "" #. From code in src/auditctl.c #: ../src/lists.py:171 msgid "File watch" msgstr "" #: ../src/lists.py:172 msgid "Execution watch" msgstr "" #: ../src/lists.py:173 msgid "Executable created" msgstr "" #: ../src/main.py:44 #, python-format msgid "Error running system-config-audit-server: %s" msgstr "" #: ../src/main_window.py:96 msgid "Auditing disabled." msgstr "" #: ../src/main_window.py:97 msgid "_Enable" msgstr "" #: ../src/main_window.py:100 msgid "Auditing enabled." msgstr "" #: ../src/main_window.py:101 ../src/main_window.py:105 msgid "_Disable" msgstr "" #: ../src/main_window.py:104 msgid "Auditing enabled and locked." msgstr "" #: ../src/main_window.py:108 #, python-format msgid "Unknown auditing status %s." msgstr "" #: ../src/main_window.py:110 ../src/main_window.py:118 msgid "???" msgstr "" #: ../src/main_window.py:117 msgid "Error determining auditing status" msgstr "" #: ../src/main_window.py:131 #, python-format msgid "Error reading audit configuration: %s" msgstr "" #: ../src/main_window.py:155 #, python-format msgid "Error writing audit configuration: %s" msgstr "" #. e.strerror is usually useless here #: ../src/main_window.py:167 msgid "Error applying audit configuration" msgstr "" #. See Config.__ne__ #: ../src/main_window.py:183 msgid "Configuration modified." msgstr "" #: ../src/main_window.py:187 msgid "Configuration saved." msgstr "" #: ../src/main_window.py:189 msgid "Configuration unchanged." msgstr "" #: ../src/main_window.py:196 msgid "Save changes to the audit configuration before closing?" msgstr "" #: ../src/main_window.py:200 msgid "Close without Saving" msgstr "" #. FIXME: time information #: ../src/main_window.py:204 msgid "If you don't save, your changes will be discarded." msgstr "" #: ../src/main_window.py:218 ../system-config-audit.desktop.in.h:1 msgid "Audit Configuration" msgstr "" #: ../src/main_window.py:235 msgid "translator-credits" msgstr "" #: ../src/main_window.py:248 #, python-format msgid "Error changing auditing status: %s" msgstr "" #: ../src/rule_dialog.py:97 msgid "System Call" msgstr "" #: ../src/rule_dialog.py:118 ../src/rule_list_dialog.py:32 #: ../src/rule_list_dialog.py:50 ../src/rule_list_dialog.py:70 #: ../src/type_list_dialog.py:36 ../src/type_list_dialog.py:53 msgid "Condition" msgstr "" #: ../src/rule_dialog.py:281 msgid "The system call list must not be empty" msgstr "" #: ../src/rule_dialog.py:290 ../src/watch_dialog.py:142 msgid "No key" msgstr "" #: ../src/rule_list_dialog.py:32 ../src/rule_list_dialog.py:50 #: ../src/system-config-audit.glade.h:83 msgid "System Calls" msgstr "" #: ../src/rule_list_dialog.py:33 ../src/rule_list_dialog.py:51 #: ../src/rule_list_dialog.py:70 ../src/type_list_dialog.py:36 msgid "Action" msgstr "" #: ../src/rule_list_dialog.py:69 msgid "Allow auditing" msgstr "" #: ../src/rule_list_dialog.py:69 ../src/rule_table.py:37 msgid "Do not audit" msgstr "" #: ../src/rule_table.py:37 msgid "Audit" msgstr "" #: ../src/rule_table.py:129 msgid "Any" msgstr "" #. TRANSLATORS: This string is used to connect audit rule conditions. #: ../src/rule_table.py:140 msgid " and " msgstr "" #: ../src/server.c:127 msgid "" "This program is only for use by system-config-audit and it should not be " "run\n" "manually." msgstr "" #: ../src/server.c:141 #, c-format msgid "" "\n" "Report bugs to %s.\n" msgstr "" #: ../src/server.c:148 msgid "" "Copyright (C) 2007 Red Hat, Inc. All rights reserved.\n" "This software is distributed under the GPL v.2.\n" "\n" "This program is provided with NO WARRANTY, to the extent permitted by law." msgstr "" #: ../src/server.c:472 msgid "The control file is not a socket" msgstr "" #: ../src/server.c:498 #, c-format msgid "Unknown server request %" msgstr "" #: ../src/system-config-audit.glade.h:1 msgid "Key Type" msgstr "" #: ../src/system-config-audit.glade.h:2 msgid "Architecture" msgstr "" #: ../src/system-config-audit.glade.h:3 msgid "Configuration Lock" msgstr "" #: ../src/system-config-audit.glade.h:4 msgid "Current Configuration" msgstr "" #: ../src/system-config-audit.glade.h:5 msgid "Disk Full" msgstr "" #: ../src/system-config-audit.glade.h:6 msgid "Email" msgstr "" #: ../src/system-config-audit.glade.h:7 msgid "Event Type" msgstr "" #: ../src/system-config-audit.glade.h:8 msgid "Failure Handling" msgstr "" #: ../src/system-config-audit.glade.h:9 msgid "I/O error" msgstr "" #: ../src/system-config-audit.glade.h:10 msgid "Limit to the following system calls:" msgstr "" #: ../src/system-config-audit.glade.h:11 msgid "Limits" msgstr "" #: ../src/system-config-audit.glade.h:12 msgid "Pass _audit events to a program" msgstr "" #: ../src/system-config-audit.glade.h:13 msgid "Priority" msgstr "" #: ../src/system-config-audit.glade.h:14 msgid "Second _threshold:" msgstr "" #: ../src/system-config-audit.glade.h:15 msgid "Statistics" msgstr "" #: ../src/system-config-audit.glade.h:16 msgid "Status" msgstr "" #: ../src/system-config-audit.glade.h:17 msgid "Store _audit events to a file" msgstr "" #: ../src/system-config-audit.glade.h:18 msgid "Watched File" msgstr "" #: ../src/system-config-audit.glade.h:19 msgid "Watched operations" msgstr "" #: ../src/system-config-audit.glade.h:20 msgid "When Rule Matches" msgstr "" #: ../src/system-config-audit.glade.h:21 msgid "_First threshold:" msgstr "" #: ../src/system-config-audit.glade.h:22 msgid "Audit Daemon" msgstr "" #: ../src/system-config-audit.glade.h:23 msgid "Audit Rule" msgstr "" #: ../src/system-config-audit.glade.h:24 msgid "Audit configuration" msgstr "" #: ../src/system-config-audit.glade.h:25 msgid "Audit daemon PID:" msgstr "" #: ../src/system-config-audit.glade.h:26 msgid "Audit daemon priority _boost:" msgstr "" #: ../src/system-config-audit.glade.h:27 msgid "Audited Tasks" msgstr "" #: ../src/system-config-audit.glade.h:28 msgid "B_rowse" msgstr "" #: ../src/system-config-audit.glade.h:29 msgid "Backlog:" msgstr "" #: ../src/system-config-audit.glade.h:30 msgid "Brows_e" msgstr "" #: ../src/system-config-audit.glade.h:31 msgid "Browse" msgstr "" #: ../src/system-config-audit.glade.h:32 msgid "C_hange..." msgstr "" #: ../src/system-config-audit.glade.h:33 msgid "Conditions" msgstr "" #: ../src/system-config-audit.glade.h:34 msgid "Configuration" msgstr "" #: ../src/system-config-audit.glade.h:35 msgid "Current Status" msgstr "" #: ../src/system-config-audit.glade.h:36 msgid "D_o nothing" msgstr "" #: ../src/system-config-audit.glade.h:37 msgid "Default behavior: Allow auditing the task." msgstr "" #: ../src/system-config-audit.glade.h:38 msgid "Default behavior: Audit the event." msgstr "" #: ../src/system-config-audit.glade.h:39 msgid "Default behavior: Do not audit the system call" msgstr "" #: ../src/system-config-audit.glade.h:40 msgid "" "Default behavior: Do not audit the system call, but allow auditing it by a " "\"System Call Exit\" rule or a kernel decision." msgstr "" #: ../src/system-config-audit.glade.h:41 msgid "Default behavior: Preserve events." msgstr "" #: ../src/system-config-audit.glade.h:42 msgid "Do _nothing" msgstr "" #: ../src/system-config-audit.glade.h:43 msgid "Event Key" msgstr "" #: ../src/system-config-audit.glade.h:44 msgid "Event Keys" msgstr "" #: ../src/system-config-audit.glade.h:45 msgid "Event Type" msgstr "" #: ../src/system-config-audit.glade.h:46 msgid "Event Type Rules" msgstr "" #: ../src/system-config-audit.glade.h:47 msgid "Event type rules:" msgstr "" #: ../src/system-config-audit.glade.h:48 msgid "" "Events won't be written to the log file until the program resumes event " "processing." msgstr "" #: ../src/system-config-audit.glade.h:49 msgid "Fail _if more than" msgstr "" #: ../src/system-config-audit.glade.h:50 msgid "File Watches" msgstr "" #: ../src/system-config-audit.glade.h:51 msgid "File watches:" msgstr "" #: ../src/system-config-audit.glade.h:52 msgid "General" msgstr "" #: ../src/system-config-audit.glade.h:53 msgid "Global configuration" msgstr "" #: ../src/system-config-audit.glade.h:54 msgid "If the program stops processing events:" msgstr "" #: ../src/system-config-audit.glade.h:55 msgid "Kernel" msgstr "" #: ../src/system-config-audit.glade.h:57 msgid "Log File Errors" msgstr "" #: ../src/system-config-audit.glade.h:58 msgid "Lost events:" msgstr "" #: ../src/system-config-audit.glade.h:59 msgid "Low Disk Space" msgstr "" #: ../src/system-config-audit.glade.h:60 msgid "MB" msgstr "" #: ../src/system-config-audit.glade.h:61 msgid "M_B:" msgstr "" #: ../src/system-config-audit.glade.h:62 msgid "Making sure audit events are written to disk" msgstr "" #: ../src/system-config-audit.glade.h:63 msgid "Other Audit Rules" msgstr "" #: ../src/system-config-audit.glade.h:64 msgid "Other audit rules:" msgstr "" #: ../src/system-config-audit.glade.h:65 msgid "Run a _program:" msgstr "" #: ../src/system-config-audit.glade.h:66 msgid "S_hut down the computer" msgstr "" #: ../src/system-config-audit.glade.h:67 msgid "Save Configuration" msgstr "" #: ../src/system-config-audit.glade.h:68 msgid "Send _emails to:" msgstr "" #: ../src/system-config-audit.glade.h:69 msgid "Send a _message to syslog" msgstr "" #: ../src/system-config-audit.glade.h:70 msgid "Send a _message to system log" msgstr "" #: ../src/system-config-audit.glade.h:71 msgid "Send an _email" msgstr "" #: ../src/system-config-audit.glade.h:72 msgid "Send an emai_l" msgstr "" #: ../src/system-config-audit.glade.h:73 msgid "Settings" msgstr "" #: ../src/system-config-audit.glade.h:74 msgid "Shut _down the computer" msgstr "" #: ../src/system-config-audit.glade.h:75 msgid "Stop _writing audit events to the log file" msgstr "" #: ../src/system-config-audit.glade.h:76 msgid "Stop _writing events to the file" msgstr "" #: ../src/system-config-audit.glade.h:77 msgid "Stop writing _audit events to the log file" msgstr "" #: ../src/system-config-audit.glade.h:78 msgid "Suppressed Events" msgstr "" #: ../src/system-config-audit.glade.h:79 msgid "Switch to s_ingle-user mode" msgstr "" #: ../src/system-config-audit.glade.h:80 msgid "Switch to single-_user mode" msgstr "" #: ../src/system-config-audit.glade.h:81 msgid "System Call Entry" msgstr "" #: ../src/system-config-audit.glade.h:82 msgid "System Call Exit" msgstr "" #: ../src/system-config-audit.glade.h:84 msgid "" "This rule set can be used to completely disable auditing for some tasks." msgstr "" #: ../src/system-config-audit.glade.h:85 msgid "This rule set can be used to discard all events of a specific type." msgstr "" #: ../src/system-config-audit.glade.h:86 msgid "" "This rule set can be used to filter audit events sent from applications." msgstr "" #: ../src/system-config-audit.glade.h:87 msgid "" "This rule set can be used to mark a system call for auditing, or to prevent " "auditing of the system call. To be audited by these rules, a system call " "must be perforned in an audited task." msgstr "" #: ../src/system-config-audit.glade.h:88 msgid "" "This rule set can be used to mark system calls for auditing. To be audited " "by these rules, a system call must be perforned in an audited task and it " "must pass the \"System Call Entry\" rules." msgstr "" #: ../src/system-config-audit.glade.h:89 msgid "Trusted Application Events" msgstr "" #: ../src/system-config-audit.glade.h:90 ../src/watch_dialog.py:48 msgid "Watched File" msgstr "" #: ../src/system-config-audit.glade.h:91 msgid "When the current log file _grows to" msgstr "" #: ../src/system-config-audit.glade.h:92 msgid "_Add a host name field to audit events:" msgstr "" #: ../src/system-config-audit.glade.h:93 msgid "_Any" msgstr "" #: ../src/system-config-audit.glade.h:94 msgid "_Apply the configuration changes after saving them" msgstr "" #: ../src/system-config-audit.glade.h:95 msgid "_Arbitrary text:" msgstr "" #: ../src/system-config-audit.glade.h:96 msgid "_Attribute change" msgstr "" #: ../src/system-config-audit.glade.h:97 msgid "_Browse" msgstr "" #: ../src/system-config-audit.glade.h:98 msgid "_Browse..." msgstr "" #: ../src/system-config-audit.glade.h:99 msgid "_Custom:" msgstr "" #: ../src/system-config-audit.glade.h:100 msgid "_Data only" msgstr "" #: ../src/system-config-audit.glade.h:101 msgid "_Discard them" msgstr "" #: ../src/system-config-audit.glade.h:102 msgid "_Execute" msgstr "" #: ../src/system-config-audit.glade.h:103 msgid "_Fail if more than" msgstr "" #: ../src/system-config-audit.glade.h:104 msgid "_File" msgstr "" #: ../src/system-config-audit.glade.h:105 msgid "_File:" msgstr "" #: ../src/system-config-audit.glade.h:106 msgid "_Force writeout every" msgstr "" #: ../src/system-config-audit.glade.h:107 msgid "_Halt the system (without shutting down cleanly)" msgstr "" #: ../src/system-config-audit.glade.h:108 msgid "_Help" msgstr "" #: ../src/system-config-audit.glade.h:109 msgid "_Intrusion detection tag:" msgstr "" #: ../src/system-config-audit.glade.h:110 msgid "_Keep only the newest" msgstr "" #: ../src/system-config-audit.glade.h:111 msgid "_Limit to tasks using architecture:" msgstr "" #: ../src/system-config-audit.glade.h:112 msgid "_Mark matching events with keys:" msgstr "" #: ../src/system-config-audit.glade.h:113 msgid "_Path:" msgstr "" #: ../src/system-config-audit.glade.h:114 msgid "_Program:" msgstr "" #: ../src/system-config-audit.glade.h:115 msgid "_Prohibit configuration changes until reboot" msgstr "" #: ../src/system-config-audit.glade.h:116 msgid "_Read" msgstr "" #: ../src/system-config-audit.glade.h:117 msgid "_Rotate log files" msgstr "" #: ../src/system-config-audit.glade.h:118 msgid "_Run a program:" msgstr "" #: ../src/system-config-audit.glade.h:119 msgid "_Satisfying: type" msgstr "" #: ../src/system-config-audit.glade.h:120 msgid "_Send a message to syslog" msgstr "" #: ../src/system-config-audit.glade.h:121 msgid "_Send a message to system log" msgstr "" #: ../src/system-config-audit.glade.h:122 msgid "_Severity:" msgstr "" #: ../src/system-config-audit.glade.h:123 msgid "_Type:" msgstr "" #: ../src/system-config-audit.glade.h:124 msgid "_Use normal file system buffering" msgstr "" #: ../src/system-config-audit.glade.h:125 msgid "_Wait until event processing is resumed" msgstr "" #: ../src/system-config-audit.glade.h:126 msgid "_Write" msgstr "" #: ../src/system-config-audit.glade.h:127 msgid "_events are generated per second" msgstr "" #: ../src/system-config-audit.glade.h:128 msgid "_records" msgstr "" #: ../src/system-config-audit.glade.h:129 msgid "events are left unprocessed" msgstr "" #: ../src/system-config-audit.glade.h:130 msgid "f_iles" msgstr "" #: ../src/system-config-audit.glade.h:131 msgid "gtk-edit" msgstr "" #: ../src/system-config-audit.glade.h:132 msgid "gtk-go-down" msgstr "" #: ../src/system-config-audit.glade.h:133 msgid "gtk-go-up" msgstr "" #: ../src/type_list_dialog.py:75 msgid "Any type" msgstr "" #: ../src/type_list_dialog.py:79 msgid "Type" msgstr "" #: ../src/util.py:150 #, python-format msgid "Unknown architecture %d" msgstr "" #: ../src/util.py:158 msgid "64-bit architecture not supported" msgstr "" #: ../src/util.py:162 msgid "32-bit architecture not supported" msgstr "" #: ../src/util.py:166 #, python-format msgid "Unknown architecture \"%s\"" msgstr "" #: ../src/util.py:177 #, python-format msgid "Unknown file type \"%s\"" msgstr "" #: ../src/util.py:213 #, python-format msgid "Unknown message type \"%s\"" msgstr "" #: ../src/util.py:227 #, python-format msgid "Unknown system call \"%s\"" msgstr "" #: ../src/util.py:229 msgid "System call number must be non-negative" msgstr "" #: ../src/util.py:241 #, python-format msgid "Invalid number \"%s\"" msgstr "" #: ../src/util.py:243 msgid "Value must be non-negative" msgstr "" #: ../src/util.py:248 msgid ", " msgstr "" #: ../src/watch_dialog.py:133 msgid "The watched file path must not be empty" msgstr "" #: ../src/watch_list_dialog.py:34 msgid "Path" msgstr "" #: ../src/watch_list_dialog.py:34 msgid "Operations" msgstr "" #: ../system-config-audit.desktop.in.h:2 msgid "Modify audit configuration" msgstr ""