| 1 |
# Chinese, Simplified translation of drupal (6.2)
|
| 2 |
# Copyright (c) 2008 by the Chinese, Simplified translation team
|
| 3 |
# Generated from file: syslog.module,v 1.14.2.1 2008/04/09 21:11:49 goba
|
| 4 |
#
|
| 5 |
msgid ""
|
| 6 |
msgstr ""
|
| 7 |
"Project-Id-Version: drupal (6.2)\n"
|
| 8 |
"POT-Creation-Date: 2008-04-20 19:11-0400\n"
|
| 9 |
"PO-Revision-Date: 2008-04-17 12:16-0400\n"
|
| 10 |
"Language-Team: Chinese, Simplified\n"
|
| 11 |
"MIME-Version: 1.0\n"
|
| 12 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 13 |
"Content-Transfer-Encoding: 8bit\n"
|
| 14 |
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
| 15 |
|
| 16 |
#: modules/syslog/syslog.module:22
|
| 17 |
msgid ""
|
| 18 |
"The syslog module enables Drupal to send messages to the operating "
|
| 19 |
"system's logging facility."
|
| 20 |
msgstr ""
|
| 21 |
|
| 22 |
#: modules/syslog/syslog.module:23
|
| 23 |
msgid ""
|
| 24 |
"Syslog is an operating system administrative logging tool, and "
|
| 25 |
"provides valuable information for use in system management and "
|
| 26 |
"security auditing. Most suited to medium and large sites, syslog "
|
| 27 |
"provides filtering tools that allow messages to be routed by type and "
|
| 28 |
"severity. On UNIX/Linux systems, the file /etc/syslog.conf defines "
|
| 29 |
"this routing configuration; on Microsoft Windows, all messages are "
|
| 30 |
"sent to the Event Log. For more information on syslog facilities, "
|
| 31 |
"severity levels, and how to set up a syslog.conf file, see <a "
|
| 32 |
"href=\"@syslog_conf\">UNIX/Linux syslog.conf</a> and PHP's <a "
|
| 33 |
"href=\"@php_openlog\">openlog</a> and <a "
|
| 34 |
"href=\"@php_syslog\">syslog</a> functions."
|
| 35 |
msgstr ""
|
| 36 |
|
| 37 |
#: modules/syslog/syslog.module:24
|
| 38 |
msgid ""
|
| 39 |
"For more information, see the online handbook entry for <a "
|
| 40 |
"href=\"@syslog\">Syslog module</a>."
|
| 41 |
msgstr ""
|
| 42 |
|
| 43 |
#: modules/syslog/syslog.module:43
|
| 44 |
msgid "Send events to this syslog facility"
|
| 45 |
msgstr ""
|
| 46 |
|
| 47 |
#: modules/syslog/syslog.module:46
|
| 48 |
msgid ""
|
| 49 |
"Select the syslog facility code under which Drupal's messages should "
|
| 50 |
"be sent. On UNIX/Linux systems, Drupal can flag its messages with the "
|
| 51 |
"code LOG_LOCAL0 through LOG_LOCAL7; for Microsoft Windows, all "
|
| 52 |
"messages are flagged with the code LOG_USER. Depending on the system "
|
| 53 |
"configuration, syslog and other logging tools use this code to "
|
| 54 |
"identify or filter Drupal messages from within the entire system log. "
|
| 55 |
"For more information on syslog, see <a href=\"@syslog_help\">Syslog "
|
| 56 |
"help</a>."
|
| 57 |
msgstr ""
|
| 58 |
|
| 59 |
#: modules/syslog/syslog.module:56
|
| 60 |
msgid "LOG_USER - User level messages. Use this for Windows."
|
| 61 |
msgstr "LOG_USER - 用户级信息。用于Windows 。"
|
| 62 |
|
| 63 |
#: modules/syslog/syslog.module:60
|
| 64 |
msgid "LOG_LOCAL0 - Local 0"
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
#: modules/syslog/syslog.module:61
|
| 68 |
msgid "LOG_LOCAL1 - Local 1"
|
| 69 |
msgstr ""
|
| 70 |
|
| 71 |
#: modules/syslog/syslog.module:62
|
| 72 |
msgid "LOG_LOCAL2 - Local 2"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
#: modules/syslog/syslog.module:63
|
| 76 |
msgid "LOG_LOCAL3 - Local 3"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
#: modules/syslog/syslog.module:64
|
| 80 |
msgid "LOG_LOCAL4 - Local 4"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
#: modules/syslog/syslog.module:65
|
| 84 |
msgid "LOG_LOCAL5 - Local 5"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
#: modules/syslog/syslog.module:66
|
| 88 |
msgid "LOG_LOCAL6 - Local 6"
|
| 89 |
msgstr ""
|
| 90 |
|
| 91 |
#: modules/syslog/syslog.module:67
|
| 92 |
msgid "LOG_LOCAL7 - Local 7"
|
| 93 |
msgstr ""
|
| 94 |
|