]> git.pld-linux.org Git - projects/rc-scripts.git/blame - dumb.sh
- dump script with various messages
[projects/rc-scripts.git] / dumb.sh
CommitLineData
92284cd9 1#!/bin/sh
2# dump script used to generate .pot for translations
3
4if /bin/false; then
5
6nls "Zope (pid %s) is running"
7nls "alarmwatch not configured (CHIPS not set), cannot start."
8nls "No kernel APM support!"
9nls "(backgrounded)"
10nls "Setting up sound card mixer"
11nls "Sound card mixer is already set up"
12nls "Saving sound card mixer's settings"
13nls "Sound card mixer hasn't been set up"
14nls "Modular sound card detected."
15nls "Monolithic sound card detected."
16nls "MIDI device present."
17nls "MIDI device not detected."
18nls "Sound card not configured."
19nls "Configured Mount Points:"
20nls "Active Mount Points:"
21nls "Waiting for Coda server shutdown"
22nls "Setting Text Mode"
23nls "Loading console font and map"
24nls "Loading keyboard table"
25nls "Missing service directory!"
26nls "Create %s first."
27nls "no dictionaries found"
28nls "Uploading em8300 microcode"
29nls "Removing em8300 modules"
30nls "Loading module"
31nls "MySQL config $MYSQLD_CONFIG does not exist"
32nls "MySQL datadir $MYSQL_DATA_DIR not configured properly!"
33nls "Edit $MYSQLD_CONFIG and configure it."
34nls "MySQL user not configured properly!"
35nls "Edit $MYSQLD_CONFIG and configure it."
36nls "Seems that database is initialized now. Remove by hand %s"
37nls "before initializing database."
38nls "Sorry, the host name is not configured."
39nls "Please configure the 'hostname' command to return a hostname."
40nls "Sorry, the host '%s' could not be looked up."
41nls "Please configure the 'hostname' command to return a correct hostname."
42nls ""
43
44fi
This page took 0.030824 seconds and 4 git commands to generate.