Changeset 842 for pykota/trunk/bin
- Timestamp:
- 03/10/03 00:39:14 (22 years ago)
- Location:
- pykota/trunk/bin
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r814 r842 17 17 # 18 18 # $Log$ 19 # Revision 1.15 2003/03/09 23:39:14 jalet 20 # Simplified translations. 21 # 19 22 # Revision 1.14 2003/02/27 09:04:02 jalet 20 23 # Missing translation … … 199 202 reporter.display_version_and_quit() 200 203 elif options["users"] and options["groups"] : 201 raise PyKotaToolError, _(" repykota: options --users and --groups are incompatible.")204 raise PyKotaToolError, _("incompatible options, see help.") 202 205 elif options["groups"] : 203 raise PyKotaToolError, _(" repykota:option --groups is currently not implemented.")206 raise PyKotaToolError, _("option --groups is currently not implemented.") 204 207 elif args : 205 raise PyKotaToolError, _(" repykota:unused arguments [%s]. Aborting.") % ", ".join(args)208 raise PyKotaToolError, _("unused arguments [%s]. Aborting.") % ", ".join(args) 206 209 else : 207 210 sys.exit(reporter.main(options)) -
pykota/trunk/bin/warnpykota
r791 r842 17 17 # 18 18 # $Log$ 19 # Revision 1.9 2003/03/09 23:39:14 jalet 20 # Simplified translations. 21 # 19 22 # Revision 1.8 2003/02/10 12:07:30 jalet 20 23 # Now repykota should output the recorded total page number for each printer too. … … 146 149 sender.display_version_and_quit() 147 150 elif options["users"] and options["groups"] : 148 raise PyKotaToolError, _(" warnpykota: options --users and --groups are incompatible.")151 raise PyKotaToolError, _("incompatible options, see help.") 149 152 elif options["groups"] : 150 raise PyKotaToolError, _(" warnpykota:option --groups is currently not implemented.")153 raise PyKotaToolError, _("option --groups is currently not implemented.") 151 154 elif args : 152 raise PyKotaToolError, _(" warnpykota:unused arguments [%s]. Aborting.") % ", ".join(args)155 raise PyKotaToolError, _("unused arguments [%s]. Aborting.") % ", ".join(args) 153 156 else : 154 157 sys.exit(sender.main(options))