source: main/trunk/gli/classes/dictionary.properties@ 22661

Last change on this file since 22661 was 22661, checked in by ak19, 14 years ago

Next set of changes for ticket 152: moveable collectdir (so that collect dir can be on a pen drive). These are changes for when GLI's LocalLibraryServer tells server.jar to reconfigure itself (to update the COLLECTHOME alias in the apache web server's httpd.conf file when the collectdir has changed) and restart the server.

  • Property svn:keywords set to Author Date Id Revision
File size: 68.2 KB
Line 
1#*******************
2#** Language Orientation Property
3Component.Orientation:LTR
4
5#*******************
6#
7#***** AboutDialog *****
8AboutDialog.Acknowledgement:Acknowledgements for proprietary programs, packages or classes...
9AboutDialog.Date:(November 2009)
10AboutDialog.Item0:'Xerces Java 1' from The Apache Software Foundation (http://www.apache.org/)
11AboutDialog.Item2:'WGet' from Free Software Foundation, Inc. (http://www.gnu.org/software/wget/wget.html)
12AboutDialog.Item3:'qflib' from Quality First Software GmbH. (http://www.qfs.de/en/qflib/index.html)
13AboutDialog.Item4:'ExtensionFileFilter.class' by Bruno Dumon and contributors (http://pollo.sourceforge.net/)
14AboutDialog.Item5:'How to disable file renaming in file chooser' - vladi21 (http://www.experts-exchange.com/)
15AboutDialog.Item6:'Autoscrolling' - Java Swing by Robert Eckstein, Marc Loy & Dave Wood (http://www.oreilly.com/catalog/jswing/chapter/dnd.beta.pdf)
16AboutDialog.Item7:'Add ghosted drag images to your JTrees' - By Andrew J. Armstrong (http://www.javaworld.com/javaworld/javatips/jw-javatip114.html)
17AboutDialog.Item8:'Stop annoying java.prefs error when you don't have superuser access' - Thanks to Walter Schatz
18AboutDialog.Item9:'New folder', 'delete' and 'help' icons from the Dropline Neu! icon set by Silvestre Herrera, available from http://art.gnome.org/
19AboutDialog.Java_Req:Java is a trademark of Sun Microsystems Inc. The JRE is redistributed as per the Supplemental License Terms, found at http://java.sun.com/j2se/1.4.1/j2re-1_4_1_02-license.html
20AboutDialog.Java_Req_One:This product includes code licensed from RSA Security, Inc.
21AboutDialog.Java_Req_Two:Some portions licensed from IBM are available at http\://oss.software.ibm.com/icu4j/
22AboutDialog.Thanks:Also thanks to those who posted helpful java information on the web...
23AboutDialog.Title:About...
24AboutDialog.Title_One:Greenstone Librarian Interface
25AboutDialog.Title_Two:Greenstone Digital Library, University of Waikato
26AboutDialog.Copyright:Copyright (C) 2003-2009 New Zealand Digital Library Project
27AboutDialog.Copyright_Two:Published under the GPL. See LICENSE.txt for details.
28#***********************
29#
30#***** Audit Table *****
31AuditTable.File:Filename
32#***********************
33#
34#***** Auto Filter *****
35Autofilter.AND:AND
36Autofilter.Ascending:Ascending
37Autofilter.Case_Sensitive:Match Case
38Autofilter.Custom_Filter:Advanced
39Autofilter.Descending:Descending
40Autofilter.Filter_By_Value:Simple
41Autofilter.Name:Column Name
42Autofilter.None:None
43Autofilter.Operator:Condition
44Autofilter.OR:OR
45Autofilter.Order:Ordering
46Autofilter.Order_Tooltip:Sort the matching items in this order
47Autofilter.Remove:Remove Filter
48Autofilter.Remove_Tooltip:Remove this filter from the table column
49Autofilter.Set:Set Filter
50Autofilter.Set_Tooltip:Add this filter to the table column
51Autofilter.Table_Header_Tooltip:Filter by {0}
52Autofilter.Title:Autofilter Metadata
53Autofilter.eqeq:equal to
54Autofilter.!eq:does not equal
55Autofilter.<:is less than
56Autofilter.<eq:is less than or equal to
57Autofilter.>:is greater than
58Autofilter.>eq:is greater than or equal to
59Autofilter.^:starts with
60Autofilter.!^:does not start with
61Autofilter.$:ends with
62Autofilter.!$:does not end with
63Autofilter.?:contains
64Autofilter.!?:does not contain
65#
66# ********************************************************
67# *************** Collection Design Module ***************
68# ********************************************************
69# * The dictionary phrases used in the creation of the *
70# * Colection Design Module. Note that we still have *
71# * access to the format arguments (argument 32+) for *
72# * html formatting. *
73# ********************************************************
74CDM.ArgumentConfiguration.Bad_Integer:<html>The argument '{0}' requires an integer value,<br>but no integer can be parsed from {1}.</html>
75CDM.ArgumentConfiguration.Error_Title:Error In Arguments
76CDM.ArgumentConfiguration.Header:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>Please configure the arguments for {0}.</CENTER></FONT></STRONG></HTML>
77CDM.ArgumentConfiguration.No_Value:The argument '{0}' requires a value, but no value is specified.
78CDM.ArgumentConfiguration.Required_Argument:The argument '{0}' must be given a value.
79CDM.ArgumentConfiguration.Title:Configuring Arguments
80CDM.BuildTypeManager.Title:Select the Indexer
81CDM.BuildTypeManager.mg:MG
82CDM.BuildTypeManager.mg_Description:This is the original indexer used by Greenstone, developed mainly by Alistair Moffat and described in the classic book Managing Gigabytes. It does section level indexing, and searches can be boolean or ranked (not both at once). For each index specified in the collection, a separate index file is created. For phrase searching, Greenstone does an "AND" search on all the terms, then scans the resulting hits to see if the phrase is present. It has been extensively tested on very large collections (many GB of text).
83CDM.BuildTypeManager.mgpp:MGPP
84CDM.BuildTypeManager.mgpp_Description:This new version of MG (MG plus plus) was developed by the New Zealand Digital Library Project. It does word level indexing, which allows fielded, phrase and proximity searching to be handled by the indexer. Boolean searches can be ranked. Only a single index file is created for a Greenstone collection: document/section levels and text/metadata fields are all handled by one index file. For collections with many indexes, this results in a smaller collection size than using MG. For large collections, searching may be a bit slower due to the index being word level rather than section level.
85CDM.BuildTypeManager.lucene:Lucene
86CDM.BuildTypeManager.lucene_Description:Lucene was developed by the Apache Software Foundation. It handles field and proximity searching, but only at a single level (e.g. complete documents or individual sections, but not both). Therefore document and section indexes for a collection require two separate index files. It provides a similar range of search functionality to MGPP with the addition of single-character wildcards, range searching and sorting of search results by metadata fields. It was added to Greenstone to facilitate incremental collection building, which MG and MGPP can't provide.
87CDM.BuildTypeManager.Current_Type:Indexer in use: {0}
88CDM.BuildTypeManager.Change:Change...
89CDM.BuildTypeManager.Change_Tooltip:Change the indexer used by this collection
90CDM.ClassifierManager.Add:Add Classifier...
91CDM.ClassifierManager.Add_Tooltip:Use the specified classifier with this collection
92CDM.ClassifierManager.Assigned:Assigned Classifiers
93CDM.ClassifierManager.Classifier:Select classifier to add
94CDM.ClassifierManager.Classifier_Str:classifier
95CDM.ClassifierManager.Classifier_List_XML_Parse_Failed:Unable to get the list of classifiers using classinfo.pl -listall.
96CDM.ClassifierManager.Classifier_XML_Parse_Failed:Unable to determine the arguments for the {0}\nclassifier. Please ensure that the classifier in question\nprovides the -xml flag by running the classinfo.pl script\nsimilar to the description of the pluginfo.pl script in\nsection 2.1 of the Greenstone Developers Guide.
97CDM.ClassifierManager.Configure:Configure Classifier...
98CDM.ClassifierManager.Configure_Tooltip:Change the options of the selected classifier
99CDM.ClassifierManager.Remove:Remove Classifier
100CDM.ClassifierManager.Remove_Tooltip:Remove the selected classifier from the list
101CDM.FormatManager.Add:Add Format
102CDM.FormatManager.Add_Tooltip:Add the specified format command
103CDM.FormatManager.AllFeatures:All Features
104CDM.FormatManager.AllParts:All Components
105CDM.FormatManager.Default:Reset to Default
106CDM.FormatManager.Default_Tooltip:Reset the selected format command to its default value
107CDM.FormatManager.Editor:HTML Format String
108CDM.FormatManager.Editor_Tooltip:Enter or edit the format command
109CDM.FormatManager.Editor_Disabled_Tooltip:Click 'Add Format' to add this format command to your collection.
110CDM.FormatManager.Enabled:Enabled
111CDM.FormatManager.Feature:Choose Feature
112CDM.FormatManager.Feature_Tooltip:The feature to format
113CDM.FormatManager.Insert:Insert
114CDM.FormatManager.Insert_Tooltip:Insert the selected variable into the format command
115CDM.FormatManager.Default:Reset to Default
116CDM.FormatManager.Default_Tooltip:Reset the selected variable to its default
117CDM.FormatManager.Insert_Variable:Insert Variable...
118CDM.FormatManager.Part:Affected Component
119CDM.FormatManager.Part_Tooltip:The aspect of the selected feature to format
120CDM.FormatManager.Remove:Remove Format
121CDM.FormatManager.Remove_Tooltip:Remove the selected format command
122CDM.FormatManager.Variable_Tooltip:Insert one of the predefined variables into the selected format command
123CDM.FormatManager.MessageBox:XML Validation
124CDM.FormatManager.MessageBox_Tooltip:XML Template validation Message
125CDM.General.Access:This collection should be publicly accessible
126CDM.General.Browser_Title:Select An Image
127CDM.General.Collection_Extra:Collection description:
128CDM.General.Collection_Extra_Tooltip:A description of the purpose and content of the collection
129CDM.General.Collection_Name:Collection title:
130CDM.General.Collection_Name_Tooltip:Name of the collection
131CDM.General.Email.Creator:Creator's email
132CDM.General.Email.Creator_Tooltip:E-mail address of the collection's creator
133CDM.General.Email.Maintainer:Maintainer's email
134CDM.General.Email.Maintainer_Tooltip:E-mail address of the collection's maintainer
135CDM.General.Icon_Collection:URL to 'about page' image:
136CDM.General.Icon_Collection_Tooltip:The URL of the image to display on the collection's about page
137CDM.General.Icon_Collection_Small:URL to 'home page' image:
138CDM.General.Icon_Collection_Small_Tooltip:The URL of the image to display on the library's home page for this collection
139CDM.General.Image_Copy_Failed:An error has occurred which prevents the image you selected being copied.\nPlease try manually copying the image:\n{0}\n to the images folder of your collection:\n{1}
140CDM.General.Image_Filter:Images (gifs, jpgs and pngs)
141CDM.GUI.Classifiers:Browsing Classifiers
142CDM.GUI.Formats:Format Features
143CDM.GUI.General:General
144CDM.GUI.Indexes:Search Indexes
145CDM.GUI.Macros:Collection Specific Macros
146CDM.GUI.Plugins:Document Plugins
147CDM.GUI.Root:CDM_ROOT
148CDM.GUI.SearchMetadata:Search
149CDM.GUI.Subcollections:Partition Indexes
150CDM.GUI.SuperCollection:Cross-Collection Search
151CDM.GUI.Translation:Translate Text
152CDM.GUI.DepositorMetadata:Depositor Metadata
153CDM.HelpButton:Help for this screen
154CDM.HelpButton_Tooltip:Open up the GLI help for this screen
155CDM.IndexManager.Add_Index:Add Index
156CDM.IndexManager.Add_Index_Tooltip:Add the specified index
157CDM.IndexManager.Allfields_Index:Add combined searching over all assigned indexes (allfields)
158CDM.IndexManager.Default_Index_Indicator:[Default Index]
159CDM.IndexManager.Index_Exists:That index has already been assigned for this collection.
160CDM.IndexManager.Indexes:Assigned Indexes
161CDM.IndexManager.Level:Indexing level:
162CDM.IndexManager.Level_Tooltip:Textual unit on which index is based
163CDM.IndexManager.Add_All:Add All
164CDM.IndexManager.Add_All_Tooltip:Add a separate index for every source
165CDM.IndexManager.Edit_Index:Edit Index
166CDM.IndexManager.Edit_Index_Tooltip:Modify the selected index
167CDM.IndexManager.New_Index:New Index
168CDM.IndexManager.New_Index_Tooltip:Add a new index
169CDM.IndexManager.Remove_Index:Remove Index
170CDM.IndexManager.Remove_Index_Tooltip:Remove the selected index
171CDM.IndexManager.Replace_Index:Replace Index
172CDM.IndexManager.Replace_Index_Tooltip:Update the selected index
173CDM.IndexManager.Select_All:Select All
174CDM.IndexManager.Select_All_Tooltip:Select all index sources
175CDM.IndexManager.Select_None:Select None
176CDM.IndexManager.Select_None_Tooltip:Deselect all index sources
177CDM.IndexManager.Set_Default:Set Default Index
178CDM.IndexManager.Set_Default_Tooltip:Make the selected index the default index
179CDM.IndexManager.Source:Include in index:
180CDM.IndexManager.Source_Tooltip:The metadata elements to build the index on
181CDM.IndexManager.Text_Source:Full text
182CDM.IndexManager.Text_Source_Tooltip:Include the full text of the documents in the index
183CDM.IndexingManager.Accent_fold:Accent fold
184CDM.IndexingManager.Accent_fold_Tooltip:Generate an accent-folded index, which enables searching for words ignoring accents.
185CDM.IndexingManager.Casefold:Casefold
186CDM.IndexingManager.Casefold_Tooltip:Generate a case-folded index, which enables case-insensitive searching.
187CDM.IndexingManager.Options:Indexing options:
188CDM.IndexingManager.Separate_cjk:CJK Text Segmentation
189CDM.IndexingManager.Separate_cjk_Tooltip:<html>Segment CJK (Chinese, Japanese, Korean) text. Currently involves inserting a space between each CJK character.<br> This is necessary for searching in CJK text unless the text has been segmented into words already.</html>
190CDM.IndexingManager.Stem:Stem
191CDM.IndexingManager.Stem_Tooltip:<html>Generate a stemmed index, which enables searching on word stems. <br>For example, searching for "farm" will also match "farms" "farming" "farmers" (useful for English and French only).</html>
192CDM.LanguageManager.Add_Tooltip:Add an index partition based on the specified languages
193CDM.LanguageManager.Assigned_Languages:Assigned Language Partitions
194CDM.LanguageManager.Default_Language:Default Language
195CDM.LanguageManager.LanguageMetadata:Language Metadata:
196CDM.LanguageManager.LanguageMetadata_Tooltip:The metadata element to use to determine a document's language
197CDM.LanguageManager.Remove_Tooltip:Remove the selected language partition from the list
198CDM.LanguageManager.Replace_Tooltip:Replace the selected partition with a new one based on the ticked languages
199CDM.LanguageManager.Selector:Languages to add:
200CDM.LanguageManager.Selector_Tooltip:The languages to build an index partition on
201CDM.LanguageManager.Set_Default:Set Default
202CDM.LanguageManager.Set_Default_Tooltip:Make the selected language partition the default
203CDM.LevelManager.Document:document
204CDM.LevelManager.Section:section
205CDM.LevelManager.Paragraph:paragraph
206CDM.LevelManager.Level_Title:Indexing Levels
207CDM.LevelManager.Default:Default
208CDM.LevelManager.Default_Tooltip:Default level in reader's interface
209CDM.MacrosManager.Editor_Tooltip:Edit macros here
210CDM.Move.At_Bottom:Cannot move the {0} {1} lower as it is already at the bottom of the list.
211CDM.Move.At_Top:Cannot move the {0} {1} higher as it is already at the top of the list.
212CDM.Move.Cannot:Cannot move the plugin {0} any lower as RecPlug and ArcPlug must be at the bottom of the list.
213CDM.Move.Fixed:<html>RecPlug and ArcPlug are generally required to be last and so are fixed in place.<br>If you really must move them please hand edit the collect.cfg file.</html>
214CDM.Move.Move_Down:Move Down
215CDM.Move.Move_Down_Tooltip:Move the selected item down the list
216CDM.Move.Move_Up:Move Up
217CDM.Move.Move_Up_Tooltip:Move the selected item up the list
218CDM.Move.Title:Error - Cannot Move
219CDM.PlugInManager.Add:Add Plugin...
220CDM.PlugInManager.QuickAdd:Add Plugin
221CDM.PlugInManager.Add_Tooltip:Use the specified plugin with this collection
222CDM.PlugInManager.Assigned:Assigned Plugins
223CDM.PlugInManager.Configure:Configure Plugin...
224CDM.PlugInManager.Configure_Tooltip:Change the options of the selected plugin
225CDM.PlugInManager.Ignore:Don't Add Plugin
226CDM.PlugInManager.Ignore_Tooltip:Don't add any plugins to this collection.
227CDM.PlugInManager.PlugIn:Select plugin to add:
228CDM.PlugInManager.PlugIn_Tooltip:The plugins available for use in the collection
229CDM.PlugInManager.PlugIn_Str:plugin
230CDM.PlugInManager.PlugIn_XML_Parse_Failed:Unable to determine the arguments for the {0}\nplugin. Please ensure that the plugin in question provides\nthe -xml flag by running the pluginfo.pl script described\nin section 2.1 of the Greenstone Developers Guide.
231CDM.PluginManager.Plugin_List_XML_Parse_Failed:Unable to get the list of plugins using pluginfo.pl -listall.
232CDM.PluginManager.Plugin_Suggestion_Prompt:None of the plugins in this collection are expected to process the file "{0}" directly. (However, it may be included in the collection if it belongs to another file, for example, an image in a web page.) The following plugins may be able to process this file. You can add one to your collection now by selecting it and pressing the Add button. (Note that you can change the list of plugins at any time by going to "Document Plugins" on the Design Pane.)
233CDM.PlugInManager.Remove:Remove Plugin
234CDM.PlugInManager.Remove_Tooltip:Remove the selected plugin from the list
235CDM.PluginManager.SuggestedPluginListTitle:Suggested plugins for file
236CDM.SearchMetadataManager.Component:Item in search menu
237CDM.SearchMetadataManager.Component_Name:Display text
238CDM.SearchMetadataManager.Type_index:Index
239CDM.SearchMetadataManager.Type_level:Level
240CDM.SearchMetadataManager.Type_partition:Partition
241CDM.SearchMetadataManager.Type_language:Language Partition
242CDM.SubcollectionManager.Add:Add Filter
243CDM.SubcollectionManager.Add_Tooltip:Add the specified filter to the collection
244CDM.SubcollectionManager.Assigned:Defined Subcollection Filters
245CDM.SubcollectionManager.Exclude:Exclude
246CDM.SubcollectionManager.Flags:Flags to set when matching
247CDM.SubcollectionManager.Flags_Tooltip:Regular expression flags to use when matching (eg. "i" for case-insensitive matching)
248CDM.SubcollectionManager.Include:Include
249CDM.SubcollectionManager.Inclusive:What do we do with files that match?
250CDM.SubcollectionManager.Language_Controls:Assign Languages
251CDM.SubcollectionManager.Match:Regular expression to match with:
252CDM.SubcollectionManager.Match_Tooltip:A regular expression defining the documents in the subcollection
253CDM.SubcollectionManager.Name:Subcollection filter name:
254CDM.SubcollectionManager.Name_Tooltip:The name of the new subcollection filter
255CDM.SubcollectionManager.Remove:Remove Filter
256CDM.SubcollectionManager.Remove_Tooltip:Remove the selected filter from the list
257CDM.SubcollectionManager.Replace:Replace Filter
258CDM.SubcollectionManager.Replace_Tooltip:Update the details of the selected filter
259CDM.SubcollectionManager.Source:Document attribute to match against:
260CDM.SubcollectionManager.Source_Tooltip:The document attribute to filter on
261CDM.SubcollectionManager.Subcollection_Controls:Define Filters
262CDM.SubcollectionManager.Subindex_Controls:Assign Partitions
263CDM.SubcollectionIndexManager.Add_Subindex:Add Partition
264CDM.SubcollectionIndexManager.Add_Subindex_Tooltip:Add the specified partition to this collection
265CDM.SubcollectionIndexManager.Default_Partition_Indicator:[Default Partition]
266CDM.SubcollectionIndexManager.Remove_Subindex:Remove Partition
267CDM.SubcollectionIndexManager.Remove_Subindex_Tooltip:Remove the selected partition from this collection
268CDM.SubcollectionIndexManager.Replace_Subindex:Replace Partition
269CDM.SubcollectionIndexManager.Replace_Subindex_Tooltip:Update the selected partition
270CDM.SubcollectionIndexManager.Set_Default_Subindex:Set Default
271CDM.SubcollectionIndexManager.Set_Default_Subindex_Tooltip:Make the selected partition the default
272CDM.SubcollectionIndexManager.Source:Build partition on:
273CDM.SubcollectionIndexManager.Source_Tooltip:The subcollection filters to build the partition on
274CDM.SubcollectionIndexManager.Subindexes:Assigned Subcollection Partitions
275CDM.TranslationManager.Add:Add Translation
276CDM.TranslationManager.Add_Tooltip:Add the specified translation to the collection
277CDM.TranslationManager.Affected_Features:Features
278CDM.TranslationManager.Assigned_Fragments:Assigned Translations
279CDM.TranslationManager.Default_Text:Initial Text Fragment
280CDM.TranslationManager.Fragment_Column:Text Fragment
281CDM.TranslationManager.Language:Language of translation:
282CDM.TranslationManager.Language_Column:Language
283CDM.TranslationManager.Language_Tooltip:The language being translated into
284CDM.TranslationManager.Remove:Remove Translation
285CDM.TranslationManager.Remove_Tooltip:Remove the selected translation from the collection
286CDM.TranslationManager.Replace:Replace Translation
287CDM.TranslationManager.Replace_Tooltip:Update the selected translation
288CDM.TranslationManager.Translation:Translated Text
289CDM.TranslationManager.Translation_Tooltip:Enter the translation of the string here
290CDM.DepositorMetadataManager.Warning:At least one metadata element should be selected.
291#*******************
292#
293#***** Collection *****
294Collection.Collection:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Collection</FONT></STRONG></HTML>
295Collection.Delete_Tooltip:Delete selected files and folders
296Collection.Filter_Tooltip:Restrict the files shown in the file tree
297Collection.New_Folder_Tooltip:Create a new folder
298Collection.No_Collection:No Collection
299Collection.No_Collection_Loaded:No collection loaded
300Collection.Stop:Stop
301Collection.Stop_Tooltip:Stop copying files
302Collection.Workspace:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Workspace</FONT></STRONG></HTML>
303#**********************
304#
305#***** CollectionBuilt *****
306CollectionBuilt.Message:The collection has been built and is ready for previewing.
307CollectionBuilt.Title:Collection Creation Result
308#***************************
309#
310#******ScheduldBuilt******
311ScheduleBuilt.Message:The scheduling of this collection has been altered.
312ScheduleBuilt.Title:Collection Scheduling Result
313#***************************
314#
315#***** CollectionManager *****
316CollectionManager.Schedule_Failed:An error has occurred and the collection could not be scheduled for periodic building.
317CollectionManager.Build_Cancelled:Building the collection has been cancelled.
318CollectionManager.Cannot_Create_Collection:An error has occurred and the collection could not be created.
319CollectionManager.Cannot_Create_Collection_With_Reason:The collection could not be created because:\n{0-Error message}
320CollectionManager.Cannot_Delete_Index:This collection cannot be rebuilt because the old index files cannot be deleted.\nPlease make sure that Greenstone or some other program is not using these files,\n and try again.
321CollectionManager.Cannot_Delete_Index_Log:Old index files unable to be deleted so importing stopped.
322CollectionManager.Cannot_Open:The collection at:\n{0-Collection file path}\ncannot be opened.
323CollectionManager.Cannot_Open_With_Reason:The collection at:\n{0-Collection file path}\ncannot be opened because:\n{1-Error message}
324CollectionManager.Creating_Collection:Creating collection
325CollectionManager.Creating_Collection_Please_Wait:Creating collection, please wait...
326CollectionManager.Loading_Collection:Loading collection
327CollectionManager.Loading_Collection_Please_Wait:Loading collection, please wait...
328CollectionManager.Loading_Successful:Loaded collection {0}.
329CollectionManager.Missing_Config:This collection does not have a valid collect.cfg file
330CollectionManager.Not_Col_File:'{0}' is not a Librarian Interface Collection File (.col)
331CollectionManager.No_Config_File:The collect.cfg file has not been created by mkcol.pl.
332CollectionManager.Preview_Ready_Failed:An error has occurred which will prevent the collection being previewed.
333CollectionManager.Preview_Ready_Title:Collection Preview State.
334CollectionManager.Schedule_Ready_Title:Scheduling State.
335CollectionManager.Build_Not_Moved:The building directory could not be moved. Try building again, or exit GLI and the server, and then restart GLI and try building again - this should fix the problem.
336CollectionManager.Index_Not_Deleted:The index directory could not be deleted. Try exiting GLI and the server, and then restart GLI and try building again - this should fix the problem.
337CollectionManager.Install_Exception:Exception detected during collection install:\n{0}\nMost likely caused by Windows or Local Library holding locks on files.\nPlease make sure that none of the collection source files\nare opened in external applications, then rebuild.
338#*****************************
339#
340#***** CollectionPopupMenu *****
341CollectionPopupMenu.Delete:Delete
342CollectionPopupMenu.New_Dummy_Doc:New dummy document
343CollectionPopupMenu.New_Folder:New folder
344CollectionPopupMenu.Refresh:Refresh folder view
345CollectionPopupMenu.Rename:Rename
346CollectionPopupMenu.Replace:Replace
347#*******************************
348#
349#***** CreatePane *****
350CreatePane.Schedule_Progress:Schedule Progress
351CreatePane.Schedule:Schedule Options
352CreatePane.Schedule_Tooltip:Options for the scheduling of automatic collection formation
353CreatePane.Schedule_Build:Schedule Action
354CreatePane.Schedule_Build_Tooltip:Schedule automatic collection formation
355CreatePane.Build:Build Options
356CreatePane.Build_Tooltip:Options for the indexing and classification stage of collection formation
357CreatePane.Build_Collection:Build Collection
358CreatePane.Build_Collection_Tooltip:Start the collection formation process
359CreatePane.Build_Progress:Build Progress
360CreatePane.Cancel_Build:Cancel Build
361CreatePane.Cancel_Build_Tooltip:Stop the collection formation process
362CreatePane.Full_Build:Complete Rebuild
363CreatePane.Full_Build_Tooltip:Completely rebuild the collection from scratch
364CreatePane.Import:Import Options
365CreatePane.Import_Tooltip:Options for the file conversion and metadata assignment stage of collection formation
366CreatePane.Import_Progress:Import Progress
367CreatePane.Minimal_Build:Minimal Rebuild
368CreatePane.Minimal_Build_Tooltip:Faster, as only the parts of the collection building process that are necessary are performed
369CreatePane.Minimal_Build_Not_Required:Rebuilding is not required because you have not added any files to the collection,\nedited metadata, or changed options in the Design pane.\n(To force a rebuild, choose "Complete Rebuild" and press the "Build Collection" button.)
370CreatePane.Log:Message Log
371CreatePane.Log_Tooltip:View output from previous collection formation attempts
372CreatePane.Mode_All:all
373CreatePane.Options:Option Groups
374CreatePane.Options_Title:Collection Import, Build, and Scheduling Options
375CreatePane.Preview_Collection:Preview Collection
376CreatePane.Preview_Collection_Tooltip:Preview the collection
377#**********************
378#
379#***** Dates *****
380Dates.Mon:Monday
381Dates.Tue:Tuesday
382Dates.Wed:Wednesday
383Dates.Thu:Thursday
384Dates.Fri:Friday
385Dates.Sat:Saturday
386Dates.Sun:Sunday
387Dates.Jan:January
388Dates.Feb:February
389Dates.Mar:March
390Dates.Apr:April
391Dates.May:May
392Dates.Jun:June
393Dates.Jul:July
394Dates.Aug:August
395Dates.Sep:September
396Dates.Oct:October
397Dates.Nov:November
398Dates.Dec:December
399#**********************
400#
401#***** Delete Collection Prompt *****
402DeleteCollectionPrompt.Collection_Details:Selected collection's details
403DeleteCollectionPrompt.Collection_List:Available collections
404DeleteCollectionPrompt.Confirm_Delete:Please tick the box to confirm collection deletion.
405DeleteCollectionPrompt.Delete:Delete
406DeleteCollectionPrompt.Delete_Tooltip:Delete the selected collection
407DeleteCollectionPrompt.Details:Creator - {0}\nMaintainer - {1}\nDescription\n{2}
408DeleteCollectionPrompt.Failed_Delete:Collection could not be completely deleted.
409DeleteCollectionPrompt.Failed_Title:Deletion Failed!
410DeleteCollectionPrompt.No_Collection:No collection selected.
411DeleteCollectionPrompt.Successful_Delete:Collection has been deleted.
412DeleteCollectionPrompt.Successful_Title:Deletion Complete!
413DeleteCollectionPrompt.Title:Collection Deletion
414DeleteCollectionPrompt.Cannot_Delete_Open_Collection_Tooltip:Cannot delete collection {0}, since it is currently open
415#**********************
416#
417#***** DirectoryLevelMetadata *****
418DirectoryLevelMetadata.Message:You are about to assign 'folder level' metadata to the selected folder (or folders). Such metadata will be automatically inherited by all files and folders in this folder. Furthermore this metadata cannot be removed from specific children, only replaced. To continue with this action click 'OK'.
419DirectoryLevelMetadata.Title:About to add folder level metadata
420
421#*******************
422#
423#***** Download *****
424DOWNLOAD.MODE.Root:Download_Root
425DOWNLOAD.MODE.WebDownload:Web
426DOWNLOAD.MODE.MediaWikiDownload:MediaWiki
427DOWNLOAD.MODE.OAIDownload:OAI
428DOWNLOAD.MODE.ZDownload:Z39.50
429DOWNLOAD.MODE.SRWDownload:SRW
430
431Download.ServerInformation:Server Information
432Download.ServerInformation_Tooltip:Download some information about the server, and check that a connection can be made
433
434#********************
435#
436#***** EnrichPane *****
437EnrichPane.AutoMessage:This element, {0}, belongs to the Greenstone metadata set. This set represents metadata that can usually be extracted automatically. To check what {0} metadata can be extracted create the collection using the 'Create' tab.
438EnrichPane.ExistingValues:Existing values for {0}
439EnrichPane.InheritedMetadataSelected:This piece of metadata is inherited from a folder above it, and cannot be edited. You can visit the actual folder containing the metadata by clicking on the folder icon at the start of the row.
440EnrichPane.InheritedMetadata_Tooltip:Click this icon to visit the folder where this inherited piece of metadata was assigned
441EnrichPane.ManageMetadataSets:Manage Metadata Sets...
442EnrichPane.ManageMetadataSets_Tooltip:Change the metadata sets used by the collection
443EnrichPane.No_File:No File Selected
444EnrichPane.No_Metadata:No Metadata Available
445EnrichPane.No_Metadata_Element:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>No Metadata Element Selected</FONT></STRONG></HTML>
446EnrichPane.NotOneFileOnlyMetadataSelected:This piece of metadata does not apply only to this file, and cannot be edited.
447EnrichPane.Value_Field_Tooltip:Value to assign to the selected metadata element
448EnrichPane.Value_Field_Tooltip_Uneditable:Value assigned to the selected metadata element
449#***********************
450#
451#****** ExplodeMetadataPrompt *******
452ExplodeMetadataPrompt.Explode:Explode
453ExplodeMetadataPrompt.Explode_Tooltip:Explode the metadata file
454ExplodeMetadataPrompt.Instructions:Exploding this metadata file will produce individual records with editable metadata. This is an irreversible process and the original metadata file will be removed from the collection.
455ExplodeMetadataPrompt.Failed_Title:Exploding Failed.
456ExplodeMetadataPrompt.Failed_Explode:The database {0} could not be exploded.
457ExplodeMetadataPrompt.NotExplodable:This file is not explodable.
458ExplodeMetadataPrompt.Successful_Explode:Database {0} successfully exploded.
459ExplodeMetadataPrompt.Successful_Title:Exploding Complete.
460ExplodeMetadataPrompt.Title:Explode Metadata Database
461ExplodeMetadataPrompt.Plugin:Plugin to use for exploding
462#***********************
463#
464#****** ReplaceSrcWithHTMLPrompt *******
465ReplaceSrcWithHTMLPrompt.ReplaceSrc:Replace with HTML version
466ReplaceSrcWithHTMLPrompt.ReplaceSrc_Tooltip:Replace this source document with the HTML version Greenstone generates.
467ReplaceSrcWithHTMLPrompt.Instructions:Replacing a document with its generated HTML version will allow you to edit the HTML file and rebuild the collection in future with these edits intact. This is an irreversible process and the original document(s) thus replaced will be removed from the collection.
468ReplaceSrcWithHTMLPrompt.Failed_Title:Replacing with HTML Failed.
469ReplaceSrcWithHTMLPrompt.Failed_ReplaceSrc:The document(s) {0} could not be replaced with an HTML version.
470ReplaceSrcWithHTMLPrompt.NotSrcReplaceable:This file-type can not be replaced with an HTML version.
471ReplaceSrcWithHTMLPrompt.Successful_ReplaceSrc:All selected documents successfully replaced with their HTML versions.
472ReplaceSrcWithHTMLPrompt.Successful_Title:Replacing with Generated HTML Versions Complete.
473ReplaceSrcWithHTMLPrompt.Title:Replace Source Documents with HTML Files
474ReplaceSrcWithHTMLPrompt.Plugin:Plugin to use for exploding
475#***********************
476#
477#****** WriteCDImagePrompt *******
478WriteCDImagePrompt.CD_Name:CD/DVD name
479WriteCDImagePrompt.Export:Write CD/DVD image
480WriteCDImagePrompt.Export_Tooltip:Write the selected collections as a Windows CD/DVD Image
481WriteCDImagePrompt.Failed_Export:The collections ({0}) could not be exported.
482WriteCDImagePrompt.Failed_Title:Export Failed
483WriteCDImagePrompt.Install:CD/DVD will install some files when used (faster)
484WriteCDImagePrompt.Install_Tooltip:Produces a self-installing CD-ROM that installs the library server (and optionally all the collection files) onto the host machine.
485WriteCDImagePrompt.NoInstall:CD/DVD will not install any files when used
486WriteCDImagePrompt.NoInstall_Tooltip:Produces a CD-ROM that runs the library directly from the CD-ROM without installing anything on the host machine.
487WriteCDImagePrompt.Instructions:Export one or more collections to a self-installing Windows CD/DVD image (although this works on any platform, the CD/DVD image that is created only runs under Windows).
488WriteCDImagePrompt.Progress_Label:Copying Files. This could take some time...
489WriteCDImagePrompt.Size_Label:Estimated size:
490WriteCDImagePrompt.Successful_Export:The collections ({0}) have been exported.
491WriteCDImagePrompt.Successful_Title:Export Complete
492WriteCDImagePrompt.Title:Export Collection to CD/DVD
493#************************
494#
495#****** ExportAsPrompt *******
496ExportAsPrompt.Export_Name:Folder name
497ExportAsPrompt.Export_Name_Tooltip:The name of the folder in the Greenstone tmp directory where the exported collection will be saved.
498ExportAsPrompt.Export:Export collection
499ExportAsPrompt.Export_Tooltip:Export the selected collection in the chosen file format into the designated directory
500ExportAsPrompt.Failed_ExportOne:The collection {0} could not be exported.
501ExportAsPrompt.Failed_Details:See {1} for details
502ExportAsPrompt.Failed_Title:Export Failed
503ExportAsPrompt.Instructions:Export files in a collection into another format.
504ExportAsPrompt.Progress_Label:Exporting Files. This could take some time...
505ExportAsPrompt.Successful_ExportOne:The collection {0} has been exported.
506ExportAsPrompt.Successful_Details:Files exported to: {1}
507ExportAsPrompt.Successful_Title:Export Complete
508ExportAsPrompt.Title:Export Collection
509ExportAsPrompt.SaveAs:Export to
510ExportAsPrompt.SaveAs_Tooltip:Select the format you want to export to
511ExportAsPrompt.Cancel:Cancel
512ExportAsPrompt.Cancel_Tooltip:Cancel the exporting process
513ExportAsPrompt.Browse:Browse
514ExportAsPrompt.Browse_Tooltip:Choose a xsl file
515ExportAsPrompt.ApplyXSL:Apply XSL file to {0}
516ExportAsPrompt.ApplyXSL_Tooltip:Use a xsl file to convert the exported files.
517ExportAsPrompt.MARCXMLGroup:Group marc records
518ExportAsPrompt.MARCXMLGroup_Tooltip:Export all marc records to a single file.
519ExportAsPrompt.MappingXML:Apply the mapping file
520ExportAsPrompt.MappingXML_Tooltip:Use a mapping file for converting the exported files.
521#
522#***** Inherited Metadata *****
523ExtractedMetadata.Message:The selected file or folder contains extracted metadata, but it is currently hidden. To view extracted metadata go to the "File" menu and select "Preferences". In the "General" properties sheet select "View Extracted Metadata", then click "Ok".
524ExtractedMetadata.Title:This File/Folder Has Hidden Extracted Metadata
525#
526#***** FileActions *****
527FileActions.Calculating_Size:Calculating total size of selected files
528FileActions.ChooseDestinationDirectory:Choose destination directory
529FileActions.Copying:Copying {0}
530FileActions.Could_Not_Delete:Could not delete {0}
531FileActions.Cyclic_Path:Cannot copy {0}: the destination folder is a subfolder of the source folder.
532FileActions.Deleting:Deleting {0}
533FileActions.Directories_Selected:{0} folders selected
534FileActions.Directory_Selected:1 folder selected
535FileActions.File_Already_Exists_No_Create:The file '{0}' already exists.
536FileActions.File_And_Directories_Selected:1 file and {0} folders selected
537FileActions.File_And_Directory_Selected:1 file and 1 folder selected
538FileActions.File_Create_Error:The file {0} could not be created.
539FileActions.Folder_Create_Error:The folder {0} could not be created.
540FileActions.Folder_Does_Not_Exist:This folder no longer exists, it may have been renamed or deleted
541FileActions.File_Exists:{0} already exists in the destination folder. Overwrite it?
542FileActions.File_Move_Error_Message:Could not move {0} to\n{1}.
543FileActions.File_Not_Deleted_Message:{0}\nThe file named above can not be deleted. \nPlease check that you don't have the file open\nin an external program, then try again.
544FileActions.File_Not_Found_Message:{0}\nThe file named above can not be found. Once file view\nhas refreshed, please check the file still exists.
545FileActions.File_Selected:1 file selected
546FileActions.Files_And_Directory_Selected:{0} files and 1 folder selected
547FileActions.Files_Selected:{0} files selected
548FileActions.Folder_Already_Exists:The folder name '{0}' is already in use. Cannot create folder.
549FileActions.Insufficient_Space_Message:The file action has failed because of insufficient disk\nspace. For the file to copy successfully you require a\nfurther: {0}
550FileActions.Moving:Moving {0}
551FileActions.No_Activity:No action requested
552FileActions.Read_Not_Permitted_Message:Could not read {0}.
553FileActions.Read_Only:Files from the workspace are read only and cannot be deleted.
554FileActions.Replacing:Replacing {0}
555FileActions.Selected:{0} files and {1} folders selected
556FileActions.Unknown_File_Error_Message:Although no error message was reported during the file\naction, a final check has shown that the destination\ncopy is not the same as the source file. The reason\nfor this is unknown. Please check your media and update\nyour installed JVM.
557FileActions.Write_Not_Permitted_Message:The Librarian Interface does not have permission to write to\n{0}\nPlease check file permissions.
558FileActions.Write_Not_Permitted_Title:Error - Incorrect File Permissions
559FileActions.Yes_To_All:Yes to All
560FileActions.File_Permission_Detail:\n\nNote: In general, the Greenstone Librarian Interface needs write permission for the Greenstone home folder, \nwhich is {0}.\nPlease grant 'Full Control' for this folder (and all subfolders) to the current user ({1}) and try again.\n\n(Alternatively, re-install Greenstone into a location where you have "Full Control" already,\n such as a your home folder or "My Documents".)
561
562#************************
563#
564#******* File Associations dialog **********
565FileAssociationDialog.Add:Add
566FileAssociationDialog.Add_Tooltip:Use this application to view files of this type
567FileAssociationDialog.Batch_File:Batch files
568FileAssociationDialog.Browse:Browse
569FileAssociationDialog.Browse_Tooltip:Choose the application to use from your filespace
570FileAssociationDialog.Browse_Tooltip_Mac:Browsing for your application is currently disabled for MacOS
571FileAssociationDialog.Browse_Title:Choose Application
572FileAssociationDialog.Close:Close
573FileAssociationDialog.Close_Tooltip:Close this dialog and return to the main window
574FileAssociationDialog.Command:Launch command:
575FileAssociationDialog.Command_File:Command files
576FileAssociationDialog.Command_Tooltip:Enter the command to launch the application to use
577FileAssociationDialog.Details:New File Association Details
578FileAssociationDialog.Executable_File:Executable files
579FileAssociationDialog.Extension:For files ending:
580FileAssociationDialog.Extension_Tooltip:The file extension of the files to view
581FileAssociationDialog.Instructions:Use this dialog to set what external programs are used to view a certain file-type, and what command is sent to launch this program.\nTo add a new file-type, type its extension in 'For files ending'. To add or modify a launch command, type the new command in 'Launch command' or click 'Browse' to search the file system for an appropriate program. Use the special string '%1' to indicate where the name of the file to be opened should be inserted, e.g. "C:\\Windows\\System\\MSPaint.exe %1". '%1' will be appended to the end of a command if not otherwise specified.\nMacOS users should always try the mac specific command "open [-a <application_name>] %1" first.
582FileAssociationDialog.Table.Command:Command
583FileAssociationDialog.Table.Extension:Extension
584FileAssociationDialog.Title:Edit File Associations
585FileAssociationDialog.Remove:Remove
586FileAssociationDialog.Remove_Tooltip:Remove the selected association from the existing associations
587FileAssociationDialog.Replace:Replace
588FileAssociationDialog.Replace_Tooltip:Replace the selected association with the new association details
589#*******************
590#
591#******Filter***************
592Filter.0:HTM & HTML
593Filter.1:XML
594Filter.2:Text Files
595Filter.3:Images
596Filter.4:PDF
597Filter.5:Office Documents
598Filter.All_Files:All Files
599Filter.Filter_Tree:Show Files
600Filter.Invalid_Pattern:<HTML><FONT FACE={FONT} COLOR=Black>The pattern you have entered for filtering files is invalid.<BR>Please try again using regular expression syntax and with<BR>* for the wildcard character.</FONT></HTML>
601#***********************
602#
603#***** GAuthenticator *****
604GAuthenticator.Password:Password:
605GAuthenticator.Password_Tooltip:Enter your password here
606GAuthenticator.Title:Password Required.
607GAuthenticator.Username:User Name:
608GAuthenticator.Username_Tooltip:Enter your username here
609#**************************
610#
611#***** General Messages *****
612# 0 - A String representing the name and method of the class in question.
613General.Apply:Apply
614General.Apply_Tooltip:Apply the current settings but do not exit the dialog
615General.Browse:Browse...
616General.Cancel:Cancel
617General.Cancel_Tooltip:Cancel the changes (will not undo any that have been applied already)
618General.CD:Change Dir...
619General.CD_Tooltip:Browse to a different collect directory
620General.ChooseCollectDirectory:Choose your collect directory...
621General.Close:Close
622General.Close_Tooltip:Close this dialog box
623General.Edit:Edit Value
624General.Error:Error
625General.LLS_Not_Started:You've launched the Greenstone server, but not pressed its Enter Library button yet.\nOnce you've done this, press Preview Collection in the Librarian Interface again to view the collection.
626General.LLS_Not_Started_Title:Local Library Server not started yet.
627General.No:No
628General.NotSunJava:Java vendor: {0}\nNote that the Librarian Interface has been developed and tested with Java from Sun Microsystems.
629General.OK:OK
630General.OK_Tooltip:Accept the current settings and exit the dialog
631General.Outstanding_Processes:<html>The Librarian Interface cannot close completely until all programs<br>started within The Librarian Interface have also exited.</html>
632General.Outstanding_Processes_Title:Waiting To Exit
633General.Pure_Cancel_Tooltip:Abort this action (no changes will be made)
634General.Reconfigure:Reconfigure your web server manually
635General.Review_Output:Please review output below:
636General.Redo:Redo
637General.Redo_Tooltip:Restore the last undo
638General.Undo:Undo
639General.Undo_Tooltip:Undo the last edit
640General.Usage:Usage: {0} <params>\nAll parameters are optional but the Librarian Interface may fail to work if -gsdl and -library aren't set.\n -gsdl <path> : Force path to gsdl\n -library <path> : Path to cgi-bin\n -mozilla <path> : Enabled mozilla\n -mirror : Enable web-mirroring controls\n -laf [java|windows|motif|mac] : Look and feel\n -debug : Enable debug messages\n -no_load : Don't load previously open collection\n -load <path> : Load the specified collection
641General.View:View Value
642General.Warning:Warning
643General.Yes:Yes
644#****************************
645#
646#***** GShell *****
647GShell.BadArgument:Argument {0} is invalid.
648GShell.BadArgumentValue:Argument {0} has an invalid value.
649GShell.BadPluginOptions:The bad argument occurred in plugin {0}.
650GShell.BadClassifierOptions:The bad argument occurred in classifier {0}.
651GShell.Build.Auxilary:Creating auxiliary files and tidying up...
652GShell.Build.BuildBegun1:************** Build Started **************
653GShell.Build.BuildCancelled:************** Cancelled **************
654GShell.Build.BuildComplete1:************** Build Finished **************
655GShell.Build.CompressText:Compressing text...
656GShell.Build.Index:Creating an index based on {0-index source and level}...
657GShell.Build.InfoDatabase:Creating information database...
658GShell.Build.Phind:Generating a Phind classifier. This may take some time...
659GShell.Schedule.ScheduleBegun1:**************** Schedule Started ***************
660GShell.Schedule.ScheduleComplete1:**************** Schedule Finished *************
661GShell.Schedule.ScheduleDelete:*********** Deleting Existing Scheduling *****
662GShell.Command:Command
663GShell.Failure:Command failed.
664GShell.Import.FileNotProcessed:The file {0-target file path} was recognised but could not be processed by any plugin.
665GShell.Import.FileNotRecognised:The file {0-target file path} was not recognised by any plugin.
666GShell.Import.FileProcessing:The file {0-target file path} is being processed by {1-plugin name}.
667GShell.Import.FileProcessingError:The file {0-target file path} encountered an error during processing.
668GShell.Import.ImportBegun1:************** Import Started **************
669GShell.Import.ImportComplete1:************** Import Finished **************
670GShell.Import.ImportComplete2:{0-number documents considered} documents were considered for processing:
671GShell.Import.ImportComplete2.1:1 document was considered for processing:
672GShell.Import.ImportComplete.Processed:{0-number processed} documents were processed and included in the collection.
673GShell.Import.ImportComplete.Processed.1:1 document was processed and included in the collection.
674GShell.Import.ImportComplete.Blocked:{0-number blocked} were prevented from being added by plugins (such as images in web pages).
675GShell.Import.ImportComplete.Blocked.1:1 was prevented from being added by plugins (such as images in web pages).
676GShell.Import.ImportComplete.Ignored:{0-number ignored} were unrecognised.
677GShell.Import.ImportComplete.Ignored.1:1 was unrecognised.
678GShell.Import.ImportComplete.Failed:{0-number failed} were rejected.
679GShell.Import.ImportComplete.Failed.1:1 was rejected.
680GShell.Import.ImportComplete3:\n
681GShell.Import.Warning:{0-plugin name} Warning:
682GShell.Parsing_Metadata_Complete:Archived metadata extraction complete.
683GShell.Parsing_Metadata_Start:Extracting new metadata from archive files.
684GShell.Success:Command complete.
685#*********************
686#
687#***** GUI *****
688# Currently Enabled and Disabled display the same text but in different
689# colours. If necessary this can be changed.
690GUI.Create:Create
691GUI.Create_Tooltip:Build your collection using Greenstone
692GUI.Design:Design
693GUI.Design_Tooltip:Design the functionality of your collection
694GUI.Download:Download
695GUI.Download_Tooltip:Download resources from the internet for your collection
696GUI.Enrich:Enrich
697GUI.Enrich_Tooltip:Assign metadata to the files in your collection
698GUI.Format:Format
699GUI.Format_Tooltip:Design the appearance of your collection
700GUI.Gather:Gather
701GUI.Gather_Tooltip:Select the files to include in your collection
702#***************
703#
704#***** HELP *****
705Help.Contents:Contents
706Help.Title:Librarian Interface Help Pages
707#****************************
708#
709#***** Invalid Metadata ******
710InvalidMetadata.Message:This metadata element is restricted to the pre-defined set of values. Please choose one from the existing values.
711InvalidMetadata.Title:Invalid Metadata
712#***************************
713#
714#***** LegacyCollection
715LegacyCollection.Message:You are about to load a collection that has not been created by the GLI. Existing metadata will be imported into the Dublin Core metadata set. Original metadata files will be saved in a folder called import.bak.
716LegacyCollection.Title:Loading External Collection
717#***************************
718#
719#***** LockFileDialog *****
720LockFileDialog.Cancel_Tooltip:Do not steal control of the lock file (collection will not open)
721LockFileDialog.Date:Date
722LockFileDialog.Error:error
723LockFileDialog.Lockfile_Message_One:The presence of a lock file suggests this collection is already open.
724LockFileDialog.Lockfile_Message_Two:Do you wish to 'steal' control of this lock file?
725LockFileDialog.Machine:Where
726LockFileDialog.Name:Name
727LockFileDialog.OK_Tooltip:Steal control of the lock file
728LockFileDialog.Title:Lock File Detected
729LockFileDialog.User:Who
730#********************
731#
732#*****MappingPrompt **********
733MappingPrompt.File:Folder
734MappingPrompt.Map:Create Shortcut
735MappingPrompt.Name:Name
736MappingPrompt.Title:Set Folder Shortcut
737MappingPrompt.Unmap:Remove Shortcut
738#*******************
739#
740#***** Menu Options *****
741Menu.Collapse:Close Folder
742Menu.Copy_Collection:Copy this collection to...
743Menu.Edit:Edit
744Menu.Edit_Copy:Copy (ctrl-c)
745Menu.Edit_Cut:Cut (ctrl-x)
746Menu.Edit_Paste:Paste (ctrl-v)
747Menu.Expand:Open Folder
748Menu.Explode_Metadata_Database:Explode metadata database
749Menu.Replace_SrcDoc_With_HTML:Replace with HTML version
750Menu.File:File
751Menu.File_Associations:File Associations...
752Menu.File_CDimage:Write CD/DVD image...
753Menu.File_Close:Close
754Menu.File_Delete:Delete...
755Menu.File_Exit:Exit
756Menu.File_ExportAs:Export...
757Menu.File_New:New...
758Menu.File_Open:Open...
759Menu.File_Options:Preferences...
760Menu.File_Save:Save
761Menu.Help:Help
762Menu.Help_About:About...
763Menu.Metadata_View:Assigned Metadata for the {0}
764Menu.Move_Collection:Move this collection to...
765Menu.Open_Externally:Open in external program
766#********************
767#
768#***** MetaAudit *****
769MetaAudit.Close:Close
770MetaAudit.Close_Tooltip:Close this dialog box
771MetaAudit.Title:All Metadata
772#*********************
773#
774#***** Metadata *****
775Metadata.Element:Element
776Metadata.Value:Value
777MetadataSet.Files:Metadata Set Files
778#**********************************
779#
780#***** MetadataSetDialog**********
781MetadataSetDialog.Title:Manage Metadata Sets
782MetadataSetDialog.Add_Title:Add Metadata Set
783MetadataSetDialog.Current_Sets:Assigned Metadata Sets
784MetadataSetDialog.Available_Sets:Available Metadata Sets
785MetadataSetDialog.Add:Add...
786MetadataSetDialog.Add_Tooltip:Add a new metadata set to the collection
787MetadataSetDialog.New_Set:New...
788MetadataSetDialog.New_Set_Tooltip:Create a new metadata set
789MetadataSetDialog.Add_Set:Add
790MetadataSetDialog.Add_Set_Tooltip:Add the selected metadata set to the collection
791MetadataSetDialog.Browse:Browse...
792MetadataSetDialog.Browse_Tooltip:Add a new metadata set to the collection
793MetadataSetDialog.Edit:Edit...
794MetadataSetDialog.Edit_Tooltip:Edit the selected metadata set
795MetadataSetDialog.Remove:Remove
796MetadataSetDialog.Remove_Tooltip:Remove the selected metadata set from the collection
797MetadataSetDialog.Elements:Elements in selected Metadata Set
798
799#****************************************
800#
801#***** MetadataSetNamespaceClash warning***
802MetadataSetNamespaceClash.Title:Metadata Set Namespace Clash
803MetadataSetNamespaceClash.Message:The metadata set you have chosen to add ({0}) has the same namespace as one already in the collection ({1}). If you add this new set, the old one will be deleted and the new one added in its place. Any assigned metadata values will be transferred to the new set if it contains the appropriate elements.
804#*********************************************
805#
806#******** MetadataImportMappingPrompt *********
807MIMP.Add:Add
808MIMP.Add_Tooltip:Add the metadata element to the selected set
809MIMP.Ignore:Ignore
810MIMP.Ignore_Tooltip:Ignore this metadata element
811MIMP.Instructions:The metadata element {0} cannot be automatically imported into the collection. Select a metadata set and either:\n(1) press 'Add' to add the metadata to that set (only if there is not already {0} metadata in the set), or\n(2) choose an element and press 'Merge' to import {0} metadata to this element, or\n(3) ignore this metadata element.
812MIMP.Merge:Merge
813MIMP.Merge_Tooltip:Map the metadata element to the specified element in the selected set
814MIMP.Source_Element:Source metadata element:
815MIMP.Target_Element:Target metadata element:
816MIMP.Target_Set:Target metadata set:
817MIMP.Title:Merging Action Required.
818#*****************************
819#
820#***** Mirroring *****
821Mirroring.ClearCache:Clear Cache
822Mirroring.ClearCache_Tooltip:Delete all downloaded files
823Mirroring.Download:Download
824Mirroring.Download_Tooltip:Start a new download job
825Mirroring.DownloadJob.Close:Close
826Mirroring.DownloadJob.Close_Tooltip:Remove this job from the list, stopping it if it is currently running
827Mirroring.DownloadJob.Downloading:Downloading {0}
828Mirroring.DownloadJob.Download_Complete:Download complete
829Mirroring.DownloadJob.Download_Stopped:Download halted
830Mirroring.DownloadJob.Download_Progress:Downloading in progress
831Mirroring.DownloadJob.Log:View Log
832Mirroring.DownloadJob.Log_Tooltip:View details about this download
833Mirroring.DownloadJob.Log_Title:Download Log
834Mirroring.DownloadJob.Pause:Pause
835Mirroring.DownloadJob.Pause_Tooltip:Pause this download
836Mirroring.DownloadJob.Resume:Resume
837Mirroring.DownloadJob.Resume_Tooltip:Resume this download
838Mirroring.DownloadJob.Status:Downloaded {0} of {1} files ({2} warnings, {3} errors)
839Mirroring.DownloadJob.Waiting:Waiting to start
840Mirroring.DownloadJob.Waiting_User:Waiting for user action
841Mirroring.Invalid_URL:The URL entered is not valid. Please correct.
842Mirroring.Invalid_URL_Title:Invalid URL
843Mirroring.Preferences:Configure Proxy...
844Mirroring.Preferences_Tooltip:Enable proxy and/or edit proxy settings
845#*********************
846#
847#***** Missing EXEC *****
848MissingEXEC.Message:Warning! You will not be able to view your new collections within the Librarian Interface unless you specify the path to the Greenstone Library Webserver. You can enter this now in the text field below, or later by going to Preferences and choosing the Connection tab. Remember that a valid url must start with the protocol "http://", and will probably end with the executable name ("gsdl" for Greenstone Windows Local Library Server, "library.cgi" for other web servers).
849MissingEXEC.Title:Missing Greenstone Library Address
850#***** Missing EXEC_GS3 *****
851MissingEXEC_GS3.Message:Please enter the Greenstone 3 library URL. You will not be able to view your new collections within the Librarian Interface unless you specify the path to the Greenstone context in the locally running Tomcat Webserver. You can enter this now in the text field below, or later by going to Preferences and choosing the Connection tab. Remember that a valid URL must start with the protocol "http://".
852MissingEXEC_GS3.Title:Greenstone 3 Library URL
853#***** Missing GLIServer *****
854MissingGLIServer.Message:Enter the address of the remote Greenstone "gliserver.pl" script in the text field below. Remember that a valid URL must start with the protocol "http://" and end with "gliserver.pl".
855MissingGLIServer.Title:Specify GLI Server Address
856#***** Missing GSDL *****
857MissingGSDL.Message:Warning! You will not be able to access all of the Librarian Interface's features without a local copy of Greenstone Digital Library also installed. If you believe you are receiving this message in error please check your installation, and the paths specified in Librarian Interface batch or script file.
858MissingGSDL.Title:Missing Greenstone Path
859#***** Missing PERL *****
860MissingPERL.Message:Warning! You will not be able to create new collections, nor build existing ones, without PERL installed, and the Librarian Interface was unable to find PERL on your system. If you believe you are receiving this message in error please check your installation, and the paths specified in Librarian Interface batch or script file.
861MissingPERL.Title:Missing PERL Path
862#******* MissingImageMagick ********
863MissingImageMagick.Message:Warning! The Librarian Interface failed to locate an appropriate version of ImageMagick. Images can be included in collections but no image processing functionality will be available, such as converting images to a different type, or generating thumbnails.
864MissingImageMagick.Title:Missing ImageMagick
865#*****************************
866#
867#***** New Session *****
868NewCollectionPrompt.Base_Collection:Base this collection on:
869NewCollectionPrompt.Base_Collection_Tooltip:Select an existing collection to base the new collection on
870NewCollectionPrompt.ChooseACollection:Choose a collection
871NewCollectionPrompt.Collection_Description:Description of content:
872NewCollectionPrompt.Collection_Name:Collection folder:
873NewCollectionPrompt.Collection_Scope_Personal:This is a personal collection
874NewCollectionPrompt.Collection_Scope_Personal_Tooltip:The collection can be edited by the person who created it and users in the "all-collections-editor" group.
875NewCollectionPrompt.Collection_Scope_Shared:This is not a personal collection
876NewCollectionPrompt.Collection_Scope_Shared_Tooltip:The collection can be edited by users in the "all-collections-editor" group.
877NewCollectionPrompt.Error:Error in new collection.
878NewCollectionPrompt.Instructions:To create a new collection fill out the fields below.
879NewCollectionPrompt.NewCollection:-- New Collection --
880NewCollectionPrompt.OtherCollections:-- Other Collections... --
881NewCollectionPrompt.Select:Select
882NewCollectionPrompt.Title:Create a new Collection.
883NewCollectionPrompt.Title_Clash:The title you have chosen for your collection is already in use. Continue?
884NewCollectionPrompt.Title_Error:The title field must be filled out. Please correct.
885#***** New Folder OrFilePrompt *****
886NewFolderOrFilePrompt.Default_File_Name:dummy
887NewFolderOrFilePrompt.Default_Folder_Name:new folder
888NewFolderOrFilePrompt.Destination_Name:Destination Folder
889NewFolderOrFilePrompt.File_Name:File Name
890NewFolderOrFilePrompt.File_Name_Tooltip:Enter a name for the new file
891NewFolderOrFilePrompt.Folder_Name:Folder Name
892NewFolderOrFilePrompt.Folder_Name_Tooltip:Enter a name for the new folder
893NewFolderOrFilePrompt.Title_Folder:Create a new folder
894NewFolderOrFilePrompt.Title_File:Create a new dummy document
895#**********************
896#
897#******* OldWGET *******
898NoPluginExpectedToProcessFile.Message:None of Greenstone's plugins are expected to process the file "{0}" directly. (However, it may be included in the collection if it belongs to another file, for example, an image in a web page.) Check that the file has the correct extension. If it is correct then you may have to use UnknownPlug to process this file.
899NoPluginExpectedToProcessFile.Title:No plugin expected to process file
900#***********************
901#
902#***** OpenCollectionDialog *****
903OpenCollectionDialog.Available_Collections:Available Collections
904OpenCollectionDialog.Description:Collection Description
905OpenCollectionDialog.Open:Open
906OpenCollectionDialog.Open_Tooltip:Load the selected collection into the Librarian Interface
907OpenCollectionDialog.Title:Open Greenstone Collection
908#**********************
909#
910#***** Options Pane inside CreatePane *****
911OptionsPane.Cancelled: - cancelled
912OptionsPane.LogHistory:Log history
913OptionsPane.Successful: - successful
914OptionsPane.Scheduled: - scheduled
915OptionsPane.Unknown: - unknown
916OptionsPane.Unsuccessful: - unsuccessful
917#*******************
918#
919#***** Preferences *****
920Preferences:Preferences
921Preferences.Connection:Connection
922Preferences.Connection_Tooltip:Set the URL to the greenstone library and configure a proxy connection if appropriate
923Preferences.Connection.GLIServer_URL:Greenstone gliserver URL:
924Preferences.Connection.GLIServer_URL_Tooltip:The URL of the Greenstone "gliserver" CGI script
925Preferences.Connection.Library_Path:Library Path:
926Preferences.Connection.Library_Path_GS3:Greenstone Web Path:
927Preferences.Connection.Library_Path_Tooltip:The URL of the Greenstone web-server
928Preferences.Connection.Library_Path_Tooltip_GS3:The URL of the Greenstone web-server
929Preferences.Connection.Library_Path_Connection_Failure:Failed to connect. Check that the Greenstone server at {0} is running.
930Preferences.Connection.CollectDirectory:Collect Directory:
931Preferences.Connection.CollectDirectory_Tooltip:The path to the collect directory you want to work with.
932Preferences.Connection.ProgramCommand:Preview Command:
933Preferences.Connection.ProgramCommand_Tooltip:The launch command for the program used to view the collection preview. Remember to use %1 as the placeholder for the collection address, and to use speechmarks where necessary.
934Preferences.Connection.Proxy_Host:Proxy Host:
935Preferences.Connection.Proxy_Host_Tooltip:The address of your proxy server
936Preferences.Connection.Proxy_Port:Proxy Port:
937Preferences.Connection.Proxy_Port_Tooltip:The port number of your proxy server
938Preferences.Connection.Proxy_Host_Missing:Enter a value for the proxy host or turn off Use Proxy Connection in the Connection tab.
939Preferences.Connection.Servlet:Servlet:
940Preferences.Connection.Servlet_Tooltip:The servlet to use to view your site
941Preferences.Connection.Servlet_Tooltip2:There is no servlet specified for this site, you can still build collections, but you wont be able to view them
942Preferences.Connection.Site:Site:
943Preferences.Connection.Site_Tooltip:The site you want to work in
944Preferences.Connection.Use_Proxy:Use proxy connection?
945Preferences.General:General
946Preferences.General_Tooltip:Set some general preferences
947Preferences.General.Email:User's Email:
948Preferences.General.Email_Tooltip:The email address automatically used for any collection created with the GLI
949Preferences.General.Font:Font:
950Preferences.General.Font_Tooltip:The font used for the GLI interface.
951Preferences.General.Interface_Language:Interface Language:
952Preferences.General.Interface_Language_Tooltip:Select the language you wish the interface and its controls to be displayed in.
953Preferences.General.Restart_Required:GLI should now be restarted in order to complete loading a new interface language.
954Preferences.General.Manual_Restart_Required:Please restart the GLI client to take the changed connection settings into account.
955Preferences.General.Show_File_Size:Show file sizes
956Preferences.General.Show_File_Size_Tooltip:Show file sizes next to entries in the Workspace and Collection file trees.
957Preferences.General.View_Extracted_Metadata:View Extracted Metadata
958Preferences.General.View_Extracted_Metadata_Tooltip:Display metadata extracted by the greenstone plugins in the metadata list in the Enrich view.
959Preferences.Mode:Mode
960Preferences.Mode_Tooltip:Click on an entry to select a suitable level of operation
961Preferences.Mode.Assistant:Library Assistant
962Preferences.Mode.Assistant_Description:Use this setting to gain access to the basic features of the Greenstone Librarian Interface: adding documents and metadata to collections, creating new collections whose structure mirrors existing ones, and building collections.
963Preferences.Mode.Librarian:Librarian
964Preferences.Mode.Librarian_Description:This setting gives normal use of the Greenstone Librarian Interface: creating and designing new collections, adding documents and metadata to collections, and building collections.
965Preferences.Mode.Expert:Expert
966Preferences.Mode.Expert_Description:This setting enables expert use of the Greenstone Librarian Interface. It is recommended for users who are experienced with Greenstone, and are able to perform troubleshooting tasks that involve interpreting debugging output from PERL scripts. All features of the Greenstone Librarian Interface are enabled.
967Preferences.Warnings:Warnings
968Preferences.Warnings_Tooltip:Enable or disable various warning dialogs
969Preferences.Workflow:Workflow
970Preferences.Workflow_Tooltip:Design the interface workflow: set which views should be enabled
971Preferences.Workflow.Predefined.Label:Predefined Workflows
972Preferences.Workflow.Title:Check box to enable view
973#**********************
974#
975#**** PreviewCommandDialog *******
976PreviewCommandDialog.Instructions:Enter the command for opening the program to view collection preview. Remember to use %1 as the placeholder for the collection address, and to use speechmarks where necessary.
977PreviewCommandDialog.Title:Preview Command
978
979ShowPreviousCollection.Title:Preview the collection previously built
980ShowPreviousCollection.Message:An error has occurred and the collection could not be created.You are previewing the collection that was built previously.
981#**********************
982#
983#***** Remote Greenstone Server *****
984RemoteGreenstoneServer.Authentication_Message:Please enter your Greenstone username and password:
985RemoteGreenstoneServer.Authentication_Message_gs3:Please enter your Greenstone username and password at site:
986RemoteGreenstoneServer.Error:An error has occurred on the remote Greenstone server while performing this operation:\n{0-Error message}
987RemoteGreenstoneServer.Error_Title:Remote Greenstone Server Error
988RemoteGreenstoneServer.Progress:Remote Greenstone Server Progress:
989RemoteGreenstoneServer.Steal_Lock_Message:This collection is currently locked by user '{0-User name}'.\nDo you want to steal control of this lock file (not recommended, as work may be lost)?
990#**********************
991#
992#***** Rename Prompt *****
993RenamePrompt.Name:Name:
994RenamePrompt.Title:Rename file/folder
995#**********************
996#
997#***** Replace Prompt *****
998ReplacePrompt.Title:Replace file with ...
999#**********************
1000#
1001#***** Save Collection Box *****
1002SaveCollectionBox.File_Name:File Name:
1003SaveCollectionBox.Files_Of_Type:Files of Type:
1004SaveCollectionBox.Look_In:Look In:
1005#**********************
1006#
1007#***** Save Progress Box *******
1008SaveProgressDialog.Title:Saving Collection
1009#*******************************
1010#
1011Server.QuitManual:The Librarian Interface was unable to close the local\nlibrary server automatically. Please exit the server\nmanually by clicking on the cross icon in its top\nright-hand corner, then click OK on this dialog.
1012Server.QuitTimeOut:The greenstone local library has not responded to the\nautomatic close command for {0} seconds. Do you\nwish to wait for another {0} seconds?
1013Server.StartUpTimeOut:The greenstone local library has not responded to the\nstart command for {0} seconds. Do you\nwish to wait for another {0} seconds?
1014Server.Reconfigure:You just changed collecthome.\nAs GLI didn't start your webserver, it can't reconfigure this automatically.\nPlease reconfigure your server manually to work with the change to collecthome.
1015#
1016#***** Sources *****
1017Source.General:General
1018#**********************
1019#
1020#***** Trees *****
1021Tree.DownloadedFiles:Downloaded Files
1022Tree.Files:files
1023Tree.Home:Home Folder ({0})
1024Tree.Root:Local Filespace
1025Tree.World:Documents in Greenstone Collections
1026#***********************
1027#
1028#***** Warning Dialog *****
1029WarningDialog.Dont_Show_Again:Do not show this warning again
1030WarningDialog.Dont_Show_Again_Message:Do not show this message again
1031WarningDialog.Invalid_Value:The value you have entered in the value field\nis not valid for the specified property.
1032WarningDialog.Value:Enter value:
1033#
1034#****** WGet *****
1035WGet.Prompt:WGet Mirroring Client
1036#
1037#****** Workflows *****
1038Workflow.AllPanels:All panels
1039Workflow.LocalSourceCollectionBuilding:Local source collection building
1040Workflow.DocumentEnriching:Document enriching
1041
1042
1043#********GEMS******
1044
1045GEMS.Title:Greenstone Editor for Metadata Sets
1046GEMS.OpenMetadataSetPrompt.Title:Open Metadata Set
1047GEMS.OpenMetadataSetPrompt.Open_Tooltip:Open the selected metadata set
1048GEMS.Set_Description:Metadata set description
1049GEMS.OpenMetadataSetPrompt.Open:Open
1050GEMS.OpenMetadataSetPrompt.Available_Sets:Available metadata sets
1051GEMS.DeleteMetadataSetPrompt.Title:Delete Metadata Set
1052GEMS.DeleteMetadataSetPrompt.Delete_Tooltip:Delete the selected metadata set
1053GEMS.DeleteMetadataSetPrompt.Delete:Delete
1054GEMS.DeleteMetadataSetPrompt.Available_Sets:Available metadata sets
1055GEMS.DeleteMetadataSetPrompt.Confirm_Delete:Please tick the box to confirm metadata set deletion.
1056GEMS.DeleteMetadataSetPrompt.No_Set:No metadata set selected
1057GEMS.Confirm_Removal:Are you sure you wish to remove this {0}?
1058GEMS.Confirm_Removal_Title:Confirm Removal
1059GEMS.Attribute:Attribute
1060GEMS.Popup.AddElement:Add Element
1061GEMS.Popup.DeleteElement:Delete Element
1062GEMS.Popup.AddSubElement:Add Subelement
1063GEMS.Popup.DeleteSubElement:Delete Subelement
1064GEMS.NewMetadataSetPrompt.Title:New Metadata Set
1065GEMS.NewMetadataSetPrompt.Instructions:To create a new metadata set fill out the fields below:
1066GEMS.NewMetadataSetPrompt.Base_MetadataSet:Base this metadata set on:
1067GEMS.NewMetadataSetPrompt.Metadata_Title:Metadata set title:
1068GEMS.NewMetadataSetPrompt.Metadata_Namespace:Metadata set namespace:
1069GEMS.NewMetadataSetPrompt.New_Metadata:-- New Metadata Set --
1070GEMS.NewMetadataSetPrompt.Title_Error_Message:A new metadata set must have a Title
1071GEMS.NewMetadataSetPrompt.Title_Error:No Title Specified
1072GEMS.NewMetadataSetPrompt.Namespace_Error_Message:A new metadata set must have a namespace
1073GEMS.NewMetadataSetPrompt.Namespace_Error:No Namespace Specified
1074GEMS.SelectedLanguage:Add attributes for language:
1075GEMS.Language:--Choose Language--
1076GEMS.LanguageDependent:Language dependent attributes
1077GEMS.Attribute_Table:Attributes
1078GEMS.Attribute_Deletion_Error:Attribute Deletion Error
1079GEMS.Attribute_Deletion_Error_Message:This attribute is required and cannot be deleted
1080GEMS.Add_Lang_Depend_Attr_Error:Attribute Addition Error
1081GEMS.Add_Lang_Depend_Attr_Error_Message:No "language-dependent" attribute is provided, please add this attribute.
1082GEMS.Attribute_Edition_Error:Attribute Edition Error
1083GEMS.Attribute_Edition_Error_Message:This attribute is required and cannot be empty
1084GEMS.Confirm_Save:This metadata set has been changed, would you like to save it?
1085GEMS.Confirm_Save_Title:Save Metadata Set
1086GEMS.Confirm_DeleteElement:Are you sure you wish to delete element {0}?
1087GEMS.Confirm_DeleteElement_Title:Delete Element
1088GEMS.File_Deletion_Error_Message:This file cannot be deleted
1089GEMS.File_Deletion_Error:File Deletion Error
1090GEMS.Namespace_Conflict_Message:Warning: this namespace has been used by another metadata set. Continue?
1091GEMS.Namespace_Conflict:Namespace Conflict
1092GEMS.Move_Up:Move Up
1093GEMS.Move_Down:Move Down
1094GEMS.Cannot_Undo:(this action cannot be undone)
1095
1096GEMS.AttributeTable.Name:Name
1097GEMS.AttributeTable.Language:Language
1098GEMS.AttributeTable.Value:Value
1099GEMS.NewMetadataElementNamePrompt.Title:New Element
1100GEMS.NewMetadataElementNamePrompt.Name:Please enter a name for the new element
1101GEMS.NewMetadataElementNamePrompt.SubTitle:New Subelement
1102GEMS.NewMetadataElementNamePrompt.SubName:Please enter a name for the new subelement
1103GEMS.NewMetadataElementNamePrompt.Name_Error_Message:An element with this name already exists.
1104GEMS.NewMetadataElementNamePrompt.Name_Error:Element Name Error
1105GEMS.NewMetadataElementNamePrompt.EmptyName_Error_Message:A new element must have a name.
1106
1107
1108GEMS.No_Set_Loaded:No metadata set is loaded. Please use File->New to create a new set, or File->Open to open an existing set.
Note: See TracBrowser for help on using the repository browser.