/[drupal]/contributions/translations/fr/modules-dblog.po
ViewVC logotype

Contents of /contributions/translations/fr/modules-dblog.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Dec 30 17:05:30 2007 UTC (22 months, 3 weeks ago) by damz
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-gettext
Translations templates for Drupal 6
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: Drupal 6\n"
4 "POT-Creation-Date: 2007-12-28 11:29+0100\n"
5 "PO-Revision-Date: 2007-12-30 17:55+0100\n"
6 "Last-Translator: Damien Tournoud <damz@prealable.org>\n"
7 "Language-Team: drupalfr.org <traduction@drupalfr.org>\n"
8 "MIME-Version: 1.0\n"
9 "Content-Type: text/plain; charset=UTF-8\n"
10 "Content-Transfer-Encoding: 8bit\n"
11 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
12 "X-Poedit-Language: French\n"
13 "X-Poedit-Country: France\n"
14 "X-Poedit-SourceCharset: utf-8\n"
15
16 #: modules/dblog/dblog.admin.inc:18
17 msgid "Discard log entries above the following row limit"
18 msgstr ""
19
20 #: modules/dblog/dblog.admin.inc:21
21 msgid ""
22 "The maximum number of rows to keep in the database log. Older entries will "
23 "be automatically discarded. (Requires a correctly configured <a href=\"@cron"
24 "\">cron maintenance task</a>.)"
25 msgstr ""
26
27 #: modules/dblog/dblog.admin.inc:81;109
28 msgid "No log messages available."
29 msgstr "Aucune entrée dans le journal disponible."
30
31 #: modules/dblog/dblog.admin.inc:97
32 msgid "Count"
33 msgstr "Nombre"
34
35 #: modules/dblog/dblog.admin.inc:140
36 msgid "Location"
37 msgstr "Emplacement"
38
39 #: modules/dblog/dblog.admin.inc:152;220
40 msgid "Severity"
41 msgstr "Importance"
42
43 #: modules/dblog/dblog.admin.inc:260
44 msgid "Filter log messages"
45 msgstr ""
46
47 #: modules/dblog/dblog.admin.inc:297
48 msgid "You must select something to filter by."
49 msgstr ""
50
51 #: modules/dblog/dblog.module:21
52 msgid ""
53 "The dblog module monitors your system, capturing system events in a log to "
54 "be reviewed by an authorized individual at a later time. This is useful for "
55 "site administrators who want a quick overview of activities on their site. "
56 "The logs also record the sequence of events, so it can be useful for "
57 "debugging site errors."
58 msgstr ""
59
60 #: modules/dblog/dblog.module:22
61 msgid ""
62 "The dblog log is simply a list of recorded events containing usage data, "
63 "performance data, errors, warnings and operational information. "
64 "Administrators should check the dblog report on a regular basis to ensure "
65 "their site is working properly."
66 msgstr ""
67
68 #: modules/dblog/dblog.module:23
69 msgid ""
70 "For more information, see the online handbook entry for <a href=\"@dblog"
71 "\">Dblog module</a>."
72 msgstr ""
73
74 #: modules/dblog/dblog.module:26
75 msgid ""
76 "The dblog module monitors your website, capturing system events in a log to "
77 "be reviewed by an authorized individual at a later time. The dblog log is "
78 "simply a list of recorded events containing usage data, performance data, "
79 "errors, warnings and operational information. It is vital to check the dblog "
80 "report on a regular basis as it is often the only way to tell what is going "
81 "on."
82 msgstr ""
83
84 #: modules/dblog/dblog.module:47
85 msgid ""
86 "Settings for logging to the Drupal database logs. This is the most common "
87 "method for small to medium sites on shared hosting. The logs are viewable "
88 "from the admin pages."
89 msgstr ""
90
91 #: modules/dblog/dblog.module:54
92 msgid "Recent log entries"
93 msgstr "Entrées récentes du journal"
94
95 #: modules/dblog/dblog.module:55
96 msgid "View events that have recently been logged."
97 msgstr "Voir les événements qui ont été enregistrés récemment."
98
99 #: modules/dblog/dblog.module:61
100 msgid "Top 'page not found' errors"
101 msgstr "Top des erreurs 'page non trouvée'"
102
103 #: modules/dblog/dblog.module:62
104 msgid "View 'page not found' errors (404s)."
105 msgstr "Voir les erreurs 'page non trouvée' (404)."
106
107 #: modules/dblog/dblog.module:68
108 msgid "Top 'access denied' errors"
109 msgstr "Top des erreurs 'accès refusé'"
110
111 #: modules/dblog/dblog.module:69
112 msgid "View 'access denied' errors (403s)."
113 msgstr "Voir les erreurs 'accès refusé' (403)."
114
115 #: modules/dblog/dblog.module:0
116 msgid "dblog"
117 msgstr ""
118
119 #: modules/dblog/dblog.install:25
120 msgid "Table that contains logs of all system events."
121 msgstr ""
122
123 #: modules/dblog/dblog.install:30
124 msgid "Primary Key: Unique watchdog event ID."
125 msgstr ""
126
127 #: modules/dblog/dblog.install:36
128 msgid "The {users}.uid of the user who triggered the event."
129 msgstr ""
130
131 #: modules/dblog/dblog.install:43
132 msgid "Type of log message, for example \"user\" or \"page not found.\""
133 msgstr ""
134
135 #: modules/dblog/dblog.install:49
136 msgid "Text of log message to be passed into the t() function."
137 msgstr ""
138
139 #: modules/dblog/dblog.install:55
140 msgid ""
141 "Serialized array of variables that match the message string and that is "
142 "passed into the t() function."
143 msgstr ""
144
145 #: modules/dblog/dblog.install:63
146 msgid "The severity level of the event; ranges from 0 (Emergency) to 7 (Debug)"
147 msgstr ""
148
149 #: modules/dblog/dblog.install:70
150 msgid "Link to view the result of the event."
151 msgstr ""
152
153 #: modules/dblog/dblog.install:75
154 msgid "URL of the origin of the event."
155 msgstr ""
156
157 #: modules/dblog/dblog.install:82
158 msgid "URL of referring page."
159 msgstr ""
160
161 #: modules/dblog/dblog.install:89
162 msgid "Hostname of the user who triggered the event."
163 msgstr ""
164
165 #: modules/dblog/dblog.install:95
166 msgid "Unix timestamp of when event occurred."
167 msgstr ""

  ViewVC Help
Powered by ViewVC 1.1.2