source: gli/branches/2.75/classes/dictionary.properties@ 14769

Last change on this file since 14769 was 14769, checked in by oranfry, 16 years ago

checking-in version number changes

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