]> 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
81 nls "MySQL config %s does not exist"
82 nls "MySQL datadir %s not configured properly"
83 nls "MySQL user not configured properly"
84 nls "Edit %s and configure it."
85 nls "MySQL database not initialized. Try \"%s init\" before start."     $1
86 nls "Seems that database is initialized now. Remove by hand %s" "$1"
87 nls "before initializing database."
88 nls "Creating privilege mysql tables"
89 nls "Sorry, the host name is not configured."
90 nls "Please configure the 'hostname' command to return a hostname."
91 nls "Sorry, the host '%s' could not be looked up."      "$1"
92 nls "Please configure the 'hostname' command to return a correct hostname."
93 nls "Initializing Oops"
94 nls "pks database not initialized. Try \"%s init\" before start."       "$1"
95 nls "Seems that database is initialized now."
96 nls "Initializing database for pks"
97 nls "Initializing squid"
98 nls "No SSH host key found! You must run \"%s init\" first."    "$1"
99 nls "JAVA_HOME is not set! Edit /etc/sysconfig/tomcat"
100 nls ""
101
102 fi
This page took 0.091494 seconds and 4 git commands to generate.