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