Changeset 3075 for pykota/trunk/po/es/pykota.po
- Timestamp:
- 11/28/06 22:28:36 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/po/es/pykota.po
r3073 r3075 1106 1106 " is denied after the first unsuccessful try.\n" 1107 1107 " \n" 1108 " -N | --noremote action If it's impossible to connect to the remote\n" 1109 " PyKotIcon machine, do this action instead.\n" 1110 " Allowed actions are 'CONTINUE' and 'CANCEL', \n" 1111 " which will respectively allow the processing\n" 1112 " of the print job to continue, or the job to\n" 1113 " be cancelled. The default value is CANCEL.\n" 1114 " \n" 1108 1115 " -n | --notify Tells pknotify to send an informational " 1109 1116 "message\n" … … 1154 1161 "examples : \n" 1155 1162 "\n" 1156 " pknotify -d client:7654 --confirm \"This job costs :\n" 1157 "10 credits !\"\n" 1158 " \n" 1159 " Would display the cost of a print job and asks for confirmation.\n" 1163 " pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 " 1164 "credits\"\n" 1165 " \n" 1166 " Would display the cost of the print job and asks for confirmation.\n" 1167 " If the end user doesn't have PyKotIcon running and accepting connections\n" 1168 " from the print server, PyKota will consider that the end user accepted\n" 1169 " to print this job.\n" 1160 1170 " \n" 1161 1171 " pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"