]> git.pld-linux.org Git - projects/rc-scripts.git/blob - dumb.sh
updated
[projects/rc-scripts.git] / dumb.sh
1 #!/bin/sh
2 # dump script used to generate .pot for translations
3
4 if /bin/false; then
5
6 nls "Zope (pid %s) is running"                          "$1"
7 nls "alarmwatch not configured (CHIPS not set), cannot start."
8 nls "No kernel APM support"
9 nls "(backgrounded)"
10 nls "Setting up sound card mixer"
11 nls "Sound card mixer is already set up"
12 nls "Saving sound card mixer's settings"
13 nls "Sound card mixer hasn't been set up"
14 nls "Modular sound card detected."
15 nls "Monolithic sound card detected."
16 nls "MIDI device present."
17 nls "MIDI device not detected."
18 nls "Sound card not configured."
19 nls "Configured Mount Points:"
20 nls "Active Mount Points:"
21 nls "Waiting for Coda server shutdown"
22 nls "Setting Text Mode"
23 nls "Loading console font and map"
24 nls "Loading keyboard table"
25 nls "Enabling SAK sequence"
26 nls "Setting terminals to default values"
27 nls "Missing service directory"
28 nls "Create %s first."                                  "$1"
29 nls "no dictionaries found"
30 nls "Uploading em8300 microcode"
31 nls "Removing em8300 modules"
32 nls "Loading module"
33 nls "exim.conf: queue_only = true is missing"
34 nls "Please edit /etc/sysconfig/frox !"
35 nls "Redirecting FTP traffic"
36 nls "Removing FTP traffic redirection"
37 nls "ipchains/iptables not found. Cannot continue"
38 nls "Generating %s"                                     "$1"
39 nls "Setting filter rules"
40 nls "Flushing filter rules"
41 nls "%s not generated"                                  "$1"
42 nls "%s outdated"                                       "$1"
43 nls "%s not applied"                                    "$1"
44 nls "filter rules applied"
45 nls "Frame buffer present."
46 nls "Setting default video mode"
47 nls "Cannot start Pluto, system lacks /dev/random"
48 nls "Dumpdir \`%s' does not exist, ignored."            "$1"
49 nls "Starting FreeS/WAN IPSEC"
50 nls "Stopping FreeS/WAN IPSEC"
51 nls "Please set %s in /etc/sysconfig/mouse"
52 nls "Setting parameters for drive %s"
53 nls "IP protocols logger"
54 nls "IRCd Server"
55 nls "Courier IMAP - Authdaemon"
56 nls "DHCP Server"
57 nls "Gnome Display Manager"
58 nls "OpenH323 gatekeeper"
59 nls "Jabber GaduGadu transport"
60 nls "Jabber ICQ transport daemon"
61 nls "KDE Display Manager"
62 nls "OpenLDAP Update Replication Daemon"
63 nls "Linux Infrared Remote Control daemon"
64 nls "Linux Infrared Remote Control mouse daemon"
65 nls "System logger"
66 nls "Kernel logger"
67 nls "PPPoE Server"
68 nls "PPPoE Relay Server"
69 nls "KerberosV service"
70 nls "%s is missing"                                     $1
71 nls "Starting Kerberos KDC"
72 nls "Starting Administration Server"
73 nls "Stopping Kerberos KDC"
74 nls "Stopping Administration Server"
75 nls "Linux Infrared Remote Control daemon"
76 nls "OpenLDAP Update Replication Daemon"
77 nls "Linux Infrared Remote Control mouse daemon"
78 nls "multicast routing daemon"
79 nls "Dynamic Route Daemon"
80 nls "MySQL config %s does not exist"
81 nls "MySQL datadir %s not configured properly"
82 nls "MySQL user not configured properly"
83 nls "Edit %s and configure it."
84 nls "MySQL database not initialized. Try \"%s init\" before start."     $1
85 nls "Seems that database is initialized now. Remove by hand %s" "$1"
86 nls "before initializing database."
87 nls "Creating privilege mysql tables"
88 nls "Sorry, the host name is not configured."
89 nls "Please configure the 'hostname' command to return a hostname."
90 nls "Sorry, the host '%s' could not be looked up."      "$1"
91 nls "Please configure the 'hostname' command to return a correct hostname."
92 nls "Initializing Oops"
93 nls "pks database not initialized. Try \"%s init\" before start."       "$1"
94 nls "Seems that database is initialized now."
95 nls "Initializing database for pks"
96 nls "Initializing squid"
97 nls "No SSH host key found! You must run \"%s init\" first."    "$1"
98 nls "JAVA_HOME is not set! Edit /etc/sysconfig/tomcat"
99 nls "Mounting NFS filesystems"
100 nls "Unmounting NFS filesystems"
101 nls "Configured NFS mountpoints:"
102 nls "Active NFS mountpoints:"
103 nls "/proc filesystem unavailable"
104 nls "Registering %s"
105 nls "Unregistering %s"
106 nls "netsaint NSCA daemon"
107 nls "Stopping MARS: stopping all connections"
108 nls "Starting UPS drivers"
109 nls "Stopping UPS drivers"
110 nls "Reloading UPS drivers"
111 nls "UPS drivers and network daemon"
112 nls "UPS network daemon"
113 nls "Syncing time for ntp"
114 nls "Error: portmap isn't running"
115 nls "netsaint NRPE daemon"
116 nls "Name Switch Cache Daemon"
117 nls ""
118 nls ""
119 nls ""
120
121 fi
This page took 0.04862 seconds and 4 git commands to generate.