]> git.pld-linux.org Git - projects/rc-scripts.git/blame - dumb.sh
updated
[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
4a5a0f95 6nls "Zope (pid %s) is running" "$1"
92284cd9 7nls "alarmwatch not configured (CHIPS not set), cannot start."
4a5a0f95 8nls "No kernel APM support"
92284cd9 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"
4a5a0f95 25nls "Enabling SAK sequence"
26nls "Setting terminals to default values"
27nls "Missing service directory"
28nls "Create %s first." "$1"
92284cd9 29nls "no dictionaries found"
30nls "Uploading em8300 microcode"
31nls "Removing em8300 modules"
32nls "Loading module"
4a5a0f95 33nls "exim.conf: queue_only = true is missing"
34nls "Please edit /etc/sysconfig/frox !"
35nls "Redirecting FTP traffic"
36nls "Removing FTP traffic redirection"
37nls "ipchains/iptables not found. Cannot continue"
38nls "Generating %s" "$1"
39nls "Setting filter rules"
40nls "Flushing filter rules"
41nls "%s not generated" "$1"
42nls "%s outdated" "$1"
43nls "%s not applied" "$1"
44nls "filter rules applied"
45nls "Frame buffer present."
46nls "Setting default video mode"
47nls "Cannot start Pluto, system lacks /dev/random"
48nls "Dumpdir \`%s' does not exist, ignored." "$1"
49nls "Starting FreeS/WAN IPSEC"
50nls "Stopping FreeS/WAN IPSEC"
51nls "Please set %s in /etc/sysconfig/mouse"
52nls "Setting parameters for drive %s"
53nls "IP protocols logger"
54nls "IRCd Server"
55nls "Courier IMAP - Authdaemon"
56nls "DHCP Server"
57nls "Gnome Display Manager"
58nls "OpenH323 gatekeeper"
59nls "Jabber GaduGadu transport"
60nls "Jabber ICQ transport daemon"
61nls "KDE Display Manager"
62nls "OpenLDAP Update Replication Daemon"
63nls "Linux Infrared Remote Control daemon"
64nls "Linux Infrared Remote Control mouse daemon"
65nls "System logger"
66nls "Kernel logger"
b712f3d4 67nls "PPPoE Server"
68nls "PPPoE Relay Server"
4a5a0f95 69nls "KerberosV service"
70nls "%s is missing" $1
71nls "Starting Kerberos KDC"
72nls "Starting Administration Server"
73nls "Stopping Kerberos KDC"
74nls "Stopping Administration Server"
b712f3d4 75nls "Linux Infrared Remote Control daemon"
76nls "OpenLDAP Update Replication Daemon"
77nls "Linux Infrared Remote Control mouse daemon"
78nls "multicast routing daemon"
79nls "Dynamic Route Daemon"
4a5a0f95 80
81nls "MySQL config %s does not exist"
82nls "MySQL datadir %s not configured properly"
83nls "MySQL user not configured properly"
84nls "Edit %s and configure it."
85nls "MySQL database not initialized. Try \"%s init\" before start." $1
86nls "Seems that database is initialized now. Remove by hand %s" "$1"
92284cd9 87nls "before initializing database."
4a5a0f95 88nls "Creating privilege mysql tables"
92284cd9 89nls "Sorry, the host name is not configured."
90nls "Please configure the 'hostname' command to return a hostname."
4a5a0f95 91nls "Sorry, the host '%s' could not be looked up." "$1"
92284cd9 92nls "Please configure the 'hostname' command to return a correct hostname."
b712f3d4 93nls "Initializing Oops"
94nls "pks database not initialized. Try \"%s init\" before start." "$1"
95nls "Seems that database is initialized now."
96nls "Initializing database for pks"
97nls "Initializing squid"
4a5a0f95 98nls "No SSH host key found! You must run \"%s init\" first." "$1"
99nls "JAVA_HOME is not set! Edit /etc/sysconfig/tomcat"
92284cd9 100nls ""
101
4a5a0f95 102fi
This page took 0.127018 seconds and 4 git commands to generate.