1 | _AbortLockingProcess () { echo "Cancel tasks" ; } |
---|
2 | _Add () { echo "Add" ; } |
---|
3 | _April () { echo "April" ; } |
---|
4 | _August () { echo "August" ; } |
---|
5 | _BusyProcessingPleaseWait () { echo "Can't open page: The system is still executing your previous task... One moment please." ; } |
---|
6 | _Cancel () { echo "Cancel" ; } |
---|
7 | _ChooseFileName () { echo "Choose filename" ; } |
---|
8 | _Close () { echo "Close" ; } |
---|
9 | _Comment () { echo "Comment" ; } |
---|
10 | _ConfirmDelete () { echo "Are you sure that you want to remove this item?" ; } |
---|
11 | _CouldntValidateData () { echo "You already sended this data to this page. Hint: Perhaps you've used the back-button or revisited the page another way." ; } |
---|
12 | _Day () { echo "day" ; } |
---|
13 | _Days () { echo "days" ; } |
---|
14 | _December () { echo "December" ; } |
---|
15 | _Del () { echo "Remove" ; } |
---|
16 | _Description () { echo "Description" ; } |
---|
17 | _Disable () { echo "Disabled" ; } |
---|
18 | _Downloading () { echo "Busy downloading $c ... $a% ($b bytes)" ; } |
---|
19 | _DownloadStart () { echo "Busy downloading from $a..." ; } |
---|
20 | _EditLanguageTexts () { echo "Show language editor (this way you can make language suggestions)" ; } |
---|
21 | _Email () { echo "Email" ; } |
---|
22 | _Enable () { echo "Enabled" ; } |
---|
23 | _EnterValidIp () { echo "Enter a valid IP address" ; } |
---|
24 | _ErrorCantConnect () { echo "Can't establish a connection with $a. Linux error message: $b" ; } |
---|
25 | _ErrorCopyingFile () { echo "Error while copying '$patha' to '$pathb'!" ; } |
---|
26 | _ErrorCopyingPermissions () { echo "Error copying permissions." ; } |
---|
27 | _ErrorDeletingFile () { echo "Error while deleting '$path'!" ; } |
---|
28 | _ErrorDomainIsInvalid () { echo "$a is a invalid domain name. (E.g.: google.com or subdomain.domain.com)" ; } |
---|
29 | _ErrorDomainIsRequired () { echo "Enter a domain name." ; } |
---|
30 | _ErrorEmailAddressIsRequired () { echo "Enter an emailaddress." ; } |
---|
31 | _ErrorExpectedStringNotFound () { echo "Expected text was not received. (system waited '$a' and received '$b')" ; } |
---|
32 | _ErrorFilenameIsInvalid () { echo "_ErrorFilenameIsInvalid($a,$b,$c,$d)" ; } |
---|
33 | _ErrorFilenameIsRequired () { echo "_ErrorFilenameIsRequired($a,$b,$c,$d)" ; } |
---|
34 | _ErrorFQDNIsInvalid () { echo "$a is an invalid or incomplete domain name. (use at least 3 fields, e.g.: host.domain.com or host.subdomain.com)" ; } |
---|
35 | _ErrorFQDNIsRequired () { echo "Enter a fully qualified domain name." ; } |
---|
36 | _ErrorGettingUrl () { echo "Error while getting $a\nError output:\n$b" ; } |
---|
37 | _ErrorHostnameIsInvalid () { echo "$a is a invalid hostname!" ; } |
---|
38 | _ErrorHostnameIsRequired () { echo "Enter a hostname." ; } |
---|
39 | _ErrorHostnameOrIpAddressIsRequired () { echo "Enter an IP address or hostname." ; } |
---|
40 | _ErrorIntToHigh () { echo "Given value too high. Maximum: $a" ; } |
---|
41 | _ErrorIntToLow () { echo "Given value too low. Minimum: $a" ; } |
---|
42 | _ErrorIntValueIsRequired () { echo "Value required." ; } |
---|
43 | _ErrorInvalidEmailAddress () { echo "$a is a invalid email address! (Use the format name@domain.com)" ; } |
---|
44 | _ErrorInvalidHostnameOrIpAddress () { echo "$a is a invalid IP address or hostname!" ; } |
---|
45 | _ErrorInvalidMailDomain () { echo "$a is no valid email domain!" ; } |
---|
46 | _ErrorIPAdressIsInvalid () { echo "$a is an invalid IP address! (Use the form 1.2.3.4)" ; } |
---|
47 | _ErrorIPAdressIsRequired () { echo "Enter an IP address." ; } |
---|
48 | _ErrorLoadingModule () { echo "A problem occured while loading module $a" ; } |
---|
49 | _ErrorLockingFile () { echo "Error while locking '$path'!" ; } |
---|
50 | _ErrorMacIsInvalid () { echo "This is not a valid MAC address." ; } |
---|
51 | _ErrorMacIsRequired () { echo "MAC address is required." ; } |
---|
52 | _ErrorMakeingSymlink () { echo "Error while creating symlink. ($b -> $a)" ; } |
---|
53 | _ErrorNetmaskIsInvalid () { echo "$a is a invalid netmask. (E.g.: 255.255.0.0)" ; } |
---|
54 | _ErrorNetmaskIsRequired () { echo "Enter a netmask." ; } |
---|
55 | _ErrorParsingConfig () { echo "Error in configration file $a" ; } |
---|
56 | _ErrorPortnumberIsInvalid () { echo "$a is no valid port number. (range is 1 to 65535)" ; } |
---|
57 | _ErrorPortnumberIsRequired () { echo "Enter a port number." ; } |
---|
58 | _ErrorReadingFile () { echo "Error while reading '$path'!" ; } |
---|
59 | _ErrorServiceDoesNotExist () { echo "Service $a do not exists!" ; } |
---|
60 | _ErrorSharenameIsInvalid () { echo "Invalid share name! (2-12 letters, numbers, dashes)" ; } |
---|
61 | _ErrorSharenameIsRequired () { echo "Enter a share name." ; } |
---|
62 | _ErrorValidChoiceIsRequired () { echo "You need to make a valid choice!" ; } |
---|
63 | _ErrorValueNotInt () { echo "Value has to be integer." ; } |
---|
64 | _ErrorWhileConnecting () { echo "Error while connecting to $a. ($b)" ; } |
---|
65 | _ErrorWhileExecuting () { echo "Error while executing '$a'. Wrong output: $b" ; } |
---|
66 | _ErrorWhileReadingData () { echo "Error while reading of data. ($a)" ; } |
---|
67 | _ErrorWhileWriteData () { echo "Error while writing data ($a)" ; } |
---|
68 | _ErrorWritingFile () { echo "Error while writing to '$path'!" ; } |
---|
69 | _FatalError () { echo "Fatal error!" ; } |
---|
70 | _February () { echo "February" ; } |
---|
71 | _Filter () { echo "Search" ; } |
---|
72 | _FilterTextbox () { echo "Search for" ; } |
---|
73 | _Friday () { echo "Friday" ; } |
---|
74 | _Group () { echo "Group" ; } |
---|
75 | _Help () { echo "Help" ; } |
---|
76 | _Hostname () { echo "Hostname" ; } |
---|
77 | _Hour () { echo "hour" ; } |
---|
78 | _Hours () { echo "hours" ; } |
---|
79 | _Internet () { echo "Internet" ; } |
---|
80 | _IP () { echo "IP address" ; } |
---|
81 | _January () { echo "January" ; } |
---|
82 | _July () { echo "July" ; } |
---|
83 | _June () { echo "June" ; } |
---|
84 | _LevelRequired () { echo "You need to have level $a access or higher to view this page! |
---|
85 | " ; } |
---|
86 | _LogAlertingService () { echo "Service $a has been alarmed." ; } |
---|
87 | _LogCannotAlarmServiceBecauseItsNotRunning () { echo "Service $a cant be alarmed because it's not running." ; } |
---|
88 | _LogCannotHupServiceBecauseItsNotRunning () { echo "Can't reconfigure service $a (HUP) because it is disabled." ; } |
---|
89 | _LogCannotRestartServiceBecauseItsDown () { echo "Can't restart service $a because it is disabled!" ; } |
---|
90 | _LogEntry () { echo "Message" ; } |
---|
91 | _LogErrorStartingService () { echo "Error while starting service $a" ; } |
---|
92 | _LogErrorStoppingService () { echo "Error while stopping service $a" ; } |
---|
93 | _LogHuppingService () { echo "Service $a is being reconfigured (HUP)" ; } |
---|
94 | _LoginName () { echo "Username" ; } |
---|
95 | _LogRestartingAllServices () { echo "Restarting all services!" ; } |
---|
96 | _LogRestartingService () { echo "Restarting service $a." ; } |
---|
97 | _LogShuttingDownService () { echo "Stopping service $a." ; } |
---|
98 | _LogStartingService () { echo "Starting service $a." ; } |
---|
99 | _March () { echo "March" ; } |
---|
100 | _May () { echo "May" ; } |
---|
101 | _Minute () { echo "minute" ; } |
---|
102 | _Minutes () { echo "minutes" ; } |
---|
103 | _Monday () { echo "Monday" ; } |
---|
104 | _Netmask () { echo "Netmask" ; } |
---|
105 | _NewLogEntriesDuringThisAction () { echo "Results of the last action" ; } |
---|
106 | _No () { echo "No" ; } |
---|
107 | _NoLogEntriesFound () { echo "No logentries found" ; } |
---|
108 | _None () { echo "(none)" ; } |
---|
109 | _November () { echo "November" ; } |
---|
110 | _October () { echo "October" ; } |
---|
111 | _Ok () { echo "Ok" ; } |
---|
112 | _Password () { echo "Password" ; } |
---|
113 | _PleaseSolveTheseErrors () { echo "First solve these problems." ; } |
---|
114 | _Processing () { echo "Processing..." ; } |
---|
115 | _RedirectingTo () { echo "You are redirected ..." ; } |
---|
116 | _Refresh () { echo "Refresh" ; } |
---|
117 | _RpcError () { echo "An error was found while trying to communicate with the Syn-3 office: $a" ; } |
---|
118 | _Saturday () { echo "Saturday" ; } |
---|
119 | _Save () { echo "Save" ; } |
---|
120 | _SccConnectionLost () { echo "The connection between SCC and your browser is down! Please try again." ; } |
---|
121 | _SD_servicename () { echo "_SD_servicename($a,$b,$c,$d)" ; } |
---|
122 | _Second () { echo "Second" ; } |
---|
123 | _Seconds () { echo "Seconds" ; } |
---|
124 | _SelectAUser () { echo "Select a user!" ; } |
---|
125 | _September () { echo "September" ; } |
---|
126 | _Service () { echo "Service" ; } |
---|
127 | _SG_servicename () { echo "_SG_servicename($a,$b,$c,$d)" ; } |
---|
128 | _ShowAll () { echo "Show all" ; } |
---|
129 | _Started () { echo "Started" ; } |
---|
130 | _Stopped () { echo "Stopped" ; } |
---|
131 | _Sunday () { echo "Sunday" ; } |
---|
132 | _TestAndSave () { echo "Test and save" ; } |
---|
133 | _Thursday () { echo "Thursday" ; } |
---|
134 | _Tuesday () { echo "Tuesday" ; } |
---|
135 | _User () { echo "Username" ; } |
---|
136 | _UserName () { echo "Username" ; } |
---|
137 | _Wednesday () { echo "Wednesday" ; } |
---|
138 | _Week () { echo "Week $a" ; } |
---|
139 | _Year () { echo "Year $a" ; } |
---|
140 | _YearQuarter () { echo "Quarter $a" ; } |
---|
141 | _Yes () { echo "Yes" ; } |
---|
142 | _Lang_nl () { echo "Nederlands" ; } |
---|
143 | _Lang_en () { echo "English" ; } |
---|
144 | _Lang_de () { echo "Deutsch" ; } |
---|
145 | _Lang_pl () { echo "Polski" ; } |
---|
146 | _Lang_pt () { echo "Portuguese" ; } |
---|
147 | _Accept () { echo "Accept" ; } |
---|
148 | _AdvancedMode () { echo "Advanced installation with extra questions" ; } |
---|
149 | _AutomaticPartitioning () { echo "Automatic partitioning" ; } |
---|
150 | _BootHelp () { echo "Welcome, which version of Syn-3 do you wish to install: |
---|
151 | |
---|
152 | a - Advanced business server |
---|
153 | b - Business server |
---|
154 | e - Education server |
---|
155 | h - Home edition |
---|
156 | m - Execute a memory test. |
---|
157 | r - Resque mode - Detect and boot existing installation. |
---|
158 | |
---|
159 | To use textmode add the word 'text'. Example: a text |
---|
160 | |
---|
161 | Linux version: %k |
---|
162 | Syn-3 version: %s |
---|
163 | |
---|
164 | " ; } |
---|
165 | _CheckingSystem () { echo "Checking your system..." ; } |
---|
166 | _CheckNetworkSettings () { echo "Confirm the following network settings: |
---|
167 | Ip address :$1 |
---|
168 | Network mask :$2 |
---|
169 | Default gateway :$3" ; } |
---|
170 | _CopyFailed () { echo "Copying failed. The target media might be damaged or too small (1Gb needed)" ; } |
---|
171 | _CopyingInstaller () { echo "Busy copying..." ; } |
---|
172 | _CopyInstaller () { echo "Copy the Syn-3 installer to usb-stick or removable hard drive." ; } |
---|
173 | _CopySucceeded () { echo "The syn-3 installer was copied successfully " ; } |
---|
174 | _COUNT () { echo "." ; } |
---|
175 | _DoYouAcceptTheLicense () { echo "Do you accept the license?" ; } |
---|
176 | _DoYouWantToContinue () { echo "Do you want to continue?" ; } |
---|
177 | _DoYouWantToUseNormalMode () { echo "Do you want to use normal configuration mode? |
---|
178 | Choose NO for advanced mode, which has with more options." ; } |
---|
179 | _EnterGateway () { echo "Enter the default gateway IP address" ; } |
---|
180 | _EnterIP () { echo "Enter the IP address of this server" ; } |
---|
181 | _EnterNetmask () { echo "Enter the network mask (e.g. 255.255.255.0)" ; } |
---|
182 | _EnterPrimaryIP () { echo "Enter the 1st IP address for server redundancy." ; } |
---|
183 | _EnterSecondaryIP () { echo "Enter the 2nd IP address for server redundancy." ; } |
---|
184 | _ErrorMountingDisk () { echo "Could not mount your disc" ; } |
---|
185 | _ErrorNoDisksDetected () { echo "Syn-3 couldn't detect any harddisks on your system! Please try again using advanced installation mode." ; } |
---|
186 | _ErrorNoNetworkCards () { echo "Syn-3 didn't detect any network cards! Use another type of network card or contact the Syn-3 website. Otherwise try installation in advanced mode." ; } |
---|
187 | _ErrorWhilePreparing () { echo "Error while preparing the system. |
---|
188 | Use the following information when you contact a helpdesk:" ; } |
---|
189 | _FinishedSystemWillStart () { echo "The installation has finished, Syn-3 will be started..." ; } |
---|
190 | _InitializingDisks () { echo "Initializing discs..." ; } |
---|
191 | _Installation () { echo "Syn-3 installation" ; } |
---|
192 | _InstallationAborted () { echo "Installation aborted!" ; } |
---|
193 | _InstallationFailedCheckThisInfo () { echo "The installation has failed! |
---|
194 | Use the following information when you contact a helpdesk:" ; } |
---|
195 | _InstallationHasFailed () { echo "The installation has failed!" ; } |
---|
196 | _InstallingPackage () { echo "Installing $1" ; } |
---|
197 | _InstallingPackages () { echo "Installation of the software packages..." ; } |
---|
198 | _Lang () { echo "." ; } |
---|
199 | _MakeThisARedundantServer () { echo "Do you use redundancy and make this server a secondary server?" ; } |
---|
200 | _MountingDisks () { echo "Mounting your discs..." ; } |
---|
201 | _NeedAtLeastTwoPartitions () { echo "At least 2 partitions are needed" ; } |
---|
202 | _Next () { echo "Next" ; } |
---|
203 | _NormalMode () { echo "Normal installation (default)" ; } |
---|
204 | _NotAccepted () { echo "Not accepted" ; } |
---|
205 | _PartitioningHelp () { echo "Help with partitioning" ; } |
---|
206 | _PARTS () { echo "parts" ; } |
---|
207 | _PreparingSystem () { echo "Preparing the system..." ; } |
---|
208 | _RebootRequiredForPartioning () { echo "Your system has to be rebooted because of disc-partitioning. |
---|
209 | Restart the installation program after this please." ; } |
---|
210 | _RunningStresstestPressEnterToExit () { echo "De stresstest is being executed. This takes at least 12 hours. Press ctrl-c if the system has been tested enough." ; } |
---|
211 | _RunStressTest () { echo "Do you want to skip the stress-test? |
---|
212 | This will test your discs and hardware to see if they dont contain any errors. |
---|
213 | This test takes at least 12 hours." ; } |
---|
214 | _SelectDiscsToUse () { echo "Select the disks you want to use for the Syn-3." ; } |
---|
215 | _SelectDiscToCopyInstallerOn () { echo "Please select the target disk to copy the Syn-3 installer to." ; } |
---|
216 | _SelectInstallMode () { echo "Select your installation mode" ; } |
---|
217 | _SelectLanguage () { echo "Select your language" ; } |
---|
218 | _SelectNetworkCard () { echo "Select network card for the redundancy crosslink. |
---|
219 | Which card is currently receiving the heartbeats? |
---|
220 | (Tip: disconnect all other cables)" ; } |
---|
221 | _SelectNetworkZone () { echo "Which zone did you select on the other server for the redundancy crosslink?" ; } |
---|
222 | _SlaveMode () { echo "Setting up a secondary server for redundancy" ; } |
---|
223 | _Step1License () { echo "Step 1: License agreement" ; } |
---|
224 | _Step2Configuration () { echo "Step 2: Configuration" ; } |
---|
225 | _Step3Installation () { echo "Step 3: Installation" ; } |
---|
226 | _Step4FinishInstallation () { echo "Step 4: Finishing installation" ; } |
---|
227 | _WarningDisksWillBeErased () { echo "WARNING: All data on all your discs will be deleted! |
---|
228 | The following discs are detected:" ; } |
---|
229 | _WarningStresstestFailed () { echo "Caution: The stress-test has failed. It is highly recommended that you solve these hardware issues before you continue installing." ; } |
---|