Translations by Scott James Remnant (Canonical)

Scott James Remnant (Canonical) has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

101150 of 165 results
165.
Restart job.
2009-07-11
Restart job.
166.
JOB is the name of the job that is to be restarted, this may be followed by zero or more environment variables to be defined in the job after restarting. The environment also serves to distinguish between job instances, and thus decide which of multiple instances will be restarted.
2009-07-11
JOB is the name of the job that is to be restarted, this may be followed by zero or more environment variables to be defined in the job after restarting. The environment also serves to distinguish between job instances, and thus decide which of multiple instances will be restarted.
167.
Send HUP signal to job.
2010-02-05
Send HUP signal to job.
168.
JOB is the name of the job that is to be sent the signal, this may be followed by zero or more environment variables to distinguish between job instances.
2010-02-05
JOB is the name of the job that is to be sent the signal, this may be followed by zero or more environment variables to distinguish between job instances.
169.
Query status of job.
2009-07-11
Query status of job.
170.
JOB is the name of the job that is to be queried, this may be followed by zero or more environment variables to distguish between job instances.
2009-07-11
JOB is the name of the job that is to be queried, this may be followed by zero or more environment variables to distguish between job instances.
171.
List known jobs.
2008-03-11
List known jobs.
172.
The known jobs and their current status will be output.
2009-07-11
The known jobs and their current status will be output.
173.
EVENT [KEY=VALUE]...
2009-07-11
EVENT [KEY=VALUE]...
174.
Emit an event.
2008-03-11
Emit an event.
175.
EVENT is the name of an event the init daemon should emit, this may be followed by zero or more environment variables to be included in the event.
2009-07-11
EVENT is the name of an event the init daemon should emit, this may be followed by zero or more environment variables to be included in the event.
176.
Reload the configuration of the init daemon.
2009-07-11
Reload the configuration of the init daemon.
177.
Request the version of the init daemon.
2008-03-11
Request the version of the init daemon.
178.
[PRIORITY]
2009-07-11
[PRIORITY]
179.
Change the minimum priority of log messages from the init daemon
2008-03-11
Change the minimum priority of log messages from the init daemon
180.
PRIORITY may be one of: `debug' (messages useful for debugging upstart are logged, equivalent to --debug on kernel command-line); `info' (messages about job goal and state changes, as well as event emissions are logged, equivalent to --verbose on the kernel command-line); `message' (informational and debugging messages are suppressed, the default); `warn' (ordinary messages are suppressed whilst still logging warnings and errors); `error' (only errors are logged, equivalent to --quiet on the kernel command-line) or `fatal' (only fatal errors are logged). Without arguments, this outputs the current log priority.
2009-07-11
PRIORITY may be one of: ‘debug’ (messages useful for debugging upstart are logged, equivalent to --debug on kernel command-line); ‘info’ (messages about job goal and state changes, as well as event emissions are logged, equivalent to --verbose on the kernel command-line); ‘message’ (informational and debugging messages are suppressed, the default); ‘warn’ (ordinary messages are suppressed whilst still logging warnings and errors); ‘error’ (only errors are logged, equivalent to --quiet on the kernel command-line) or ‘fatal’ (only fatal errors are logged). Without arguments, this outputs the current log priority.
191.
don't sync before reboot or halt
2008-03-11
don't sync before reboot or halt
192.
force reboot or halt, don't call shutdown(8)
2008-03-11
force reboot or halt, don't call shutdown(8)
193.
switch off the power when called as halt
2008-03-11
switch off the power when called as halt
194.
don't actually reboot or halt, just write wtmp record
2009-07-11
don't actually reboot or halt, just write wtmp record
195.
Halt the system.
2008-03-11
Halt the system.
196.
Power off the system.
2008-03-11
Power off the system.
197.
Reboot the system.
2008-03-11
Reboot the system.
198.
This command is intended to instruct the kernel to reboot or halt the system; when run without the -f option, or when in a system runlevel other than 0 or 6, it will actually execute /sbin/shutdown.
2009-07-11
This command is intended to instruct the kernel to reboot or halt the system; when run without the -f option, or when in a system runlevel other than 0 or 6, it will actually execute /sbin/shutdown.
199.
Calling shutdown
2008-03-11
Calling shutdown
200.
Unable to execute shutdown: %s
2008-03-11
Unable to execute shutdown: %s
201.
Rebooting
2008-03-11
Rebooting
202.
Halting
2008-03-11
Halting
203.
Powering off
2008-03-11
Powering off
204.
[UTMP]
2008-03-11
[UTMP]
205.
Output previous and current runlevel.
2008-03-11
Output previous and current runlevel.
206.
The system /var/run/utmp file is used unless the alternate file UTMP is given.
2009-07-11
The system /var/run/utmp file is used unless the alternate file UTMP is given.
207.
reboot after shutdown
2008-03-11
reboot after shutdown
208.
halt or power off after shutdown
2008-03-11
halt or power off after shutdown
209.
halt after shutdown (implies -h)
2008-03-11
halt after shutdown (implies -h)
210.
power off after shutdown (implies -h)
2008-03-11
power off after shutdown (implies -h)
211.
cancel a running shutdown
2008-03-11
cancel a running shutdown
212.
only send warnings, don't shutdown
2008-03-11
only send warnings, don't shutdown
213.
TIME [MESSAGE]
2008-03-11
TIME [MESSAGE]
214.
Bring the system down.
2008-03-11
Bring the system down.
215.
TIME may have different formats, the most common is simply the word 'now' which will bring the system down immediately. Other valid formats are +m, where m is the number of minutes to wait until shutting down and hh:mm which specifies the time on the 24hr clock. Logged in users are warned by a message sent to their terminal, you may include an optional MESSAGE included with this. Messages can be sent without actually bringing the system down by using the -k option. If TIME is given, the command will remain in the foreground until the shutdown occurs. It can be cancelled by Control-C, or by another user using the -c option. The system is brought down into maintenance (single-user) mode by default, you can change this with either the -r or -h option which specify a reboot or system halt respectively. The -h option can be further modified with -H or -P to specify whether to halt the system, or to power it off afterwards. The default is left up to the shutdown scripts.
2008-03-11
TIME may have different formats, the most common is simply the word ‘now’ which will bring the system down immediately. Other valid formats are +m, where m is the number of minutes to wait until shutting down and hh:mm which specifies the time on the 24hr clock. Logged in users are warned by a message sent to their terminal, you may include an optional MESSAGE included with this. Messages can be sent without actually bringing the system down by using the -k option. If TIME is given, the command will remain in the foreground until the shutdown occurs. It can be cancelled by Control-C, or by another user using the -c option. The system is brought down into maintenance (single-user) mode by default, you can change this with either the -r or -h option which specify a reboot or system halt respectively. The -h option can be further modified with -H or -P to specify whether to halt the system, or to power it off afterwards. The default is left up to the shutdown scripts.
216.
%s: time expected
2008-03-11
%s: time expected
217.
%s: illegal hour value
2008-03-11
%s: illegal hour value
218.
%s: illegal minute value
2008-03-11
%s: illegal minute value
219.
%s: illegal time value
2008-03-11
%s: illegal time value
220.
Shutdown is not running
2008-03-11
Shutdown is not running
221.
Another shutdown is already running
2008-03-11
Another shutdown is already running
222.
Cannot find pid of running shutdown
2008-03-11
Cannot find pid of running shutdown
223.
Unable to change directory
2009-07-11
Unable to change directory
224.
Unable to write pid file
2008-03-11
Unable to write pid file