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

Revision 927, 7.4 kB (checked in by jalet, 21 years ago)

Groups quota work now !

  • 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
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.18  2003/04/16 12:35:49  jalet
24# Groups quota work now !
25#
26# Revision 1.17  2003/04/16 08:53:14  jalet
27# Printing can now be limited either by user's account balance or by
28# page quota (the default). Quota report doesn't include account balance
29# yet, though.
30#
31# Revision 1.16  2003/04/16 08:22:09  jalet
32# More strict error detection.
33# Minor code rewrite to avoid some repetitive tests.
34#
35# Revision 1.15  2003/04/16 08:01:54  jalet
36# edpykota --charge command line option works now.
37#
38# Revision 1.14  2003/04/11 14:42:54  jalet
39# Translations
40#
41# Revision 1.13  2003/04/09 23:20:38  jalet
42# A message added.
43#
44# Revision 1.12  2003/03/29 13:45:27  jalet
45# GPL paragraphs were incorrectly (from memory) copied into the sources.
46# Two README files were added.
47# Upgrade script for PostgreSQL pre 1.01 schema was added.
48#
49# Revision 1.11  2003/03/29 13:08:28  jalet
50# Configuration is now expected to be found in /etc/pykota.conf instead of
51# in /etc/cups/pykota.conf
52# Installation script can move old config files to the new location if needed.
53# Better error handling if configuration file is absent.
54#
55# Revision 1.10  2003/03/15 23:01:28  jalet
56# New mailto option in configuration file added.
57# No time to test this tonight (although it should work).
58#
59# Revision 1.9  2003/03/09 23:38:43  jalet
60# Simplified translations.
61#
62# Revision 1.8  2003/02/27 09:08:39  jalet
63# Updated translations.
64#
65# Revision 1.7  2003/02/10 12:12:08  jalet
66# Translation added for total number of pages for printer in repykota
67#
68# Revision 1.6  2003/02/10 11:49:06  jalet
69# Added Content-Transfert-Encoding
70#
71# Revision 1.5  2003/02/10 08:50:45  jalet
72# External requester seems to be finally ok now
73#
74# Revision 1.4  2003/02/10 00:42:17  jalet
75# External requester should be ok (untested)
76# New syntax for configuration file wrt requesters
77#
78# Revision 1.3  2003/02/09 14:02:31  jalet
79# French translation was added
80#
81# Revision 1.2  2003/02/09 13:10:46  jalet
82# Strings were extracted
83#
84# Revision 1.1  2003/02/05 21:28:17  jalet
85# Initial import into CVS
86#
87#
88#
89# PyKota translation master file.
90# Copyright (C) 2003 Conseil Internet & Logiciels Libres
91# Jerome Alet <alet@librelogiciel.com>, 2003.
92#
93msgid ""
94msgstr ""
95"Project-Id-Version: PyKota v0.9-unofficial\n"
96"POT-Creation-Date: Sun Feb  9 13:50:50 2003\n"
97"PO-Revision-Date: 2003-02-09 14:08+1\n"
98"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
99"Language-Team: English <alet@librelogiciel.com>\n"
100"MIME-Version: 1.0\n"
101"Content-Type: text/plain; charset=ISO-8859-1\n"
102"Content-Transfer-Encoding: 8bit\n"
103"Generated-By: pygettext.py 1.3\n"
104
105msgid "Undefined soft limit set to hard limit (%s) on printer %s."
106msgstr ""
107
108msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
109msgstr ""
110
111msgid "Pages grace time: %idays"
112msgstr ""
113
114msgid "Invalid softlimit value %s."
115msgstr ""
116
117msgid "Prototype %s not found in Quota Storage for printer %s."
118msgstr ""
119
120msgid "Printer %s not registered in the PyKota system"
121msgstr ""
122
123msgid "option --groups is currently not implemented."
124msgstr ""
125
126msgid "Quota not found for object %s on printer %s."
127msgstr ""
128
129msgid "Invalid user name %s"
130msgstr ""
131
132msgid "Both hard and soft limits must be set ! Aborting."
133msgstr ""
134
135msgid "Undefined hard limit set to soft limit (%s) on printer %s."
136msgstr ""
137
138msgid "incompatible options, see help."
139msgstr ""
140
141msgid "unused arguments [%s]. Aborting."
142msgstr ""
143
144msgid "Invalid hardlimit value %s."
145msgstr ""
146
147msgid "Group            used     soft     hard   grace        total"
148msgstr ""
149
150msgid "There's no printer matching %s"
151msgstr ""
152
153msgid "*** Report for %s quota on printer %s"
154msgstr ""
155
156msgid "Error in page count value %i for user %s on printer %s"
157msgstr ""
158
159msgid "Invalid group name %s"
160msgstr ""
161
162msgid "User             used     soft     hard   grace        total"
163msgstr ""
164
165msgid "Invalid printer name %s"
166msgstr ""
167
168msgid "Option requester for printer %s only supports values in %s"
169msgstr ""
170
171msgid "Print Quota Exceeded"
172msgstr ""
173
174msgid "Print Quota"
175msgstr ""
176
177msgid "Requester not implemented yet."
178msgstr ""
179
180msgid "Option %s not found in section %s of %s"
181msgstr ""
182
183msgid ""
184"You will soon be forbidden to print anymore because\n"
185"your Print Quota is almost reached on printer %s."
186msgstr ""
187
188msgid ""
189"\n"
190"\n"
191"Please contact your system administrator :\n"
192"\n"
193"\t%s - <%s>\n"
194msgstr ""
195
196msgid "Invalid grace delay %s"
197msgstr ""
198
199msgid "Option logger only supports values in %s"
200msgstr ""
201
202msgid "Option %s not found in section global of %s"
203msgstr ""
204
205msgid "Option method only supports values in %s"
206msgstr ""
207
208msgid "Unable to match user %s on printer %s, applying default policy (%s)"
209msgstr ""
210
211msgid "Group quotas are currently not implemented."
212msgstr ""
213
214msgid "Unknown printer address in SNMP(%s, %s) for printer %s"
215msgstr ""
216
217msgid "Print Quota soft limit exceeded for user %s on printer %s"
218msgstr ""
219
220msgid "Unsupported logging subsystem %s"
221msgstr ""
222
223msgid "Unable to query printer %s via SNMP(%s, %s)"
224msgstr ""
225
226msgid "Unsupported requester backend %s"
227msgstr ""
228
229msgid "Option policy in section %s only supports values in %s"
230msgstr ""
231
232msgid "Unsupported quota storage backend %s"
233msgstr ""
234
235msgid ""
236"You are not allowed to print anymore because\n"
237"your Print Quota is exceeded on printer %s."
238msgstr ""
239
240msgid "Print Quota exceeded for user %s on printer %s"
241msgstr ""
242
243msgid "Invalid requester %s for printer %s"
244msgstr ""
245
246msgid "Unknown printer address in EXTERNAL(%s) for printer %s"
247msgstr ""
248
249msgid "Unable to query printer %s via EXTERNAL(%s)"
250msgstr ""
251
252msgid "Total : %9i"
253msgstr ""
254
255msgid "Real : %s"
256msgstr ""
257
258msgid "You have to pass user or group names on the command line"
259msgstr ""
260
261msgid "unknown"
262msgstr ""
263
264msgid "Option mailto in section %s only supports values in %s"
265msgstr ""
266
267msgid "Configuration file %s not found."
268msgstr ""
269
270msgid "User %s not registered in the PyKota system"
271msgstr ""
272
273msgid "Invalid charge amount value %s"
274msgstr ""
275
276msgid "Invalid balance value %s"
277msgstr ""
278
279msgid "Invalid limitby value %s"
280msgstr ""
281
282msgid "Unable to find user %s's account balance, applying default policy (%s) for printer %s"
283msgstr ""
284
285msgid "Unable to find group %s's account balance, applying default policy (%s) for printer %s"
286msgstr ""
287
288msgid "Unable to match group %s on printer %s, applying default policy (%s)"
289msgstr ""
290
291msgid "Print Quota exceeded for group %s on printer %s"
292msgstr ""
293
294msgid ""
295"You are not allowed to print anymore because\n"
296"your group Print Quota is exceeded on printer %s."
297msgstr ""
298
299msgid "Print Quota soft limit exceeded for group %s on printer %s"
300msgstr ""
301
302msgid ""
303"You will soon be forbidden to print anymore because\n"
304"your group Print Quota is almost reached on printer %s."
305msgstr ""
Note: See TracBrowser for help on using the browser.