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