root / pykota / trunk / po / pykota.pot @ 1483

Revision 1483, 9.1 kB (checked in by jalet, 20 years ago)

Big code changes to completely remove the need for "requester" directives,
jsut use "hardware(... your previous requester directive's content ...)"

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.18\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-01-15 11:51+0100\n"
31"PO-Revision-Date: 2004-01-15 12:00+0100\n"
32"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
33"Language-Team: English <alet@librelogiciel.com>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid "SIGTERM received, job %s cancelled."
40msgstr ""
41
42#, python-format
43msgid "SIGTERM was sent to real backend %s (pid: %s)"
44msgstr ""
45
46#, python-format
47msgid "CUPS backend %s died abnormally."
48msgstr ""
49
50#, python-format
51msgid "Invalid softlimit value %s."
52msgstr ""
53
54#, python-format
55msgid "Invalid hardlimit value %s."
56msgstr ""
57
58#, python-format
59msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
60msgstr ""
61
62#, python-format
63msgid "Invalid balance value %s"
64msgstr ""
65
66#, python-format
67msgid "Invalid charge amount value %s"
68msgstr ""
69
70#, python-format
71msgid "Invalid limitby value %s"
72msgstr ""
73
74#, python-format
75msgid "Impossible to add printer %s"
76msgstr ""
77
78#, python-format
79msgid "Invalid printer name %s"
80msgstr ""
81
82#, python-format
83msgid "There's no printer matching %s"
84msgstr ""
85
86msgid "You have to pass user or group names on the command line"
87msgstr ""
88
89msgid "You have to pass printer names on the command line"
90msgstr ""
91
92#, python-format
93msgid "Prototype %s not found in Quota Storage for printer %s."
94msgstr ""
95
96#, python-format
97msgid "Prototype object %s not found in Quota Storage."
98msgstr ""
99
100#, python-format
101msgid "Undefined hard limit set to soft limit (%s) on printer %s."
102msgstr ""
103
104#, python-format
105msgid "Undefined soft limit set to hard limit (%s) on printer %s."
106msgstr ""
107
108#, python-format
109msgid "Invalid email address %s"
110msgstr ""
111
112#, python-format
113msgid "Invalid group name %s"
114msgstr ""
115
116#, python-format
117msgid "Invalid user name %s"
118msgstr ""
119
120#, python-format
121msgid "Quota not found for object %s on printer %s."
122msgstr ""
123
124#, python-format
125msgid "Group %s not found in the PyKota Storage."
126msgstr ""
127
128msgid "incompatible options, see help."
129msgstr ""
130
131#, python-format
132msgid "Printer %s not registered in the PyKota system"
133msgstr ""
134
135#, python-format
136msgid "Printer %s was never used"
137msgstr ""
138
139#, python-format
140msgid "Unable to compute size of %s in number of pages.\n"
141msgstr ""
142
143#, python-format
144msgid "Your account balance : %.2f"
145msgstr ""
146
147#, python-format
148msgid "Job size : %i pages"
149msgstr ""
150
151#, python-format
152msgid "Cost on printer %s : %.2f"
153msgstr ""
154
155#, python-format
156msgid "Unsupported accounter backend %s"
157msgstr ""
158
159#, python-format
160msgid "Configuration file %s not found."
161msgstr ""
162
163#, python-format
164msgid "Option %s not found in section global of %s"
165msgstr ""
166
167#, python-format
168msgid "Option %s not found in section %s of %s"
169msgstr ""
170
171#, python-format
172msgid "Option logger only supports values in %s"
173msgstr ""
174
175#, python-format
176msgid "Invalid accounter %s for printer %s"
177msgstr ""
178
179#, python-format
180msgid "Option accounter in section %s only supports values in %s"
181msgstr ""
182
183#, python-format
184msgid "Invalid policy %s for printer %s"
185msgstr ""
186
187#, python-format
188msgid "Option policy in section %s only supports values in %s"
189msgstr ""
190
191#, python-format
192msgid "Invalid option mailto %s for printer %s"
193msgstr ""
194
195#, python-format
196msgid "Option mailto in section %s only supports values in %s"
197msgstr ""
198
199#, python-format
200msgid "Invalid grace delay %s"
201msgstr ""
202
203#, python-format
204msgid "Invalid poor man's treshold %s"
205msgstr ""
206
207msgid ""
208"Your Print Quota account balance is Low.\n"
209"Soon you'll not be allowed to print anymore.\n"
210"Please contact the Print Quota Administrator to solve the problem."
211msgstr ""
212
213#, python-format
214msgid ""
215"You are not allowed to print anymore because\n"
216"your Print Quota is exceeded on printer %s."
217msgstr ""
218
219#, python-format
220msgid ""
221"You will soon be forbidden to print anymore because\n"
222"your Print Quota is almost reached on printer %s."
223msgstr ""
224
225#, python-format
226msgid "Unsupported logging subsystem %s"
227msgstr ""
228
229#, python-format
230msgid "Report for %s quota on printer %s"
231msgstr ""
232
233#, python-format
234msgid "Pages grace time: %i days"
235msgstr ""
236
237#, python-format
238msgid "Price per job: %.3f"
239msgstr ""
240
241#, python-format
242msgid "Price per page: %.3f"
243msgstr ""
244
245msgid ""
246"Group           used    soft    hard    balance grace         total       "
247"paid"
248msgstr ""
249
250msgid ""
251"User            used    soft    hard    balance grace         total       "
252"paid"
253msgstr ""
254
255msgid "unknown"
256msgstr ""
257
258#, python-format
259msgid "Real : %s"
260msgstr ""
261
262#, python-format
263msgid "Total : %9i"
264msgstr ""
265
266#, python-format
267msgid "Unsupported reporter backend %s"
268msgstr ""
269
270#, python-format
271msgid "Unsupported quota storage backend %s"
272msgstr ""
273
274#, python-format
275msgid "Impossible to send mail to %s, error %s : %s"
276msgstr ""
277
278#, python-format
279msgid ""
280"\n"
281"\n"
282"Please contact your system administrator :\n"
283"\n"
284"\t%s - <%s>\n"
285msgstr ""
286
287#, python-format
288msgid ""
289"Unable to find user %s's account balance, applying default policy (%s) for "
290"printer %s"
291msgstr ""
292
293#, python-format
294msgid "Unable to match user %s on printer %s, applying default policy (%s)"
295msgstr ""
296
297#, python-format
298msgid "Print Quota exceeded for group %s on printer %s"
299msgstr ""
300
301msgid "Print Quota"
302msgstr ""
303
304msgid "Print Quota Exceeded"
305msgstr ""
306
307#, python-format
308msgid "Print Quota low for group %s on printer %s"
309msgstr ""
310
311#, python-format
312msgid "Print Quota exceeded for user %s on printer %s"
313msgstr ""
314
315#, python-format
316msgid "Print Quota low for user %s on printer %s"
317msgstr ""
318
319msgid "Print Quota Low"
320msgstr ""
321
322msgid "Printer hostname undefined, set to 'localhost'"
323msgstr ""
324
325#, python-format
326msgid "Printing system unknown, args=%s"
327msgstr ""
328
329#, python-format
330msgid ""
331"Printer %s not registered in the PyKota system, applying external policy (%"
332"s) for printer %s"
333msgstr ""
334
335#, python-format
336msgid ""
337"User %s not registered in the PyKota system, applying external policy (%s) "
338"for printer %s"
339msgstr ""
340
341#, python-format
342msgid ""
343"User %s doesn't have quota on printer %s in the PyKota system, applying "
344"external policy (%s) for printer %s"
345msgstr ""
346
347#, python-format
348msgid ""
349"External policy %s for printer %s produced an error. Job rejected. Please "
350"check PyKota's configuration files."
351msgstr ""
352
353#, python-format
354msgid ""
355"Printer %s not registered in the PyKota system, applying default policy (%s)"
356msgstr ""
357
358#, python-format
359msgid ""
360"User %s not registered in the PyKota system, applying default policy (%s) "
361"for printer %s"
362msgstr ""
363
364#, python-format
365msgid ""
366"User %s doesn't have quota on printer %s in the PyKota system, applying "
367"default policy (%s)"
368msgstr ""
369
370#, python-format
371msgid ""
372"Printer %s still not registered in the PyKota system, job will be rejected"
373msgstr ""
374
375#, python-format
376msgid ""
377"User %s still not registered in the PyKota system, job will be rejected on "
378"printer %s"
379msgstr ""
380
381#, python-format
382msgid ""
383"User %s still doesn't have quota on printer %s in the PyKota system, job "
384"will be rejected"
385msgstr ""
386
387#, python-format
388msgid "Unable to compute job size with accounter %s"
389msgstr ""
390
391msgid "Using the 'stupid' accounting method is unreliable."
392msgstr ""
393
394msgid "Totals may be inaccurate if some users are members of several groups."
395msgstr ""
396
397#, python-format
398msgid "Unknown printer address in HARDWARE(%s) for printer %s"
399msgstr ""
400
401#, python-format
402msgid "Unable to query printer %s via HARDWARE(%s)"
403msgstr ""
404
405#, python-format
406msgid "Unknown printer address in SNMP(%s, %s) for printer %s"
407msgstr ""
408
409#, python-format
410msgid "Unable to query printer %s via SNMP(%s, %s)"
411msgstr ""
412
413#, python-format
414msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
415msgstr ""
416
417#, python-format
418msgid "Problem adding LDAP entry (%s, %s)"
419msgstr ""
420
421#, python-format
422msgid "Problem deleting LDAP entry (%s)"
423msgstr ""
424
425#, python-format
426msgid "Problem modifying LDAP entry (%s, %s)"
427msgstr ""
428
429#, python-format
430msgid "in"
431msgstr ""
432
433#, python-format
434msgid "Printer %s already exists, skipping."
435msgstr ""
436
437#, python-format
438msgid "Printer %s already exists, will be modified."
439msgstr ""
440
441#, python-format
442msgid "File number %s unregistered twice from polling object, ignored."
443msgstr ""
444
445#, python-format
446msgid "Impossible to connect to SMTP server : %s"
447msgstr ""
Note: See TracBrowser for help on using the browser.