/[gnump3d]/gnump3d/lib/gnump3d/lang/en.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/lang/en.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by skx, Tue Oct 14 15:35:01 2003 UTC revision 1.5 by skx, Tue Oct 14 17:51:26 2003 UTC
# Line 126  E_O_NO_PLUGIN_DIR Line 126  E_O_NO_PLUGIN_DIR
126    
127    
128    
129    $TEXT{ NO_PLUGINS } =<<E_O_NO_PLUGINS_FOUND;
130       There were no plugins found in the plugin directory \$plugin_dir.
131    
132       Aborting.
133    
134    E_O_NO_PLUGINS_FOUND
135    
136    
137    
138    
139    $TEXT{ CONFIG_MISSING } =<<E_CONFIG_MISSING;
140      The configuration file which I've tried to read doesn't exist:
141     \$CONFIG_FILE
142    
143      To fix this you may specify the path to a configuration file with
144     the '--config' argument.
145    
146    E_CONFIG_MISSING
147    
148    
149    
150    
151  $TEXT{ DEFAULT_THEME_MISSING } =<<E_O_NO_DEFAULT_THEME;  $TEXT{ DEFAULT_THEME_MISSING } =<<E_O_NO_DEFAULT_THEME;
152    The theme directory '\$theme_dir' doesn\'t contain the default theme    The theme directory '\$theme_dir' doesn\'t contain the default theme
153  '\$default_theme'  which you have elected to use.  '\$default_theme'  which you have elected to use.
# Line 187  E_NO_FORK Line 209  E_NO_FORK
209    
210    
211    
212    $TEXT{ ACCESS_DENIED } =<<E_ACCESS_DENIED;
213      Access has been denied to \$connected_address.
214    
215      Please contact the system administrator if you believe this
216     message is in error.
217    
218    E_ACCESS_DENIED
219    
220    
221    
222    
223    $TEXT{ ERROR404 } =<<E_404_TEXT;
224    
225      The requested file <code>\$uri</code> couldn't be found.
226    
227      Please try returning to the <a href="/">index</a>.
228    
229    E_404_TEXT
230    
231    
232    
233    
234    $TEXT{ EMPTY_PLAYLIST } =<<E_EMPTY_PLAYLIST;
235    
236      The selected playlist file is empty.
237    
238      Please try a different choice, and report this error to the
239     server owner.
240    
241    E_EMPTY_PLAYLIST
242    
243    
244    
245    
246  $TEXT{ INDEXING_COMPLETE } =<<E_INDEX_DONE;  $TEXT{ INDEXING_COMPLETE } =<<E_INDEX_DONE;
247    Indexing complete    Indexing complete
248    
249  E_INDEX_DONE  E_INDEX_DONE
250    
251    
252    
253    $TEXT{ FAIL_TRUNCATE } =<<E_FAIL_TRUNCATE;
254      Unable to truncate the access log file '\$access_log'.
255    
256      The system error was:
257    
258          \$!
259    
260    E_FAIL_TRUNCATE
261    
262    
263    $TEXT{ FAIL_OPEN_LOGFILE } =<<E_FAIL_LOGFILE;
264      We failed to open the access log, so we're aborting.
265    
266      The file was '\$access_log', and the system error was:
267    
268          \$!
269    
270    E_FAIL_LOGFILE
271    
272    
273    
274    
275    $TEXT{ FAILED_USER_SWITCH } =<<FAILED_USER_DETAILS;
276      Error failed to find ID and GID for user \$username
277     this means I can't switch user - so I'm not going to start!
278    
279      This error can be fixed by changing the 'user = \$username'
280     line in gnump3d.conf.
281    
282    FAILED_USER_DETAILS
283    
284    
285    
286    
287    
288    #
289    #  Module loaded correctly now.
290    #
291  1;  1;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26