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

Last change on this file since 14029 was 14029, checked in by lh92, 17 years ago

* empty log message *

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