Show
Ignore:
Timestamp:
11/28/06 22:28:36 (17 years ago)
Author:
jerome
Message:

Added the --noremote command line option to pknotify.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/zh_TW/pykota.po

    r3073 r3075  
    10751075"                             is denied after the first unsuccessful try.\n" 
    10761076"                             \n" 
     1077"  -N | --noremote action     If it's impossible to connect to the remote\n" 
     1078"                             PyKotIcon machine, do this action instead.\n" 
     1079"                             Allowed actions are 'CONTINUE' and 'CANCEL', \n" 
     1080"                             which will respectively allow the processing\n" 
     1081"                             of the print job to continue, or the job to\n" 
     1082"                             be cancelled. The default value is CANCEL.\n" 
     1083"                             \n" 
    10771084"  -n | --notify              Tells pknotify to send an informational " 
    10781085"message\n" 
     
    11231130"examples :                    \n" 
    11241131"\n" 
    1125 "  pknotify -d client:7654 --confirm \"This job costs :\n" 
    1126 "10 credits !\"\n" 
    1127 "  \n" 
    1128 "  Would display the cost of a print job and asks for confirmation.\n" 
     1132"  pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 " 
     1133"credits\"\n" 
     1134"  \n" 
     1135"  Would display the cost of the print job and asks for confirmation.\n" 
     1136"  If the end user doesn't have PyKotIcon running and accepting connections\n" 
     1137"  from the print server, PyKota will consider that the end user accepted\n" 
     1138"  to print this job.\n" 
    11291139"  \n" 
    11301140"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"