| 1 |
# translation of general.po to Arabic
|
| 2 |
# Abdel Rahman Ghareeb <king_abdo@yahoo.com>, 2004.
|
| 3 |
# Sameh Sabry <samehsabry@linuxmail.org>, 2004.
|
| 4 |
# Manal Hassan <manal@manalaa.net>, 2004.
|
| 5 |
# Amr Gharbeia <amr@gharbeia.net>, 2005, 2006, 2007.
|
| 6 |
msgid ""
|
| 7 |
msgstr ""
|
| 8 |
"Project-Id-Version: general\n"
|
| 9 |
"POT-Creation-Date: 2008-02-15 13:50+0100\n"
|
| 10 |
"PO-Revision-Date: 2007.08.06 14:05+0300\n"
|
| 11 |
"Last-Translator: Amr Gharbeia <amr@gharbeia.net>\n"
|
| 12 |
"Language-Team: Arabic <general@arabeyes.org>\n"
|
| 13 |
"MIME-Version: 1.0\n"
|
| 14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 15 |
"Content-Transfer-Encoding: 8bit\n"
|
| 16 |
"Plural-Forms: nplurals=6; plural=n==1 ? 0 : n==0 ? 1 : n==2 ? 2 : n%100>=3 "
|
| 17 |
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
| 18 |
"X-Generator: KBabel 1.11.4\n"
|
| 19 |
|
| 20 |
#: modules/syslog/syslog.module:22
|
| 21 |
msgid ""
|
| 22 |
"The syslog module enables Drupal to send messages to the operating system's "
|
| 23 |
"logging facility."
|
| 24 |
msgstr ""
|
| 25 |
|
| 26 |
#: modules/syslog/syslog.module:23
|
| 27 |
msgid ""
|
| 28 |
"Syslog is an operating system administrative logging tool, and provides "
|
| 29 |
"valuable information for use in system management and security auditing. "
|
| 30 |
"Most suited to medium and large sites, syslog provides filtering tools that "
|
| 31 |
"allow messages to be routed by type and severity. On UNIX/Linux systems, the "
|
| 32 |
"file /etc/syslog.conf defines this routing configuration; on Microsoft "
|
| 33 |
"Windows, all messages are sent to the Event Log. For more information on "
|
| 34 |
"syslog facilities, severity levels, and how to set up a syslog.conf file, "
|
| 35 |
"see <a href=\"@syslog_conf\">UNIX/Linux syslog.conf</a> and PHP's <a href="
|
| 36 |
"\"@php_openlog\">openlog</a> and <a href=\"@php_syslog\">syslog</a> "
|
| 37 |
"functions."
|
| 38 |
msgstr ""
|
| 39 |
|
| 40 |
#: modules/syslog/syslog.module:24
|
| 41 |
#, fuzzy
|
| 42 |
msgid ""
|
| 43 |
"For more information, see the online handbook entry for <a href=\"@syslog"
|
| 44 |
"\">Syslog module</a>."
|
| 45 |
msgstr ""
|
| 46 |
"لمزيد من المعلومات، من فضلك طالع صفحة <a href=\"@contact\">وحدة الاتصال</a> "
|
| 47 |
"في دليل الضبط و التطويع."
|
| 48 |
|
| 49 |
#: modules/syslog/syslog.module:42
|
| 50 |
msgid "Send events to this syslog facility"
|
| 51 |
msgstr ""
|
| 52 |
|
| 53 |
#: modules/syslog/syslog.module:45
|
| 54 |
msgid ""
|
| 55 |
"Select the syslog facility code under which Drupal's messages should be "
|
| 56 |
"sent. On UNIX/Linux systems, Drupal can flag its messages with the code "
|
| 57 |
"LOG_LOCAL0 through LOG_LOCAL7; for Microsoft Windows, all messages are "
|
| 58 |
"flagged with the code LOG_USER. Depending on the system configuration, "
|
| 59 |
"syslog and other logging tools use this code to identify or filter Drupal "
|
| 60 |
"messages from within the entire system log. For more information on syslog, "
|
| 61 |
"see <a href=\"@syslog_help\">Syslog help</a>."
|
| 62 |
msgstr ""
|
| 63 |
|
| 64 |
#: modules/syslog/syslog.module:55
|
| 65 |
msgid "LOG_USER - User level messages. Use this for Windows."
|
| 66 |
msgstr ""
|
| 67 |
|
| 68 |
#: modules/syslog/syslog.module:59
|
| 69 |
msgid "LOG_LOCAL0 - Local 0"
|
| 70 |
msgstr ""
|
| 71 |
|
| 72 |
#: modules/syslog/syslog.module:60
|
| 73 |
msgid "LOG_LOCAL1 - Local 1"
|
| 74 |
msgstr ""
|
| 75 |
|
| 76 |
#: modules/syslog/syslog.module:61
|
| 77 |
msgid "LOG_LOCAL2 - Local 2"
|
| 78 |
msgstr ""
|
| 79 |
|
| 80 |
#: modules/syslog/syslog.module:62
|
| 81 |
msgid "LOG_LOCAL3 - Local 3"
|
| 82 |
msgstr ""
|
| 83 |
|
| 84 |
#: modules/syslog/syslog.module:63
|
| 85 |
msgid "LOG_LOCAL4 - Local 4"
|
| 86 |
msgstr ""
|
| 87 |
|
| 88 |
#: modules/syslog/syslog.module:64
|
| 89 |
msgid "LOG_LOCAL5 - Local 5"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
#: modules/syslog/syslog.module:65
|
| 93 |
msgid "LOG_LOCAL6 - Local 6"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
#: modules/syslog/syslog.module:66
|
| 97 |
msgid "LOG_LOCAL7 - Local 7"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
#: modules/syslog/syslog.module:32
|
| 101 |
msgid ""
|
| 102 |
"Settings for syslog logging. Syslog is an operating system administrative "
|
| 103 |
"logging tool used in systems management and security auditing. Most suited "
|
| 104 |
"to medium and large sites, syslog provides filtering tools that allow "
|
| 105 |
"messages to be routed by type and severity."
|
| 106 |
msgstr ""
|
| 107 |
|
| 108 |
#: modules/syslog/syslog.module:0
|
| 109 |
msgid "syslog"
|
| 110 |
msgstr ""
|