/[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.3 by skx, Tue Oct 14 13:52:06 2003 UTC revision 1.4 by skx, Tue Oct 14 15:35:01 2003 UTC
# Line 1  Line 1 
1  # -#- cperl -#-  #!/usr/bin/perl -w # -*- cperl -*- #
2  #  #
3  #  English resources for GNUMP3d.  #  en.pm - English language resources for GNUMP3d
4  #  #
5  #  These text strings may be freely copied and modified to form the  #  GNU MP3D - A portable(ish) MP3 server.
6  # basis of a new locale for GNUMP3d.  #
7    # Homepage:
8    #   http://www.gnump3d.org/
9    #
10    # Author:
11    #  Steve Kemp <steve@steve.org.uk>
12    #
13    # Version:
14    #  $Id$
15    #
16    # This program is free software; you can redistribute it and/or modify
17    # it under the terms of the GNU General Public License as published by
18    # the Free Software Foundation; either version 2 of the License, or
19    # (at your option) any later version.
20    #
21    # This program is distributed in the hope that it will be useful,
22    # but WITHOUT ANY WARRANTY; without even the implied warranty of
23    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24    # GNU General Public License for more details.
25    #
26    # You should have received a copy of the GNU General Public License
27    # along with this program; if not, write to the Free Software
28    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
29    #
30    #  Steve Kemp
31    #  ---
32    #  http://www.steve.org.uk/
33  #  #
34  #  #
35    
36    
37    #
38    ##
39    #
40    #
41    #  This file may be copied and used as a basis of localisation for
42    # any other language.  Mail me your updated file and I'll happily
43    # include it within the distribution.
44    #
45    #
46    ##
47    #
48    
49    
50  #  #
51  #  Hash that contains all our text.  #  Hash that contains all our text.
# Line 126  E_O_NO_WRITE_SERVING Line 164  E_O_NO_WRITE_SERVING
164    
165    
166    
167    
168    
169    $TEXT{ RUNNING_INDEX } =<<E_RUNNING_INDEX;
170    
171     Indexing your music collection, this may take some time.
172    
173     (Run with '--fast' if you do not wish this to occur at startup).
174    
175    E_RUNNING_INDEX
176    
177    
178    
179    
180    $TEXT{ ERROR_FORK } = <<E_NO_FORK;
181      Cannot fork.
182    
183      The system error was \$!
184    
185    E_NO_FORK
186    
187    
188    
189    
190    $TEXT{ INDEXING_COMPLETE } =<<E_INDEX_DONE;
191      Indexing complete
192    
193    E_INDEX_DONE
194  1;  1;

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

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