Changeset 3075 for pykota/trunk/po/de/pykota.po
- Timestamp:
- 11/28/06 22:28:36 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/po/de/pykota.po
r3073 r3075 1089 1089 " is denied after the first unsuccessful try.\n" 1090 1090 " \n" 1091 " -N | --noremote action If it's impossible to connect to the remote\n" 1092 " PyKotIcon machine, do this action instead.\n" 1093 " Allowed actions are 'CONTINUE' and 'CANCEL', \n" 1094 " which will respectively allow the processing\n" 1095 " of the print job to continue, or the job to\n" 1096 " be cancelled. The default value is CANCEL.\n" 1097 " \n" 1091 1098 " -n | --notify Tells pknotify to send an informational " 1092 1099 "message\n" … … 1137 1144 "examples : \n" 1138 1145 "\n" 1139 " pknotify -d client:7654 --confirm \"This job costs :\n" 1140 "10 credits !\"\n" 1141 " \n" 1142 " Would display the cost of a print job and asks for confirmation.\n" 1146 " pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 " 1147 "credits\"\n" 1148 " \n" 1149 " Would display the cost of the print job and asks for confirmation.\n" 1150 " If the end user doesn't have PyKotIcon running and accepting connections\n" 1151 " from the print server, PyKota will consider that the end user accepted\n" 1152 " to print this job.\n" 1143 1153 " \n" 1144 1154 " pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"