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

Revision 929, 7.6 kB (checked in by jalet, 21 years ago)

repykota now reports account balances too.

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