source: gli/branches/rtl-gli/classes/dictionary.properties@ 18300

Last change on this file since 18300 was 18300, checked in by kjdon, 15 years ago

added ComponentOrientation property, thanks to Amin Hejazi

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