source: trunk/gli/classes/dictionary.properties@ 12337

Last change on this file since 12337 was 12337, checked in by shaoqun, 18 years ago

added strings for exporting panel

  • Property svn:keywords set to Author Date Id Revision
File size: 64.9 KB
Line 
1#*******************
2#
3#***** AboutDialog *****
4AboutDialog.Acknowledgement:Acknowledgements for proprietary programs, packages or classes...
5AboutDialog.Date:(June 2006)
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.Add:Add
70CDM.ArgumentConfiguration.Bad_Integer:<html>The argument '{0}' requires an integer value,<br>but no integer can be parsed from {1}.</html>
71CDM.ArgumentConfiguration.Custom_Header:Custom
72CDM.ArgumentConfiguration.Custom:Custom Arguments:
73CDM.ArgumentConfiguration.Error_Title:Error In Arguments
74CDM.ArgumentConfiguration.Header:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>Please configure the arguments for {0}.</CENTER></FONT></STRONG></HTML>
75CDM.ArgumentConfiguration.No_Value:The argument '{0}' requires a value, but no value is specified.
76CDM.ArgumentConfiguration.Remove:Remove
77CDM.ArgumentConfiguration.Required_Argument:The argument '{0}' must be given a value.
78CDM.ArgumentConfiguration.Title:Configuring Arguments
79CDM.BuildTypeManager.Title:Select the Indexer
80CDM.BuildTypeManager.mg:MG
81CDM.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).
82CDM.BuildTypeManager.mgpp:MGPP
83CDM.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.
84CDM.BuildTypeManager.lucene:Lucene
85CDM.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 and range searching. It was added to Greenstone to facilitate incremental collection building, which MG and MGPP can't provide.
86CDM.BuildTypeManager.Current_Type:Currently using indexer: {0}
87CDM.BuildTypeManager.Change:Change
88CDM.BuildTypeManager.Change_Tooltip:Change the indexer used by this collection
89CDM.ClassifierManager.Add:Add Classifier...
90CDM.ClassifierManager.Add_Tooltip:Use the specified classifier with this collection
91CDM.ClassifierManager.Assigned:Currently Assigned Classifiers
92CDM.ClassifierManager.Classifier:Select classifier to add:
93CDM.ClassifierManager.Classifier_Tooltip:The classifiers available for use in the collection
94CDM.ClassifierManager.Classifier_Exists:That classifier has already been assigned for this collection.
95CDM.ClassifierManager.Classifier_Str:classifier
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.ClassifierManager.Parsing.Message:Loading classifier information...
102CDM.ClassifierManager.Parsing.Title:Loading Classifiers
103CDM.FormatManager.Add:Add Format
104CDM.FormatManager.Add_Tooltip:Add the specified format command
105CDM.FormatManager.AllFeatures:All Features
106CDM.FormatManager.AllParts:All Components
107CDM.FormatManager.Assigned_Formats:Currently Assigned Format Commands
108CDM.FormatManager.Default:Reset to Default
109CDM.FormatManager.Default_Tooltip:Reset the selected format command to its default value
110CDM.FormatManager.Editor:HTML Format String
111CDM.FormatManager.Editor_Tooltip:Enter or edit the format command
112CDM.FormatManager.Editor_Disabled_Tooltip:Click 'Add Format' to add this format command to your collection.
113CDM.FormatManager.Enabled:Enabled
114CDM.FormatManager.Feature:Choose Feature
115CDM.FormatManager.Feature_Tooltip:The feature to format
116CDM.FormatManager.Insert:Insert
117CDM.FormatManager.Insert_Tooltip:Insert the selected variable into the format command
118CDM.FormatManager.Default:Reset to Default
119CDM.FormatManager.Default_Tooltip:Reset the selected variable to its default
120CDM.FormatManager.Part:Affected Component
121CDM.FormatManager.Part_Tooltip:The aspect of the selected feature to format
122CDM.FormatManager.Redo:Redo
123CDM.FormatManager.Redo_Tooltip:Restore the last undo
124CDM.FormatManager.Remove:Remove Format
125CDM.FormatManager.Remove_Tooltip:Remove the selected format command
126CDM.FormatManager.Replace:Replace Format
127CDM.FormatManager.Replace_Tooltip:Update the selected format command
128CDM.FormatManager.Undo:Undo
129CDM.FormatManager.Undo_Tooltip:Undo the last edit
130CDM.FormatManager.Redo:Redo
131CDM.FormatManager.Redo_Tooltip:Redo the last edit
132CDM.FormatManager.Variable:Variables
133CDM.FormatManager.Variable_Tooltip:Variables available for use with the format command
134CDM.General.Access:This collection should be publicly accessible
135CDM.General.Browser_Title:Select An Image
136CDM.General.Collection_Extra:Collection description:
137CDM.General.Collection_Extra_Tooltip:A description of the purpose and content of the collection
138CDM.General.Collection_Name:Collection title:
139CDM.General.Collection_Name_Tooltip:Name of the collection
140CDM.General.Email.Creator:Creator's email
141CDM.General.Email.Creator_Tooltip:E-mail address of the collection's creator
142CDM.General.Email.Maintainer:Maintainer's email
143CDM.General.Email.Maintainer_Tooltip:E-mail address of the collection's maintainer
144CDM.General.Icon_Collection:URL to 'about page' icon:
145CDM.General.Icon_Collection_Tooltip:The URL of the image to display on the collection's about page
146CDM.General.Icon_Collection_Small:URL to 'home page' icon:
147CDM.General.Icon_Collection_Small_Tooltip:The URL of the image to display on the library's home page
148CDM.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}
149CDM.General.Image_Filter:Images (gifs, jpgs and pngs)
150CDM.GUI.Classifiers:Browsing Classifiers
151CDM.GUI.Design_Topics:Design Sections
152CDM.GUI.Formats:Format Features
153CDM.GUI.General:General
154CDM.GUI.Indexes:Search Indexes
155CDM.GUI.Macros:Collection Specific Macros
156CDM.GUI.MetadataSets:Metadata Sets
157CDM.GUI.Plugins:Document Plugins
158CDM.GUI.Root:CDM_ROOT
159CDM.GUI.SearchMetadata:Search
160CDM.GUI.Subcollections:Partition Indexes
161CDM.GUI.SuperCollection:Cross-Collection Search
162CDM.GUI.Translation:Translate Text
163CDM.HelpButton:Help for this screen
164CDM.HelpButton_Tooltip:Open up the GLI help for this screen
165CDM.IndexManager.Add_Index:Add Index
166CDM.IndexManager.Add_Index_Tooltip:Add the specified index
167CDM.IndexManager.Allfields_Index:Add combined searching over all assigned indexes (allfields)
168CDM.IndexManager.Default_Index_Indicator:[Default Index]
169CDM.IndexManager.Index_Exists:That index has already been assigned for this collection.
170CDM.IndexManager.Indexes:Assigned Indexes
171CDM.IndexManager.Level:Indexing level:
172CDM.IndexManager.Level_Tooltip:Textual unit on which index is based
173CDM.IndexManager.Add_All:Add All
174CDM.IndexManager.Add_All_Tooltip:Add a separate index for every source
175CDM.IndexManager.Edit_Index:Edit Index
176CDM.IndexManager.Edit_Index_Tooltip:Modify the selected index
177CDM.IndexManager.New_Index:New Index
178CDM.IndexManager.New_Index_Tooltip:Add a new index
179CDM.IndexManager.Remove_Index:Remove Index
180CDM.IndexManager.Remove_Index_Tooltip:Remove the selected index
181CDM.IndexManager.Replace_Index:Replace Index
182CDM.IndexManager.Replace_Index_Tooltip:Update the selected index
183CDM.IndexManager.Select_All:Select All
184CDM.IndexManager.Select_All_Tooltip:Select all index sources
185CDM.IndexManager.Set_Default:Set Default Index
186CDM.IndexManager.Set_Default_Tooltip:Make the selected index the default index
187CDM.IndexManager.Source:Include in index:
188CDM.IndexManager.Source_Tooltip:The metadata elements to build the index on
189CDM.LanguageManager.Add_Tooltip:Add an index partition based on the specified languages
190CDM.LanguageManager.Assigned_Languages:Assigned Language Partitions
191CDM.LanguageManager.Default_Language:Default Language
192CDM.LanguageManager.Remove_Tooltip:Remove the selected language partition from the list
193CDM.LanguageManager.Replace_Tooltip:Replace the selected partition with a new one based on the ticked languages
194CDM.LanguageManager.Selector:Languages to add:
195CDM.LanguageManager.Selector_Tooltip:The languages to build an index partition on
196CDM.LanguageManager.Set_Default:Set Default
197CDM.LanguageManager.Set_Default_Tooltip:Make the selected language partition the default
198CDM.LevelManager.Document:document
199CDM.LevelManager.Section:section
200CDM.LevelManager.Paragraph:paragraph
201CDM.LevelManager.Level:Level
202CDM.LevelManager.Level_Title:Indexing Levels
203CDM.LevelManager.Level_Tooltip:Textual units on which indexes are based
204CDM.LevelManager.Default:Default
205CDM.LevelManager.Default_Tooltip:Default level in reader's interface
206CDM.MacrosManager.Save:Save
207CDM.MacrosManager.Save_Tooltip:Save to the collection's extra.dm file
208CDM.MacrosManager.Revert:Revert
209CDM.MacrosManager.Revert_Tooltip:Revert to the last saved version
210CDM.MacrosManager.Editor_Tooltip:Edit macros here
211CDM.Move.At_Bottom:Cannot move the {0} {1} lower as it is already at the bottom of the list.
212CDM.Move.At_Top:Cannot move the {0} {1} higher as it is already at the top of the list.
213CDM.Move.Cannot:Cannot move the plugin {0} any lower as RecPlug and ArcPlug must be at the bottom of the list.
214CDM.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>
215CDM.Move.Move_Down:Move Down
216CDM.Move.Move_Down_Tooltip:Move the selected item down the list
217CDM.Move.Move_Up:Move Up
218CDM.Move.Move_Up_Tooltip:Move the selected item up the list
219CDM.Move.Title:Error - Cannot Move
220CDM.PlugInManager.Add:Add Plugin...
221CDM.PlugInManager.QuickAdd:Add Plugin
222CDM.PlugInManager.Add_Tooltip:Use the specified plugin with this collection
223CDM.PlugInManager.Assigned:Currently Assigned Plugins
224CDM.PlugInManager.Configure:Configure Plugin...
225CDM.PlugInManager.Configure_Tooltip:Change the options of the selected plugin
226CDM.PlugInManager.Ignore:Don't Add Plugin
227CDM.PlugInManager.Ignore_Tooltip:Don't add any plugins to this collection.
228CDM.PlugInManager.PlugIn:Select plugin to add:
229CDM.PlugInManager.PlugIn_Tooltip:The plugins available for use in the collection
230CDM.PlugInManager.PlugIn_Exists:That plugin has already been assigned for this collection.
231CDM.PlugInManager.PlugIn_Str:plugin
232CDM.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.
233CDM.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.)
234CDM.PlugInManager.Remove:Remove Plugin
235CDM.PlugInManager.Remove_Tooltip:Remove the selected plugin from the list
236CDM.PluginManager.SuggestedPluginListTitle:Suggested plugins for file
237CDM.PlugInManager.Parsing.Message:Loading plugin information...
238CDM.PlugInManager.Parsing.Title:Loading Plugins
239CDM.SearchMetadataManager.Component:Item in search menu
240CDM.SearchMetadataManager.Component_Name:Display text
241CDM.SearchMetadataManager.Type_index:Index
242CDM.SearchMetadataManager.Type_level:Level
243CDM.SearchMetadataManager.Type_partition:Partition
244CDM.SearchMetadataManager.Type_language:Language Partition
245CDM.SubcollectionManager.Add:Add Filter
246CDM.SubcollectionManager.Add_Tooltip:Add the specified filter to the collection
247CDM.SubcollectionManager.Assigned:Defined Subcollection Filters
248CDM.SubcollectionManager.Exclude:Exclude
249CDM.SubcollectionManager.Flags:Flags to set when matching
250CDM.SubcollectionManager.Flags_Tooltip:Regular expression flags to use when matching (eg. "i" for case-insensitive matching)
251CDM.SubcollectionManager.Include:Include
252CDM.SubcollectionManager.Inclusive:What do we do with files that match?
253CDM.SubcollectionManager.Language_Controls:Assign Languages
254CDM.SubcollectionManager.Match:Regular expression to match with:
255CDM.SubcollectionManager.Match_Tooltip:A regular expression defining the documents in the subcollection
256CDM.SubcollectionManager.Name:Subcollection filter name:
257CDM.SubcollectionManager.Name_Tooltip:The name of the new subcollection filter
258CDM.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.
259CDM.SubcollectionManager.Remove:Remove Filter
260CDM.SubcollectionManager.Remove_Tooltip:Remove the selected filter from the list
261CDM.SubcollectionManager.Replace:Replace Filter
262CDM.SubcollectionManager.Replace_Tooltip:Update the details of the selected filter
263CDM.SubcollectionManager.Source:Document attribute to match against:
264CDM.SubcollectionManager.Source_Tooltip:The document attribute to filter on
265CDM.SubcollectionManager.Subcollection_Controls:Define Filters
266CDM.SubcollectionManager.Subindex_Controls:Assign Partitions
267CDM.SubcollectionIndexManager.Add_Subindex:Add Partition
268CDM.SubcollectionIndexManager.Add_Subindex_Tooltip:Add the specified partition to this collection
269CDM.SubcollectionIndexManager.Default_Partition_Indicator:[Default Partition]
270CDM.SubcollectionIndexManager.Remove_Subindex:Remove Partition
271CDM.SubcollectionIndexManager.Remove_Subindex_Tooltip:Remove the selected partition from this collection
272CDM.SubcollectionIndexManager.Replace_Subindex:Replace Partition
273CDM.SubcollectionIndexManager.Replace_Subindex_Tooltip:Update the selected partition
274CDM.SubcollectionIndexManager.Set_Default_Subindex:Set Default
275CDM.SubcollectionIndexManager.Set_Default_Subindex_Tooltip:Make the selected partition the default
276CDM.SubcollectionIndexManager.Source:Build partition on:
277CDM.SubcollectionIndexManager.Source_Tooltip:The subcollection filters to build the partition on
278CDM.SubcollectionIndexManager.Subindexes:Assigned Subcollection Partitions
279CDM.TranslationManager.Add:Add Translation
280CDM.TranslationManager.Add_Tooltip:Add the specified translation to the collection
281CDM.TranslationManager.Affected_Features:Features
282CDM.TranslationManager.Assigned_Fragments:Assigned Translations
283CDM.TranslationManager.Default_Text:Initial Text Fragment
284CDM.TranslationManager.Fragment_Column:Text Fragment
285CDM.TranslationManager.Language:Language of translation:
286CDM.TranslationManager.Language_Column:Language
287CDM.TranslationManager.Language_Tooltip:The language being translated into
288CDM.TranslationManager.Remove:Remove Translation
289CDM.TranslationManager.Remove_Tooltip:Remove the selected translation from the collection
290CDM.TranslationManager.Replace:Replace Translation
291CDM.TranslationManager.Replace_Tooltip:Update the selected translation
292CDM.TranslationManager.Translation:Translated Text
293CDM.TranslationManager.Translation_Tooltip:Enter the translation of the string here
294#*******************
295#
296#***** Collection *****
297Collection.Collection:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Collection</FONT></STRONG></HTML>
298Collection.Delete_Tooltip:Delete selected files and folders
299Collection.Filter_Tooltip:Restrict the files shown in the file tree
300Collection.New_Folder_Tooltip:Create a new folder
301Collection.No_Collection:No Collection
302Collection.No_Collection_Loaded:No collection loaded
303Collection.Stop:Stop
304Collection.Stop_Tooltip:Stop copying files
305Collection.Workspace:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Workspace</FONT></STRONG></HTML>
306#**********************
307#
308#***** CollectionBuilt *****
309CollectionBuilt.Message:The collection has been built and is ready for previewing.
310CollectionBuilt.Title:Collection Creation Result
311#***************************
312#
313#***** CollectionManager *****
314CollectionManager.Build_Cancelled:Building the collection has been cancelled.
315CollectionManager.Cannot_Create_Collection:An error has occurred and the collection could not be created.
316CollectionManager.Cannot_Create_Collection_With_Reason:The collection could not be created because:\n{0-Error message}
317CollectionManager.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.
318CollectionManager.Cannot_Delete_Index_Log:Old index files unable to be deleted so importing stopped.
319CollectionManager.Cannot_Open:The collection at:\n{0-Collection file path}\ncannot be opened.
320CollectionManager.Cannot_Open_With_Reason:The collection at:\n{0-Collection file path}\ncannot be opened because:\n{1-Error message}
321CollectionManager.Creating_New:Creating a new collection.
322CollectionManager.Log_Created:The log folder created.
323CollectionManager.Loading_Collection:Loading collection
324CollectionManager.Loading_Collection_Please_Wait:Loading collection, please wait...
325CollectionManager.Loading_Successful:Loaded collection {0}.
326CollectionManager.Missing_Config:This collection does not have a valid collect.cfg file
327CollectionManager.Not_Col_File:'{0}' is not a Librarian Interface Collection File (.col)
328CollectionManager.No_Config_File:The collect.cfg file has not been created by mkcol.pl.
329CollectionManager.Preview_Ready_Failed:An error has occurred which will prevent the collection being previewed.
330CollectionManager.Preview_Ready_Title:Collection Preview State.
331CollectionManager.Session_Ready:Collection {0} ready for use.
332CollectionManager.Build_Not_Moved:The building directory could not be moved.
333CollectionManager.Index_Not_Deleted:The index directory could not be deleted.
334CollectionManager.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.
335#*****************************
336#
337#***** CollectionPopupMenu *****
338CollectionPopupMenu.Delete:Delete
339CollectionPopupMenu.New_Dummy_Doc:New dummy document
340CollectionPopupMenu.New_Folder:New folder
341CollectionPopupMenu.Rename:Rename
342CollectionPopupMenu.Replace:Replace
343#*******************************
344#
345#***** CreatePane *****
346CreatePane.Build:Build Options
347CreatePane.Build_Tooltip:Options for the indexing and classification stage of collection formation
348CreatePane.Build_Collection:Build Collection
349CreatePane.Build_Collection_Tooltip:Start the collection formation process
350CreatePane.Build_Progress:Build Progress
351CreatePane.Cancel_Build:Cancel Build
352CreatePane.Cancel_Build_Tooltip:Stop the collection formation process
353CreatePane.Full_Build:Complete Rebuild
354CreatePane.Full_Build_Tooltip:Completely rebuild the collection from scratch
355CreatePane.Import:Import Options
356CreatePane.Import_Tooltip:Options for the file conversion and metadata assignment stage of collection formation
357CreatePane.Import_Progress:Import Progress
358CreatePane.Incremental_Build:Incremental Rebuild
359CreatePane.Incremental_Build_Tooltip:Faster, as only the parts of the collection building process that are necessary are performed
360CreatePane.Log:Message Log
361CreatePane.Log_Tooltip:View output from previous collection formation attempts
362CreatePane.Mode_All:all
363CreatePane.Options:Option Groups
364CreatePane.Options_Title:Collection Import & Build Options
365CreatePane.Preview_Collection:Preview Collection
366CreatePane.Preview_Collection_Tooltip:Preview the collection
367#**********************
368#
369#***** Dates *****
370Dates.Mon:Monday
371Dates.Tue:Tuesday
372Dates.Wed:Wednesday
373Dates.Thu:Thursday
374Dates.Fri:Friday
375Dates.Sat:Saturday
376Dates.Sun:Sunday
377Dates.Jan:January
378Dates.Feb:February
379Dates.Mar:March
380Dates.Apr:April
381Dates.May:May
382Dates.Jun:June
383Dates.Jul:July
384Dates.Aug:August
385Dates.Sep:September
386Dates.Oct:October
387Dates.Nov:November
388Dates.Dec:December
389#**********************
390#
391#***** Delete Collection Prompt *****
392DeleteCollectionPrompt.Collection_Details:Selected collection's details
393DeleteCollectionPrompt.Collection_List:Available collections
394DeleteCollectionPrompt.Confirm_Delete:Please tick the box to confirm collection deletion.
395DeleteCollectionPrompt.Delete:Delete
396DeleteCollectionPrompt.Delete_Tooltip:Delete the selected collection
397DeleteCollectionPrompt.Details:Creator - {0}\nMaintainer - {1}\nDescription\n{2}
398DeleteCollectionPrompt.Failed_Delete:Collection could not be completely deleted.
399DeleteCollectionPrompt.Failed_Title:Deletion Failed!
400DeleteCollectionPrompt.No_Collection:No collection selected.
401DeleteCollectionPrompt.Successful_Delete:Collection has been deleted.
402DeleteCollectionPrompt.Successful_Title:Deletion Complete!
403DeleteCollectionPrompt.Title:Collection Deletion
404#**********************
405#
406#***** DirectoryLevelMetadata *****
407DirectoryLevelMetadata.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'.
408DirectoryLevelMetadata.Title:About to add folder level metadata
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.ManageMetadataSets:Manage Metadata Sets...
416EnrichPane.ManageMetadataSets_Tooltip:Change the metadata sets used by the collection
417EnrichPane.No_File:No File Selected
418EnrichPane.No_Metadata:No Metadata Available
419EnrichPane.No_Metadata_Element:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>No Metadata Element Selected</FONT></STRONG></HTML>
420EnrichPane.NotOneFileOnlyMetadataSelected:This piece of metadata does not apply only to this file, and cannot be edited.
421EnrichPane.Value_Field_Tooltip:Value to assign to the selected metadata element
422EnrichPane.Value_Field_Tooltip_Uneditable:Value assigned to the selected metadata element
423#***********************
424#
425#****** ExplodeMetadataPrompt *******
426ExplodeMetadataPrompt.Explode:Explode
427ExplodeMetadataPrompt.Explode_Tooltip:Explode the metadata file
428ExplodeMetadataPrompt.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.
429ExplodeMetadataPrompt.Failed_Title:Exploding Failed.
430ExplodeMetadataPrompt.Failed_Explode:The database {0} could not be exploded.
431ExplodeMetadataPrompt.NotExplodable:This file is not explodable.
432ExplodeMetadataPrompt.Successful_Explode:Database {0} successfully exploded.
433ExplodeMetadataPrompt.Successful_Title:Exploding Complete.
434ExplodeMetadataPrompt.Title:Explode Metadata Database
435ExplodeMetadataPrompt.Plugin:Plugin to use for exploding
436#***********************
437#
438#****** WriteCDImagePrompt *******
439WriteCDImagePrompt.CD_Name:CD/DVD name
440WriteCDImagePrompt.Export:Write CD/DVD image
441WriteCDImagePrompt.Export_Tooltip:Write the selected collections as a Windows CD/DVD Image
442WriteCDImagePrompt.Failed_Export:The collections ({0}) could not be exported.
443WriteCDImagePrompt.Failed_Title:Export Failed
444WriteCDImagePrompt.Install:CD/DVD will install some files when used (faster)
445WriteCDImagePrompt.Install_Tooltip:Produces a self-installing CD-ROM that installs the library server (and optionally all the collection files) onto the host machine.
446WriteCDImagePrompt.NoInstall:CD/DVD will not install any files when used
447WriteCDImagePrompt.NoInstall_Tooltip:Produces a CD-ROM that runs the library directly from the CD-ROM without installing anything on the host machine.
448WriteCDImagePrompt.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).
449WriteCDImagePrompt.Progress_Label:Copying Files. This could take some time...
450WriteCDImagePrompt.Size_Label:Estimated size:
451WriteCDImagePrompt.Successful_Export:The collections ({0}) have been exported.
452WriteCDImagePrompt.Successful_Title:Export Complete
453WriteCDImagePrompt.Title:Export Collection to CD/DVD
454#************************
455#
456#****** ExportAsPrompt *******
457ExportAsPrompt.Export_Name:Directory name
458ExportAsPrompt.Export:Export collection(s)
459ExportAsPrompt.Export_Tooltip:Export the selected collections in the chosen file format into the designated directory
460ExportAsPrompt.Failed_ExportOne:The collection, {0}, could not be exported.
461ExportAsPrompt.Failed_ExportMany:The collections -- {0} -- could not be exported.
462ExportAsPrompt.Failed_Details:See {1} for details
463ExportAsPrompt.Failed_Title:Export Failed
464ExportAsPrompt.Instructions:Export one or more collections in the chosen format to into the stipulated directory
465ExportAsPrompt.Progress_Label:Exporting Files. This could take some time...
466ExportAsPrompt.Successful_ExportOne:The collection, {0}, has been exported.
467ExportAsPrompt.Successful_ExportMany:The collections -- {0} -- have been exported.
468ExportAsPrompt.Successful_Details:Files exported to: {1}
469ExportAsPrompt.Successful_Title:Export Complete
470ExportAsPrompt.Title:Export Collections
471ExportAsPrompt.SaveAs:Export to
472ExportAsPrompt.SaveAs_Tooltip:Select the format you want to export to
473ExportAsPrompt.Cancel:Cancel
474ExportAsPrompt.Cancel_Tooltip:Cancel the exporting process
475ExportAsPrompt.Browse:Browse
476ExportAsPrompt.Browse_Tooltip:Choose a xsl file
477ExportAsPrompt.ApplyXSL:Apply XSL file to {0}
478ExportAsPrompt.ApplyXSL_Tooltip:Use a xsl file to convert the exported files.
479ExportAsPrompt.MARCXMLGroup:Group marc records
480ExportAsPrompt.MARCXMLGroup_Tooltip:Export all marc records to a single file.
481#************************
482#
483#*****ExternalCollectionPrompt********
484ExternalCollectionPrompt.NewMDS:Create a new, empty metadata set.
485ExternalCollectionPrompt.ExistingMDS:Choose one or more existing metadata sets
486ExternalCollectionPrompt.Title:Load external collection
487ExternalCollectionPrompt.Instructions_1:You are about to load a collection that has not been created by the GLI. You will be asked to select one or more metadata sets to use for this collection. Existing metadata will be imported into the selected set(s). Original metadata files will be saved in a folder called import.bak.
488ExternalCollectionPrompt.Instructions_2:You are about to load a collection that has not been created by the GLI. You need to add a metadata set to this collection. You can create a new empty metadata set to which all the metadata elements found in the collection will be automatically added. Alternatively, you can select existing metadata sets, and elements from the collection will be merged with or added to the elements already in those sets. Original metadata files will be saved in a folder called import.bak.
489
490#****************************************
491#
492#***** Inherited Metadata *****
493ExtractedMetadata.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".
494ExtractedMetadata.Title:This File/Folder Has Hidden Extracted Metadata
495#
496#***** FileActions *****
497FileActions.Calculating_Size:Calculating total size of selected files
498FileActions.Copying:Copying {0}
499FileActions.Could_Not_Delete:Could not delete {0}
500FileActions.Cyclic_Path:Cannot copy {0}: the destination folder is a subfolder of the source folder.
501FileActions.Deleting:Deleting {0}
502FileActions.Directories_Selected:{0} folders selected
503FileActions.Directory_Selected:1 folder selected
504FileActions.File_Already_Exists_No_Create:The file '{0}' already exists.
505FileActions.File_Already_Exists_Message:{0}\nA file with the name shown above already exists at the\ndestination, and despite your previous choice the Librarian Interface\nis unable to overwrite it. Please check file permissions.
506FileActions.File_Already_Exists_Title:Error - File Already Exists.
507FileActions.File_And_Directories_Selected:1 file and {0} folders selected
508FileActions.File_And_Directory_Selected:1 file and 1 folder selected
509FileActions.File_Create_Error:The file {0} could not be created.
510FileActions.Folder_Create_Error:The folder {0} could not be created.
511FileActions.File_Exists:{0} already exists in the destination folder. Overwrite it?
512FileActions.File_Move_Error_Message:Could not move {0} to\n{1}.
513FileActions.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.
514FileActions.File_Not_Deleted_Title:Error - File Not Deleted.
515FileActions.File_Not_Found_Message:{0}\nThe file named above can not be found. Once file view\nhas refreshed, please check the file still exists.
516FileActions.File_Not_Found_Title:Error - File Not Found.
517FileActions.File_Selected:1 file selected
518FileActions.Files_And_Directory_Selected:{0} files and 1 folder selected
519FileActions.Files_Selected:{0} files selected
520FileActions.Folder_Already_Exists:The folder name '{0}' is already in use. Cannot create folder.
521FileActions.Increase_Depth:Increase Depth by 1
522FileActions.Insufficient_Space_Message:The file action has failed because of insufficient disk\nspace. For the file to copy successfully you require a\nfurther: {0}
523FileActions.Insufficient_Space_Title:Error - Insufficient Space
524FileActions.Moving:Moving {0}
525FileActions.No_Activity:No action requested
526FileActions.Possible_Cyclic_Path:{1} is {0} directories deep and may be a recursive path? Should file actioning continue?
527FileActions.Read_Not_Permitted_Message:Could not read {0}.
528FileActions.Read_Only:Files from the workspace are read only and cannot be deleted.
529FileActions.Replacing:Replacing {0}
530FileActions.Selected:{0} files and {1} folders selected
531FileActions.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.
532FileActions.Unknown_File_Error_Title:Error - Unknown File Error
533FileActions.Write_Not_Permitted_Message:The Librarian Interface does not have permission to write to\n{0}\nPlease check file permissions.
534FileActions.Write_Not_Permitted_Title:Error - Incorrect File Permissions
535FileActions.Yes_To_All:Yes to All
536#************************
537#
538#******* File Associations dialog **********
539FileAssociationDialog.Add:Add
540FileAssociationDialog.Add_Tooltip:Use this application to view files of this type
541FileAssociationDialog.Batch_File:Batch files
542FileAssociationDialog.Browse:Browse
543FileAssociationDialog.Browse_Tooltip:Choose the application to use from your filespace
544FileAssociationDialog.Browse_Tooltip_Mac:Browsing for your application is currently disabled for MacOS
545FileAssociationDialog.Browse_Title:Choose Application
546FileAssociationDialog.Close:Close
547FileAssociationDialog.Close_Tooltip:Close this dialog and return to the main window
548FileAssociationDialog.Command:Launch command:
549FileAssociationDialog.Command_File:Command files
550FileAssociationDialog.Command_Tooltip:Enter the command to launch the application to use
551FileAssociationDialog.Details:New File Association Details
552FileAssociationDialog.Executable_File:Executable files
553FileAssociationDialog.Existing_Associations:Current File Associations
554FileAssociationDialog.Extension:For files ending:
555FileAssociationDialog.Extension_Tooltip:The file extension of the files to view
556FileAssociationDialog.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.
557FileAssociationDialog.Table.Command:Command
558FileAssociationDialog.Table.Extension:Extension
559FileAssociationDialog.Title:Edit File Associations
560FileAssociationDialog.Remove:Remove
561FileAssociationDialog.Remove_Tooltip:Remove the current selected association from the existing associations
562FileAssociationDialog.Replace:Replace
563FileAssociationDialog.Replace_Tooltip:Replace the currently selected association with the new association details
564#*******************
565#
566#******Filter***************
567Filter.0:HTM & HTML
568Filter.1:XML
569Filter.2:Text Files
570Filter.3:Images
571Filter.All_Files:All Files
572Filter.Filter_Tree:Show Files
573Filter.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>
574#***********************
575#
576#***** GAuthenticator *****
577GAuthenticator.Password:Password:
578GAuthenticator.Password_Tooltip:Enter your password here
579GAuthenticator.Title:Password Required.
580GAuthenticator.Username:User Name:
581GAuthenticator.Username_Tooltip:Enter your username here
582#**************************
583#
584#***** General Messages *****
585# 0 - A String representing the name and method of the class in question.
586General.Apply:Apply
587General.Apply_Tooltip:Apply the current settings but do not exit the dialog
588General.Browse:Browse...
589General.Cancel:Cancel
590General.Cancel_Tooltip:Cancel the changes (will not undo any that have been applied already)
591General.Close:Close
592General.Close_Tooltip:Close this dialog box
593General.Edit:Edit Value
594General.Error:Error
595General.No:No
596General.NotSunJava:Java vendor: {0}\nNote that the Librarian Interface has been developed and tested with Java from Sun Microsystems.
597General.OK:OK
598General.OK_Tooltip:Accept the current settings and exit the dialog
599General.Open:Open
600General.Outstanding_Processes:<html>The Librarian Interface cannot close completely until all programs<br>started within The Librarian Interface have also exited.</html>
601General.Outstanding_Processes_Title:Waiting To Exit
602General.Pure_Cancel_Tooltip:Abort this action (no changes will be made)
603General.Review_Output:Please review output below:
604General.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
605General.View:View Value
606General.Warning:Warning
607General.Yes:Yes
608#****************************
609#
610#***** GShell *****
611GShell.BadArgument:Argument {0} is invalid.
612GShell.BadArgumentValue:Argument {0} has an invalid value.
613GShell.BadPluginOptions:The bad argument occurred in plugin {0}.
614GShell.BadClassifierOptions:The bad argument occurred in classifier {0}.
615GShell.Build.Auxilary:Creating auxiliary files and tidying up...
616GShell.Build.BuildBegun1:************** Build Started **************
617GShell.Build.BuildCancelled:************** Cancelled **************
618GShell.Build.BuildComplete1:************** Build Finished **************
619GShell.Build.CompressText:Compressing text...
620GShell.Build.Index:Creating an index based on {0-index source and level}...
621GShell.Build.InfoDatabase:Creating information database...
622GShell.Build.Phind:Generating a Phind classifier. This may take some time...
623GShell.Command:Command
624GShell.Failure:Command failed.
625GShell.Import.FileNotProcessed:The file {0-target file path} was recognised but could not be processed by any plugin.
626GShell.Import.FileNotRecognised:The file {0-target file path} was not recognised by any plugin.
627GShell.Import.FileProcessing:The file {0-target file path} is being processed by {1-plugin name}.
628GShell.Import.FileProcessingError:The file {0-target file path} encountered an error during processing.
629GShell.Import.ImportBegun1:************** Import Started **************
630GShell.Import.ImportComplete1:************** Import Finished **************
631GShell.Import.ImportComplete2:{0-number documents considered} documents were considered for processing:
632GShell.Import.ImportComplete2.1:1 document was considered for processing:
633GShell.Import.ImportComplete.Processed:{0-number processed} documents were processed and included in the collection.
634GShell.Import.ImportComplete.Processed.1:1 document was processed and included in the collection.
635GShell.Import.ImportComplete.Blocked:{0-number blocked} were prevented from being added by plugins (such as images in web pages).
636GShell.Import.ImportComplete.Blocked.1:1 was prevented from being added by plugins (such as images in web pages).
637GShell.Import.ImportComplete.Ignored:{0-number ignored} were unrecognised.
638GShell.Import.ImportComplete.Ignored.1:1 was unrecognised.
639GShell.Import.ImportComplete.Failed:{0-number failed} were rejected.
640GShell.Import.ImportComplete.Failed.1:1 was rejected.
641GShell.Import.ImportComplete3:\n
642GShell.Parsing_Metadata_Complete:Archived metadata extraction complete.
643GShell.Parsing_Metadata_Start:Extracting new metadata from archive files.
644GShell.Success:Command complete.
645#*********************
646#
647#***** GUI *****
648# Currently Enabled and Disabled display the same text but in different
649# colours. If necessary this can be changed.
650GUI.Create:Create
651GUI.Create_Tooltip:Build your collection using Greenstone
652GUI.Design:Design
653GUI.Design_Tooltip:Design the functionality of your collection
654GUI.Download:Download
655GUI.Download_Tooltip:Download resources from the internet for your collection
656GUI.Enrich:Enrich
657GUI.Enrich_Tooltip:Assign metadata to the files in your collection
658GUI.Format:Format
659GUI.Format_Tooltip:Design the appearance of your collection
660GUI.Gather:Gather
661GUI.Gather_Tooltip:Select the files to include in your collection
662#***************
663#
664#***** HELP *****
665Help.Contents:Contents
666Help.Title:Librarian Interface Help Pages
667#****************************
668#
669#***** Invalid Metadata ******
670InvalidMetadata.Message:This metadata element is restricted to the pre-defined set of values. Please choose one from the existing values.
671InvalidMetadata.Title:Invalid Metadata
672#***************************
673#
674#***** LegacyCollection
675LegacyCollection.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.
676LegacyCollection.Title:Loading External Collection
677#***************************
678#
679#***** LockFileDialog *****
680LockFileDialog.Cancel_Tooltip:Do not steal control of the lock file (collection will not open)
681LockFileDialog.Date:Date
682LockFileDialog.Error:error
683LockFileDialog.Lockfile_Message_One:The presence of a lock file suggests this collection is already open.
684LockFileDialog.Lockfile_Message_Two:Do you wish to 'steal' control of this lock file?
685LockFileDialog.Machine:Where
686LockFileDialog.Name:Name
687LockFileDialog.OK_Tooltip:Steal control of the lock file
688LockFileDialog.Title:Lock File Detected
689LockFileDialog.User:Who
690#********************
691#
692#*****MappingPrompt **********
693MappingPrompt.File:Folder
694MappingPrompt.Map:Create Shortcut
695MappingPrompt.Name:Name
696MappingPrompt.Title:Set Folder Shortcut
697MappingPrompt.Unmap:Remove Shortcut
698#*******************
699#
700#***** Menu Options *****
701Menu.Collapse:Close Folder
702Menu.Edit:Edit
703Menu.Edit_Copy:Copy (ctrl-c)
704Menu.Edit_Cut:Cut (ctrl-x)
705Menu.Edit_Paste:Paste (ctrl-v)
706Menu.Expand:Open Folder
707Menu.Explode_Metadata_Database:Explode metadata database
708Menu.File:File
709Menu.File_Associations:File Associations...
710Menu.File_CDimage:Write CD/DVD image...
711Menu.File_Close:Close
712Menu.File_Delete:Delete...
713Menu.File_Exit:Exit
714Menu.File_ExportAs:Export...
715Menu.File_New:New...
716Menu.File_Open:Open...
717Menu.File_Options:Preferences...
718Menu.File_Save:Save
719Menu.Help:Help
720Menu.Help_About:About...
721Menu.Metadata_View:Assigned Metadata for the {0}
722Menu.Open_Externally:Open in external program
723#********************
724#
725#***** MetaAudit *****
726MetaAudit.Close:Close
727MetaAudit.Close_Tooltip:Close this dialog box
728MetaAudit.Title:All Metadata
729#*********************
730#
731#***** Metadata *****
732Metadata.Element:Element
733Metadata.Value:Value
734MetadataSet.Files:Metadata Set Files
735#**********************************
736#
737#***** MetadataSetDialog**********
738MetadataSetDialog.Title:Manage Metadata Sets
739MetadataSetDialog.Add_Title:Add Metadata Set
740MetadataSetDialog.Current_Sets:Assigned Metadata Sets
741MetadataSetDialog.Available_Sets:Available Metadata Sets
742MetadataSetDialog.Add:Add...
743MetadataSetDialog.Add_Tooltip:Add a new metadata set to the collection
744MetadataSetDialog.Add_Set:Add
745MetadataSetDialog.Add_Set_Tooltip:Add the selected metadata set to the collection
746MetadataSetDialog.Browse:Browse...
747MetadataSetDialog.Browse_Tooltip:Add a new metadata set to the collection
748MetadataSetDialog.Edit:Edit...
749MetadataSetDialog.Edit_Tooltip:Edit the selected metadata set
750MetadataSetDialog.Remove:Remove
751MetadataSetDialog.Remove_Tooltip:Remove the selected metadata set from the collection
752MetadataSetDialog.Elements:Elements in selected Metadata Set
753MetadataSetDialog.Edit_Message:Metadata sets can be edited using GEMS (Greenstone Editor for Metadata Sets).\nStart GEMS on Windows by running \nStart-->Greenstone Digital Library Software-->Greenstone Editor for Metadata Sets.\nOn Linux or Mac, run gems.sh from the gli folder of your Greenstone installation.
754MetadataSetDialog.Edit_Message_Title:Editing Metadata Sets
755
756#****************************************
757#
758#***** MetadataSetNamespaceClash warning***
759MetadataSetNamespaceClash.Title:Metadata Set Namespace Clash
760MetadataSetNamespaceClash.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.
761#*********************************************
762#
763#******** MetadataImportMappingPrompt *********
764MIMP.Add:Add
765MIMP.Add_Tooltip:Add the metadata element to the selected set
766MIMP.Ignore:Ignore
767MIMP.Ignore_Tooltip:Ignore this metadata element
768MIMP.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.
769MIMP.Merge:Merge
770MIMP.Merge_Tooltip:Map the metadata element to the specified element in the selected set
771MIMP.Source_Element:Source metadata element:
772MIMP.Target_Element:Target metadata element:
773MIMP.Target_Set:Target metadata set:
774MIMP.Title:Merging Action Required.
775#*****************************
776#
777#***** Mirroring *****
778Mirroring.ClearCache:Clear Cache
779Mirroring.ClearCache_Tooltip:Delete all downloaded files
780Mirroring.Download:Download
781Mirroring.Download_Tooltip:Start a new download job
782Mirroring.Download_Controls:Download Settings
783Mirroring.Download_Depth:Download Depth:
784Mirroring.Download_Depth.Zero:Zero
785Mirroring.Download_Depth.Unlimited:Unlimited
786Mirroring.Download_Depth_Tooltip:How many hyperlinks deep to go when downloading
787Mirroring.Download_OnlyHTML:Download only HTML files (ignore associated files e.g images and stylesheets)
788Mirroring.DownloadJob.Close:Close
789Mirroring.DownloadJob.Close_Tooltip:Remove this job from the list, stopping it if it is currently running
790Mirroring.DownloadJob.Downloading:Downloading {0}
791Mirroring.DownloadJob.Download_Complete:Download complete
792Mirroring.DownloadJob.Download_Stopped:Download halted
793Mirroring.DownloadJob.Download_Progress:Downloading in progress
794Mirroring.DownloadJob.Log:View Log
795Mirroring.DownloadJob.Log_Tooltip:View details about this download
796Mirroring.DownloadJob.Pause:Pause
797Mirroring.DownloadJob.Pause_Tooltip:Pause this download
798Mirroring.DownloadJob.Resume:Resume
799Mirroring.DownloadJob.Resume_Tooltip:Resume this download
800Mirroring.DownloadJob.Status:Downloaded {0} of {1} files ({2} warnings, {3} errors)
801Mirroring.DownloadJob.Waiting:Waiting to start
802Mirroring.DownloadJob.Waiting_User:Waiting for user action
803Mirroring.Higher_Directories:Only mirror files below this URL
804Mirroring.Invalid_URL:The URL entered is not valid. Please correct.
805Mirroring.Invalid_URL_Title:Invalid URL
806Mirroring.Preferences:Preferences...
807Mirroring.Preferences_Tooltip:Enable proxy and/or edit proxy settings
808Mirroring.Same_Host:Only mirror files within the same site
809Mirroring.Source_URL:Source URL:
810Mirroring.Source_URL_Tooltip:URL to download
811#*********************
812#
813#***** Missing EXEC *****
814MissingEXEC.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).
815MissingEXEC.Title:Missing Greenstone Library Address
816#***** Missing EXEC_GS3 *****
817MissingEXEC_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.
818MissingEXEC_GS3.Title:Missing Greenstone 3 Library Address
819#***** Missing GLIServer *****
820MissingGLIServer.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".
821MissingGLIServer.Title:Missing GLIServer Address
822#***** Missing GSDL *****
823MissingGSDL.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.
824MissingGSDL.Title:Missing Greenstone Path
825#***** Missing PERL *****
826MissingPERL.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.
827MissingPERL.Title:Missing PERL Path
828#******* MissingWGET ********
829MissingWGET.Message:Warning! Web mirroring is disabled because the Librarian Interface failed to locate an appropriate version of WGet. If you believe you are receiving this message in error please check your installation and the paths specified in the Librarian Interface batch or script file.
830MissingWGET.Title:Missing WGet
831#******* MissingImageMagick ********
832MissingImageMagick.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.
833MissingImageMagick.Title:Missing ImageMagick
834#*****************************
835#
836#***** New Session *****
837NewCollectionPrompt.Base_Collection:Base this collection on:
838NewCollectionPrompt.Base_Collection_Tooltip:Select an existing collection to base the new collection on
839NewCollectionPrompt.Collection_Description:Description of content:
840NewCollectionPrompt.Collection_Name:Collection folder:
841NewCollectionPrompt.Collection_Scope_Personal:This is a personal collection
842NewCollectionPrompt.Collection_Scope_Shared:This is not a personal collection
843NewCollectionPrompt.Error:Error in new collection.
844NewCollectionPrompt.Instructions:To create a new collection fill out the fields below.
845NewCollectionPrompt.NewCollection:-- New Collection --
846NewCollectionPrompt.Title:Create a new Collection.
847NewCollectionPrompt.Title_Clash:The title you have chosen for your collection is already in use. Continue?
848NewCollectionPrompt.Title_Error:The title field must be filled out. Please correct.
849#***** New Folder OrFilePrompt *****
850NewFolderOrFilePrompt.Default_File_Name:dummy
851NewFolderOrFilePrompt.Default_Folder_Name:new folder
852NewFolderOrFilePrompt.Destination_Name:Destination Folder
853NewFolderOrFilePrompt.File_Name:File Name
854NewFolderOrFilePrompt.File_Name_Tooltip:Enter a name for the new file
855NewFolderOrFilePrompt.Folder_Name:Folder Name
856NewFolderOrFilePrompt.Folder_Name_Tooltip:Enter a name for the new folder
857NewFolderOrFilePrompt.Title_Folder:Create a new folder
858NewFolderOrFilePrompt.Title_File:Create a new dummy document
859#**********************
860#
861#******* OldWGET *******
862NoPluginExpectedToProcessFile.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.
863NoPluginExpectedToProcessFile.Title:No plugin expected to process file
864#**********************
865#
866#******* OldWGET *******
867OldWGET.Message:Warning! The version of WGet you have installed has a known bug when mirroring files which contain encoded characters such as space and tilde in their URL. While this shouldn't be a problem, we recommend installing WGet 1.9 or higher.
868OldWGET.Title:Old WGet
869#***********************
870#
871#***** OpenCollectionDialog *****
872OpenCollectionDialog.Available_Collections:Available Collections
873OpenCollectionDialog.Browse:Browse
874OpenCollectionDialog.Browse_Tooltip:Choose a collection from your filespace
875OpenCollectionDialog.Collection:Greenstone Collection (".col")
876OpenCollectionDialog.Description:Collection Description
877OpenCollectionDialog.Locked_Collection:Greenstone collection already in use
878OpenCollectionDialog.No_Description:Please select a greenstone collection (".col" file) to see description.
879OpenCollectionDialog.Normal_Collection:Greenstone collection
880OpenCollectionDialog.Open:Open
881OpenCollectionDialog.Open_Tooltip:Load the selected collection into the Librarian Interface
882OpenCollectionDialog.Title:Open Greenstone Collection
883#**********************
884#
885#***** Options Pane inside CreatePane *****
886OptionsPane.Cancelled: - cancelled
887OptionsPane.LogHistory:Log history
888OptionsPane.Successful: - successful
889OptionsPane.Unknown: - unknown
890OptionsPane.Unsuccessful: - unsuccessful
891#*******************
892#
893#***** Preferences *****
894Preferences:Preferences
895Preferences.Connection:Connection
896Preferences.Connection_Tooltip:Set the URL to the greenstone library and configure a proxy connection if appropriate
897Preferences.Connection.GLIServer_URL:Greenstone gliserver URL:
898Preferences.Connection.GLIServer_URL_Tooltip:The URL of the Greenstone "gliserver" CGI script
899Preferences.Connection.Library_Path:Library Path:
900Preferences.Connection.Library_Path_GS3:Greenstone Web Path:
901Preferences.Connection.Library_Path_Tooltip:The URL of the Greenstone web-server
902Preferences.Connection.Library_Path_Tooltip_GS3:The URL of the Greenstone web-server
903Preferences.Connection.ProgramCommand:Preview Command:
904Preferences.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.
905Preferences.Connection.Proxy_Host:Proxy Host:
906Preferences.Connection.Proxy_Host_Tooltip:The address of your proxy server
907Preferences.Connection.Proxy_Port:Proxy Port:
908Preferences.Connection.Proxy_Port_Tooltip:The port number of your proxy server
909Preferences.Connection.Servlet:Servlet:
910Preferences.Connection.Servlet_Tooltip:The servlet to use to view your site
911Preferences.Connection.Servlet_Tooltip2:There is no servlet specified for this site, you can still build collections, but you wont be able to view them
912Preferences.Connection.Site:Site:
913Preferences.Connection.Site_Tooltip:The site you want to work in
914Preferences.Connection.Use_Proxy:Use proxy connection?
915Preferences.General:General
916Preferences.General_Tooltip:Set some general preferences
917Preferences.General.Email:User's Email:
918Preferences.General.Email_Tooltip:The email address automatically used for any collection created with the GLI
919Preferences.General.Font:Font:
920Preferences.General.Font_Tooltip:The font used for the GLI interface.
921Preferences.General.Interface_Language:Interface Language:
922Preferences.General.Interface_Language_Tooltip:Select the language you wish the interface and its controls to be displayed in.
923Preferences.General.Restart_Required:GLI will now be restarted in order to complete updating its interface.
924Preferences.General.Show_File_Size:Show file sizes
925Preferences.General.Show_File_Size_Tooltip:Show file sizes next to entries in the Workspace and Collection file trees.
926Preferences.General.View_Extracted_Metadata:View Extracted Metadata
927Preferences.General.View_Extracted_Metadata_Tooltip:Display metadata extracted by the greenstone plugins in the metadata list in the Enrich view.
928Preferences.Mode:Mode
929Preferences.Mode_Tooltip:Click on an entry to select a suitable level of operation
930Preferences.Mode.Assistant:Library Assistant
931Preferences.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.
932Preferences.Mode.Librarian:Librarian
933Preferences.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.
934Preferences.Mode.Systems:Library Systems Specialist
935Preferences.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.
936Preferences.Mode.Expert:Expert
937Preferences.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.
938Preferences.Warnings:Warnings
939Preferences.Warnings_Tooltip:Enable or disable various warning dialogs
940Preferences.Workflow:Workflow
941Preferences.Workflow_Tooltip:Design the interface workflow: set which views should be enabled
942Preferences.Workflow.Predefined.Label:Predefined Workflows
943Preferences.Workflow.Title:Check box to enable view
944#**********************
945#
946#**** PreviewCommandDialog *******
947PreviewCommandDialog.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.
948PreviewCommandDialog.Title:Preview Command
949#**********************
950#
951#***** Remote Greenstone Server *****
952RemoteGreenstoneServer.Authentication_Message:Please enter your Greenstone username and password:
953RemoteGreenstoneServer.Error:An error has occurred on the remote Greenstone server while performing this operation:\n{0-Error message}
954RemoteGreenstoneServer.Error_Title:Remote Greenstone Server Error
955RemoteGreenstoneServer.Progress:Remote Greenstone Server Progress:
956RemoteGreenstoneServer.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)?
957#**********************
958#
959#***** Rename Prompt *****
960RenamePrompt.Name:Name:
961RenamePrompt.Title:Rename file/folder
962#**********************
963#
964#***** Replace Prompt *****
965ReplacePrompt.Title:Replace file with ...
966#**********************
967#
968#***** Save Collection Box *****
969SaveCollectionBox.File_Name:File Name:
970SaveCollectionBox.Files_Of_Type:Files of Type:
971SaveCollectionBox.Look_In:Look In:
972#**********************
973#
974#***** Save Progress Box *******
975SaveProgressDialog.Title:Saving Collection
976#*******************************
977#
978Server.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.
979Server.QuitTimeOut:The greenstone local library has not responded to the\nautomatic close command for sixty seconds. Do you\nwish to wait for another minute?
980#
981#***** Sources *****
982Source.General:General
983#*******************
984#
985#***** TitleClash *****
986TitleClashes.Message:The title you have chosen for your collection is already in use. Continue?
987TitleClashes.Title:Entered Title Clashes
988#**********************
989#
990#***** Trees *****
991Tree.DownloadedFiles:Downloaded Files
992Tree.Files:files
993Tree.Home:Home Folder ({0})
994Tree.Root:Local Filespace
995Tree.World:Documents in Greenstone Collections
996#***********************
997#
998#***** Warning Dialog *****
999WarningDialog.Dont_Show_Again:Do not show this warning again
1000WarningDialog.Dont_Show_Again_Message:Do not show this message again
1001WarningDialog.Invalid_Value:The value you have entered in the value field\nis not valid for the specified property.
1002WarningDialog.Value:Enter value:
1003#
1004#****** WGet *****
1005WGet.Prompt:WGet Mirroring Client
1006#
1007#****** Workflows *****
1008Workflow.AllPanels:All panels
1009Workflow.LocalSourceCollectionBuilding:Local source collection building
1010Workflow.DocumentEnriching:Document enriching
1011
1012GEMS.Already_Loaded_Set_Error: The metadata set you selected is currently open.
1013GEMS.Element_Already_Exists:An element with this name already exists.
1014GEMS.Set_Already_Exists:A set with this namespace already exists.
1015GEMS.Cannot_Delete_Core_Sets_Error:You cannot remove a core GLI metadata set.
1016
1017GEMS.Preferences.Selected_Languages_Tooltip: Selected languages to display:
1018
1019GEMS.Add_Attribute:Add attribute
1020GEMS.Add_Attribute_Tooltip:Add a new attribute to the selected item
1021GEMS.Add_Element:Add element
1022GEMS.Add_Element_Tooltip:Add a new element to the selected set
1023GEMS.Add_Subelement:Add subelement
1024GEMS.Add_Subelement_Tooltip:Add a new subelement to the selected element
1025GEMS.Add_Set:Add Set
1026GEMS.Attribute:Attribute
1027GEMS.Attribute_Already_Exists:This attribute already exists.
1028GEMS.Attribute_Name_Tooltip:The name of the new attribute
1029GEMS.Attribute_Language_Tooltip:The language of the new attribute
1030GEMS.Attribute_Value_Tooltip:The value of the new attribute
1031GEMS.Attributes:Attributes
1032GEMS.Cannot_Undo:(this action cannot be undone)
1033GEMS.Cannot_Add_Elements_To_Greenstone_MDS:You cannot manually add elements to the Greenstone Metadata. If\nnecessary create a new set, then add your new element to it instead.
1034GEMS.Confirm_Exit_Save: Would you like to save before exiting?
1035GEMS.Confirm_Exit_Save_Title: Save Before Exit?
1036GEMS.Confirm_Removal:Are you sure you wish to remove this {0}?
1037GEMS.Confirm_Removal_Title:Confirm Removal
1038GEMS.Edit_Attribute:Edit Attribute
1039GEMS.Edit_Value:Edit Value
1040GEMS.Edit_Value_Tooltip:Change the selected value
1041GEMS.Element:Element
1042GEMS.Element_Name_Tooltip:The name of the new element
1043GEMS.Element_Details:Metadata Element Details
1044GEMS.Language:Language
1045GEMS.Language_Code:Language
1046GEMS.Name:Name
1047GEMS.Namespace:Namespace
1048GEMS.New_Name:New Name
1049GEMS.No_Description:No description found.
1050GEMS.No_Name:No name found.
1051GEMS.Open_Set:Open Set
1052GEMS.Remove_Attribute:Remove attribute
1053GEMS.Remove_Attribute_Tooltip:Remove the selected attribute
1054GEMS.Remove_Element:Remove element
1055GEMS.Remove_Element_Tooltip:Remove the selected element from the set
1056GEMS.Remove_Set:Remove set
1057GEMS.Remove_Set_Tooltip:Remove the selected set
1058GEMS.Rename_Element:Rename element
1059GEMS.Rename_Element_Tooltip:The element's new name
1060GEMS.Rename_Name_Tooltip:The metadata set's new name
1061GEMS.Rename_Namespace_Tooltip:The metadata set's unique namespace
1062GEMS.Rename_Set:Rename set
1063GEMS.Rename_Set_Tooltip:Rename the metadata set
1064GEMS.Set:Set
1065GEMS.Set_Details:Metadata Set Details
1066GEMS.Set_Name_Tooltip:The name of the new metadata set
1067GEMS.Set_Namespace_Tooltip:A unique namespace for the new metadata set
1068GEMS.Subelement_Name_Tooltip:The name of the new subelement
1069GEMS.Subelement_Already_Exists:A subelement with this name already exists.
1070GEMS.Target:Element
1071GEMS.Title:Greenstone Editor for Metadata Sets
1072GEMS.Value:Value
1073GEMS.Values:Values
1074GEMS.inheritMetadataSet:Inherit from Metadataset:
1075GEMS.Add_Set.No_Inherit:Do not inherit
Note: See TracBrowser for help on using the repository browser.