| 39 | msgid "" |
| 40 | "autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 41 | "A tool to automate user account creation and initial balance setting.\n" |
| 42 | "\n" |
| 43 | "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" |
| 44 | "\n" |
| 45 | "command line usage :\n" |
| 46 | "\n" |
| 47 | " THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" |
| 48 | " OF AN external policy IN pykota.conf\n" |
| 49 | " \n" |
| 50 | " autopykota { -i | --initbalance value } \n" |
| 51 | "\n" |
| 52 | "options :\n" |
| 53 | "\n" |
| 54 | " -v | --version Prints edpykota's version number then exits.\n" |
| 55 | " -h | --help Prints this message then exits.\n" |
| 56 | " \n" |
| 57 | " -i | --initbalance b Sets the user's account initial balance value to b.\n" |
| 58 | " If the user already exists, actual balance is left\n" |
| 59 | " unmodified. If unset, the default value is 0.\n" |
| 60 | " \n" |
| 61 | "This program is free software; you can redistribute it and/or modify\n" |
| 62 | "it under the terms of the GNU General Public License as published by\n" |
| 63 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 64 | "(at your option) any later version.\n" |
| 65 | "\n" |
| 66 | "This program is distributed in the hope that it will be useful,\n" |
| 67 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 68 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 69 | "GNU General Public License for more details.\n" |
| 70 | "\n" |
| 71 | "You should have received a copy of the GNU General Public License\n" |
| 72 | "along with this program; if not, write to the Free Software\n" |
| 73 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 74 | "\n" |
| 75 | "Please e-mail bugs to: %s" |
| 76 | msgstr "" |
| 77 | |
| 78 | #, python-format |
| 79 | msgid "" |
| 80 | "edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 81 | "A Print Quota editor for PyKota.\n" |
| 82 | "\n" |
| 83 | "command line usage :\n" |
| 84 | "\n" |
| 85 | " edpykota [options] user1 user2 ... userN\n" |
| 86 | " \n" |
| 87 | " edpykota [options] group1 group2 ... groupN\n" |
| 88 | "\n" |
| 89 | "options :\n" |
| 90 | "\n" |
| 91 | " -v | --version Prints edpykota's version number then exits.\n" |
| 92 | " -h | --help Prints this message then exits.\n" |
| 93 | " \n" |
| 94 | " -a | --add Adds users and/or printers if they don't \n" |
| 95 | " exist on the Quota Storage Server.\n" |
| 96 | " \n" |
| 97 | " -d | --delete Deletes users/groups from the quota storage.\n" |
| 98 | " Printers are never deleted.\n" |
| 99 | " \n" |
| 100 | " -c | --charge p[,j] Sets the price per page and per job to charge\n" |
| 101 | " for a particular printer. Job price is optional.\n" |
| 102 | " If both are to be set, separate them with a comma.\n" |
| 103 | " Floating point values are allowed.\n" |
| 104 | " \n" |
| 105 | " -i | --ingroups g1[,g2...] Puts the users into each of the groups\n" |
| 106 | " listed, separated by commas. The groups\n" |
| 107 | " must already exist in the Quota Storage.\n" |
| 108 | " \n" |
| 109 | " -u | --users Edit users print quotas, this is the default.\n" |
| 110 | " \n" |
| 111 | " -P | --printer p Edit quotas on printer p only. Actually p can\n" |
| 112 | " use wildcards characters to select only\n" |
| 113 | " some printers. The default value is *, meaning\n" |
| 114 | " all printers. \n" |
| 115 | " You can specify several names or wildcards, \n" |
| 116 | " by separating them with commas.\n" |
| 117 | " \n" |
| 118 | " -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" |
| 119 | " pg1, pg2, etc... which must already exist.\n" |
| 120 | " A printer group is just like a normal printer,\n" |
| 121 | " only that it is usually unknown from the printing\n" |
| 122 | " system. Create printer groups exactly the same\n" |
| 123 | " way that you create printers, then add other \n" |
| 124 | " printers to them with this option.\n" |
| 125 | " Accounting is done on a printer and on all\n" |
| 126 | " the printer groups it belongs to, quota checking\n" |
| 127 | " is done on a printer and on all the printer groups\n" |
| 128 | " it belongs to.\n" |
| 129 | " \n" |
| 130 | " -g | --groups Edit users groups print quotas instead of users.\n" |
| 131 | " \n" |
| 132 | " -p | --prototype u|g Uses user u or group g as a prototype to set\n" |
| 133 | " print quotas\n" |
| 134 | " \n" |
| 135 | " -n | --noquota Doesn't set a quota but only does accounting.\n" |
| 136 | " \n" |
| 137 | " -r | --reset Resets the actual page counter for the user\n" |
| 138 | " or group to zero on the specified printers. \n" |
| 139 | " The life time page counter is kept unchanged.\n" |
| 140 | " \n" |
| 141 | " -R | --hardreset Resets the actual and life time page counters\n" |
| 142 | " for the user or group to zero on the specified \n" |
| 143 | " printers. \n" |
| 144 | " \n" |
| 145 | " -l | --limitby l Choose if the user/group is limited in " |
| 146 | "printing \n" |
| 147 | " by its account balance or by its page quota.\n" |
| 148 | " The default value is 'quota'. Allowed values\n" |
| 149 | " are 'quota' 'balance' 'quota-then-balance' and\n" |
| 150 | " 'balance-then-quota'.\n" |
| 151 | " WARNING : quota-then-balance and balance-then-quota\n" |
| 152 | " are not yet implemented.\n" |
| 153 | " \n" |
| 154 | " -b | --balance b Sets the user's account balance to " |
| 155 | "b. \n" |
| 156 | " Account balance may be increase or decreased\n" |
| 157 | " if b is prefixed with + or -.\n" |
| 158 | " WARNING : when decreasing account balance,\n" |
| 159 | " the total paid so far by the user is decreased\n" |
| 160 | " too.\n" |
| 161 | " Groups don't have a real balance, but the\n" |
| 162 | " sum of their users' account balance.\n" |
| 163 | " \n" |
| 164 | " -S | --softlimit sl Sets the quota soft limit to sl " |
| 165 | "pages. \n" |
| 166 | " \n" |
| 167 | " -H | --hardlimit hl Sets the quota hard limit to hl pages.\n" |
| 168 | " \n" |
| 169 | " user1 through userN and group1 through groupN can use wildcards\n" |
| 170 | " if the --add option is not set.\n" |
| 171 | " \n" |
| 172 | "examples : \n" |
| 173 | "\n" |
| 174 | " $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" |
| 175 | " \n" |
| 176 | " This will add users john, paul, george and ringo to the quota\n" |
| 177 | " database, and set their print quotas to the same values than user \n" |
| 178 | " jerome. User jerome must already exist.\n" |
| 179 | " User ringo's email address will also be set to 'ringo@example.com'\n" |
| 180 | " \n" |
| 181 | " $ edpykota --printer lp -S 50 -H 60 jerome\n" |
| 182 | " \n" |
| 183 | " This will set jerome's print quota on the lp printer to a soft limit\n" |
| 184 | " of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" |
| 185 | " printer lp doesn't exist on the Quota Storage Server then nothing is " |
| 186 | "done.\n" |
| 187 | "\n" |
| 188 | " $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" |
| 189 | " \n" |
| 190 | " Same as above, but if either user jerome or printer lp doesn't exist \n" |
| 191 | " on the Quota Storage Server they are automatically added. Also\n" |
| 192 | " user jerome is put into the groups \"coders\" and \"it\" which must\n" |
| 193 | " already exist in the Quota Storage.\n" |
| 194 | " \n" |
| 195 | " $ edpykota -g -S 500 -H 550 financial support \n" |
| 196 | " \n" |
| 197 | " This will set print quota soft limit to 500 pages and hard limit\n" |
| 198 | " to 550 pages for groups financial and support on all printers.\n" |
| 199 | " \n" |
| 200 | " $ edpykota --reset jerome \"jo*\"\n" |
| 201 | " \n" |
| 202 | " This will reset jerome's page counter to zero on all printers, as\n" |
| 203 | " well as every user whose name begins with 'jo'.\n" |
| 204 | " Their life time page counter on each printer will be kept unchanged.\n" |
| 205 | " You can also reset the life time page counters by using the\n" |
| 206 | " --hardreset | -R command line option.\n" |
| 207 | " \n" |
| 208 | " $ edpykota --printer hpcolor --noquota jerome\n" |
| 209 | " \n" |
| 210 | " This will tell PyKota to not limit jerome when printing on the \n" |
| 211 | " hpcolor printer. All his jobs will be allowed on this printer, but \n" |
| 212 | " accounting of the pages he prints will still be kept.\n" |
| 213 | " Print Quotas for jerome on other printers are unchanged.\n" |
| 214 | " \n" |
| 215 | " $ edpykota --limitby balance jerome\n" |
| 216 | " \n" |
| 217 | " This will tell PyKota to limit jerome by his account's balance\n" |
| 218 | " when printing.\n" |
| 219 | " \n" |
| 220 | " $ edpykota --balance +10.0 jerome\n" |
| 221 | " \n" |
| 222 | " This will increase jerome's account balance by 10.0 (in your\n" |
| 223 | " own currency). You can decrease the account balance with a\n" |
| 224 | " dash prefix, and set it to a fixed amount with no prefix.\n" |
| 225 | " \n" |
| 226 | " $ edpykota --delete jerome rachel\n" |
| 227 | " \n" |
| 228 | " This will completely delete jerome and rachel from the Quota Storage\n" |
| 229 | " database. All their quotas and jobs will be deleted too.\n" |
| 230 | " \n" |
| 231 | " $ edpykota --printer lp --charge 0.1\n" |
| 232 | " \n" |
| 233 | " This will set the page price for printer lp to 0.1. Job price\n" |
| 234 | " will not be changed.\n" |
| 235 | " \n" |
| 236 | " $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" |
| 237 | " \n" |
| 238 | " This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" |
| 239 | " When printing either on hplj1 or hplj2, print quota will also be \n" |
| 240 | " checked and accounted for on virtual printers Laser and HP.\n" |
| 241 | "\n" |
| 242 | "This program is free software; you can redistribute it and/or modify\n" |
| 243 | "it under the terms of the GNU General Public License as published by\n" |
| 244 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 245 | "(at your option) any later version.\n" |
| 246 | "\n" |
| 247 | "This program is distributed in the hope that it will be useful,\n" |
| 248 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 249 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 250 | "GNU General Public License for more details.\n" |
| 251 | "\n" |
| 252 | "You should have received a copy of the GNU General Public License\n" |
| 253 | "along with this program; if not, write to the Free Software\n" |
| 254 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 255 | "\n" |
| 256 | "Please e-mail bugs to: %s" |
| 257 | msgstr "" |
| 258 | |
| 259 | msgid "You're not allowed to use this command." |
| 260 | msgstr "" |
| 261 | |
| 262 | #, python-format |
| 263 | msgid "Invalid softlimit value %s." |
| 264 | msgstr "" |
| 265 | |
| 266 | #, python-format |
| 267 | msgid "Invalid hardlimit value %s." |
| 268 | msgstr "" |
| 269 | |
| 270 | #, python-format |
| 271 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
| 272 | msgstr "" |
| 273 | |
| 274 | #, python-format |
| 275 | msgid "Invalid balance value %s" |
| 276 | msgstr "" |
| 277 | |
| 278 | #, python-format |
| 279 | msgid "Invalid charge amount value %s" |
| 280 | msgstr "" |
| 281 | |
| 282 | #, python-format |
| 283 | msgid "Invalid limitby value %s" |
| 284 | msgstr "" |
| 285 | |
| 286 | #, python-format |
| 287 | msgid "Impossible to add printer %s" |
| 288 | msgstr "" |
| 289 | |
| 290 | #, python-format |
| 291 | msgid "Invalid printer name %s" |
| 292 | msgstr "" |
| 293 | |
| 294 | #, python-format |
| 295 | msgid "There's no printer matching %s" |
| 296 | msgstr "" |
| 297 | |
| 298 | msgid "You have to pass user or group names on the command line" |
| 299 | msgstr "" |
| 300 | |
| 301 | #, python-format |
| 302 | msgid "Prototype %s not found in Quota Storage for printer %s." |
| 303 | msgstr "" |
| 304 | |
| 305 | #, python-format |
| 306 | msgid "Prototype object %s not found in Quota Storage." |
| 307 | msgstr "" |
| 308 | |
| 309 | #, python-format |
| 310 | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
| 311 | msgstr "" |
| 312 | |
| 313 | #, python-format |
| 314 | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
| 315 | msgstr "" |
| 316 | |
| 317 | #, python-format |
| 318 | msgid "Invalid email address %s" |
| 319 | msgstr "" |
| 320 | |
| 321 | #, python-format |
| 322 | msgid "Invalid group name %s" |
| 323 | msgstr "" |
| 324 | |
| 325 | #, python-format |
| 326 | msgid "Invalid user name %s" |
| 327 | msgstr "" |
| 328 | |
| 329 | #, python-format |
| 330 | msgid "Quota not found for object %s on printer %s." |
| 331 | msgstr "" |
| 332 | |
| 333 | #, python-format |
| 334 | msgid "Group %s not found in the PyKota Storage." |
| 335 | msgstr "" |
| 336 | |
| 337 | msgid "incompatible options, see help." |
| 338 | msgstr "" |
| 339 | |
| 340 | #, python-format |
| 341 | msgid "" |
| 342 | "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 343 | "An OSD quota monitor for PyKota.\n" |
| 344 | "\n" |
| 345 | "command line usage :\n" |
| 346 | "\n" |
| 347 | " pykosd [options]\n" |
| 348 | "\n" |
| 349 | "options :\n" |
| 350 | "\n" |
| 351 | " -v | --version Prints pkprinters's version number then exits.\n" |
| 352 | " -h | --help Prints this message then exits.\n" |
| 353 | " \n" |
| 354 | " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" |
| 355 | " triplet, for example #FF0000 is 100%% red.\n" |
| 356 | " Defaults to 100%% green (#00FF00).\n" |
| 357 | " \n" |
| 358 | " -d | --duration d Sets the duration of the display in seconds. \n" |
| 359 | " Defaults to 3 seconds.\n" |
| 360 | " \n" |
| 361 | " -f | --font f Sets the font to use for " |
| 362 | "display. \n" |
| 363 | " Defaults to the Python OSD library's default.\n" |
| 364 | " \n" |
| 365 | " -l | --loop n Sets the number of times the info will be displayed.\n" |
| 366 | " Defaults to 0, which means loop forever.\n" |
| 367 | " \n" |
| 368 | " -s | --sleep s Sets the sleeping duration between two displays \n" |
| 369 | " in seconds. Defaults to 180 seconds (3 minutes).\n" |
| 370 | " \n" |
| 371 | " \n" |
| 372 | "examples : \n" |
| 373 | "\n" |
| 374 | " $ pykosd -s 60 --loop 5\n" |
| 375 | " \n" |
| 376 | " Will launch pykosd. Display will be refreshed every 60 seconds,\n" |
| 377 | " and will last for 3 seconds (the default) each time. After five\n" |
| 378 | " iterations, the program will exit.\n" |
| 379 | " \n" |
| 380 | "This program is free software; you can redistribute it and/or modify\n" |
| 381 | "it under the terms of the GNU General Public License as published by\n" |
| 382 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 383 | "(at your option) any later version.\n" |
| 384 | "\n" |
| 385 | "This program is distributed in the hope that it will be useful,\n" |
| 386 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 387 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 388 | "GNU General Public License for more details.\n" |
| 389 | "\n" |
| 390 | "You should have received a copy of the GNU General Public License\n" |
| 391 | "along with this program; if not, write to the Free Software\n" |
| 392 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 393 | "\n" |
| 394 | "Please e-mail bugs to: %s" |
| 395 | msgstr "" |
| 396 | |
| 397 | #, python-format |
| 398 | msgid "Invalid duration option %s" |
| 399 | msgstr "" |
| 400 | |
| 401 | #, python-format |
| 402 | msgid "Invalid loop option %s" |
| 403 | msgstr "" |
| 404 | |
| 405 | #, python-format |
| 406 | msgid "Invalid sleep option %s" |
| 407 | msgstr "" |
| 408 | |
| 409 | #, python-format |
| 410 | msgid "Invalid color option %s" |
| 411 | msgstr "" |
| 412 | |
| 413 | #, python-format |
| 414 | msgid "User %s doesn't exist in PyKota's database" |
| 415 | msgstr "" |
| 416 | |
| 417 | #, python-format |
| 418 | msgid "Pages used on %s : %s" |
| 419 | msgstr "" |
| 420 | |
| 421 | #, python-format |
| 422 | msgid "PyKota Units left : %.2f" |
| 423 | msgstr "" |
| 424 | |
| 425 | #, python-format |
| 426 | msgid "" |
| 427 | "warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 428 | "\n" |
| 429 | "Sends mail to users over print quota.\n" |
| 430 | "\n" |
| 431 | "command line usage :\n" |
| 432 | "\n" |
| 433 | " warnpykota [options] [names]\n" |
| 434 | "\n" |
| 435 | "options :\n" |
| 436 | "\n" |
| 437 | " -v | --version Prints warnpykota's version number then exits.\n" |
| 438 | " -h | --help Prints this message then exits.\n" |
| 439 | " \n" |
| 440 | " -u | --users Warns users over their print quota, this is the \n" |
| 441 | " default.\n" |
| 442 | " \n" |
| 443 | " -g | --groups Warns users whose groups quota are over limit.\n" |
| 444 | " \n" |
| 445 | " -P | --printer p Verify quotas on this printer only. Actually p can\n" |
| 446 | " use wildcards characters to select only\n" |
| 447 | " some printers. The default value is *, meaning\n" |
| 448 | " all printers.\n" |
| 449 | " You can specify several names or wildcards, \n" |
| 450 | " by separating them with commas.\n" |
| 451 | " \n" |
| 452 | "examples : \n" |
| 453 | "\n" |
| 454 | " $ warnpykota --printer lp\n" |
| 455 | " \n" |
| 456 | " This will warn all users of the lp printer who have exceeded their\n" |
| 457 | " print quota.\n" |
| 458 | "\n" |
| 459 | " $ warnpykota \n" |
| 460 | " \n" |
| 461 | " This will warn all users who have exceeded their print quota on\n" |
| 462 | " any printer.\n" |
| 463 | "\n" |
| 464 | " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" |
| 465 | " \n" |
| 466 | " This will warn all users of groups which names begins with \"dev\" and\n" |
| 467 | " who have exceeded their print quota on any printer which name begins \n" |
| 468 | " with \"laserjet\"\n" |
| 469 | " \n" |
| 470 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
| 471 | " arguments representing users or groups names are ignored, and only the\n" |
| 472 | " current user/group is reported.\n" |
| 473 | "\n" |
| 474 | "This program is free software; you can redistribute it and/or modify\n" |
| 475 | "it under the terms of the GNU General Public License as published by\n" |
| 476 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 477 | "(at your option) any later version.\n" |
| 478 | "\n" |
| 479 | "This program is distributed in the hope that it will be useful,\n" |
| 480 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 481 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 482 | "GNU General Public License for more details.\n" |
| 483 | "\n" |
| 484 | "You should have received a copy of the GNU General Public License\n" |
| 485 | "along with this program; if not, write to the Free Software\n" |
| 486 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 487 | "\n" |
| 488 | "Please e-mail bugs to: %s" |
| 489 | msgstr "" |
| 490 | |
| 491 | msgid "Job contains no data. Printing is denied." |
| 492 | msgstr "" |
| 493 | |
| 494 | msgid "Job accounting begins." |
| 495 | msgstr "" |
| 496 | |
| 497 | msgid "Job accounting ends." |
| 498 | msgstr "" |
| 499 | |
| 500 | msgid "Job size forced to 0 because printing is denied." |
| 501 | msgstr "" |
| 502 | |
| 503 | #, python-format |
| 504 | msgid "Job size : %i" |
| 505 | msgstr "" |
| 506 | |
| 507 | #, python-format |
| 508 | msgid "Updating user %s's quota on printer %s" |
| 509 | msgstr "" |
| 510 | |
| 511 | msgid "Job added to history." |
| 512 | msgstr "" |
| 513 | |
| 514 | #, python-format |
| 515 | msgid "File number %s unregistered twice from polling object, ignored." |
| 516 | msgstr "" |
| 517 | |
| 518 | #, python-format |
| 519 | msgid "SIGTERM was sent to real backend %s (pid: %s)" |
| 520 | msgstr "" |
| 521 | |
| 522 | #, python-format |
| 523 | msgid "CUPS backend %s died abnormally." |
| 524 | msgstr "" |
| 525 | |
| 526 | #, python-format |
| 527 | msgid "" |
| 528 | "dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 529 | "\n" |
| 530 | "Dumps PyKota database's content.\n" |
| 531 | "\n" |
| 532 | "command line usage :\n" |
| 533 | "\n" |
| 534 | " dumpykota [options] \n" |
| 535 | "\n" |
| 536 | "options :\n" |
| 537 | "\n" |
| 538 | " -v | --version Prints dumpykota's version number then exits.\n" |
| 539 | " -h | --help Prints this message then exits.\n" |
| 540 | " \n" |
| 541 | " -d | --data type Dumps 'type' datas. Allowed types are :\n" |
| 542 | " \n" |
| 543 | " - history : dumps the jobs history.\n" |
| 544 | " - users : dumps users.\n" |
| 545 | " - groups : dumps user groups.\n" |
| 546 | " - printers : dump printers.\n" |
| 547 | " - upquotas : dump user quotas.\n" |
| 548 | " - gpquotas : dump user groups quotas.\n" |
| 549 | " - payments : dumps user payments.\n" |
| 550 | " - pmembers : dumps printer groups members.\n" |
| 551 | " - umembers : dumps user groups members.\n" |
| 552 | " \n" |
| 553 | " NB : the -d | --data command line option \n" |
| 554 | " is MANDATORY.\n" |
| 555 | " \n" |
| 556 | " -f | --format fmt Dumps datas in the 'fmt' format. When not specified,\n" |
| 557 | " the format is to dump datas in the csv format (comma\n" |
| 558 | " separated values). All data dumped is between double\n" |
| 559 | " quotes. Allowed formats are :\n" |
| 560 | " \n" |
| 561 | " - csv : separate datas with commas\n" |
| 562 | " - ssv : separate datas with semicolons\n" |
| 563 | " - tsv : separate datas with tabs\n" |
| 564 | " - xml : dump data as XML\n" |
| 565 | " \n" |
| 566 | " -o | --output fname All datas will be dumped to the file instead of\n" |
| 567 | " to the standard output. The special '-' filename\n" |
| 568 | " is the default value and means stdout.\n" |
| 569 | " WARNING : existing files are truncated !\n" |
| 570 | " \n" |
| 571 | "Examples :\n" |
| 572 | "\n" |
| 573 | " $ dumpykota --data history --format csv >myfile.csv\n" |
| 574 | " \n" |
| 575 | " This dumps the history in a comma separated values file, for possible\n" |
| 576 | " use in a spreadsheet.\n" |
| 577 | " \n" |
| 578 | " $ dumpykota --data users --format xml -o users.xml\n" |
| 579 | " \n" |
| 580 | " Dumps all users datas to the users.xml file.\n" |
| 581 | " \n" |
| 582 | "This program is free software; you can redistribute it and/or modify\n" |
| 583 | "it under the terms of the GNU General Public License as published by\n" |
| 584 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 585 | "(at your option) any later version.\n" |
| 586 | "\n" |
| 587 | "This program is distributed in the hope that it will be useful,\n" |
| 588 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 589 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 590 | "GNU General Public License for more details.\n" |
| 591 | "\n" |
| 592 | "You should have received a copy of the GNU General Public License\n" |
| 593 | "along with this program; if not, write to the Free Software\n" |
| 594 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 595 | "\n" |
| 596 | "Please e-mail bugs to: %s" |
| 597 | msgstr "" |
| 598 | |
| 599 | #, python-format |
| 600 | msgid "Invalid modifier [%s] for --data command line option, see help." |
| 601 | msgstr "" |
| 602 | |
| 603 | #, python-format |
| 604 | msgid "Invalid modifier [%s] for --format command line option, see help." |
| 605 | msgstr "" |
| 606 | |
| 607 | msgid "XML output is disabled because the jaxml module is not available." |
| 608 | msgstr "" |
| 609 | |
| 610 | msgid "PyKota data dumper failed : I/O error" |
| 611 | msgstr "" |
| 612 | |
| 613 | msgid "The -d | --data command line option is mandatory, see help." |
| 614 | msgstr "" |
| 615 | |
| 616 | msgid "Too many arguments, see help." |
| 617 | msgstr "" |
| 618 | |
| 619 | msgid "Software accounting already done in first pass. Ignoring." |
| 620 | msgstr "" |
| 621 | |
| 622 | msgid "Hardware accounting already done in first pass. Ignoring." |
| 623 | msgstr "" |
| 624 | |
| 625 | #, python-format |
| 626 | msgid "" |
| 627 | "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 628 | "A tool to give hints on what accounting method is best for each printer.\n" |
| 629 | "\n" |
| 630 | "command line usage :\n" |
| 631 | "\n" |
| 632 | " pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" |
| 633 | "\n" |
| 634 | "options :\n" |
| 635 | "\n" |
| 636 | " -v | --version Prints pkhint's version number then exits.\n" |
| 637 | " -h | --help Prints this message then exits.\n" |
| 638 | " \n" |
| 639 | "examples : \n" |
| 640 | "\n" |
| 641 | " $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" |
| 642 | " \n" |
| 643 | " Will analyze your printing system to test which accounter\n" |
| 644 | " is the best for each of the defined printer which\n" |
| 645 | " name matches one of the parameters.\n" |
| 646 | " \n" |
| 647 | " If you don't pass any argument on the command line, all\n" |
| 648 | " printers will be analyzed.\n" |
| 649 | " \n" |
| 650 | "This program is free software; you can redistribute it and/or modify\n" |
| 651 | "it under the terms of the GNU General Public License as published by\n" |
| 652 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 653 | "(at your option) any later version.\n" |
| 654 | "\n" |
| 655 | "This program is distributed in the hope that it will be useful,\n" |
| 656 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 657 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 658 | "GNU General Public License for more details.\n" |
| 659 | "\n" |
| 660 | "You should have received a copy of the GNU General Public License\n" |
| 661 | "along with this program; if not, write to the Free Software\n" |
| 662 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 663 | "\n" |
| 664 | "Please e-mail bugs to: %s" |
| 665 | msgstr "" |
| 666 | |
| 667 | #, python-format |
| 668 | msgid "Invalid DeviceURI : %s" |
| 669 | msgstr "" |
| 670 | |
| 671 | msgid "" |
| 672 | "\n" |
| 673 | "Please wait while pkhint analyzes your printing system's configuration..." |
| 674 | msgstr "" |
| 675 | |
| 676 | #, python-format |
| 677 | msgid "Unknown device %s for printer %s" |
| 678 | msgstr "" |
| 679 | |
| 680 | msgid "" |
| 681 | "\n" |
| 682 | "Put the following lines into your /etc/pykota/pykota.conf file :\n" |
| 683 | msgstr "" |
| 684 | |
| 685 | msgid "# BEWARE : if software accounting is suggested, this doesn't mean" |
| 686 | msgstr "" |
| 687 | |
| 688 | msgid "# that hardware accounting wouldn't work, this only means that PyKota" |
| 689 | msgstr "" |
| 690 | |
| 691 | msgid "# wasn't able to autodetect which hardware accounting method to use." |
| 692 | msgstr "" |
| 693 | |
| 694 | #, python-format |
| 695 | msgid "" |
| 696 | "pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 697 | "A Printers Manager for PyKota.\n" |
| 698 | "\n" |
| 699 | "command line usage :\n" |
| 700 | "\n" |
| 701 | " pkprinters [options] printer1 printer2 printer3 ... printerN\n" |
| 702 | "\n" |
| 703 | "options :\n" |
| 704 | "\n" |
| 705 | " -v | --version Prints pkprinters's version number then exits.\n" |
| 706 | " -h | --help Prints this message then exits.\n" |
| 707 | " \n" |
| 708 | " -a | --add Adds printers if they don't exist on the Quota \n" |
| 709 | " Storage Server. If they exist, they are modified\n" |
| 710 | " unless -s|--skipexisting is also used.\n" |
| 711 | " \n" |
| 712 | " -d | --delete Deletes printers from the quota storage.\n" |
| 713 | " \n" |
| 714 | " -D | --description Adds a textual description to printers.\n" |
| 715 | " \n" |
| 716 | " -c | --charge p[,j] Sets the price per page and per job to charge.\n" |
| 717 | " Job price is optional.\n" |
| 718 | " If both are to be set, separate them with a comma.\n" |
| 719 | " Floating point and negative values are allowed.\n" |
| 720 | " \n" |
| 721 | " -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" |
| 722 | " groups pg1, pg2, etc... which must already exist.\n" |
| 723 | " A printer group is just like a normal printer,\n" |
| 724 | " only that it is usually unknown from the printing\n" |
| 725 | " system. Create printer groups exactly the same\n" |
| 726 | " way that you create printers, then add other \n" |
| 727 | " printers to them with this option.\n" |
| 728 | " Accounting is done on a printer and on all\n" |
| 729 | " the printer groups it belongs to, quota checking\n" |
| 730 | " is done on a printer and on all the printer groups\n" |
| 731 | " it belongs to.\n" |
| 732 | " If the --remove option below is not used, the \n" |
| 733 | " default action is to add printers to the specified\n" |
| 734 | " printer groups.\n" |
| 735 | " \n" |
| 736 | " -l | --list List informations about the printer(s) and the\n" |
| 737 | " printers groups it is a member of.\n" |
| 738 | " \n" |
| 739 | " -r | --remove In combination with the --groups option " |
| 740 | "above, \n" |
| 741 | " remove printers from the specified printers groups.\n" |
| 742 | " \n" |
| 743 | " -s | --skipexisting In combination with the --add option above, tells\n" |
| 744 | " pkprinters to not modify existing printers.\n" |
| 745 | " \n" |
| 746 | " printer1 through printerN can contain wildcards if the --add option \n" |
| 747 | " is not set.\n" |
| 748 | " \n" |
| 749 | "examples : \n" |
| 750 | "\n" |
| 751 | " $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " |
| 752 | "hp8000\n" |
| 753 | " \n" |
| 754 | " Will create three printers named hp2100, hp2200 and hp8000.\n" |
| 755 | " Their price per page will be set at 0.05 unit, and their price\n" |
| 756 | " per job will be set at 0.1 unit. Units are in your own currency,\n" |
| 757 | " or whatever you want them to mean.\n" |
| 758 | " All of their descriptions will be set to the string \"HP Printer\".\n" |
| 759 | " If any of these printers already exists, it will also be modified \n" |
| 760 | " unless the -s|--skipexisting command line option is also used.\n" |
| 761 | " \n" |
| 762 | " $ pkprinters --delete \"*\"\n" |
| 763 | " \n" |
| 764 | " This will completely delete all printers and associated quota " |
| 765 | "information,\n" |
| 766 | " as well as their job history. USE WITH CARE !\n" |
| 767 | " \n" |
| 768 | " $ pkprinters --groups Laser,HP \"hp*\"\n" |
| 769 | " \n" |
| 770 | " This will put all printers which name matches \"hp*\" into printers " |
| 771 | "groups \n" |
| 772 | " Laser and HP, which MUST already exist.\n" |
| 773 | " \n" |
| 774 | " $ pkprinters --groups LexMark --remove hp2200\n" |
| 775 | " \n" |
| 776 | " This will remove the hp2200 printer from the LexMark printer group.\n" |
| 777 | " \n" |
| 778 | "This program is free software; you can redistribute it and/or modify\n" |
| 779 | "it under the terms of the GNU General Public License as published by\n" |
| 780 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 781 | "(at your option) any later version.\n" |
| 782 | "\n" |
| 783 | "This program is distributed in the hope that it will be useful,\n" |
| 784 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 785 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 786 | "GNU General Public License for more details.\n" |
| 787 | "\n" |
| 788 | "You should have received a copy of the GNU General Public License\n" |
| 789 | "along with this program; if not, write to the Free Software\n" |
| 790 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 791 | "\n" |
| 792 | "Please e-mail bugs to: %s" |
| 793 | msgstr "" |
| 794 | |
| 795 | #, python-format |
| 796 | msgid "Printer %s already exists, skipping." |
| 797 | msgstr "" |
| 798 | |
| 799 | #, python-format |
| 800 | msgid "Printer %s already exists, will be modified." |
| 801 | msgstr "" |
| 802 | |
| 803 | msgid "in" |
| 804 | msgstr "" |
| 805 | |
| 806 | msgid "You have to pass printer groups names on the command line" |
| 807 | msgstr "" |
| 808 | |
| 809 | msgid "You have to pass printer names on the command line" |
| 810 | msgstr "" |
| 811 | |
| 812 | #, python-format |
| 813 | msgid "" |
| 814 | "pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 815 | "\n" |
| 816 | "Gives print quotes to users.\n" |
| 817 | "\n" |
| 818 | "command line usage :\n" |
| 819 | "\n" |
| 820 | " pykotme [options] [files]\n" |
| 821 | "\n" |
| 822 | "options :\n" |
| 823 | "\n" |
| 824 | " -v | --version Prints pykotme's version number then exits.\n" |
| 825 | " -h | --help Prints this message then exits.\n" |
| 826 | " \n" |
| 827 | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
| 828 | " use wildcards characters to select only\n" |
| 829 | " some printers. The default value is *, meaning\n" |
| 830 | " all printers.\n" |
| 831 | " You can specify several names or wildcards, \n" |
| 832 | " by separating them with commas.\n" |
| 833 | " \n" |
| 834 | "examples : \n" |
| 835 | "\n" |
| 836 | " $ pykotme --printer apple file1.ps file2.ps\n" |
| 837 | " \n" |
| 838 | " This will give a print quote to the current user. The quote will show\n" |
| 839 | " the price and size of a job consisting in file1.ps and file2.ps \n" |
| 840 | " which would be sent to the apple printer.\n" |
| 841 | " \n" |
| 842 | " $ pykotme --printer apple,hplaser <file1.ps\n" |
| 843 | " \n" |
| 844 | " This will give a print quote to the current user. The quote will show\n" |
| 845 | " the price and size of a job consisting in file1.ps as read from\n" |
| 846 | " standard input, which would be sent to the apple or hplaser\n" |
| 847 | " printer.\n" |
| 848 | "\n" |
| 849 | " $ pykotme \n" |
| 850 | " \n" |
| 851 | " This will give a quote for a job consisting of what is on standard \n" |
| 852 | " input. The quote will list the job size, and the price the job\n" |
| 853 | " would cost on each printer.\n" |
| 854 | "\n" |
| 855 | "This program is free software; you can redistribute it and/or modify\n" |
| 856 | "it under the terms of the GNU General Public License as published by\n" |
| 857 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 858 | "(at your option) any later version.\n" |
| 859 | "\n" |
| 860 | "This program is distributed in the hope that it will be useful,\n" |
| 861 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 862 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 863 | "GNU General Public License for more details.\n" |
| 864 | "\n" |
| 865 | "You should have received a copy of the GNU General Public License\n" |
| 866 | "along with this program; if not, write to the Free Software\n" |
| 867 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 868 | "\n" |
| 869 | "Please e-mail bugs to: %s" |
| 870 | msgstr "" |
| 871 | |
| 872 | #, python-format |
| 873 | msgid "Your account balance : %.2f" |
| 874 | msgstr "" |
| 875 | |
| 876 | #, python-format |
| 877 | msgid "Job size : %i pages" |
| 878 | msgstr "" |
| 879 | |
| 880 | #, python-format |
| 881 | msgid "Cost on printer %s : %.2f" |
| 882 | msgstr "" |
| 883 | |
| 884 | #, python-format |
| 885 | msgid "" |
| 886 | "repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" |
| 887 | "\n" |
| 888 | "Generates print quota reports.\n" |
| 889 | "\n" |
| 890 | "command line usage :\n" |
| 891 | "\n" |
| 892 | " repykota [options] \n" |
| 893 | "\n" |
| 894 | "options :\n" |
| 895 | "\n" |
| 896 | " -v | --version Prints repykota's version number then exits.\n" |
| 897 | " -h | --help Prints this message then exits.\n" |
| 898 | " \n" |
| 899 | " -u | --users Generates a report on users quota, this is \n" |
| 900 | " the default.\n" |
| 901 | " \n" |
| 902 | " -g | --groups Generates a report on group quota instead of users.\n" |
| 903 | " \n" |
| 904 | " -P | --printer p Report quotas on this printer only. Actually p can\n" |
| 905 | " use wildcards characters to select only\n" |
| 906 | " some printers. The default value is *, meaning\n" |
| 907 | " all printers.\n" |
| 908 | " You can specify several names or wildcards, \n" |
| 909 | " by separating them with commas.\n" |
| 910 | " \n" |
| 911 | "examples : \n" |
| 912 | "\n" |
| 913 | " $ repykota --printer lp\n" |
| 914 | " \n" |
| 915 | " This will print the quota status for all users who use the lp printer.\n" |
| 916 | "\n" |
| 917 | " $ repykota \n" |
| 918 | " \n" |
| 919 | " This will print the quota status for all users on all printers.\n" |
| 920 | " \n" |
| 921 | " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" |
| 922 | " \n" |
| 923 | " This will print the quota status for user jerome and all users\n" |
| 924 | " whose name begins with \"jo\" on all printers which name begins\n" |
| 925 | " with \"laser\" or ends with \"pson\".\n" |
| 926 | " \n" |
| 927 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
| 928 | " arguments representing users or groups names are ignored, and only the\n" |
| 929 | " current user/group is reported.\n" |
| 930 | "\n" |
| 931 | "This program is free software; you can redistribute it and/or modify\n" |
| 932 | "it under the terms of the GNU General Public License as published by\n" |
| 933 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 934 | "(at your option) any later version.\n" |
| 935 | "\n" |
| 936 | "This program is distributed in the hope that it will be useful,\n" |
| 937 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 938 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 939 | "GNU General Public License for more details.\n" |
| 940 | "\n" |
| 941 | "You should have received a copy of the GNU General Public License\n" |
| 942 | "along with this program; if not, write to the Free Software\n" |
| 943 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 944 | "\n" |
| 945 | "Please e-mail bugs to: %s" |
| 946 | msgstr "" |
| 947 | |
| 948 | #, python-format |