| 40 | "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
| 41 | "Libres\n" |
| 42 | "A tool to automate user account creation and initial balance setting.\n" |
| 43 | "\n" |
| 44 | "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" |
| 45 | "\n" |
| 46 | "command line usage :\n" |
| 47 | "\n" |
| 48 | " THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" |
| 49 | " OF AN external policy IN pykota.conf\n" |
| 50 | " \n" |
| 51 | " autopykota { -i | --initbalance value } \n" |
| 52 | "\n" |
| 53 | "options :\n" |
| 54 | "\n" |
| 55 | " -v | --version Prints autopykota's version number then exits.\n" |
| 56 | " -h | --help Prints this message then exits.\n" |
| 57 | " \n" |
| 58 | " -i | --initbalance b Sets the user's account initial balance value to b.\n" |
| 59 | " If the user already exists, actual balance is left\n" |
| 60 | " unmodified. If unset, the default value is 0.\n" |
| 61 | " \n" |
| 62 | "This program is free software; you can redistribute it and/or modify\n" |
| 63 | "it under the terms of the GNU General Public License as published by\n" |
| 64 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 65 | "(at your option) any later version.\n" |
| 66 | "\n" |
| 67 | "This program is distributed in the hope that it will be useful,\n" |
| 68 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 69 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 70 | "GNU General Public License for more details.\n" |
| 71 | "\n" |
| 72 | "You should have received a copy of the GNU General Public License\n" |
| 73 | "along with this program; if not, write to the Free Software\n" |
| 74 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 75 | "\n" |
| 76 | "Please e-mail bugs to: %s" |
| 77 | msgstr "" |
| 78 | |
| 79 | msgid "Job contains no data. Printing is denied." |
| 80 | msgstr "Stampa non contiene dati. Stampa rifiutata." |
| 81 | |
| 82 | msgid "Banner won't be printed : maximum number of deny banners reached." |
| 83 | msgstr "" |
| 84 | |
| 85 | msgid "Job accounting begins." |
| 86 | msgstr "Inizio accounting stampa." |
| 87 | |
| 88 | msgid "Job accounting ends." |
| 89 | msgstr "Fine accounting stampa." |
| 90 | |
| 91 | msgid "Job size forced to 0 because printing is denied." |
| 92 | msgstr "Dimensione stampa forzato a 0 perch�a stampa non �ermessa." |
| 93 | |
| 94 | #, python-format |
| 95 | msgid "Beware : computed job size (%s) != precomputed job size (%s)" |
| 96 | msgstr "" |
| 97 | |
| 98 | #, python-format |
| 99 | msgid "Job size : %i" |
| 100 | msgstr "Dimensione stampa: %i" |
| 101 | |
| 102 | #, python-format |
| 103 | msgid "Updating user %s's quota on printer %s" |
| 104 | msgstr "Aggiornamento quota per l'utente %s sulla stampante %s" |
| 105 | |
| 106 | msgid "Job added to history." |
| 107 | msgstr "Stampa aggiunta in cronologia." |
| 108 | |
| 109 | #, python-format |
| 110 | msgid "File number %s unregistered twice from polling object, ignored." |
| 111 | msgstr "Numero file %s rimosso due volte dall'oggetto polling, ignorato." |
| 112 | |
| 113 | #, python-format |
| 114 | msgid "SIGTERM was sent to real backend %s (pid: %s)" |
| 115 | msgstr "Segnale SIGTERM inviato al backend %s (pid: %s)" |
| 116 | |
| 117 | #, python-format |
| 118 | msgid "CUPS backend %s died abnormally." |
| 119 | msgstr "Backend CUPS %s terminato inaspettatamente." |
| 120 | |
| 121 | #, python-format |
| 122 | msgid "" |
| 123 | "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
| 124 | "Libres\n" |
| 125 | "\n" |
| 126 | "Dumps PyKota database's content.\n" |
| 127 | "\n" |
| 128 | "command line usage :\n" |
| 129 | "\n" |
| 130 | " dumpykota [options] [filterexpr]\n" |
| 131 | "\n" |
| 132 | "options :\n" |
| 133 | "\n" |
| 134 | " -v | --version Prints dumpykota's version number then exits.\n" |
| 135 | " -h | --help Prints this message then exits.\n" |
| 136 | " \n" |
| 137 | " -d | --data type Dumps 'type' datas. Allowed types are :\n" |
| 138 | " \n" |
| 139 | " - history : dumps the jobs history.\n" |
| 140 | " - users : dumps users.\n" |
| 141 | " - groups : dumps user groups.\n" |
| 142 | " - printers : dump printers.\n" |
| 143 | " - upquotas : dump user quotas.\n" |
| 144 | " - gpquotas : dump user groups quotas.\n" |
| 145 | " - payments : dumps user payments.\n" |
| 146 | " - pmembers : dumps printer groups members.\n" |
| 147 | " - umembers : dumps user groups members.\n" |
| 148 | " \n" |
| 149 | " NB : the -d | --data command line option \n" |
| 150 | " is MANDATORY.\n" |
| 151 | " \n" |
| 152 | " -f | --format fmt Dumps datas in the 'fmt' format. When not specified,\n" |
| 153 | " the format is to dump datas in the csv format (comma\n" |
| 154 | " separated values). All data dumped is between double\n" |
| 155 | " quotes. Allowed formats are :\n" |
| 156 | " \n" |
| 157 | " - csv : separate datas with commas\n" |
| 158 | " - ssv : separate datas with semicolons\n" |
| 159 | " - tsv : separate datas with tabs\n" |
| 160 | " - xml : dump data as XML\n" |
| 161 | " - cups : dump datas in CUPS' page_log format :\n" |
| 162 | " ONLY AVAILABLE WITH --data history\n" |
| 163 | " \n" |
| 164 | " -o | --output fname All datas will be dumped to the file instead of\n" |
| 165 | " to the standard output. The special '-' filename\n" |
| 166 | " is the default value and means stdout.\n" |
| 167 | " WARNING : existing files are truncated !\n" |
| 168 | " \n" |
| 169 | " Use the filter expressions to extract only parts of the \n" |
| 170 | " datas. Allowed filters are of the form :\n" |
| 171 | " \n" |
| 172 | " key=value\n" |
| 173 | " \n" |
| 174 | " Allowed keys for now are : \n" |
| 175 | " \n" |
| 176 | " username User's name\n" |
| 177 | " groupname Users group's name\n" |
| 178 | " printername Printer's name\n" |
| 179 | " pgroupname Printers group's name\n" |
| 180 | " \n" |
| 181 | " Contrary to other PyKota management tools, wildcard characters are not \n" |
| 182 | " expanded, so you can't use them.\n" |
| 183 | " \n" |
| 184 | " NB : not all keys are allowed for each data type, so the result may be \n" |
| 185 | " empty if you use a key not available for a particular data type.\n" |
| 186 | " \n" |
| 187 | "Examples :\n" |
| 188 | "\n" |
| 189 | " $ dumpykota --data history --format csv >myfile.csv\n" |
| 190 | " \n" |
| 191 | " This dumps the history in a comma separated values file, for possible\n" |
| 192 | " use in a spreadsheet.\n" |
| 193 | " \n" |
| 194 | " $ dumpykota --data users --format xml -o users.xml\n" |
| 195 | " \n" |
| 196 | " Dumps all users datas to the users.xml file.\n" |
| 197 | " \n" |
| 198 | " $ dumpykota --data history printername=HP2100 username=jerome\n" |
| 199 | " \n" |
| 200 | " Dumps the job history for user jerome on printer HP2100 only.\n" |
| 201 | " \n" |
| 202 | "This program is free software; you can redistribute it and/or modify\n" |
| 203 | "it under the terms of the GNU General Public License as published by\n" |
| 204 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 205 | "(at your option) any later version.\n" |
| 206 | "\n" |
| 207 | "This program is distributed in the hope that it will be useful,\n" |
| 208 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 209 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 210 | "GNU General Public License for more details.\n" |
| 211 | "\n" |
| 212 | "You should have received a copy of the GNU General Public License\n" |
| 213 | "along with this program; if not, write to the Free Software\n" |
| 214 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 215 | "\n" |
| 216 | "Please e-mail bugs to: %s" |
| 217 | msgstr "" |
| 218 | |
| 219 | msgid "The -d | --data command line option is mandatory, see help." |
| 220 | msgstr "" |
| 221 | |
| 222 | #, python-format |
| 223 | msgid "" |
| 224 | "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
| 225 | "Libres\n" |
| 226 | "A Print Quota editor for PyKota.\n" |
| 227 | "\n" |
| 228 | "command line usage :\n" |
| 229 | "\n" |
| 230 | " edpykota [options] user1 user2 ... userN\n" |
| 231 | " \n" |
| 232 | " edpykota [options] group1 group2 ... groupN\n" |
| 233 | "\n" |
| 234 | "options :\n" |
| 235 | "\n" |
| 236 | " -v | --version Prints edpykota's version number then exits.\n" |
| 237 | " -h | --help Prints this message then exits.\n" |
| 238 | " \n" |
| 239 | " -a | --add Adds users and/or printers if they don't \n" |
| 240 | " exist on the Quota Storage Server.\n" |
| 241 | " \n" |
| 242 | " -d | --delete Deletes users/groups from the quota storage.\n" |
| 243 | " Printers are never deleted.\n" |
| 244 | " \n" |
| 245 | " -c | --charge p[,j] Sets the price per page and per job to charge\n" |
| 246 | " for a particular printer. Job price is optional.\n" |
| 247 | " If both are to be set, separate them with a comma.\n" |
| 248 | " Floating point values are allowed.\n" |
| 249 | " \n" |
| 250 | " -o | --overcharge f Sets the overcharging factor applied to the user \n" |
| 251 | " when computing the cost of a print job. Positive or \n" |
| 252 | " negative floating point values are allowed,\n" |
| 253 | " this allows you to do some really creative\n" |
| 254 | " things like giving money to an user whenever\n" |
| 255 | " he prints. The number of pages in a print job\n" |
| 256 | " is not modified by this coefficient, only the\n" |
| 257 | " cost of the job for a particular user.\n" |
| 258 | " Only users have a coefficient.\n" |
| 259 | " \n" |
| 260 | " -i | --ingroups g1[,g2...] Puts the users into each of the groups\n" |
| 261 | " listed, separated by commas. The groups\n" |
| 262 | " must already exist in the Quota Storage.\n" |
| 263 | " \n" |
| 264 | " -u | --users Edit users print quotas, this is the default.\n" |
| 265 | " \n" |
| 266 | " -P | --printer p Edit quotas on printer p only. Actually p can\n" |
| 267 | " use wildcards characters to select only\n" |
| 268 | " some printers. The default value is *, meaning\n" |
| 269 | " all printers. \n" |
| 270 | " You can specify several names or wildcards, \n" |
| 271 | " by separating them with commas.\n" |
| 272 | " \n" |
| 273 | " -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" |
| 274 | " pg1, pg2, etc... which must already exist.\n" |
| 275 | " A printer group is just like a normal printer,\n" |
| 276 | " only that it is usually unknown from the printing\n" |
| 277 | " system. Create printer groups exactly the same\n" |
| 278 | " way that you create printers, then add other \n" |
| 279 | " printers to them with this option.\n" |
| 280 | " Accounting is done on a printer and on all\n" |
| 281 | " the printer groups it belongs to, quota checking\n" |
| 282 | " is done on a printer and on all the printer groups\n" |
| 283 | " it belongs to.\n" |
| 284 | " \n" |
| 285 | " -g | --groups Edit users groups print quotas instead of users.\n" |
| 286 | " \n" |
| 287 | " -p | --prototype u|g Uses user u or group g as a prototype to set\n" |
| 288 | " print quotas\n" |
| 289 | " \n" |
| 290 | " -n | --noquota Doesn't set a quota but only does accounting.\n" |
| 291 | " \n" |
| 292 | " -r | --reset Resets the actual page counter for the user\n" |
| 293 | " or group to zero on the specified printers. \n" |
| 294 | " The life time page counter is kept unchanged.\n" |
| 295 | " \n" |
| 296 | " -R | --hardreset Resets the actual and life time page counters\n" |
| 297 | " for the user or group to zero on the specified \n" |
| 298 | " printers. This is a shortcut for '--used 0'.\n" |
| 299 | " \n" |
| 300 | " -l | --limitby l Choose if the user/group is limited in " |
| 301 | "printing \n" |
| 302 | " by its account balance or by its page quota.\n" |
| 303 | " The default value is 'quota'. Allowed values\n" |
| 304 | " are 'quota' 'balance' 'quota-then-balance' and\n" |
| 305 | " 'balance-then-quota'.\n" |
| 306 | " WARNING : quota-then-balance and balance-then-quota\n" |
| 307 | " are not yet implemented.\n" |
| 308 | " \n" |
| 309 | " -b | --balance b Sets the user's account balance to " |
| 310 | "b. \n" |
| 311 | " Account balance may be increase or decreased\n" |
| 312 | " if b is prefixed with + or -.\n" |
| 313 | " WARNING : when decreasing account balance,\n" |
| 314 | " the total paid so far by the user is decreased\n" |
| 315 | " too.\n" |
| 316 | " Groups don't have a real balance, but the\n" |
| 317 | " sum of their users' account balance.\n" |
| 318 | " \n" |
| 319 | " -S | --softlimit sl Sets the quota soft limit to sl " |
| 320 | "pages. \n" |
| 321 | " \n" |
| 322 | " -H | --hardlimit hl Sets the quota hard limit to hl pages.\n" |
| 323 | "\n" |
| 324 | " -U | --used usage Sets the pagecounters for the user to usage pages;\n" |
| 325 | " useful for migrating users from a different system\n" |
| 326 | " where they have already used some pages. Actual\n" |
| 327 | " and Life Time page counters may be increased or " |
| 328 | "decreased\n" |
| 329 | " if usage is prefixed with + or -.\n" |
| 330 | " WARNING : BOTH page counters are modified in all " |
| 331 | "cases,\n" |
| 332 | " so be careful.\n" |
| 333 | " NB : if 'usage' equals '0', then the action taken is\n" |
| 334 | " the same as if --hardreset was used.\n" |
| 335 | "\n" |
| 336 | " user1 through userN and group1 through groupN can use wildcards\n" |
| 337 | " if the --add option is not set.\n" |
| 338 | " \n" |
| 339 | "examples : \n" |
| 340 | "\n" |
| 341 | " $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" |
| 342 | " \n" |
| 343 | " This will add users john, paul, george and ringo to the quota\n" |
| 344 | " database, and set their print quotas to the same values than user \n" |
| 345 | " jerome. User jerome must already exist.\n" |
| 346 | " User ringo's email address will also be set to 'ringo@example.com'\n" |
| 347 | " \n" |
| 348 | " $ edpykota --printer lp -S 50 -H 60 jerome\n" |
| 349 | " \n" |
| 350 | " This will set jerome's print quota on the lp printer to a soft limit\n" |
| 351 | " of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" |
| 352 | " printer lp doesn't exist on the Quota Storage Server then nothing is " |
| 353 | "done.\n" |
| 354 | "\n" |
| 355 | " $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" |
| 356 | " \n" |
| 357 | " Same as above, but if either user jerome or printer lp doesn't exist \n" |
| 358 | " on the Quota Storage Server they are automatically added. Also\n" |
| 359 | " user jerome is put into the groups \"coders\" and \"it\" which must\n" |
| 360 | " already exist in the Quota Storage.\n" |
| 361 | " \n" |
| 362 | " $ edpykota -g -S 500 -H 550 financial support \n" |
| 363 | " \n" |
| 364 | " This will set print quota soft limit to 500 pages and hard limit\n" |
| 365 | " to 550 pages for groups financial and support on all printers.\n" |
| 366 | " \n" |
| 367 | " $ edpykota --reset jerome \"jo*\"\n" |
| 368 | " \n" |
| 369 | " This will reset jerome's page counter to zero on all printers, as\n" |
| 370 | " well as every user whose name begins with 'jo'.\n" |
| 371 | " Their life time page counter on each printer will be kept unchanged.\n" |
| 372 | " You can also reset the life time page counters by using the\n" |
| 373 | " --hardreset | -R command line option.\n" |
| 374 | " \n" |
| 375 | " $ edpykota --printer hpcolor --noquota jerome\n" |
| 376 | " \n" |
| 377 | " This will tell PyKota to not limit jerome when printing on the \n" |
| 378 | " hpcolor printer. All his jobs will be allowed on this printer, but \n" |
| 379 | " accounting of the pages he prints will still be kept.\n" |
| 380 | " Print Quotas for jerome on other printers are unchanged.\n" |
| 381 | " \n" |
| 382 | " $ edpykota --limitby balance jerome\n" |
| 383 | " \n" |
| 384 | " This will tell PyKota to limit jerome by his account's balance\n" |
| 385 | " when printing.\n" |
| 386 | " \n" |
| 387 | " $ edpykota --balance +10.0 jerome\n" |
| 388 | " \n" |
| 389 | " This will increase jerome's account balance by 10.0 (in your\n" |
| 390 | " own currency). You can decrease the account balance with a\n" |
| 391 | " dash prefix, and set it to a fixed amount with no prefix.\n" |
| 392 | " \n" |
| 393 | " $ edpykota --delete jerome rachel\n" |
| 394 | " \n" |
| 395 | " This will completely delete jerome and rachel from the Quota Storage\n" |
| 396 | " database. All their quotas and jobs will be deleted too.\n" |
| 397 | " \n" |
| 398 | " $ edpykota --printer lp --charge 0.1\n" |
| 399 | " \n" |
| 400 | " This will set the page price for printer lp to 0.1. Job price\n" |
| 401 | " will not be changed.\n" |
| 402 | " \n" |
| 403 | " $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" |
| 404 | " \n" |
| 405 | " This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" |
| 406 | " When printing either on hplj1 or hplj2, print quota will also be \n" |
| 407 | " checked and accounted for on virtual printers Laser and HP.\n" |
| 408 | " \n" |
| 409 | " $ edpykota --overcharge 2.5 poorstudent\n" |
| 410 | " \n" |
| 411 | " This will overcharge the poorstudent user by a factor of 2.5.\n" |
| 412 | " \n" |
| 413 | " $ edpykota --overcharge -1 jerome\n" |
| 414 | " \n" |
| 415 | " User jerome will actually earn money whenever he prints.\n" |
| 416 | " \n" |
| 417 | " $ edpykota --overcharge 0 boss\n" |
| 418 | " \n" |
| 419 | " User boss can print at will, it won't cost him anything because the\n" |
| 420 | " cost of each print job will be multiplied by zero before charging\n" |
| 421 | " his account.\n" |
| 422 | "\n" |
| 423 | "This program is free software; you can redistribute it and/or modify\n" |
| 424 | "it under the terms of the GNU General Public License as published by\n" |
| 425 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 426 | "(at your option) any later version.\n" |
| 427 | "\n" |
| 428 | "This program is distributed in the hope that it will be useful,\n" |
| 429 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 430 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 431 | "GNU General Public License for more details.\n" |
| 432 | "\n" |
| 433 | "You should have received a copy of the GNU General Public License\n" |
| 434 | "along with this program; if not, write to the Free Software\n" |
| 435 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 436 | "\n" |
| 437 | "Please e-mail bugs to: %s" |
| 438 | msgstr "" |
| 439 | |
| 440 | msgid "You're not allowed to use this command." |
| 441 | msgstr "" |
| 442 | |
| 443 | #, python-format |
| 444 | msgid "Invalid used value %s." |
| 445 | msgstr "" |
| 446 | |
| 447 | #, python-format |
| 448 | msgid "Invalid softlimit value %s." |
| 449 | msgstr "Limite soft %s non valido." |
| 450 | |
| 451 | #, python-format |
| 452 | msgid "Invalid hardlimit value %s." |
| 453 | msgstr "Limite hard %s non valido." |
| 454 | |
| 455 | #, python-format |
| 456 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
| 457 | msgstr "Limite hard %i minore del limite soft %i, i valori verranno scambiati." |
| 458 | |
| 459 | #, python-format |
| 460 | msgid "Invalid overcharge value %s" |
| 461 | msgstr "" |
| 462 | |
| 463 | #, python-format |
| 464 | msgid "Invalid balance value %s" |
| 465 | msgstr "Valore di credito %s" |
| 466 | |
| 467 | #, python-format |
| 468 | msgid "Invalid charge amount value %s" |
| 469 | msgstr "Ammontare del costo non valido %s" |
| 470 | |
| 471 | #, python-format |
| 472 | msgid "Invalid limitby value %s" |
| 473 | msgstr "Valore di limite %s non valido" |
| 474 | |
| 475 | #, python-format |
| 476 | msgid "Impossible to add printer %s" |
| 477 | msgstr "Impossibile aggiungere la stampante %s" |
| 478 | |
| 479 | #, python-format |
| 480 | msgid "Invalid printer name %s" |
| 481 | msgstr "Nome stampante %s non valido" |
| 482 | |
| 483 | #, python-format |
| 484 | msgid "There's no printer matching %s" |
| 485 | msgstr "Non esiste una stampante %s" |
| 486 | |
| 487 | msgid "You have to pass user or group names on the command line" |
| 488 | msgstr "" |
| 489 | "Bisogna specificare dei nomi di utente o di gruppo sulla linea di comando" |
| 490 | |
| 491 | #, python-format |
| 492 | msgid "Prototype %s not found in Quota Storage for printer %s." |
| 493 | msgstr "" |
| 494 | "Prototipo %s non trovato nello storage delle quote per la stampante %s." |
| 495 | |
| 496 | #, python-format |
| 497 | msgid "Prototype object %s not found in Quota Storage." |
| 498 | msgstr "Oggetto prototipo %s non trovato nello storage delle quote." |
| 499 | |
| 500 | #, python-format |
| 501 | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
| 502 | msgstr "" |
| 503 | "Limite hard non specificato impostato al limite soft (%s) sulla stampante %s." |
| 504 | |
| 505 | #, python-format |
| 506 | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
| 507 | msgstr "" |
| 508 | "Limite soft non specificato impostato al limite hard (%s) sulla stampante %s." |
| 509 | |
| 510 | #, python-format |
| 511 | msgid "Invalid email address %s" |
| 512 | msgstr "Indirizzo email non valido %s" |
| 513 | |
| 514 | #, python-format |
| 515 | msgid "Unknown group %s" |
| 516 | msgstr "" |
| 517 | |
| 518 | #, python-format |
| 519 | msgid "Unknown user %s" |
| 520 | msgstr "" |
| 521 | |
| 522 | #, python-format |
| 523 | msgid "Invalid group name %s" |
| 524 | msgstr "Nome gruppo non valido %s" |
| 525 | |
| 526 | #, python-format |
| 527 | msgid "Invalid user name %s" |
| 528 | msgstr "Nome utente non valido %s" |
| 529 | |
| 530 | #, python-format |
| 531 | msgid "Quota not found for object %s on printer %s." |
| 532 | msgstr "Quota non trovata per l'oggetto %s sulla stampante %s." |
| 533 | |
| 534 | #, python-format |
| 535 | msgid "Group %s not found in the PyKota Storage." |
| 536 | msgstr "Gruppo %s non trovato nello storage di PyKota." |
| 537 | |
| 538 | msgid "incompatible options, see help." |
| 539 | msgstr "opzioni non compatibili, vedere la guida." |
| 540 | |
| 541 | msgid "Software accounting already done in first pass. Ignoring." |
| 542 | msgstr "Conteggio software gi�ffettuato nel primo passaggio. Ignorato." |
| 543 | |
| 544 | msgid "Hardware accounting already done in first pass. Ignoring." |
| 545 | msgstr "Conteggio hardware gi�ffettuato nel primo passaggio. Ignorato." |
| 546 | |
| 547 | msgid "Job size and price now set in history." |
| 548 | msgstr "" |
| 549 | |
| 550 | #, python-format |
| 551 | msgid "" |
| 552 | "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
| 553 | "Libres\n" |
| 554 | "\n" |
| 555 | "Generates print quota reports.\n" |
| 556 | "\n" |
| 557 | "command line usage :\n" |
| 558 | "\n" |
| 559 | " repykota [options] \n" |
| 560 | "\n" |
| 561 | "options :\n" |
| 562 | "\n" |
| 563 | " -v | --version Prints repykota's version number then exits.\n" |
| 564 | " -h | --help Prints this message then exits.\n" |
| 565 | " \n" |
| 566 | " -u | --users Generates a report on users quota, this is \n" |
| 567 | " the default.\n" |
| 568 | " \n" |
| 569 | " -g | --groups Generates a report on group quota instead of users.\n" |
| 570 | " \n" |
| 571 | " -P | --printer p Report quotas on this printer only. Actually p can\n" |
| 572 | " use wildcards characters to select only\n" |
| 573 | " some printers. The default value is *, meaning\n" |
| 574 | " all printers.\n" |
| 575 | " You can specify several names or wildcards, \n" |
| 576 | " by separating them with commas.\n" |
| 577 | " \n" |
| 578 | "examples : \n" |
| 579 | "\n" |
| 580 | " $ repykota --printer lp\n" |
| 581 | " \n" |
| 582 | " This will print the quota status for all users who use the lp printer.\n" |
| 583 | "\n" |
| 584 | " $ repykota \n" |
| 585 | " \n" |
| 586 | " This will print the quota status for all users on all printers.\n" |
| 587 | " \n" |
| 588 | " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" |
| 589 | " \n" |
| 590 | " This will print the quota status for user jerome and all users\n" |
| 591 | " whose name begins with \"jo\" on all printers which name begins\n" |
| 592 | " with \"laser\" or ends with \"pson\".\n" |
| 593 | " \n" |
| 594 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
| 595 | " arguments representing users or groups names are ignored, and only the\n" |
| 596 | " current user/group is reported.\n" |
| 597 | "\n" |
| 598 | "This program is free software; you can redistribute it and/or modify\n" |
| 599 | "it under the terms of the GNU General Public License as published by\n" |
| 600 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 601 | "(at your option) any later version.\n" |
| 602 | "\n" |
| 603 | "This program is distributed in the hope that it will be useful,\n" |
| 604 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 605 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 606 | "GNU General Public License for more details.\n" |
| 607 | "\n" |
| 608 | "You should have received a copy of the GNU General Public License\n" |
| 609 | "along with this program; if not, write to the Free Software\n" |
| 610 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 611 | "\n" |
| 612 | "Please e-mail bugs to: %s" |
| 613 | msgstr "" |
| 614 | |
| 615 | #, python-format |
| 616 | msgid "" |
| 617 | "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
| 618 | "Libres\n" |
| 619 | "\n" |
| 620 | "Sends mail to users over print quota.\n" |
| 621 | "\n" |
| 622 | "command line usage :\n" |
| 623 | "\n" |
| 624 | " warnpykota [options] [names]\n" |
| 625 | "\n" |
| 626 | "options :\n" |
| 627 | "\n" |
| 628 | " -v | --version Prints warnpykota's version number then exits.\n" |
| 629 | " -h | --help Prints this message then exits.\n" |
| 630 | " \n" |
| 631 | " -u | --users Warns users over their print quota, this is the \n" |
| 632 | " default.\n" |
| 633 | " \n" |
| 634 | " -g | --groups Warns users whose groups quota are over limit.\n" |
| 635 | " \n" |
| 636 | " -P | --printer p Verify quotas on this printer only. Actually p can\n" |
| 637 | " use wildcards characters to select only\n" |
| 638 | " some printers. The default value is *, meaning\n" |
| 639 | " all printers.\n" |
| 640 | " You can specify several names or wildcards, \n" |
| 641 | " by separating them with commas.\n" |
| 642 | " \n" |
| 643 | "examples : \n" |
| 644 | "\n" |
| 645 | " $ warnpykota --printer lp\n" |
| 646 | " \n" |
| 647 | " This will warn all users of the lp printer who have exceeded their\n" |
| 648 | " print quota.\n" |
| 649 | "\n" |
| 650 | " $ warnpykota \n" |
| 651 | " \n" |
| 652 | " This will warn all users who have exceeded their print quota on\n" |
| 653 | " any printer.\n" |
| 654 | "\n" |
| 655 | " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" |
| 656 | " \n" |
| 657 | " This will warn all users of groups which names begins with \"dev\" and\n" |
| 658 | " who have exceeded their print quota on any printer which name begins \n" |
| 659 | " with \"laserjet\"\n" |
| 660 | " \n" |
| 661 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
| 662 | " arguments representing users or groups names are ignored, and only the\n" |
| 663 | " current user/group is reported.\n" |
| 664 | "\n" |
| 665 | "This program is free software; you can redistribute it and/or modify\n" |
| 666 | "it under the terms of the GNU General Public License as published by\n" |
| 667 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 668 | "(at your option) any later version.\n" |
| 669 | "\n" |
| 670 | "This program is distributed in the hope that it will be useful,\n" |
| 671 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 672 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 673 | "GNU General Public License for more details.\n" |
| 674 | "\n" |
| 675 | "You should have received a copy of the GNU General Public License\n" |
| 676 | "along with this program; if not, write to the Free Software\n" |
| 677 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 678 | "\n" |
| 679 | "Please e-mail bugs to: %s" |
| 680 | msgstr "" |
| 681 | |
| 682 | #, python-format |
| 683 | msgid "" |
| 684 | "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" |
| 685 | "An OSD quota monitor for PyKota.\n" |
| 686 | "\n" |
| 687 | "command line usage :\n" |
| 688 | "\n" |
| 689 | " pykosd [options]\n" |
| 690 | "\n" |
| 691 | "options :\n" |
| 692 | "\n" |
| 693 | " -v | --version Prints pykosd's version number then exits.\n" |
| 694 | " -h | --help Prints this message then exits.\n" |
| 695 | " \n" |
| 696 | " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" |
| 697 | " triplet, for example #FF0000 is 100%% red.\n" |
| 698 | " Defaults to 100%% green (#00FF00).\n" |
| 699 | " \n" |
| 700 | " -d | --duration d Sets the duration of the display in seconds. \n" |
| 701 | " Defaults to 3 seconds.\n" |
| 702 | " \n" |
| 703 | " -f | --font f Sets the font to use for " |
| 704 | "display. \n" |
| 705 | " Defaults to the Python OSD library's default.\n" |
| 706 | " \n" |
| 707 | " -l | --loop n Sets the number of times the info will be displayed.\n" |
| 708 | " Defaults to 0, which means loop forever.\n" |
| 709 | " \n" |
| 710 | " -s | --sleep s Sets the sleeping duration between two displays \n" |
| 711 | " in seconds. Defaults to 180 seconds (3 minutes).\n" |
| 712 | " \n" |
| 713 | " \n" |
| 714 | "examples : \n" |
| 715 | "\n" |
| 716 | " $ pykosd -s 60 --loop 5\n" |
| 717 | " \n" |
| 718 | " Will launch pykosd. Display will be refreshed every 60 seconds,\n" |
| 719 | " and will last for 3 seconds (the default) each time. After five\n" |
| 720 | " iterations, the program will exit.\n" |
| 721 | " \n" |
| 722 | "This program is free software; you can redistribute it and/or modify\n" |
| 723 | "it under the terms of the GNU General Public License as published by\n" |
| 724 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 725 | "(at your option) any later version.\n" |
| 726 | "\n" |
| 727 | "This program is distributed in the hope that it will be useful,\n" |
| 728 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 729 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 730 | "GNU General Public License for more details.\n" |
| 731 | "\n" |
| 732 | "You should have received a copy of the GNU General Public License\n" |
| 733 | "along with this program; if not, write to the Free Software\n" |
| 734 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 735 | "\n" |
| 736 | "Please e-mail bugs to: %s" |
| 737 | msgstr "" |
| 738 | |
| 739 | #, python-format |
| 740 | msgid "Invalid duration option %s" |
| 741 | msgstr "Opzione duration %s non valida" |
| 742 | |
| 743 | #, python-format |
| 744 | msgid "Invalid loop option %s" |
| 745 | msgstr "Opzione loop %s non valida" |
| 746 | |
| 747 | #, python-format |
| 748 | msgid "Invalid sleep option %s" |
| 749 | msgstr "Opzione sleep %s non valida" |
| 750 | |
| 751 | #, python-format |
| 752 | msgid "Invalid color option %s" |
| 753 | msgstr "Opzione colore %s non valida" |
| 754 | |
| 755 | #, python-format |
| 756 | msgid "User %s doesn't exist in PyKota's database" |
| 757 | msgstr "Utente %s non esiste nel database di PyKota" |
| 758 | |
| 759 | #, python-format |
| 760 | msgid "Pages used on %s : %s" |
| 761 | msgstr "Pagine utilizzate su %s : %s" |
| 762 | |
| 763 | #, python-format |
| 764 | msgid "PyKota Units left : %.2f" |
| 765 | msgstr "Unit�yKota rimaste : %.2f" |
| 766 | |
| 767 | #, python-format |
| 768 | msgid "" |
| 769 | "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" |
| 770 | "\n" |
| 771 | "Gives print quotes to users.\n" |
| 772 | "\n" |
| 773 | "command line usage :\n" |
| 774 | "\n" |
| 775 | " pykotme [options] [files]\n" |
| 776 | "\n" |
| 777 | "options :\n" |
| 778 | "\n" |
| 779 | " -v | --version Prints pykotme's version number then exits.\n" |
| 780 | " -h | --help Prints this message then exits.\n" |
| 781 | " \n" |
| 782 | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
| 783 | " use wildcards characters to select only\n" |
| 784 | " some printers. The default value is *, meaning\n" |
| 785 | " all printers.\n" |
| 786 | " You can specify several names or wildcards, \n" |
| 787 | " by separating them with commas.\n" |
| 788 | " \n" |
| 789 | "examples : \n" |
| 790 | "\n" |
| 791 | " $ pykotme --printer apple file1.ps file2.ps\n" |
| 792 | " \n" |
| 793 | " This will give a print quote to the current user. The quote will show\n" |
| 794 | " the price and size of a job consisting in file1.ps and file2.ps \n" |
| 795 | " which would be sent to the apple printer.\n" |
| 796 | " \n" |
| 797 | " $ pykotme --printer apple,hplaser <file1.ps\n" |
| 798 | " \n" |
| 799 | " This will give a print quote to the current user. The quote will show\n" |
| 800 | " the price and size of a job consisting in file1.ps as read from\n" |
| 801 | " standard input, which would be sent to the apple or hplaser\n" |
| 802 | " printer.\n" |
| 803 | "\n" |
| 804 | " $ pykotme \n" |
| 805 | " \n" |
| 806 | " This will give a quote for a job consisting of what is on standard \n" |
| 807 | " input. The quote will list the job size, and the price the job\n" |
| 808 | " would cost on each printer.\n" |
| 809 | "\n" |
| 810 | "This program is free software; you can redistribute it and/or modify\n" |
| 811 | "it under the terms of the GNU General Public License as published by\n" |
| 812 | "the Free Software Foundation; either version 2 of the License, or\n" |
| 813 | "(at your option) any later version.\n" |
| 814 | "\n" |
| 815 | "This program is distributed in the hope that it will be useful,\n" |
| 816 | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
| 817 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
| 818 | "GNU General Public License for more details.\n" |
| 819 | "\n" |
| 820 | "You should have received a copy of the GNU General Public License\n" |
| 821 | "along with this program; if not, write to the Free Software\n" |
| 822 | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
| 823 | "\n" |
| 824 | "Please e-mail bugs to: %s" |
| 825 | msgstr "" |
| 826 | |
| 827 | #, python-format |
| 828 | msgid "Your account balance : %.2f" |
| 829 | msgstr "Il tuo totale : %.2f" |
| 830 | |
| 831 | #, python-format |
| 832 | msgid "Job size : %i pages" |
| 833 | msgstr "Dimensione stampa : %i pagine" |
| 834 | |
| 835 | #, python-format |
| 836 | msgid "Cost on printer %s : %.2f" |
| 837 | msgstr "Costo sulla stampante %s : %.2f" |
| 838 | |
| 839 | #, python-format |
| 840 | msgid "" |
440 | | msgid "" |
441 | | "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" |
442 | | "An OSD quota monitor for PyKota.\n" |
443 | | "\n" |
444 | | "command line usage :\n" |
445 | | "\n" |
446 | | " pykosd [options]\n" |
447 | | "\n" |
448 | | "options :\n" |
449 | | "\n" |
450 | | " -v | --version Prints pykosd's version number then exits.\n" |
451 | | " -h | --help Prints this message then exits.\n" |
452 | | " \n" |
453 | | " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" |
454 | | " triplet, for example #FF0000 is 100%% red.\n" |
455 | | " Defaults to 100%% green (#00FF00).\n" |
456 | | " \n" |
457 | | " -d | --duration d Sets the duration of the display in seconds. \n" |
458 | | " Defaults to 3 seconds.\n" |
459 | | " \n" |
460 | | " -f | --font f Sets the font to use for " |
461 | | "display. \n" |
462 | | " Defaults to the Python OSD library's default.\n" |
463 | | " \n" |
464 | | " -l | --loop n Sets the number of times the info will be displayed.\n" |
465 | | " Defaults to 0, which means loop forever.\n" |
466 | | " \n" |
467 | | " -s | --sleep s Sets the sleeping duration between two displays \n" |
468 | | " in seconds. Defaults to 180 seconds (3 minutes).\n" |
469 | | " \n" |
470 | | " \n" |
471 | | "examples : \n" |
472 | | "\n" |
473 | | " $ pykosd -s 60 --loop 5\n" |
474 | | " \n" |
475 | | " Will launch pykosd. Display will be refreshed every 60 seconds,\n" |
476 | | " and will last for 3 seconds (the default) each time. After five\n" |
477 | | " iterations, the program will exit.\n" |
478 | | " \n" |
479 | | "This program is free software; you can redistribute it and/or modify\n" |
480 | | "it under the terms of the GNU General Public License as published by\n" |
481 | | "the Free Software Foundation; either version 2 of the License, or\n" |
482 | | "(at your option) any later version.\n" |
483 | | "\n" |
484 | | "This program is distributed in the hope that it will be useful,\n" |
485 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
486 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
487 | | "GNU General Public License for more details.\n" |
488 | | "\n" |
489 | | "You should have received a copy of the GNU General Public License\n" |
490 | | "along with this program; if not, write to the Free Software\n" |
491 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
492 | | "\n" |
493 | | "Please e-mail bugs to: %s" |
494 | | msgstr "" |
495 | | |
496 | | #, python-format |
497 | | msgid "Invalid duration option %s" |
498 | | msgstr "Opzione duration %s non valida" |
499 | | |
500 | | #, python-format |
501 | | msgid "Invalid loop option %s" |
502 | | msgstr "Opzione loop %s non valida" |
503 | | |
504 | | #, python-format |
505 | | msgid "Invalid sleep option %s" |
506 | | msgstr "Opzione sleep %s non valida" |
507 | | |
508 | | #, python-format |
509 | | msgid "Invalid color option %s" |
510 | | msgstr "Opzione colore %s non valida" |
511 | | |
512 | | #, python-format |
513 | | msgid "User %s doesn't exist in PyKota's database" |
514 | | msgstr "Utente %s non esiste nel database di PyKota" |
515 | | |
516 | | #, python-format |
517 | | msgid "Pages used on %s : %s" |
518 | | msgstr "Pagine utilizzate su %s : %s" |
519 | | |
520 | | #, python-format |
521 | | msgid "PyKota Units left : %.2f" |
522 | | msgstr "Unit�yKota rimaste : %.2f" |
523 | | |
524 | | #, python-format |
525 | | msgid "" |
526 | | "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" |
527 | | "\n" |
528 | | "Gives print quotes to users.\n" |
529 | | "\n" |
530 | | "command line usage :\n" |
531 | | "\n" |
532 | | " pykotme [options] [files]\n" |
533 | | "\n" |
534 | | "options :\n" |
535 | | "\n" |
536 | | " -v | --version Prints pykotme's version number then exits.\n" |
537 | | " -h | --help Prints this message then exits.\n" |
538 | | " \n" |
539 | | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
540 | | " use wildcards characters to select only\n" |
541 | | " some printers. The default value is *, meaning\n" |
542 | | " all printers.\n" |
543 | | " You can specify several names or wildcards, \n" |
544 | | " by separating them with commas.\n" |
545 | | " \n" |
546 | | "examples : \n" |
547 | | "\n" |
548 | | " $ pykotme --printer apple file1.ps file2.ps\n" |
549 | | " \n" |
550 | | " This will give a print quote to the current user. The quote will show\n" |
551 | | " the price and size of a job consisting in file1.ps and file2.ps \n" |
552 | | " which would be sent to the apple printer.\n" |
553 | | " \n" |
554 | | " $ pykotme --printer apple,hplaser <file1.ps\n" |
555 | | " \n" |
556 | | " This will give a print quote to the current user. The quote will show\n" |
557 | | " the price and size of a job consisting in file1.ps as read from\n" |
558 | | " standard input, which would be sent to the apple or hplaser\n" |
559 | | " printer.\n" |
560 | | "\n" |
561 | | " $ pykotme \n" |
562 | | " \n" |
563 | | " This will give a quote for a job consisting of what is on standard \n" |
564 | | " input. The quote will list the job size, and the price the job\n" |
565 | | " would cost on each printer.\n" |
566 | | "\n" |
567 | | "This program is free software; you can redistribute it and/or modify\n" |
568 | | "it under the terms of the GNU General Public License as published by\n" |
569 | | "the Free Software Foundation; either version 2 of the License, or\n" |
570 | | "(at your option) any later version.\n" |
571 | | "\n" |
572 | | "This program is distributed in the hope that it will be useful,\n" |
573 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
574 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
575 | | "GNU General Public License for more details.\n" |
576 | | "\n" |
577 | | "You should have received a copy of the GNU General Public License\n" |
578 | | "along with this program; if not, write to the Free Software\n" |
579 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
580 | | "\n" |
581 | | "Please e-mail bugs to: %s" |
582 | | msgstr "" |
583 | | |
584 | | #, python-format |
585 | | msgid "Your account balance : %.2f" |
586 | | msgstr "Il tuo totale : %.2f" |
587 | | |
588 | | #, python-format |
589 | | msgid "Job size : %i pages" |
590 | | msgstr "Dimensione stampa : %i pagine" |
591 | | |
592 | | #, python-format |
593 | | msgid "Cost on printer %s : %.2f" |
594 | | msgstr "Costo sulla stampante %s : %.2f" |
595 | | |
596 | | #, python-format |
597 | | msgid "" |
598 | | "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
599 | | "Libres\n" |
600 | | "A tool to automate user account creation and initial balance setting.\n" |
601 | | "\n" |
602 | | "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" |
603 | | "\n" |
604 | | "command line usage :\n" |
605 | | "\n" |
606 | | " THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" |
607 | | " OF AN external policy IN pykota.conf\n" |
608 | | " \n" |
609 | | " autopykota { -i | --initbalance value } \n" |
610 | | "\n" |
611 | | "options :\n" |
612 | | "\n" |
613 | | " -v | --version Prints autopykota's version number then exits.\n" |
614 | | " -h | --help Prints this message then exits.\n" |
615 | | " \n" |
616 | | " -i | --initbalance b Sets the user's account initial balance value to b.\n" |
617 | | " If the user already exists, actual balance is left\n" |
618 | | " unmodified. If unset, the default value is 0.\n" |
619 | | " \n" |
620 | | "This program is free software; you can redistribute it and/or modify\n" |
621 | | "it under the terms of the GNU General Public License as published by\n" |
622 | | "the Free Software Foundation; either version 2 of the License, or\n" |
623 | | "(at your option) any later version.\n" |
624 | | "\n" |
625 | | "This program is distributed in the hope that it will be useful,\n" |
626 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
627 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
628 | | "GNU General Public License for more details.\n" |
629 | | "\n" |
630 | | "You should have received a copy of the GNU General Public License\n" |
631 | | "along with this program; if not, write to the Free Software\n" |
632 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
633 | | "\n" |
634 | | "Please e-mail bugs to: %s" |
635 | | msgstr "" |
636 | | |
637 | | msgid "Job contains no data. Printing is denied." |
638 | | msgstr "Stampa non contiene dati. Stampa rifiutata." |
639 | | |
640 | | msgid "Job accounting begins." |
641 | | msgstr "Inizio accounting stampa." |
642 | | |
643 | | msgid "Job accounting ends." |
644 | | msgstr "Fine accounting stampa." |
645 | | |
646 | | msgid "Job size forced to 0 because printing is denied." |
647 | | msgstr "Dimensione stampa forzato a 0 perch�a stampa non �ermessa." |
648 | | |
649 | | #, python-format |
650 | | msgid "Job size : %i" |
651 | | msgstr "Dimensione stampa: %i" |
652 | | |
653 | | #, python-format |
654 | | msgid "Updating user %s's quota on printer %s" |
655 | | msgstr "Aggiornamento quota per l'utente %s sulla stampante %s" |
656 | | |
657 | | msgid "Job added to history." |
658 | | msgstr "Stampa aggiunta in cronologia." |
659 | | |
660 | | #, python-format |
661 | | msgid "File number %s unregistered twice from polling object, ignored." |
662 | | msgstr "Numero file %s rimosso due volte dall'oggetto polling, ignorato." |
663 | | |
664 | | #, python-format |
665 | | msgid "SIGTERM was sent to real backend %s (pid: %s)" |
666 | | msgstr "Segnale SIGTERM inviato al backend %s (pid: %s)" |
667 | | |
668 | | #, python-format |
669 | | msgid "CUPS backend %s died abnormally." |
670 | | msgstr "Backend CUPS %s terminato inaspettatamente." |
671 | | |
672 | | #, python-format |
673 | | msgid "" |
674 | | "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
675 | | "Libres\n" |
676 | | "\n" |
677 | | "Dumps PyKota database's content.\n" |
678 | | "\n" |
679 | | "command line usage :\n" |
680 | | "\n" |
681 | | " dumpykota [options] \n" |
682 | | "\n" |
683 | | "options :\n" |
684 | | "\n" |
685 | | " -v | --version Prints dumpykota's version number then exits.\n" |
686 | | " -h | --help Prints this message then exits.\n" |
687 | | " \n" |
688 | | " -d | --data type Dumps 'type' datas. Allowed types are :\n" |
689 | | " \n" |
690 | | " - history : dumps the jobs history.\n" |
691 | | " - users : dumps users.\n" |
692 | | " - groups : dumps user groups.\n" |
693 | | " - printers : dump printers.\n" |
694 | | " - upquotas : dump user quotas.\n" |
695 | | " - gpquotas : dump user groups quotas.\n" |
696 | | " - payments : dumps user payments.\n" |
697 | | " - pmembers : dumps printer groups members.\n" |
698 | | " - umembers : dumps user groups members.\n" |
699 | | " \n" |
700 | | " NB : the -d | --data command line option \n" |
701 | | " is MANDATORY.\n" |
702 | | " \n" |
703 | | " -f | --format fmt Dumps datas in the 'fmt' format. When not specified,\n" |
704 | | " the format is to dump datas in the csv format (comma\n" |
705 | | " separated values). All data dumped is between double\n" |
706 | | " quotes. Allowed formats are :\n" |
707 | | " \n" |
708 | | " - csv : separate datas with commas\n" |
709 | | " - ssv : separate datas with semicolons\n" |
710 | | " - tsv : separate datas with tabs\n" |
711 | | " - xml : dump data as XML\n" |
712 | | " \n" |
713 | | " -o | --output fname All datas will be dumped to the file instead of\n" |
714 | | " to the standard output. The special '-' filename\n" |
715 | | " is the default value and means stdout.\n" |
716 | | " WARNING : existing files are truncated !\n" |
717 | | " \n" |
718 | | "Examples :\n" |
719 | | "\n" |
720 | | " $ dumpykota --data history --format csv >myfile.csv\n" |
721 | | " \n" |
722 | | " This dumps the history in a comma separated values file, for possible\n" |
723 | | " use in a spreadsheet.\n" |
724 | | " \n" |
725 | | " $ dumpykota --data users --format xml -o users.xml\n" |
726 | | " \n" |
727 | | " Dumps all users datas to the users.xml file.\n" |
728 | | " \n" |
729 | | "This program is free software; you can redistribute it and/or modify\n" |
730 | | "it under the terms of the GNU General Public License as published by\n" |
731 | | "the Free Software Foundation; either version 2 of the License, or\n" |
732 | | "(at your option) any later version.\n" |
733 | | "\n" |
734 | | "This program is distributed in the hope that it will be useful,\n" |
735 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
736 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
737 | | "GNU General Public License for more details.\n" |
738 | | "\n" |
739 | | "You should have received a copy of the GNU General Public License\n" |
740 | | "along with this program; if not, write to the Free Software\n" |
741 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
742 | | "\n" |
743 | | "Please e-mail bugs to: %s" |
744 | | msgstr "" |
745 | | |
746 | | #, python-format |
747 | | msgid "Invalid modifier [%s] for --data command line option, see help." |
748 | | msgstr "" |
749 | | |
750 | | #, python-format |
751 | | msgid "Invalid modifier [%s] for --format command line option, see help." |
752 | | msgstr "" |
753 | | |
754 | | msgid "XML output is disabled because the jaxml module is not available." |
755 | | msgstr "" |
756 | | |
757 | | msgid "PyKota data dumper failed : I/O error" |
758 | | msgstr "" |
759 | | |
760 | | msgid "The -d | --data command line option is mandatory, see help." |
761 | | msgstr "" |
762 | | |
763 | | msgid "Too many arguments, see help." |
764 | | msgstr "" |
765 | | |
766 | | #, python-format |
767 | | msgid "" |
768 | | "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
769 | | "Libres\n" |
770 | | "A Print Quota editor for PyKota.\n" |
771 | | "\n" |
772 | | "command line usage :\n" |
773 | | "\n" |
774 | | " edpykota [options] user1 user2 ... userN\n" |
775 | | " \n" |
776 | | " edpykota [options] group1 group2 ... groupN\n" |
777 | | "\n" |
778 | | "options :\n" |
779 | | "\n" |
780 | | " -v | --version Prints edpykota's version number then exits.\n" |
781 | | " -h | --help Prints this message then exits.\n" |
782 | | " \n" |
783 | | " -a | --add Adds users and/or printers if they don't \n" |
784 | | " exist on the Quota Storage Server.\n" |
785 | | " \n" |
786 | | " -d | --delete Deletes users/groups from the quota storage.\n" |
787 | | " Printers are never deleted.\n" |
788 | | " \n" |
789 | | " -c | --charge p[,j] Sets the price per page and per job to charge\n" |
790 | | " for a particular printer. Job price is optional.\n" |
791 | | " If both are to be set, separate them with a comma.\n" |
792 | | " Floating point values are allowed.\n" |
793 | | " \n" |
794 | | " -i | --ingroups g1[,g2...] Puts the users into each of the groups\n" |
795 | | " listed, separated by commas. The groups\n" |
796 | | " must already exist in the Quota Storage.\n" |
797 | | " \n" |
798 | | " -u | --users Edit users print quotas, this is the default.\n" |
799 | | " \n" |
800 | | " -P | --printer p Edit quotas on printer p only. Actually p can\n" |
801 | | " use wildcards characters to select only\n" |
802 | | " some printers. The default value is *, meaning\n" |
803 | | " all printers. \n" |
804 | | " You can specify several names or wildcards, \n" |
805 | | " by separating them with commas.\n" |
806 | | " \n" |
807 | | " -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" |
808 | | " pg1, pg2, etc... which must already exist.\n" |
809 | | " A printer group is just like a normal printer,\n" |
810 | | " only that it is usually unknown from the printing\n" |
811 | | " system. Create printer groups exactly the same\n" |
812 | | " way that you create printers, then add other \n" |
813 | | " printers to them with this option.\n" |
814 | | " Accounting is done on a printer and on all\n" |
815 | | " the printer groups it belongs to, quota checking\n" |
816 | | " is done on a printer and on all the printer groups\n" |
817 | | " it belongs to.\n" |
818 | | " \n" |
819 | | " -g | --groups Edit users groups print quotas instead of users.\n" |
820 | | " \n" |
821 | | " -p | --prototype u|g Uses user u or group g as a prototype to set\n" |
822 | | " print quotas\n" |
823 | | " \n" |
824 | | " -n | --noquota Doesn't set a quota but only does accounting.\n" |
825 | | " \n" |
826 | | " -r | --reset Resets the actual page counter for the user\n" |
827 | | " or group to zero on the specified printers. \n" |
828 | | " The life time page counter is kept unchanged.\n" |
829 | | " \n" |
830 | | " -R | --hardreset Resets the actual and life time page counters\n" |
831 | | " for the user or group to zero on the specified \n" |
832 | | " printers. \n" |
833 | | " \n" |
834 | | " -l | --limitby l Choose if the user/group is limited in " |
835 | | "printing \n" |
836 | | " by its account balance or by its page quota.\n" |
837 | | " The default value is 'quota'. Allowed values\n" |
838 | | " are 'quota' 'balance' 'quota-then-balance' and\n" |
839 | | " 'balance-then-quota'.\n" |
840 | | " WARNING : quota-then-balance and balance-then-quota\n" |
841 | | " are not yet implemented.\n" |
842 | | " \n" |
843 | | " -b | --balance b Sets the user's account balance to " |
844 | | "b. \n" |
845 | | " Account balance may be increase or decreased\n" |
846 | | " if b is prefixed with + or -.\n" |
847 | | " WARNING : when decreasing account balance,\n" |
848 | | " the total paid so far by the user is decreased\n" |
849 | | " too.\n" |
850 | | " Groups don't have a real balance, but the\n" |
851 | | " sum of their users' account balance.\n" |
852 | | " \n" |
853 | | " -S | --softlimit sl Sets the quota soft limit to sl " |
854 | | "pages. \n" |
855 | | " \n" |
856 | | " -H | --hardlimit hl Sets the quota hard limit to hl pages.\n" |
857 | | " \n" |
858 | | " user1 through userN and group1 through groupN can use wildcards\n" |
859 | | " if the --add option is not set.\n" |
860 | | " \n" |
861 | | "examples : \n" |
862 | | "\n" |
863 | | " $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" |
864 | | " \n" |
865 | | " This will add users john, paul, george and ringo to the quota\n" |
866 | | " database, and set their print quotas to the same values than user \n" |
867 | | " jerome. User jerome must already exist.\n" |
868 | | " User ringo's email address will also be set to 'ringo@example.com'\n" |
869 | | " \n" |
870 | | " $ edpykota --printer lp -S 50 -H 60 jerome\n" |
871 | | " \n" |
872 | | " This will set jerome's print quota on the lp printer to a soft limit\n" |
873 | | " of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" |
874 | | " printer lp doesn't exist on the Quota Storage Server then nothing is " |
875 | | "done.\n" |
876 | | "\n" |
877 | | " $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" |
878 | | " \n" |
879 | | " Same as above, but if either user jerome or printer lp doesn't exist \n" |
880 | | " on the Quota Storage Server they are automatically added. Also\n" |
881 | | " user jerome is put into the groups \"coders\" and \"it\" which must\n" |
882 | | " already exist in the Quota Storage.\n" |
883 | | " \n" |
884 | | " $ edpykota -g -S 500 -H 550 financial support \n" |
885 | | " \n" |
886 | | " This will set print quota soft limit to 500 pages and hard limit\n" |
887 | | " to 550 pages for groups financial and support on all printers.\n" |
888 | | " \n" |
889 | | " $ edpykota --reset jerome \"jo*\"\n" |
890 | | " \n" |
891 | | " This will reset jerome's page counter to zero on all printers, as\n" |
892 | | " well as every user whose name begins with 'jo'.\n" |
893 | | " Their life time page counter on each printer will be kept unchanged.\n" |
894 | | " You can also reset the life time page counters by using the\n" |
895 | | " --hardreset | -R command line option.\n" |
896 | | " \n" |
897 | | " $ edpykota --printer hpcolor --noquota jerome\n" |
898 | | " \n" |
899 | | " This will tell PyKota to not limit jerome when printing on the \n" |
900 | | " hpcolor printer. All his jobs will be allowed on this printer, but \n" |
901 | | " accounting of the pages he prints will still be kept.\n" |
902 | | " Print Quotas for jerome on other printers are unchanged.\n" |
903 | | " \n" |
904 | | " $ edpykota --limitby balance jerome\n" |
905 | | " \n" |
906 | | " This will tell PyKota to limit jerome by his account's balance\n" |
907 | | " when printing.\n" |
908 | | " \n" |
909 | | " $ edpykota --balance +10.0 jerome\n" |
910 | | " \n" |
911 | | " This will increase jerome's account balance by 10.0 (in your\n" |
912 | | " own currency). You can decrease the account balance with a\n" |
913 | | " dash prefix, and set it to a fixed amount with no prefix.\n" |
914 | | " \n" |
915 | | " $ edpykota --delete jerome rachel\n" |
916 | | " \n" |
917 | | " This will completely delete jerome and rachel from the Quota Storage\n" |
918 | | " database. All their quotas and jobs will be deleted too.\n" |
919 | | " \n" |
920 | | " $ edpykota --printer lp --charge 0.1\n" |
921 | | " \n" |
922 | | " This will set the page price for printer lp to 0.1. Job price\n" |
923 | | " will not be changed.\n" |
924 | | " \n" |
925 | | " $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" |
926 | | " \n" |
927 | | " This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" |
928 | | " When printing either on hplj1 or hplj2, print quota will also be \n" |
929 | | " checked and accounted for on virtual printers Laser and HP.\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 |
949 | | msgid "Invalid softlimit value %s." |
950 | | msgstr "Limite soft %s non valido." |
951 | | |
952 | | #, python-format |
953 | | msgid "Invalid hardlimit value %s." |
954 | | msgstr "Limite hard %s non valido." |
955 | | |
956 | | #, python-format |
957 | | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
958 | | msgstr "Limite hard %i minore del limite soft %i, i valori verranno scambiati." |
959 | | |
960 | | #, python-format |
961 | | msgid "Invalid balance value %s" |
962 | | msgstr "Valore di credito %s" |
963 | | |
964 | | #, python-format |
965 | | msgid "Invalid limitby value %s" |
966 | | msgstr "Valore di limite %s non valido" |
967 | | |
968 | | msgid "You have to pass user or group names on the command line" |
969 | | msgstr "" |
970 | | "Bisogna specificare dei nomi di utente o di gruppo sulla linea di comando" |
971 | | |
972 | | #, python-format |
973 | | msgid "Prototype %s not found in Quota Storage for printer %s." |
974 | | msgstr "" |
975 | | "Prototipo %s non trovato nello storage delle quote per la stampante %s." |
976 | | |
977 | | #, python-format |
978 | | msgid "Prototype object %s not found in Quota Storage." |
979 | | msgstr "Oggetto prototipo %s non trovato nello storage delle quote." |
980 | | |
981 | | #, python-format |
982 | | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
983 | | msgstr "" |
984 | | "Limite hard non specificato impostato al limite soft (%s) sulla stampante %s." |
985 | | |
986 | | #, python-format |
987 | | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
988 | | msgstr "" |
989 | | "Limite soft non specificato impostato al limite hard (%s) sulla stampante %s." |
990 | | |
991 | | #, python-format |
992 | | msgid "Invalid email address %s" |
993 | | msgstr "Indirizzo email non valido %s" |
994 | | |
995 | | #, python-format |
996 | | msgid "Unknown group %s" |
997 | | msgstr "" |
998 | | |
999 | | #, python-format |
1000 | | msgid "Unknown user %s" |
1001 | | msgstr "" |
1002 | | |
1003 | | #, python-format |
1004 | | msgid "Invalid group name %s" |
1005 | | msgstr "Nome gruppo non valido %s" |
1006 | | |
1007 | | #, python-format |
1008 | | msgid "Invalid user name %s" |
1009 | | msgstr "Nome utente non valido %s" |
1010 | | |
1011 | | #, python-format |
1012 | | msgid "Quota not found for object %s on printer %s." |
1013 | | msgstr "Quota non trovata per l'oggetto %s sulla stampante %s." |
1014 | | |
1015 | | #, python-format |
1016 | | msgid "Group %s not found in the PyKota Storage." |
1017 | | msgstr "Gruppo %s non trovato nello storage di PyKota." |
1018 | | |
1019 | | msgid "Software accounting already done in first pass. Ignoring." |
1020 | | msgstr "Conteggio software gi�ffettuato nel primo passaggio. Ignorato." |
1021 | | |
1022 | | msgid "Hardware accounting already done in first pass. Ignoring." |
1023 | | msgstr "Conteggio hardware gi�ffettuato nel primo passaggio. Ignorato." |
1024 | | |
1025 | | msgid "Job size and price now set in history." |
1026 | | msgstr "" |
1027 | | |
1028 | | #, python-format |
1029 | | msgid "" |
1030 | | "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
1031 | | "Libres\n" |
1032 | | "\n" |
1033 | | "Generates print quota reports.\n" |
1034 | | "\n" |
1035 | | "command line usage :\n" |
1036 | | "\n" |
1037 | | " repykota [options] \n" |
1038 | | "\n" |
1039 | | "options :\n" |
1040 | | "\n" |
1041 | | " -v | --version Prints repykota's version number then exits.\n" |
1042 | | " -h | --help Prints this message then exits.\n" |
1043 | | " \n" |
1044 | | " -u | --users Generates a report on users quota, this is \n" |
1045 | | " the default.\n" |
1046 | | " \n" |
1047 | | " -g | --groups Generates a report on group quota instead of users.\n" |
1048 | | " \n" |
1049 | | " -P | --printer p Report quotas on this printer only. Actually p can\n" |
1050 | | " use wildcards characters to select only\n" |
1051 | | " some printers. The default value is *, meaning\n" |
1052 | | " all printers.\n" |
1053 | | " You can specify several names or wildcards, \n" |
1054 | | " by separating them with commas.\n" |
1055 | | " \n" |
1056 | | "examples : \n" |
1057 | | "\n" |
1058 | | " $ repykota --printer lp\n" |
1059 | | " \n" |
1060 | | " This will print the quota status for all users who use the lp printer.\n" |
1061 | | "\n" |
1062 | | " $ repykota \n" |
1063 | | " \n" |
1064 | | " This will print the quota status for all users on all printers.\n" |
1065 | | " \n" |
1066 | | " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" |
1067 | | " \n" |
1068 | | " This will print the quota status for user jerome and all users\n" |
1069 | | " whose name begins with \"jo\" on all printers which name begins\n" |
1070 | | " with \"laser\" or ends with \"pson\".\n" |
1071 | | " \n" |
1072 | | " If launched by an user who is not a PyKota administrator, additionnal\n" |
1073 | | " arguments representing users or groups names are ignored, and only the\n" |
1074 | | " current user/group is reported.\n" |
1075 | | "\n" |
1076 | | "This program is free software; you can redistribute it and/or modify\n" |
1077 | | "it under the terms of the GNU General Public License as published by\n" |
1078 | | "the Free Software Foundation; either version 2 of the License, or\n" |
1079 | | "(at your option) any later version.\n" |
1080 | | "\n" |
1081 | | "This program is distributed in the hope that it will be useful,\n" |
1082 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
1083 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
1084 | | "GNU General Public License for more details.\n" |
1085 | | "\n" |
1086 | | "You should have received a copy of the GNU General Public License\n" |
1087 | | "along with this program; if not, write to the Free Software\n" |
1088 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
1089 | | "\n" |
1090 | | "Please e-mail bugs to: %s" |
1091 | | msgstr "" |
1092 | | |
1093 | | #, python-format |
1094 | | msgid "" |
1095 | | "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " |
1096 | | "Libres\n" |
1097 | | "\n" |
1098 | | "Sends mail to users over print quota.\n" |
1099 | | "\n" |
1100 | | "command line usage :\n" |
1101 | | "\n" |
1102 | | " warnpykota [options] [names]\n" |
1103 | | "\n" |
1104 | | "options :\n" |
1105 | | "\n" |
1106 | | " -v | --version Prints warnpykota's version number then exits.\n" |
1107 | | " -h | --help Prints this message then exits.\n" |
1108 | | " \n" |
1109 | | " -u | --users Warns users over their print quota, this is the \n" |
1110 | | " default.\n" |
1111 | | " \n" |
1112 | | " -g | --groups Warns users whose groups quota are over limit.\n" |
1113 | | " \n" |
1114 | | " -P | --printer p Verify quotas on this printer only. Actually p can\n" |
1115 | | " use wildcards characters to select only\n" |
1116 | | " some printers. The default value is *, meaning\n" |
1117 | | " all printers.\n" |
1118 | | " You can specify several names or wildcards, \n" |
1119 | | " by separating them with commas.\n" |
1120 | | " \n" |
1121 | | "examples : \n" |
1122 | | "\n" |
1123 | | " $ warnpykota --printer lp\n" |
1124 | | " \n" |
1125 | | " This will warn all users of the lp printer who have exceeded their\n" |
1126 | | " print quota.\n" |
1127 | | "\n" |
1128 | | " $ warnpykota \n" |
1129 | | " \n" |
1130 | | " This will warn all users who have exceeded their print quota on\n" |
1131 | | " any printer.\n" |
1132 | | "\n" |
1133 | | " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" |
1134 | | " \n" |
1135 | | " This will warn all users of groups which names begins with \"dev\" and\n" |
1136 | | " who have exceeded their print quota on any printer which name begins \n" |
1137 | | " with \"laserjet\"\n" |
1138 | | " \n" |
1139 | | " If launched by an user who is not a PyKota administrator, additionnal\n" |
1140 | | " arguments representing users or groups names are ignored, and only the\n" |
1141 | | " current user/group is reported.\n" |
1142 | | "\n" |
1143 | | "This program is free software; you can redistribute it and/or modify\n" |
1144 | | "it under the terms of the GNU General Public License as published by\n" |
1145 | | "the Free Software Foundation; either version 2 of the License, or\n" |
1146 | | "(at your option) any later version.\n" |
1147 | | "\n" |
1148 | | "This program is distributed in the hope that it will be useful,\n" |
1149 | | "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
1150 | | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |
1151 | | "GNU General Public License for more details.\n" |
1152 | | "\n" |
1153 | | "You should have received a copy of the GNU General Public License\n" |
1154 | | "along with this program; if not, write to the Free Software\n" |
1155 | | "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" |
1156 | | "\n" |
1157 | | "Please e-mail bugs to: %s" |
1158 | | msgstr "" |
1159 | | |
1160 | | #, python-format |