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