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

Revision 1052, 9.4 kB (checked in by jalet, 21 years ago)

1.09 is out !

  • 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 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# $Log$
23# Revision 1.29  2003/06/30 21:44:18  jalet
24# 1.09 is out !
25#
26# Revision 1.28  2003/06/25 10:39:17  jalet
27# Translations.
28#
29# Revision 1.27  2003/06/24 21:54:24  jalet
30# More translations.
31#
32# Revision 1.26  2003/06/24 14:53:04  jalet
33# More translations
34#
35# Revision 1.25  2003/06/15 22:26:52  jalet
36# More work on LDAP
37#
38# Revision 1.24  2003/04/30 19:53:58  jalet
39# 1.05
40#
41# Revision 1.23  2003/04/30 13:36:40  jalet
42# Stupid accounting method was added.
43#
44# Revision 1.22  2003/04/29 18:37:54  jalet
45# Pluggable accounting methods (actually doesn't support external scripts)
46#
47# Revision 1.21  2003/04/23 22:13:56  jalet
48# Preliminary support for LPRng added BUT STILL UNTESTED.
49#
50# Revision 1.20  2003/04/23 09:58:17  jalet
51# Prices per page/job are now displayed
52#
53# Revision 1.19  2003/04/17 09:26:21  jalet
54# repykota now reports account balances too.
55#
56# Revision 1.18  2003/04/16 12:35:49  jalet
57# Groups quota work now !
58#
59# Revision 1.17  2003/04/16 08:53:14  jalet
60# Printing can now be limited either by user's account balance or by
61# page quota (the default). Quota report doesn't include account balance
62# yet, though.
63#
64# Revision 1.16  2003/04/16 08:22:09  jalet
65# More strict error detection.
66# Minor code rewrite to avoid some repetitive tests.
67#
68# Revision 1.15  2003/04/16 08:01:54  jalet
69# edpykota --charge command line option works now.
70#
71# Revision 1.14  2003/04/11 14:42:54  jalet
72# Translations
73#
74# Revision 1.13  2003/04/09 23:20:38  jalet
75# A message added.
76#
77# Revision 1.12  2003/03/29 13:45:27  jalet
78# GPL paragraphs were incorrectly (from memory) copied into the sources.
79# Two README files were added.
80# Upgrade script for PostgreSQL pre 1.01 schema was added.
81#
82# Revision 1.11  2003/03/29 13:08:28  jalet
83# Configuration is now expected to be found in /etc/pykota.conf instead of
84# in /etc/cups/pykota.conf
85# Installation script can move old config files to the new location if needed.
86# Better error handling if configuration file is absent.
87#
88# Revision 1.10  2003/03/15 23:01:28  jalet
89# New mailto option in configuration file added.
90# No time to test this tonight (although it should work).
91#
92# Revision 1.9  2003/03/09 23:38:43  jalet
93# Simplified translations.
94#
95# Revision 1.8  2003/02/27 09:08:39  jalet
96# Updated translations.
97#
98# Revision 1.7  2003/02/10 12:12:08  jalet
99# Translation added for total number of pages for printer in repykota
100#
101# Revision 1.6  2003/02/10 11:49:06  jalet
102# Added Content-Transfert-Encoding
103#
104# Revision 1.5  2003/02/10 08:50:45  jalet
105# External requester seems to be finally ok now
106#
107# Revision 1.4  2003/02/10 00:42:17  jalet
108# External requester should be ok (untested)
109# New syntax for configuration file wrt requesters
110#
111# Revision 1.3  2003/02/09 14:02:31  jalet
112# French translation was added
113#
114# Revision 1.2  2003/02/09 13:10:46  jalet
115# Strings were extracted
116#
117# Revision 1.1  2003/02/05 21:28:17  jalet
118# Initial import into CVS
119#
120#
121#
122# PyKota translation master file.
123# Copyright (C) 2003 Conseil Internet & Logiciels Libres
124# Jerome Alet <alet@librelogiciel.com>, 2003.
125#
126msgid ""
127msgstr ""
128"Project-Id-Version: PyKota v0.9-unofficial\n"
129"POT-Creation-Date: Sun Feb  9 13:50:50 2003\n"
130"PO-Revision-Date: 2003-02-09 14:08+1\n"
131"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
132"Language-Team: English <alet@librelogiciel.com>\n"
133"MIME-Version: 1.0\n"
134"Content-Type: text/plain; charset=ISO-8859-1\n"
135"Content-Transfer-Encoding: 8bit\n"
136"Generated-By: pygettext.py 1.3\n"
137
138msgid "Undefined soft limit set to hard limit (%s) on printer %s."
139msgstr ""
140
141msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
142msgstr ""
143
144msgid "Pages grace time: %i days"
145msgstr ""
146
147msgid "Invalid softlimit value %s."
148msgstr ""
149
150msgid "Prototype %s not found in Quota Storage for printer %s."
151msgstr ""
152
153msgid "Printer %s not registered in the PyKota system"
154msgstr ""
155
156msgid "option --groups is currently not implemented."
157msgstr ""
158
159msgid "Quota not found for object %s on printer %s."
160msgstr ""
161
162msgid "Invalid user name %s"
163msgstr ""
164
165msgid "Both hard and soft limits must be set ! Aborting."
166msgstr ""
167
168msgid "Undefined hard limit set to soft limit (%s) on printer %s."
169msgstr ""
170
171msgid "incompatible options, see help."
172msgstr ""
173
174msgid "Invalid hardlimit value %s."
175msgstr ""
176
177msgid "Group           used    soft    hard    balance grace         total       paid"
178msgstr ""
179
180msgid "There's no printer matching %s"
181msgstr ""
182
183msgid "*** Report for %s quota on printer %s"
184msgstr ""
185
186msgid "Error in page count value %i for user %s on printer %s"
187msgstr ""
188
189msgid "Invalid group name %s"
190msgstr ""
191
192msgid "User            used    soft    hard    balance grace         total       paid"
193msgstr ""
194
195msgid "Invalid printer name %s"
196msgstr ""
197
198msgid "Option requester for printer %s only supports values in %s"
199msgstr ""
200
201msgid "Print Quota Exceeded"
202msgstr ""
203
204msgid "Print Quota"
205msgstr ""
206
207msgid "Requester not implemented yet."
208msgstr ""
209
210msgid "Option %s not found in section %s of %s"
211msgstr ""
212
213msgid ""
214"You will soon be forbidden to print anymore because\n"
215"your Print Quota is almost reached on printer %s."
216msgstr ""
217
218msgid ""
219"\n"
220"\n"
221"Please contact your system administrator :\n"
222"\n"
223"\t%s - <%s>\n"
224msgstr ""
225
226msgid "Invalid grace delay %s"
227msgstr ""
228
229msgid "Option logger only supports values in %s"
230msgstr ""
231
232msgid "Option %s not found in section global of %s"
233msgstr ""
234
235msgid "Option method only supports values in %s"
236msgstr ""
237
238msgid "Unable to match user %s on printer %s, applying default policy (%s)"
239msgstr ""
240
241msgid "Group quotas are currently not implemented."
242msgstr ""
243
244msgid "Unknown printer address in SNMP(%s, %s) for printer %s"
245msgstr ""
246
247msgid "Print Quota soft limit exceeded for user %s on printer %s"
248msgstr ""
249
250msgid "Unsupported logging subsystem %s"
251msgstr ""
252
253msgid "Unable to query printer %s via SNMP(%s, %s)"
254msgstr ""
255
256msgid "Unsupported requester backend %s"
257msgstr ""
258
259msgid "Option policy in section %s only supports values in %s"
260msgstr ""
261
262msgid "Unsupported quota storage backend %s"
263msgstr ""
264
265msgid ""
266"You are not allowed to print anymore because\n"
267"your Print Quota is exceeded on printer %s."
268msgstr ""
269
270msgid "Print Quota exceeded for user %s on printer %s"
271msgstr ""
272
273msgid "Invalid requester %s for printer %s"
274msgstr ""
275
276msgid "Unknown printer address in EXTERNAL(%s) for printer %s"
277msgstr ""
278
279msgid "Unable to query printer %s via EXTERNAL(%s)"
280msgstr ""
281
282msgid "Total : %9i"
283msgstr ""
284
285msgid "Real : %s"
286msgstr ""
287
288msgid "You have to pass user or group names on the command line"
289msgstr ""
290
291msgid "unknown"
292msgstr ""
293
294msgid "Option mailto in section %s only supports values in %s"
295msgstr ""
296
297msgid "Configuration file %s not found."
298msgstr ""
299
300msgid "User %s not registered in the PyKota system, applying default policy (%s) for printer %s"
301msgstr ""
302
303msgid "Invalid charge amount value %s"
304msgstr ""
305
306msgid "Invalid balance value %s"
307msgstr ""
308
309msgid "Invalid limitby value %s"
310msgstr ""
311
312msgid "Unable to find user %s's account balance, applying default policy (%s) for printer %s"
313msgstr ""
314
315msgid "Unable to find group %s's account balance, applying default policy (%s) for printer %s"
316msgstr ""
317
318msgid "Unable to match group %s on printer %s, applying default policy (%s)"
319msgstr ""
320
321msgid "Print Quota exceeded for group %s on printer %s"
322msgstr ""
323
324msgid ""
325"You are not allowed to print anymore because\n"
326"your group Print Quota is exceeded on printer %s."
327msgstr ""
328
329msgid "Print Quota soft limit exceeded for group %s on printer %s"
330msgstr ""
331
332msgid ""
333"You will soon be forbidden to print anymore because\n"
334"your group Print Quota is almost reached on printer %s."
335msgstr ""
336
337msgid "Totals may be inaccurate if some users are members of several groups."
338msgstr ""
339
340msgid "Price per job: %.3f"
341msgstr ""
342
343msgid "Price per page: %.3f"
344msgstr ""
345
346msgid "Group %s not found in the PyKota Storage."
347msgstr ""
348
349msgid "Unsupported accounter backend %s"
350msgstr ""
351
352msgid "Option accounter in section %s only supports values in %s"
353msgstr ""
354
355msgid "Option requester for printer %s was not set"
356msgstr ""
357
358msgid "Using the 'stupid' accounting method is unreliable."
359msgstr ""
360
361msgid "Invalid external accounter %s for printer %s"
362msgstr ""
363
364msgid "Unable to compute job size with external accounter %s"
365msgstr ""
366
367msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
368msgstr ""
369
370msgid "Problem adding LDAP entry (%s, %s)"
371msgstr ""
372
373msgid "Problem modifying LDAP entry (%s, %s)"
374msgstr ""
375
376msgid "Problem deleting LDAP entry (%s)"
377msgstr ""
378
379msgid "Impossible to add printer %s"
380msgstr ""
381
382msgid "Prototype object %s not found in Quota Storage."
383msgstr ""
384
385msgid "Impossible to send mail to %s, error %s : %s"
386msgstr ""
387
388msgid "Unsupported reporter backend %s"
389msgstr ""
Note: See TracBrowser for help on using the browser.