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

Revision 925, 6.7 kB (checked in by jalet, 21 years ago)

Printing can now be limited either by user's account balance or by
page quota (the default). Quota report doesn't include account balance
yet, though.

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