/[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.7 by skx, Tue Oct 14 17:58:31 2003 UTC revision 1.8 by skx, Tue Oct 14 18:13:40 2003 UTC
# Line 134  $TEXT{ ROOT_MISSING } =<<E_O_NO_ROOT; Line 134  $TEXT{ ROOT_MISSING } =<<E_O_NO_ROOT;
134    The server root directory you specified, \$ROOT, is missing.    The server root directory you specified, \$ROOT, is missing.
135    
136    Please update your configuration file to specify the actual    Please update your configuration file to specify the actual
137   root directory you wish to serve media from.   root directory you wish to serve media from.  
138    
139      You can fix this error by changing the line that currently
140     reads:
141    
142       root = \$ROOT
143    
144  E_O_NO_ROOT  E_O_NO_ROOT
145    
146    
# Line 145  $TEXT{ THEME_DIR_MISSING } =<<E_O_NO_THE Line 151  $TEXT{ THEME_DIR_MISSING } =<<E_O_NO_THE
151    
152    Please update your configuration file to specify the actual theme    Please update your configuration file to specify the actual theme
153   directory you wish to use.   directory you wish to use.
154    
155      You can do this by changing the line which currently reads:
156    
157        theme_dir = \$theme_dir
158    
159  E_O_NO_THEME_DIR  E_O_NO_THEME_DIR
160    
161    
# Line 155  $TEXT{ PLUGIN_DIR_MISSING } =<<E_O_NO_PL Line 166  $TEXT{ PLUGIN_DIR_MISSING } =<<E_O_NO_PL
166    
167    Please update your configuration file to specify the actual plugin    Please update your configuration file to specify the actual plugin
168   directory you wish to use.   directory you wish to use.
169    
170      You can fix this problem by changing the line which currently
171     reads:
172    
173        plugin_directory = \$plugin_dir
174    
175  E_O_NO_PLUGIN_DIR  E_O_NO_PLUGIN_DIR
176    
177    
178    
179    
180  $TEXT{ NO_PLUGINS } =<<E_O_NO_PLUGINS_FOUND;  $TEXT{ NO_PLUGINS } =<<E_O_NO_PLUGINS_FOUND;
181     There were no plugins found in the plugin directory \$plugin_dir.     There were no plugins found in the plugin directory \$plugin_dir
182    
183     Aborting.     Aborting.
184    
# Line 177  $TEXT{ CONFIG_MISSING } =<<E_CONFIG_MISS Line 194  $TEXT{ CONFIG_MISSING } =<<E_CONFIG_MISS
194    To fix this you may specify the path to a configuration file with    To fix this you may specify the path to a configuration file with
195   the '--config' argument.   the '--config' argument.
196    
197      By default the files /etc/gnump3d/gnump3d.conf and ~/.gnump3drc will
198     be read under Unix and GNU/Linux systesm.
199    
200  E_CONFIG_MISSING  E_CONFIG_MISSING
201    
202    
# Line 186  $TEXT{ DEFAULT_THEME_MISSING } =<<E_O_NO Line 206  $TEXT{ DEFAULT_THEME_MISSING } =<<E_O_NO
206    The theme directory '\$theme_dir' doesn\'t contain the default theme    The theme directory '\$theme_dir' doesn\'t contain the default theme
207  '\$default_theme'  which you have elected to use.  '\$default_theme'  which you have elected to use.
208    
209    You specifiy an existing theme.    You can fix this problem by changing one or both of the lines which
210     currently read:
211      
212        theme_directory = \$theme_directory
213        theme           = \$default_theme
214    
215  E_O_NO_DEFAULT_THEME  E_O_NO_DEFAULT_THEME
216    
217    
# Line 197  $TEXT{ MIME_MISSING } =<<E_O_NO_MIME; Line 222  $TEXT{ MIME_MISSING } =<<E_O_NO_MIME;
222   exist.   exist.
223    
224    Please create '\$mime_file' - or update your configuration file to    Please create '\$mime_file' - or update your configuration file to
225   point to the file you wish to use.   point to the file you wish to use by updating the line which currently
226     reads:
227    
228        mime_file = \$mime_file
229    
230  E_O_NO_MIME  E_O_NO_MIME
231    
# Line 205  E_O_NO_MIME Line 233  E_O_NO_MIME
233    
234    
235  $TEXT{ RO_ACCESS_LOG } =<<E_O_NO_WRITE;  $TEXT{ RO_ACCESS_LOG } =<<E_O_NO_WRITE;
236  The logfile you\'ve chosen to use '\$access_log' isn\'t writable by you    The logfile you\'ve chosen to use '\$access_log' isn\'t writable by you
237    
238      You can fix this problem by modifying the permissions, or changing the
239     path of the file to one you can modify by changing the line which reads:
240    
241       logfile = \$access_log
242    
243  E_O_NO_WRITE  E_O_NO_WRITE
244    
245    
# Line 215  $TEXT{ RO_NOW_SERVING } =<<E_O_NO_WRITE_ Line 249  $TEXT{ RO_NOW_SERVING } =<<E_O_NO_WRITE_
249    The directory which we will write a record of files being served    The directory which we will write a record of files being served
250   isn\'t writable by us - \$NOW_PLAYING_PATH.   isn\'t writable by us - \$NOW_PLAYING_PATH.
251    
252    Please fix this, or specify an alternate directory.    Please fix this by either changing the permissions on that directory
253     or setting an alternate directory by changing the following line:
254    
255        now_playing_path = \$NOW_PLAYING_PATH
256    
257  E_O_NO_WRITE_SERVING  E_O_NO_WRITE_SERVING
258    
259    
# Line 234  E_RUNNING_INDEX Line 272  E_RUNNING_INDEX
272    
273    
274  $TEXT{ ERROR_FORK } = <<E_NO_FORK;  $TEXT{ ERROR_FORK } = <<E_NO_FORK;
275    Cannot fork.    Fatal error - cannot fork().
276    
277    The system error was \$!    The system error was \$!
278    
# Line 278  E_EMPTY_PLAYLIST Line 316  E_EMPTY_PLAYLIST
316    
317    
318  $TEXT{ INDEXING_COMPLETE } =<<E_INDEX_DONE;  $TEXT{ INDEXING_COMPLETE } =<<E_INDEX_DONE;
319    Indexing complete    Indexing complete.
320    
321  E_INDEX_DONE  E_INDEX_DONE
322    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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