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

Revision 873, 5.9 kB (checked in by jalet, 21 years ago)

GPL paragraphs were incorrectly (from memory) copied into the sources.
Two README files were added.
Upgrade script for PostgreSQL pre 1.01 schema was added.

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