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

Last change on this file since 36231 was 36231, checked in by kjdon, 2 years ago

some changes to add index strings

  • Property svn:keywords set to Author Date Id Revision
File size: 79.3 KB
RevLine 
[4293]1#*******************
[18369]2#** Language Orientation Property
3Component.Orientation:LTR
4
5#*******************
[4293]6#
7#***** AboutDialog *****
8AboutDialog.Acknowledgement:Acknowledgements for proprietary programs, packages or classes...
[21576]9AboutDialog.Date:(November 2009)
[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)
[31648]12AboutDialog.Item3:'qfslib' from Quality First Software GmbH. (http://www.qfs.de/en/qflib/index.html)
[5344]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
[14937]18AboutDialog.Item9:'New folder', 'delete' and 'help' icons from the Dropline Neu! icon set by Silvestre Herrera, available from 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
[18964]26AboutDialog.Copyright:Copyright (C) 2003-2009 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
[19606]82CDM.BuildTypeManager.mg_Description:This is the original indexer used by Greenstone, developed mainly by Alistair Moffat and described in the classic book Managing Gigabytes. It does section level indexing, and searches can be boolean or ranked (not both at once). For each index specified in the collection, a separate index file is created. For phrase searching, Greenstone does an "AND" search on all the terms, then scans the resulting hits to see if the phrase is present. It has been extensively tested on very large collections (many GB of text).
[12098]83CDM.BuildTypeManager.mgpp:MGPP
[19606]84CDM.BuildTypeManager.mgpp_Description:This new version of MG (MG plus plus) was developed by the New Zealand Digital Library Project. It does word level indexing, which allows fielded, phrase and proximity searching to be handled by the indexer. Boolean searches can be ranked. Only a single index file is created for a Greenstone collection: document/section levels and text/metadata fields are all handled by one index file. For collections with many indexes, this results in a smaller collection size than using MG. For large collections, searching may be a bit slower due to the index being word level rather than section level.
[12098]85CDM.BuildTypeManager.lucene:Lucene
[19606]86CDM.BuildTypeManager.lucene_Description:Lucene was developed by the Apache Software Foundation. It handles field and proximity searching, but only at a single level (e.g. complete documents or individual sections, but not both). Therefore document and section indexes for a collection require two separate index files. It provides a similar range of search functionality to MGPP with the addition of single-character wildcards, range searching and sorting of search results by metadata fields. It was added to Greenstone to facilitate incremental collection building, which MG and MGPP can't provide.
[36181]87CDM.BuildTypeManager.solr:SOLR
88CDM.BuildTypeManager.solr_Description:SOLR is a web server friendly version of the Lucene Indexing tool by Apache. It provides the same set of functionality as Lucene, but is typically quicker to respond to individual queries due to holding key indexing structures in memory and caching results. SOLR provides all the features that Lucene does, such as incremental collection building, field and proximity searching, range searching and sorting of search results. SOLR additionally provides faceted browsing of search results - i.e. filtering the results based on metadata values, and GPS-based proximity search.
[12711]89CDM.BuildTypeManager.Current_Type:Indexer in use: {0}
[12351]90CDM.BuildTypeManager.Change:Change...
[12098]91CDM.BuildTypeManager.Change_Tooltip:Change the indexer used by this collection
[11427]92CDM.ClassifierManager.Add:Add Classifier...
[5591]93CDM.ClassifierManager.Add_Tooltip:Use the specified classifier with this collection
[12711]94CDM.ClassifierManager.Assigned:Assigned Classifiers
[14255]95CDM.ClassifierManager.Classifier:Select classifier to add
[4933]96CDM.ClassifierManager.Classifier_Str:classifier
[12632]97CDM.ClassifierManager.Classifier_List_XML_Parse_Failed:Unable to get the list of classifiers using classinfo.pl -listall.
[9592]98CDM.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]99CDM.ClassifierManager.Configure:Configure Classifier...
[5591]100CDM.ClassifierManager.Configure_Tooltip:Change the options of the selected classifier
[5309]101CDM.ClassifierManager.Remove:Remove Classifier
[5591]102CDM.ClassifierManager.Remove_Tooltip:Remove the selected classifier from the list
[22970]103CDM.DatabaseTypeManager.Change:Change...
104CDM.DatabaseTypeManager.Change_Tooltip:Change the type of database used by this collection
105CDM.DatabaseTypeManager.Current_Type:Database in use: {0}
106CDM.DatabaseTypeManager.Title:Select the Database
107CDM.DatabaseTypeManager.gdbm:GDBM
108CDM.DatabaseTypeManager.gdbm_Description: GDBM (or GNU Database Manager) is a simple flat-file database engine which Greenstone uses as the default database for new collections.
109CDM.DatabaseTypeManager.jdbm:JDBM
[36181]110CDM.DatabaseTypeManager.jdbm_Description: JDBM (or Java Database Manager) is essentially a Java implementation of GDBM. Consider using this database engine combined with a Lucene or SOLR indexer if you are wanting to create a pure Java run-time.
[22970]111CDM.DatabaseTypeManager.sqlite:SQLITE
112CDM.DatabaseTypeManager.sqlite_Description: SQLite is a simple relational database engine. It can be used in Greenstone to provide experimental advanced searching features that are not possible with the other database engines. To enable these features add "sqlform" to the list of SearchTypes in the Format Features section of the Format tab.
[5309]113CDM.FormatManager.Add:Add Format
[12098]114CDM.FormatManager.Add_Tooltip:Add the specified format command
[12296]115CDM.FormatManager.AllFeatures:All Features
116CDM.FormatManager.AllParts:All Components
[29509]117CDM.FormatManager.Default_Warning:Are you sure you want to reset the format statement to its default?
[12098]118CDM.FormatManager.Default:Reset to Default
119CDM.FormatManager.Default_Tooltip:Reset the selected format command to its default value
[5228]120CDM.FormatManager.Editor:HTML Format String
[12098]121CDM.FormatManager.Editor_Tooltip:Enter or edit the format command
122CDM.FormatManager.Editor_Disabled_Tooltip:Click 'Add Format' to add this format command to your collection.
[5309]123CDM.FormatManager.Enabled:Enabled
[4474]124CDM.FormatManager.Feature:Choose Feature
[5591]125CDM.FormatManager.Feature_Tooltip:The feature to format
[4474]126CDM.FormatManager.Insert:Insert
[5591]127CDM.FormatManager.Insert_Tooltip:Insert the selected variable into the format command
[12573]128CDM.FormatManager.Default:Reset to Default
129CDM.FormatManager.Default_Tooltip:Reset the selected variable to its default
[12709]130CDM.FormatManager.Insert_Variable:Insert Variable...
[4474]131CDM.FormatManager.Part:Affected Component
[5591]132CDM.FormatManager.Part_Tooltip:The aspect of the selected feature to format
[5309]133CDM.FormatManager.Remove:Remove Format
[12098]134CDM.FormatManager.Remove_Tooltip:Remove the selected format command
[12711]135CDM.FormatManager.Variable_Tooltip:Insert one of the predefined variables into the selected format command
[14030]136CDM.FormatManager.MessageBox:XML Validation
137CDM.FormatManager.MessageBox_Tooltip:XML Template validation Message
[5530]138CDM.General.Access:This collection should be publicly accessible
[5993]139CDM.General.Browser_Title:Select An Image
[5530]140CDM.General.Collection_Extra:Collection description:
[5537]141CDM.General.Collection_Extra_Tooltip:A description of the purpose and content of the collection
[5530]142CDM.General.Collection_Name:Collection title:
143CDM.General.Collection_Name_Tooltip:Name of the collection
[6184]144CDM.General.Email.Creator:Creator's email
[5530]145CDM.General.Email.Creator_Tooltip:E-mail address of the collection's creator
[6184]146CDM.General.Email.Maintainer:Maintainer's email
[5530]147CDM.General.Email.Maintainer_Tooltip:E-mail address of the collection's maintainer
[12351]148CDM.General.Icon_Collection:URL to 'about page' image:
[5582]149CDM.General.Icon_Collection_Tooltip:The URL of the image to display on the collection's about page
[12351]150CDM.General.Icon_Collection_Small:URL to 'home page' image:
151CDM.General.Icon_Collection_Small_Tooltip:The URL of the image to display on the library's home page for this collection
[11478]152CDM.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]153CDM.General.Image_Filter:Images (gifs, jpgs and pngs)
[5082]154CDM.GUI.Classifiers:Browsing Classifiers
155CDM.GUI.Formats:Format Features
[4474]156CDM.GUI.General:General
[5082]157CDM.GUI.Indexes:Search Indexes
[12098]158CDM.GUI.Macros:Collection Specific Macros
[5082]159CDM.GUI.Plugins:Document Plugins
[4474]160CDM.GUI.Root:CDM_ROOT
[12098]161CDM.GUI.SearchMetadata:Search
[4474]162CDM.GUI.Subcollections:Partition Indexes
[5082]163CDM.GUI.SuperCollection:Cross-Collection Search
164CDM.GUI.Translation:Translate Text
[16680]165CDM.GUI.DepositorMetadata:Depositor Metadata
[11034]166CDM.HelpButton:Help for this screen
167CDM.HelpButton_Tooltip:Open up the GLI help for this screen
[5591]168CDM.IndexManager.Add_Index:Add Index
[36231]169CDM.IndexManager.Add_Index_Tooltip:Add a single search index on the combined selected fields
[12168]170CDM.IndexManager.Allfields_Index:Add combined searching over all assigned indexes (allfields)
[5160]171CDM.IndexManager.Default_Index_Indicator:[Default Index]
[4474]172CDM.IndexManager.Index_Exists:That index has already been assigned for this collection.
173CDM.IndexManager.Indexes:Assigned Indexes
[12098]174CDM.IndexManager.Level:Indexing level:
175CDM.IndexManager.Level_Tooltip:Textual unit on which index is based
[36181]176CDM.IndexManager.Edit:Edit
[36231]177CDM.IndexManager.Edit_Index:Edit Index
[36181]178CDM.IndexManager.Edit_Button_Tooltip:Modify the selected index
179CDM.IndexManager.New:New
[36231]180CDM.IndexManager.New_Index:New Index
[36181]181CDM.IndexManager.New_Button_Tooltip:Add a new search index
182CDM.IndexManager.Remove:Remove
183#CDM.IndexManager.Remove_Index:Remove Index
184CDM.IndexManager.Remove_Button_Tooltip:Remove the selected index
[12098]185CDM.IndexManager.Replace_Index:Replace Index
[36181]186CDM.IndexManager.Replace_Index_Tooltip:Update the selected index with the selected fields
[12124]187CDM.IndexManager.Select_All:Select All
188CDM.IndexManager.Select_All_Tooltip:Select all index sources
[12351]189CDM.IndexManager.Select_None:Select None
190CDM.IndexManager.Select_None_Tooltip:Deselect all index sources
[36181]191CDM.IndexManager.Set_Default:Set Default
[5591]192CDM.IndexManager.Set_Default_Tooltip:Make the selected index the default index
[12098]193CDM.IndexManager.Source:Include in index:
[5591]194CDM.IndexManager.Source_Tooltip:The metadata elements to build the index on
[12351]195CDM.IndexManager.Text_Source:Full text
196CDM.IndexManager.Text_Source_Tooltip:Include the full text of the documents in the index
[36181]197CDM.SortFieldManager.Title:Assigned Sort Fields
198CDM.SortFieldManager.Add:Add Sort Field
199CDM.SortFieldManager.Add_Tooltip::Add the specified fields as a single sort field - used for sorting search results
200CDM.SortFieldManager.Replace:Replace Sort Field
201CDM.SortFieldManager.Replace_Tooltip:Replace the selected sort field with the new specification
202CDM.SortFieldManager.New:New Sort Field
203CDM.SortFieldManager.Edit:Edit Sort Field
204CDM.SortFieldManager.Source:Include in sort field
205CDM.SortFieldManager.Source_Tooltip:The metadata elements to sort search results by
206CDM.SortFieldManager.New_Button_Tooltip:Add a new field for sorting search results
207CDM.SortFieldManager.Edit_Button_Tooltip:Modify the selected sort field
208CDM.SortFieldManager.Remove_Button_Tooltip:Remove the selected sort field
209CDM.SortFieldManager.Default_Sort_Indicator:[Default sort field]
210CDM.SortFieldManager.Set_Default_Tooltip:Make the selected sortfield the default field for sorting search results
211CDM.FacetManager.Title:Assigned Facets
212CDM.FacetManager.Add:Add Facet
213CDM.FacetManager.Add_Tooltip:Add the (combined) specified fields as a facet for filtering search results
214CDM.FacetManager.Replace:Replace Facet
215CDM.FacetManager.Replace_Tooltip: Replace the selected facet with the specified fields
216CDM.FacetManager.New:New Facet
217CDM.FacetManager.Edit:Edit Facet
218CDM.FacetManager.Source:Include in facet
219CDM.FacetManager.Source_Tooltip:The metadata elements to filter search results by
220CDM.FacetManager.New_Button_Tooltip:Add a new metadata field, or 'facet', to filter search results
221CDM.FacetManager.Edit_Button_Tooltip:Modify the selected facet
222CDM.FacetManager.Remove_Button_Tooltip:Remove the selected facet
[13048]223CDM.IndexingManager.Accent_fold:Accent fold
[17115]224CDM.IndexingManager.Accent_fold_Tooltip:Generate an accent-folded index, which enables searching for words ignoring accents.
[13048]225CDM.IndexingManager.Casefold:Casefold
[17115]226CDM.IndexingManager.Casefold_Tooltip:Generate a case-folded index, which enables case-insensitive searching.
[13048]227CDM.IndexingManager.Options:Indexing options:
[17115]228CDM.IndexingManager.Separate_cjk:CJK Text Segmentation
[17146]229CDM.IndexingManager.Separate_cjk_Tooltip:<html>Segment CJK (Chinese, Japanese, Korean) text. Currently involves inserting a space between each CJK character.<br> This is necessary for searching in CJK text unless the text has been segmented into words already.</html>
[13048]230CDM.IndexingManager.Stem:Stem
[17146]231CDM.IndexingManager.Stem_Tooltip:<html>Generate a stemmed index, which enables searching on word stems. <br>For example, searching for "farm" will also match "farms" "farming" "farmers" (useful for English and French only).</html>
[12288]232CDM.LanguageManager.Add_Tooltip:Add an index partition based on the specified languages
233CDM.LanguageManager.Assigned_Languages:Assigned Language Partitions
[4474]234CDM.LanguageManager.Default_Language:Default Language
[12351]235CDM.LanguageManager.LanguageMetadata:Language Metadata:
[12369]236CDM.LanguageManager.LanguageMetadata_Tooltip:The metadata element to use to determine a document's language
[12288]237CDM.LanguageManager.Remove_Tooltip:Remove the selected language partition from the list
238CDM.LanguageManager.Replace_Tooltip:Replace the selected partition with a new one based on the ticked languages
239CDM.LanguageManager.Selector:Languages to add:
240CDM.LanguageManager.Selector_Tooltip:The languages to build an index partition on
[5197]241CDM.LanguageManager.Set_Default:Set Default
[12288]242CDM.LanguageManager.Set_Default_Tooltip:Make the selected language partition the default
[12098]243CDM.LevelManager.Document:document
244CDM.LevelManager.Section:section
245CDM.LevelManager.Paragraph:paragraph
246CDM.LevelManager.Level_Title:Indexing Levels
247CDM.LevelManager.Default:Default
248CDM.LevelManager.Default_Tooltip:Default level in reader's interface
249CDM.MacrosManager.Editor_Tooltip:Edit macros here
[4933]250CDM.Move.At_Bottom:Cannot move the {0} {1} lower as it is already at the bottom of the list.
251CDM.Move.At_Top:Cannot move the {0} {1} higher as it is already at the top of the list.
[4474]252CDM.Move.Cannot:Cannot move the plugin {0} any lower as RecPlug and ArcPlug must be at the bottom of the list.
253CDM.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]254CDM.Move.Move_Down:Move Down
[5537]255CDM.Move.Move_Down_Tooltip:Move the selected item down the list
[4933]256CDM.Move.Move_Up:Move Up
[5537]257CDM.Move.Move_Up_Tooltip:Move the selected item up the list
[4474]258CDM.Move.Title:Error - Cannot Move
[11412]259CDM.PlugInManager.Add:Add Plugin...
[11476]260CDM.PlugInManager.QuickAdd:Add Plugin
[5591]261CDM.PlugInManager.Add_Tooltip:Use the specified plugin with this collection
[12711]262CDM.PlugInManager.Assigned:Assigned Plugins
[11412]263CDM.PlugInManager.Configure:Configure Plugin...
[5530]264CDM.PlugInManager.Configure_Tooltip:Change the options of the selected plugin
[9048]265CDM.PlugInManager.Ignore:Don't Add Plugin
266CDM.PlugInManager.Ignore_Tooltip:Don't add any plugins to this collection.
[4474]267CDM.PlugInManager.PlugIn:Select plugin to add:
[5530]268CDM.PlugInManager.PlugIn_Tooltip:The plugins available for use in the collection
[4933]269CDM.PlugInManager.PlugIn_Str:plugin
[9592]270CDM.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]271CDM.PluginManager.Plugin_List_XML_Parse_Failed:Unable to get the list of plugins using pluginfo.pl -listall.
[17264]272CDM.PluginManager.Plugin_Suggestion_Prompt:None of the plugins in this collection are expected to process the file "{0}" directly. (However, it may be included in the collection if it belongs to another file, for example, an image in a web page.) The following plugins may be able to process this file. You can add one to your collection now by selecting it and pressing the Add button. (Note that you can change the list of plugins at any time by going to "Document Plugins" on the Design Pane.)
[5309]273CDM.PlugInManager.Remove:Remove Plugin
[5530]274CDM.PlugInManager.Remove_Tooltip:Remove the selected plugin from the list
[8623]275CDM.PluginManager.SuggestedPluginListTitle:Suggested plugins for file
[12098]276CDM.SearchMetadataManager.Component:Item in search menu
277CDM.SearchMetadataManager.Component_Name:Display text
278CDM.SearchMetadataManager.Type_index:Index
279CDM.SearchMetadataManager.Type_level:Level
[36181]280CDM.SearchMetadataManager.Type_sort:Sort Field
281CDM.SearchMetadataManager.Type_facet:Facet
[12098]282CDM.SearchMetadataManager.Type_partition:Partition
[12288]283CDM.SearchMetadataManager.Type_language:Language Partition
[5309]284CDM.SubcollectionManager.Add:Add Filter
[5591]285CDM.SubcollectionManager.Add_Tooltip:Add the specified filter to the collection
[4498]286CDM.SubcollectionManager.Assigned:Defined Subcollection Filters
[4474]287CDM.SubcollectionManager.Exclude:Exclude
[5528]288CDM.SubcollectionManager.Flags:Flags to set when matching
[5861]289CDM.SubcollectionManager.Flags_Tooltip:Regular expression flags to use when matching (eg. "i" for case-insensitive matching)
[4474]290CDM.SubcollectionManager.Include:Include
291CDM.SubcollectionManager.Inclusive:What do we do with files that match?
292CDM.SubcollectionManager.Language_Controls:Assign Languages
293CDM.SubcollectionManager.Match:Regular expression to match with:
[5591]294CDM.SubcollectionManager.Match_Tooltip:A regular expression defining the documents in the subcollection
[5528]295CDM.SubcollectionManager.Name:Subcollection filter name:
[5591]296CDM.SubcollectionManager.Name_Tooltip:The name of the new subcollection filter
[5309]297CDM.SubcollectionManager.Remove:Remove Filter
[5591]298CDM.SubcollectionManager.Remove_Tooltip:Remove the selected filter from the list
[5309]299CDM.SubcollectionManager.Replace:Replace Filter
[5591]300CDM.SubcollectionManager.Replace_Tooltip:Update the details of the selected filter
[4474]301CDM.SubcollectionManager.Source:Document attribute to match against:
[5591]302CDM.SubcollectionManager.Source_Tooltip:The document attribute to filter on
[4474]303CDM.SubcollectionManager.Subcollection_Controls:Define Filters
[4531]304CDM.SubcollectionManager.Subindex_Controls:Assign Partitions
[5082]305CDM.SubcollectionIndexManager.Add_Subindex:Add Partition
[5591]306CDM.SubcollectionIndexManager.Add_Subindex_Tooltip:Add the specified partition to this collection
[9161]307CDM.SubcollectionIndexManager.Default_Partition_Indicator:[Default Partition]
[5082]308CDM.SubcollectionIndexManager.Remove_Subindex:Remove Partition
[5591]309CDM.SubcollectionIndexManager.Remove_Subindex_Tooltip:Remove the selected partition from this collection
[9161]310CDM.SubcollectionIndexManager.Replace_Subindex:Replace Partition
311CDM.SubcollectionIndexManager.Replace_Subindex_Tooltip:Update the selected partition
[5197]312CDM.SubcollectionIndexManager.Set_Default_Subindex:Set Default
[5591]313CDM.SubcollectionIndexManager.Set_Default_Subindex_Tooltip:Make the selected partition the default
[9161]314CDM.SubcollectionIndexManager.Source:Build partition on:
315CDM.SubcollectionIndexManager.Source_Tooltip:The subcollection filters to build the partition on
[4933]316CDM.SubcollectionIndexManager.Subindexes:Assigned Subcollection Partitions
[5197]317CDM.TranslationManager.Add:Add Translation
[5591]318CDM.TranslationManager.Add_Tooltip:Add the specified translation to the collection
[4498]319CDM.TranslationManager.Affected_Features:Features
[5082]320CDM.TranslationManager.Assigned_Fragments:Assigned Translations
[4498]321CDM.TranslationManager.Default_Text:Initial Text Fragment
[5596]322CDM.TranslationManager.Fragment_Column:Text Fragment
[4498]323CDM.TranslationManager.Language:Language of translation:
[5596]324CDM.TranslationManager.Language_Column:Language
[5591]325CDM.TranslationManager.Language_Tooltip:The language being translated into
[5197]326CDM.TranslationManager.Remove:Remove Translation
[5591]327CDM.TranslationManager.Remove_Tooltip:Remove the selected translation from the collection
[5197]328CDM.TranslationManager.Replace:Replace Translation
[5591]329CDM.TranslationManager.Replace_Tooltip:Update the selected translation
[4498]330CDM.TranslationManager.Translation:Translated Text
[5591]331CDM.TranslationManager.Translation_Tooltip:Enter the translation of the string here
[36181]332CDM.TranslationManager.Type_general:General
[16680]333CDM.DepositorMetadataManager.Warning:At least one metadata element should be selected.
[4293]334#*******************
335#
336#***** Collection *****
[9359]337Collection.Collection:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Collection</FONT></STRONG></HTML>
[5453]338Collection.Delete_Tooltip:Delete selected files and folders
[5530]339Collection.Filter_Tooltip:Restrict the files shown in the file tree
[5453]340Collection.New_Folder_Tooltip:Create a new folder
[4293]341Collection.No_Collection:No Collection
[11781]342Collection.No_Collection_Loaded:No collection loaded
[5453]343Collection.Stop:Stop
344Collection.Stop_Tooltip:Stop copying files
[9359]345Collection.Workspace:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>Workspace</FONT></STRONG></HTML>
[4293]346#**********************
347#
[6050]348#***** CollectionBuilt *****
349CollectionBuilt.Message:The collection has been built and is ready for previewing.
350CollectionBuilt.Title:Collection Creation Result
351#***************************
352#
[16135]353#******ScheduldBuilt******
354ScheduleBuilt.Message:The scheduling of this collection has been altered.
355ScheduleBuilt.Title:Collection Scheduling Result
356#***************************
357#
[4293]358#***** CollectionManager *****
[16135]359CollectionManager.Schedule_Failed:An error has occurred and the collection could not be scheduled for periodic building.
[9226]360CollectionManager.Build_Cancelled:Building the collection has been cancelled.
[8215]361CollectionManager.Cannot_Create_Collection:An error has occurred and the collection could not be created.
[10232]362CollectionManager.Cannot_Create_Collection_With_Reason:The collection could not be created because:\n{0-Error message}
[6315]363CollectionManager.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.
364CollectionManager.Cannot_Delete_Index_Log:Old index files unable to be deleted so importing stopped.
[5993]365CollectionManager.Cannot_Open:The collection at:\n{0-Collection file path}\ncannot be opened.
366CollectionManager.Cannot_Open_With_Reason:The collection at:\n{0-Collection file path}\ncannot be opened because:\n{1-Error message}
[12740]367CollectionManager.Creating_Collection:Creating collection
368CollectionManager.Creating_Collection_Please_Wait:Creating collection, please wait...
[9099]369CollectionManager.Loading_Collection:Loading collection
370CollectionManager.Loading_Collection_Please_Wait:Loading collection, please wait...
[4293]371CollectionManager.Loading_Successful:Loaded collection {0}.
[5993]372CollectionManager.Missing_Config:This collection does not have a valid collect.cfg file
[4474]373CollectionManager.Not_Col_File:'{0}' is not a Librarian Interface Collection File (.col)
[10232]374CollectionManager.No_Config_File:The collect.cfg file has not been created by mkcol.pl.
[6906]375CollectionManager.Preview_Ready_Failed:An error has occurred which will prevent the collection being previewed.
[4474]376CollectionManager.Preview_Ready_Title:Collection Preview State.
[16135]377CollectionManager.Schedule_Ready_Title:Scheduling State.
[14273]378CollectionManager.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.
379CollectionManager.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]380CollectionManager.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]381#*****************************
382#
383#***** CollectionPopupMenu *****
384CollectionPopupMenu.Delete:Delete
[9111]385CollectionPopupMenu.New_Dummy_Doc:New dummy document
386CollectionPopupMenu.New_Folder:New folder
[15112]387CollectionPopupMenu.Refresh:Refresh folder view
[11246]388CollectionPopupMenu.Rename:Rename
[24368]389CollectionPopupMenu.Replace:Replace...
[4293]390#*******************************
391#
392#***** CreatePane *****
[16135]393CreatePane.Schedule_Progress:Schedule Progress
394CreatePane.Schedule:Schedule Options
395CreatePane.Schedule_Tooltip:Options for the scheduling of automatic collection formation
396CreatePane.Schedule_Build:Schedule Action
397CreatePane.Schedule_Build_Tooltip:Schedule automatic collection formation
[6391]398CreatePane.Build:Build Options
[5453]399CreatePane.Build_Tooltip:Options for the indexing and classification stage of collection formation
[4293]400CreatePane.Build_Collection:Build Collection
[5453]401CreatePane.Build_Collection_Tooltip:Start the collection formation process
[4293]402CreatePane.Build_Progress:Build Progress
403CreatePane.Cancel_Build:Cancel Build
[5589]404CreatePane.Cancel_Build_Tooltip:Stop the collection formation process
[10238]405CreatePane.Full_Build:Complete Rebuild
406CreatePane.Full_Build_Tooltip:Completely rebuild the collection from scratch
[6391]407CreatePane.Import:Import Options
[5462]408CreatePane.Import_Tooltip:Options for the file conversion and metadata assignment stage of collection formation
[4293]409CreatePane.Import_Progress:Import Progress
[12751]410CreatePane.Minimal_Build:Minimal Rebuild
411CreatePane.Minimal_Build_Tooltip:Faster, as only the parts of the collection building process that are necessary are performed
412CreatePane.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]413CreatePane.Log:Message Log
[5453]414CreatePane.Log_Tooltip:View output from previous collection formation attempts
[4293]415CreatePane.Mode_All:all
416CreatePane.Options:Option Groups
[16135]417CreatePane.Options_Title:Collection Import, Build, and Scheduling Options
[5896]418CreatePane.Preview_Collection:Preview Collection
[12098]419CreatePane.Preview_Collection_Tooltip:Preview the collection
[4293]420#**********************
421#
[5582]422#***** Dates *****
423Dates.Mon:Monday
424Dates.Tue:Tuesday
425Dates.Wed:Wednesday
[5598]426Dates.Thu:Thursday
[5582]427Dates.Fri:Friday
428Dates.Sat:Saturday
429Dates.Sun:Sunday
430Dates.Jan:January
431Dates.Feb:February
432Dates.Mar:March
433Dates.Apr:April
434Dates.May:May
435Dates.Jun:June
436Dates.Jul:July
437Dates.Aug:August
438Dates.Sep:September
439Dates.Oct:October
440Dates.Nov:November
441Dates.Dec:December
442#**********************
443#
[4293]444#***** Delete Collection Prompt *****
[5537]445DeleteCollectionPrompt.Collection_Details:Selected collection's details
446DeleteCollectionPrompt.Collection_List:Available collections
[4293]447DeleteCollectionPrompt.Confirm_Delete:Please tick the box to confirm collection deletion.
[5582]448DeleteCollectionPrompt.Delete:Delete
449DeleteCollectionPrompt.Delete_Tooltip:Delete the selected collection
[8804]450DeleteCollectionPrompt.Details:Creator - {0}\nMaintainer - {1}\nDescription\n{2}
[4293]451DeleteCollectionPrompt.Failed_Delete:Collection could not be completely deleted.
[26402]452DeleteCollectionPrompt.Failed_Fedora_Delete:Error trying to purge collection from Fedora.
[4293]453DeleteCollectionPrompt.Failed_Title:Deletion Failed!
454DeleteCollectionPrompt.No_Collection:No collection selected.
455DeleteCollectionPrompt.Successful_Delete:Collection has been deleted.
456DeleteCollectionPrompt.Successful_Title:Deletion Complete!
457DeleteCollectionPrompt.Title:Collection Deletion
[15157]458DeleteCollectionPrompt.Cannot_Delete_Open_Collection_Tooltip:Cannot delete collection {0}, since it is currently open
[4293]459#**********************
460#
461#***** DirectoryLevelMetadata *****
[4612]462DirectoryLevelMetadata.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]463DirectoryLevelMetadata.Title:About to add folder level metadata
[12460]464
465#*******************
466#
467#***** Download *****
468DOWNLOAD.MODE.Root:Download_Root
469DOWNLOAD.MODE.WebDownload:Web
[14255]470DOWNLOAD.MODE.MediaWikiDownload:MediaWiki
[12460]471DOWNLOAD.MODE.OAIDownload:OAI
472DOWNLOAD.MODE.ZDownload:Z39.50
[24387]473DOWNLOAD.MODE.SRWDownload:SRU
[12460]474
475Download.ServerInformation:Server Information
[12591]476Download.ServerInformation_Tooltip:Download some information about the server, and check that a connection can be made
[12460]477
[9098]478#********************
479#
480#***** EnrichPane *****
481EnrichPane.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]482EnrichPane.ExistingValues:Existing values for {0}
483EnrichPane.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]484EnrichPane.InheritedMetadata_Tooltip:Click this icon to visit the folder where this inherited piece of metadata was assigned
[12288]485EnrichPane.ManageMetadataSets:Manage Metadata Sets...
[12148]486EnrichPane.ManageMetadataSets_Tooltip:Change the metadata sets used by the collection
[9098]487EnrichPane.No_File:No File Selected
488EnrichPane.No_Metadata:No Metadata Available
[9359]489EnrichPane.No_Metadata_Element:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>No Metadata Element Selected</FONT></STRONG></HTML>
[11301]490EnrichPane.NotOneFileOnlyMetadataSelected:This piece of metadata does not apply only to this file, and cannot be edited.
[9098]491EnrichPane.Value_Field_Tooltip:Value to assign to the selected metadata element
492EnrichPane.Value_Field_Tooltip_Uneditable:Value assigned to the selected metadata element
[5838]493#***********************
494#
[9048]495#****** ExplodeMetadataPrompt *******
496ExplodeMetadataPrompt.Explode:Explode
497ExplodeMetadataPrompt.Explode_Tooltip:Explode the metadata file
[9098]498ExplodeMetadataPrompt.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]499ExplodeMetadataPrompt.Failed_Title:Exploding Failed.
500ExplodeMetadataPrompt.Failed_Explode:The database {0} could not be exploded.
[9048]501ExplodeMetadataPrompt.NotExplodable:This file is not explodable.
[9154]502ExplodeMetadataPrompt.Successful_Explode:Database {0} successfully exploded.
503ExplodeMetadataPrompt.Successful_Title:Exploding Complete.
[9048]504ExplodeMetadataPrompt.Title:Explode Metadata Database
[12296]505ExplodeMetadataPrompt.Plugin:Plugin to use for exploding
[9048]506#***********************
507#
[15112]508#****** ReplaceSrcWithHTMLPrompt *******
509ReplaceSrcWithHTMLPrompt.ReplaceSrc:Replace with HTML version
[16831]510ReplaceSrcWithHTMLPrompt.ReplaceSrc_Tooltip:Replace this source document with the HTML version Greenstone generates.
511ReplaceSrcWithHTMLPrompt.Instructions:Replacing a document with its generated HTML version will allow you to edit the HTML file and rebuild the collection in future with these edits intact. This is an irreversible process and the original document(s) thus replaced will be removed from the collection.
[15112]512ReplaceSrcWithHTMLPrompt.Failed_Title:Replacing with HTML Failed.
513ReplaceSrcWithHTMLPrompt.Failed_ReplaceSrc:The document(s) {0} could not be replaced with an HTML version.
514ReplaceSrcWithHTMLPrompt.NotSrcReplaceable:This file-type can not be replaced with an HTML version.
[16831]515ReplaceSrcWithHTMLPrompt.Successful_ReplaceSrc:All selected documents successfully replaced with their HTML versions.
516ReplaceSrcWithHTMLPrompt.Successful_Title:Replacing with Generated HTML Versions Complete.
517ReplaceSrcWithHTMLPrompt.Title:Replace Source Documents with HTML Files
[15112]518ReplaceSrcWithHTMLPrompt.Plugin:Plugin to use for exploding
519#***********************
520#
[9242]521#****** WriteCDImagePrompt *******
522WriteCDImagePrompt.CD_Name:CD/DVD name
523WriteCDImagePrompt.Export:Write CD/DVD image
524WriteCDImagePrompt.Export_Tooltip:Write the selected collections as a Windows CD/DVD Image
525WriteCDImagePrompt.Failed_Export:The collections ({0}) could not be exported.
526WriteCDImagePrompt.Failed_Title:Export Failed
[11947]527WriteCDImagePrompt.Install:CD/DVD will install some files when used (faster)
528WriteCDImagePrompt.Install_Tooltip:Produces a self-installing CD-ROM that installs the library server (and optionally all the collection files) onto the host machine.
529WriteCDImagePrompt.NoInstall:CD/DVD will not install any files when used
530WriteCDImagePrompt.NoInstall_Tooltip:Produces a CD-ROM that runs the library directly from the CD-ROM without installing anything on the host machine.
[11412]531WriteCDImagePrompt.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]532WriteCDImagePrompt.Progress_Label:Copying Files. This could take some time...
[10659]533WriteCDImagePrompt.Size_Label:Estimated size:
[9242]534WriteCDImagePrompt.Successful_Export:The collections ({0}) have been exported.
535WriteCDImagePrompt.Successful_Title:Export Complete
536WriteCDImagePrompt.Title:Export Collection to CD/DVD
[5797]537#************************
538#
[9242]539#****** ExportAsPrompt *******
[13076]540ExportAsPrompt.Export_Name:Folder name
[17146]541ExportAsPrompt.Export_Name_Tooltip:The name of the folder in the Greenstone tmp directory where the exported collection will be saved.
542ExportAsPrompt.Export:Export collection
543ExportAsPrompt.Export_Tooltip:Export the selected collection in the chosen file format into the designated directory
544ExportAsPrompt.Failed_ExportOne:The collection {0} could not be exported.
[9242]545ExportAsPrompt.Failed_Details:See {1} for details
546ExportAsPrompt.Failed_Title:Export Failed
[17146]547ExportAsPrompt.Instructions:Export files in a collection into another format.
[9242]548ExportAsPrompt.Progress_Label:Exporting Files. This could take some time...
[17146]549ExportAsPrompt.Successful_ExportOne:The collection {0} has been exported.
[9242]550ExportAsPrompt.Successful_Details:Files exported to: {1}
551ExportAsPrompt.Successful_Title:Export Complete
[17146]552ExportAsPrompt.Title:Export Collection
[9242]553ExportAsPrompt.SaveAs:Export to
554ExportAsPrompt.SaveAs_Tooltip:Select the format you want to export to
[12337]555ExportAsPrompt.Cancel:Cancel
556ExportAsPrompt.Cancel_Tooltip:Cancel the exporting process
557ExportAsPrompt.Browse:Browse
558ExportAsPrompt.Browse_Tooltip:Choose a xsl file
559ExportAsPrompt.ApplyXSL:Apply XSL file to {0}
560ExportAsPrompt.ApplyXSL_Tooltip:Use a xsl file to convert the exported files.
561ExportAsPrompt.MARCXMLGroup:Group marc records
562ExportAsPrompt.MARCXMLGroup_Tooltip:Export all marc records to a single file.
[12694]563ExportAsPrompt.MappingXML:Apply the mapping file
[12599]564ExportAsPrompt.MappingXML_Tooltip:Use a mapping file for converting the exported files.
[12337]565#
[34283]566#***** Export/Convert Metadata to CSV *****
567MetaToCSV.Choose:Choose
568MetaToCSV.ExportAction:Export
569MetaToCSV.ConvertAction:Convert
[34285]570MetaToCSV.CSVFileExtensionType:CSV spreadsheet file (*.csv)
[34283]571MetaToCSV.ChooseMetaCSVFile:{0} metadata from GLI to a new CSV file or add to existing
572MetaToCSV.ConvertMetaXMLToCSV_Warning_Message:Warning, this will remove all metadata from GLI (metadata.xml files) after exporting to CSV.\nThis means you will no longer be able to edit this metadata from within GLI.\nProceed?
573MetaToCSV.ConvertMetaXMLToCSV_Failed_Message:Failed to export contents of collection metadata.xml files to CSV properly. Will not remove metadata.xml files.
[34263]574#
[5160]575#***** Inherited Metadata *****
[16649]576ExtractedMetadata.Message:The selected file or folder contains extracted metadata, but it is currently hidden. To view extracted metadata go to the "File" menu and select "Preferences". In the "General" properties sheet select "View Extracted Metadata", then click "Ok".
[5160]577ExtractedMetadata.Title:This File/Folder Has Hidden Extracted Metadata
578#
[4293]579#***** FileActions *****
[7255]580FileActions.Calculating_Size:Calculating total size of selected files
[22605]581FileActions.ChooseDestinationDirectory:Choose destination directory
[7255]582FileActions.Copying:Copying {0}
[11087]583FileActions.Could_Not_Delete:Could not delete {0}
584FileActions.Cyclic_Path:Cannot copy {0}: the destination folder is a subfolder of the source folder.
[7255]585FileActions.Deleting:Deleting {0}
[4548]586FileActions.Directories_Selected:{0} folders selected
587FileActions.Directory_Selected:1 folder selected
[9111]588FileActions.File_Already_Exists_No_Create:The file '{0}' already exists.
[4548]589FileActions.File_And_Directories_Selected:1 file and {0} folders selected
590FileActions.File_And_Directory_Selected:1 file and 1 folder selected
[9111]591FileActions.File_Create_Error:The file {0} could not be created.
592FileActions.Folder_Create_Error:The folder {0} could not be created.
[22341]593FileActions.Folder_Does_Not_Exist:This folder no longer exists, it may have been renamed or deleted
[11087]594FileActions.File_Exists:{0} already exists in the destination folder. Overwrite it?
595FileActions.File_Move_Error_Message:Could not move {0} to\n{1}.
[10627]596FileActions.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]597FileActions.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]598FileActions.File_Selected:1 file selected
[4548]599FileActions.Files_And_Directory_Selected:{0} files and 1 folder selected
[4474]600FileActions.Files_Selected:{0} files selected
[4293]601FileActions.Folder_Already_Exists:The folder name '{0}' is already in use. Cannot create folder.
602FileActions.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]603FileActions.Moving:Moving {0}
604FileActions.No_Activity:No action requested
[11087]605FileActions.Read_Not_Permitted_Message:Could not read {0}.
[4293]606FileActions.Read_Only:Files from the workspace are read only and cannot be deleted.
[11396]607FileActions.Replacing:Replacing {0}
[4548]608FileActions.Selected:{0} files and {1} folders selected
[4293]609FileActions.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]610FileActions.Write_Not_Permitted_Message:The Librarian Interface does not have permission to write to\n{0}\nPlease check file permissions.
611FileActions.Write_Not_Permitted_Title:Error - Incorrect File Permissions
[4474]612FileActions.Yes_To_All:Yes to All
[14820]613FileActions.File_Permission_Detail:\n\nNote: In general, the Greenstone Librarian Interface needs write permission for the Greenstone home folder, \nwhich is {0}.\nPlease grant 'Full Control' for this folder (and all subfolders) to the current user ({1}) and try again.\n\n(Alternatively, re-install Greenstone into a location where you have "Full Control" already,\n such as a your home folder or "My Documents".)
[14816]614
[4474]615#************************
616#
617#******* File Associations dialog **********
[6050]618FileAssociationDialog.Add:Add
[5572]619FileAssociationDialog.Add_Tooltip:Use this application to view files of this type
[4474]620FileAssociationDialog.Batch_File:Batch files
621FileAssociationDialog.Browse:Browse
[5572]622FileAssociationDialog.Browse_Tooltip:Choose the application to use from your filespace
[6252]623FileAssociationDialog.Browse_Tooltip_Mac:Browsing for your application is currently disabled for MacOS
[4474]624FileAssociationDialog.Browse_Title:Choose Application
[6050]625FileAssociationDialog.Close:Close
626FileAssociationDialog.Close_Tooltip:Close this dialog and return to the main window
[4673]627FileAssociationDialog.Command:Launch command:
[4474]628FileAssociationDialog.Command_File:Command files
[5572]629FileAssociationDialog.Command_Tooltip:Enter the command to launch the application to use
[6050]630FileAssociationDialog.Details:New File Association Details
[4474]631FileAssociationDialog.Executable_File:Executable files
632FileAssociationDialog.Extension:For files ending:
[5572]633FileAssociationDialog.Extension_Tooltip:The file extension of the files to view
[6050]634FileAssociationDialog.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.
635FileAssociationDialog.Table.Command:Command
636FileAssociationDialog.Table.Extension:Extension
[4474]637FileAssociationDialog.Title:Edit File Associations
[6050]638FileAssociationDialog.Remove:Remove
[12711]639FileAssociationDialog.Remove_Tooltip:Remove the selected association from the existing associations
[6050]640FileAssociationDialog.Replace:Replace
[12711]641FileAssociationDialog.Replace_Tooltip:Replace the selected association with the new association details
[4474]642#*******************
643#
644#******Filter***************
645Filter.0:HTM & HTML
646Filter.1:XML
647Filter.2:Text Files
648Filter.3:Images
[17086]649Filter.4:PDF
650Filter.5:Office Documents
[4474]651Filter.All_Files:All Files
652Filter.Filter_Tree:Show Files
[9359]653Filter.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]654#***********************
655#
656#***** GAuthenticator *****
657GAuthenticator.Password:Password:
[5537]658GAuthenticator.Password_Tooltip:Enter your password here
[4293]659GAuthenticator.Title:Password Required.
660GAuthenticator.Username:User Name:
[5537]661GAuthenticator.Username_Tooltip:Enter your username here
[4293]662#**************************
663#
664#***** General Messages *****
665# 0 - A String representing the name and method of the class in question.
666General.Apply:Apply
[5462]667General.Apply_Tooltip:Apply the current settings but do not exit the dialog
[6051]668General.Browse:Browse...
[4293]669General.Cancel:Cancel
[5462]670General.Cancel_Tooltip:Cancel the changes (will not undo any that have been applied already)
[22605]671General.CD:Change Dir...
672General.CD_Tooltip:Browse to a different collect directory
673General.ChooseCollectDirectory:Choose your collect directory...
[4293]674General.Close:Close
[5582]675General.Close_Tooltip:Close this dialog box
[4293]676General.Edit:Edit Value
677General.Error:Error
[19545]678General.LLS_Not_Started:You've launched the Greenstone server, but not pressed its Enter Library button yet.\nOnce you've done this, press Preview Collection in the Librarian Interface again to view the collection.
679General.LLS_Not_Started_Title:Local Library Server not started yet.
[4293]680General.No:No
[35664]681General.NotSunJava:The Librarian Interface has been developed and tested using Oracle's Java distribution and OpenJDK.\nDetected Java vendor: {0}
[4293]682General.OK:OK
[5462]683General.OK_Tooltip:Accept the current settings and exit the dialog
[4293]684General.Outstanding_Processes:<html>The Librarian Interface cannot close completely until all programs<br>started within The Librarian Interface have also exited.</html>
685General.Outstanding_Processes_Title:Waiting To Exit
[5565]686General.Pure_Cancel_Tooltip:Abort this action (no changes will be made)
[22661]687General.Reconfigure:Reconfigure your web server manually
[9154]688General.Review_Output:Please review output below:
[12369]689General.Redo:Redo
690General.Redo_Tooltip:Restore the last undo
[30701]691General.Save:Save
[12369]692General.Undo:Undo
693General.Undo_Tooltip:Undo the last edit
[5541]694General.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]695General.View:View Value
[4293]696General.Warning:Warning
697General.Yes:Yes
698#****************************
699#
700#***** GShell *****
[10619]701GShell.BadArgument:Argument {0} is invalid.
702GShell.BadArgumentValue:Argument {0} has an invalid value.
703GShell.BadPluginOptions:The bad argument occurred in plugin {0}.
704GShell.BadClassifierOptions:The bad argument occurred in classifier {0}.
[6391]705GShell.Build.Auxilary:Creating auxiliary files and tidying up...
[6473]706GShell.Build.BuildBegun1:************** Build Started **************
707GShell.Build.BuildCancelled:************** Cancelled **************
708GShell.Build.BuildComplete1:************** Build Finished **************
[6391]709GShell.Build.CompressText:Compressing text...
710GShell.Build.Index:Creating an index based on {0-index source and level}...
711GShell.Build.InfoDatabase:Creating information database...
712GShell.Build.Phind:Generating a Phind classifier. This may take some time...
[16135]713GShell.Schedule.ScheduleBegun1:**************** Schedule Started ***************
714GShell.Schedule.ScheduleComplete1:**************** Schedule Finished *************
[16831]715GShell.Schedule.ScheduleDelete:*********** Deleting Existing Scheduling *****
[4293]716GShell.Command:Command
717GShell.Failure:Command failed.
[7358]718GShell.Import.FileNotProcessed:The file {0-target file path} was recognised but could not be processed by any plugin.
719GShell.Import.FileNotRecognised:The file {0-target file path} was not recognised by any plugin.
720GShell.Import.FileProcessing:The file {0-target file path} is being processed by {1-plugin name}.
721GShell.Import.FileProcessingError:The file {0-target file path} encountered an error during processing.
[6473]722GShell.Import.ImportBegun1:************** Import Started **************
723GShell.Import.ImportComplete1:************** Import Finished **************
[7532]724GShell.Import.ImportComplete2:{0-number documents considered} documents were considered for processing:
725GShell.Import.ImportComplete2.1:1 document was considered for processing:
[7358]726GShell.Import.ImportComplete.Processed:{0-number processed} documents were processed and included in the collection.
727GShell.Import.ImportComplete.Processed.1:1 document was processed and included in the collection.
728GShell.Import.ImportComplete.Blocked:{0-number blocked} were prevented from being added by plugins (such as images in web pages).
729GShell.Import.ImportComplete.Blocked.1:1 was prevented from being added by plugins (such as images in web pages).
730GShell.Import.ImportComplete.Ignored:{0-number ignored} were unrecognised.
731GShell.Import.ImportComplete.Ignored.1:1 was unrecognised.
732GShell.Import.ImportComplete.Failed:{0-number failed} were rejected.
733GShell.Import.ImportComplete.Failed.1:1 was rejected.
[6391]734GShell.Import.ImportComplete3:\n
[25826]735GShell.Import.SegmentProcessing:Processing segment {0-segment number}.
736GShell.Import.SegmentProcessingError:Error processing segment {0-segment number}.
[16857]737GShell.Import.Warning:{0-plugin name} Warning:
[4474]738GShell.Parsing_Metadata_Complete:Archived metadata extraction complete.
739GShell.Parsing_Metadata_Start:Extracting new metadata from archive files.
[4293]740GShell.Success:Command complete.
741#*********************
742#
743#***** GUI *****
744# Currently Enabled and Disabled display the same text but in different
[9359]745# colours. If necessary this can be changed.
[4293]746GUI.Create:Create
[5528]747GUI.Create_Tooltip:Build your collection using Greenstone
748GUI.Design:Design
[12098]749GUI.Design_Tooltip:Design the functionality of your collection
[8993]750GUI.Download:Download
751GUI.Download_Tooltip:Download resources from the internet for your collection
[5528]752GUI.Enrich:Enrich
753GUI.Enrich_Tooltip:Assign metadata to the files in your collection
[12098]754GUI.Format:Format
755GUI.Format_Tooltip:Design the appearance of your collection
[5528]756GUI.Gather:Gather
757GUI.Gather_Tooltip:Select the files to include in your collection
[23143]758GUI.CollectHome.title:The collect directory has changed
759GUI.CollectHome.message:The collect directory value has been changed from:
760GUI.CollectHome.to:to:
761GUI.CollectHome.dir:{0}
762GUI.CollectHome.gli:Do you want the Librarian Interface to remember the new collect directory?
763GUI.CollectHome.server:Do you want the Greenstone Server to remember the new collect directory?
764GUI.CollectHome.resetToDefault:No, reset to default
765GUI.CollectHome.leaveAtDefault:No, leave at default
766GUI.CollectHome.reset:Reset to default
767
[4293]768#***************
769#
770#***** HELP *****
771Help.Contents:Contents
[5362]772Help.Title:Librarian Interface Help Pages
[10969]773#****************************
[5160]774#
[10969]775#***** Invalid Metadata ******
776InvalidMetadata.Message:This metadata element is restricted to the pre-defined set of values. Please choose one from the existing values.
777InvalidMetadata.Title:Invalid Metadata
778#***************************
779#
[12155]780#***** LegacyCollection
781LegacyCollection.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.
782LegacyCollection.Title:Loading External Collection
783#***************************
784#
[4293]785#***** LockFileDialog *****
[5541]786LockFileDialog.Cancel_Tooltip:Do not steal control of the lock file (collection will not open)
[4293]787LockFileDialog.Date:Date
[10669]788LockFileDialog.Error:error
[4293]789LockFileDialog.Lockfile_Message_One:The presence of a lock file suggests this collection is already open.
[7350]790LockFileDialog.Lockfile_Message_Two:Do you wish to 'steal' control of this lock file?
[4293]791LockFileDialog.Machine:Where
792LockFileDialog.Name:Name
[5541]793LockFileDialog.OK_Tooltip:Steal control of the lock file
[4293]794LockFileDialog.Title:Lock File Detected
795LockFileDialog.User:Who
[4474]796#********************
797#
798#*****MappingPrompt **********
[4548]799MappingPrompt.File:Folder
[6050]800MappingPrompt.Map:Create Shortcut
[4474]801MappingPrompt.Name:Name
[6050]802MappingPrompt.Title:Set Folder Shortcut
803MappingPrompt.Unmap:Remove Shortcut
[4474]804#*******************
805#
[4293]806#***** Menu Options *****
[6051]807Menu.Collapse:Close Folder
[22605]808Menu.Copy_Collection:Copy this collection to...
[4293]809Menu.Edit:Edit
[28626]810Menu.Edit_Copy:Copy ({0}-c)
811Menu.Edit_Cut:Cut ({0}-x)
812Menu.Edit_Paste:Paste ({0}-v)
[30701]813Menu.Edit_Config:Edit collectionConfig.xml
[6051]814Menu.Expand:Open Folder
[8862]815Menu.Explode_Metadata_Database:Explode metadata database
[16831]816Menu.Replace_SrcDoc_With_HTML:Replace with HTML version
[4293]817Menu.File:File
[4474]818Menu.File_Associations:File Associations...
[9242]819Menu.File_CDimage:Write CD/DVD image...
[4293]820Menu.File_Close:Close
[7261]821Menu.File_Delete:Delete...
[4293]822Menu.File_Exit:Exit
[9242]823Menu.File_ExportAs:Export...
[34264]824Menu.File_ExportMeta:Export metadata to CSV...
[34283]825Menu.File_ConvertMetaToCSV:Convert metadata to CSV...
[7261]826Menu.File_New:New...
827Menu.File_Open:Open...
[4293]828Menu.File_Options:Preferences...
829Menu.File_Save:Save
830Menu.Help:Help
831Menu.Help_About:About...
[5530]832Menu.Metadata_View:Assigned Metadata for the {0}
[22605]833Menu.Move_Collection:Move this collection to...
[7514]834Menu.Open_Externally:Open in external program
[4293]835#********************
836#
837#***** MetaAudit *****
[4474]838MetaAudit.Close:Close
[5565]839MetaAudit.Close_Tooltip:Close this dialog box
[4293]840MetaAudit.Title:All Metadata
841#*********************
842#
843#***** Metadata *****
844Metadata.Element:Element
845Metadata.Value:Value
[8268]846MetadataSet.Files:Metadata Set Files
[12148]847#**********************************
848#
849#***** MetadataSetDialog**********
850MetadataSetDialog.Title:Manage Metadata Sets
851MetadataSetDialog.Add_Title:Add Metadata Set
852MetadataSetDialog.Current_Sets:Assigned Metadata Sets
853MetadataSetDialog.Available_Sets:Available Metadata Sets
854MetadataSetDialog.Add:Add...
855MetadataSetDialog.Add_Tooltip:Add a new metadata set to the collection
[12560]856MetadataSetDialog.New_Set:New...
857MetadataSetDialog.New_Set_Tooltip:Create a new metadata set
[12148]858MetadataSetDialog.Add_Set:Add
859MetadataSetDialog.Add_Set_Tooltip:Add the selected metadata set to the collection
860MetadataSetDialog.Browse:Browse...
861MetadataSetDialog.Browse_Tooltip:Add a new metadata set to the collection
862MetadataSetDialog.Edit:Edit...
863MetadataSetDialog.Edit_Tooltip:Edit the selected metadata set
864MetadataSetDialog.Remove:Remove
865MetadataSetDialog.Remove_Tooltip:Remove the selected metadata set from the collection
866MetadataSetDialog.Elements:Elements in selected Metadata Set
867
[12240]868#****************************************
869#
870#***** MetadataSetNamespaceClash warning***
871MetadataSetNamespaceClash.Title:Metadata Set Namespace Clash
872MetadataSetNamespaceClash.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]873#*********************************************
[4293]874#
[9098]875#******** MetadataImportMappingPrompt *********
876MIMP.Add:Add
877MIMP.Add_Tooltip:Add the metadata element to the selected set
878MIMP.Ignore:Ignore
879MIMP.Ignore_Tooltip:Ignore this metadata element
880MIMP.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.
881MIMP.Merge:Merge
882MIMP.Merge_Tooltip:Map the metadata element to the specified element in the selected set
883MIMP.Source_Element:Source metadata element:
884MIMP.Target_Element:Target metadata element:
885MIMP.Target_Set:Target metadata set:
886MIMP.Title:Merging Action Required.
[4293]887#*****************************
888#
889#***** Mirroring *****
[7667]890Mirroring.ClearCache:Clear Cache
891Mirroring.ClearCache_Tooltip:Delete all downloaded files
892Mirroring.Download:Download
[5530]893Mirroring.Download_Tooltip:Start a new download job
[7667]894Mirroring.DownloadJob.Close:Close
895Mirroring.DownloadJob.Close_Tooltip:Remove this job from the list, stopping it if it is currently running
896Mirroring.DownloadJob.Downloading:Downloading {0}
897Mirroring.DownloadJob.Download_Complete:Download complete
898Mirroring.DownloadJob.Download_Stopped:Download halted
899Mirroring.DownloadJob.Download_Progress:Downloading in progress
900Mirroring.DownloadJob.Log:View Log
901Mirroring.DownloadJob.Log_Tooltip:View details about this download
[13033]902Mirroring.DownloadJob.Log_Title:Download Log
[7667]903Mirroring.DownloadJob.Pause:Pause
904Mirroring.DownloadJob.Pause_Tooltip:Pause this download
[31691]905Mirroring.DownloadJob.Stop:Stop
[31720]906Mirroring.DownloadJob.Stop_Tooltip:Stop this download job if it is currently running
907Mirroring.DownloadJob.Stopped:Stopped
908Mirroring.DownloadJob.Stopped_Tooltip:This download has been stopped
[7667]909Mirroring.DownloadJob.Resume:Resume
910Mirroring.DownloadJob.Resume_Tooltip:Resume this download
911Mirroring.DownloadJob.Status:Downloaded {0} of {1} files ({2} warnings, {3} errors)
[31875]912Mirroring.DownloadJob.Warning_No_Valid_Certificate:WARNING: Can't download from a site that doesn't have a (valid) security certificate.
913Mirroring.DownloadJob.Enable_NoCheckCertificate:Enable 'No certificate checking' in Preferences > Connection to download insecurely from 'https' URLs.
[7667]914Mirroring.DownloadJob.Waiting:Waiting to start
915Mirroring.DownloadJob.Waiting_User:Waiting for user action
[5314]916Mirroring.Invalid_URL:The URL entered is not valid. Please correct.
[7667]917Mirroring.Invalid_URL_Title:Invalid URL
[15159]918Mirroring.Preferences:Configure Proxy...
[7667]919Mirroring.Preferences_Tooltip:Enable proxy and/or edit proxy settings
[4293]920#*********************
921#
922#***** Missing EXEC *****
[19663]923MissingEXEC.Message:Warning! You will not be able to view your new collections within the Librarian Interface unless you specify the path to the Greenstone Library Webserver. You can enter this now in the text field below, or later by going to Preferences and choosing the Connection tab. Remember that a valid url must start with the protocol "http://", and will probably end with the executable name ("gsdl" for Greenstone Windows Local Library Server, "library.cgi" for other web servers).
[4293]924MissingEXEC.Title:Missing Greenstone Library Address
[8062]925#***** Missing EXEC_GS3 *****
[18131]926MissingEXEC_GS3.Message:Please enter the Greenstone 3 library URL. You will not be able to view your new collections within the Librarian Interface unless you specify the path to the Greenstone context in the locally running Tomcat Webserver. You can enter this now in the text field below, or later by going to Preferences and choosing the Connection tab. Remember that a valid URL must start with the protocol "http://".
927MissingEXEC_GS3.Title:Greenstone 3 Library URL
[10540]928#***** Missing GLIServer *****
[19447]929MissingGLIServer.Message:Enter the address of the remote Greenstone "gliserver.pl" script in the text field below. Remember that a valid URL must start with the protocol "http://" and end with "gliserver.pl".
[16831]930MissingGLIServer.Title:Specify GLI Server Address
[4293]931#***** Missing GSDL *****
[9569]932MissingGSDL.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]933MissingGSDL.Title:Missing Greenstone Path
934#***** Missing PERL *****
[9569]935MissingPERL.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]936MissingPERL.Title:Missing PERL Path
[9569]937#******* MissingImageMagick ********
[16668]938MissingImageMagick.Message:Warning! The Librarian Interface failed to locate an appropriate version of ImageMagick. Images can be included in collections but no image processing functionality will be available, such as converting images to a different type, or generating thumbnails.
[9569]939MissingImageMagick.Title:Missing ImageMagick
[24288]940#******* MissingPDFBox ********
[34557]941MissingPDFBox.Message:To process PDF documents version 1.5 and above, download the PDFBox extension from \nhttps://svn.greenstone.org/{0}gs2-extensions/pdf-box/trunk/pdf-box-java.{1}\nInstall it by unzipping it into your {2} folder. Then configure your PDFPlugin with pdfbox_conversion turned on.
[24514]942MissingPDFBox.Title:Missing PDFBox extension
[23662]943#******** Multiple filename encodings not supported *******
944NoEncodingSupport.Message:Your locale seems to be in UTF-8. Non-UTF-8 filenames are not supported by your setup.
945NoEncodingSupport.Title:No Filename Encoding Support
[24294]946#******** Non-standard collect home *******
947NonStandardCollectHome.Message:Your current collect home {0} is located outside of your Greenstone installation and is not its default collect directory at {1}. To work with the collect directory of your choice, go to File > Preferences > Connection and set the Collect Directory field to a folder.
948NonStandardCollectHome.Title:Non-standard collect home
[4293]949#*****************************
950#
951#***** New Session *****
952NewCollectionPrompt.Base_Collection:Base this collection on:
[5537]953NewCollectionPrompt.Base_Collection_Tooltip:Select an existing collection to base the new collection on
[22605]954NewCollectionPrompt.ChooseACollection:Choose a collection
[4293]955NewCollectionPrompt.Collection_Description:Description of content:
[6184]956NewCollectionPrompt.Collection_Name:Collection folder:
[11939]957NewCollectionPrompt.Collection_Scope_Personal:This is a personal collection
[14562]958NewCollectionPrompt.Collection_Scope_Personal_Tooltip:The collection can be edited by the person who created it and users in the "all-collections-editor" group.
[11939]959NewCollectionPrompt.Collection_Scope_Shared:This is not a personal collection
[14562]960NewCollectionPrompt.Collection_Scope_Shared_Tooltip:The collection can be edited by users in the "all-collections-editor" group.
[4293]961NewCollectionPrompt.Error:Error in new collection.
[4612]962NewCollectionPrompt.Instructions:To create a new collection fill out the fields below.
[4293]963NewCollectionPrompt.NewCollection:-- New Collection --
[22605]964NewCollectionPrompt.OtherCollections:-- Other Collections... --
965NewCollectionPrompt.Select:Select
[4293]966NewCollectionPrompt.Title:Create a new Collection.
[6166]967NewCollectionPrompt.Title_Clash:The title you have chosen for your collection is already in use. Continue?
[4474]968NewCollectionPrompt.Title_Error:The title field must be filled out. Please correct.
[9111]969#***** New Folder OrFilePrompt *****
970NewFolderOrFilePrompt.Default_File_Name:dummy
971NewFolderOrFilePrompt.Default_Folder_Name:new folder
972NewFolderOrFilePrompt.Destination_Name:Destination Folder
973NewFolderOrFilePrompt.File_Name:File Name
974NewFolderOrFilePrompt.File_Name_Tooltip:Enter a name for the new file
975NewFolderOrFilePrompt.Folder_Name:Folder Name
976NewFolderOrFilePrompt.Folder_Name_Tooltip:Enter a name for the new folder
977NewFolderOrFilePrompt.Title_Folder:Create a new folder
978NewFolderOrFilePrompt.Title_File:Create a new dummy document
[7667]979#**********************
980#
981#******* OldWGET *******
[17264]982NoPluginExpectedToProcessFile.Message:None of Greenstone's plugins are expected to process the file "{0}" directly. (However, it may be included in the collection if it belongs to another file, for example, an image in a web page.) Check that the file has the correct extension. If it is correct then you may have to use UnknownPlug to process this file.
[8623]983NoPluginExpectedToProcessFile.Title:No plugin expected to process file
[5046]984#***********************
[4293]985#
986#***** OpenCollectionDialog *****
[5278]987OpenCollectionDialog.Available_Collections:Available Collections
988OpenCollectionDialog.Description:Collection Description
989OpenCollectionDialog.Open:Open
[5572]990OpenCollectionDialog.Open_Tooltip:Load the selected collection into the Librarian Interface
[4293]991OpenCollectionDialog.Title:Open Greenstone Collection
[4345]992#**********************
993#
[29009]994#***** FormatConversionDialog *****
995FormatConversionDialog.Accept_All:Accept All
[29011]996FormatConversionDialog.Accept_All_Tooltip:Closes this dialog, accepting the default Greenstone3 format statements that have been automatically produced for the current and any subsequent Greenstone2 format statements.
[29034]997FormatConversionDialog.Cancel_Or_Accept_All:One or more Greenstone3 format statements contains invalid XML.\nEither press Cancel to correct the XML.\nOr press OK to store the Greenstone3 format statements as-is, albeit inactive.\nYou can later use the Format tab to revisit the format statements if you want to update their syntax.
998FormatConversionDialog.Cancel_Or_Continue_Next:Either press Cancel to go back and re-edit the XML.\nOr press OK to store the current XML as-is, albeit inactive, and continue on to the next statement.\nYou can later use the Format tab to revisit this format statement if you want to update its syntax.
[29011]999FormatConversionDialog.Cancel_Tooltip:Cancels out of opening the collection and closes this dialog, discarding any changes made in the dialog.
[29034]1000FormatConversionDialog.Error_GS3_Format:Error in Greenstone3 format statement.
[29011]1001FormatConversionDialog.GS2_Text_Tooltip:Greenstone2 format statement.
[29009]1002FormatConversionDialog.GS3_Text_Tooltip:Greenstone3 format statement, must be XML to be active in Greenstone.
[29034]1003FormatConversionDialog.Invalid_XML:Invalid XML.
1004FormatConversionDialog.Invalid_XML_Warning_Title:Cancel or Continue?
1005FormatConversionDialog.Next:Next
1006FormatConversionDialog.Next_Tooltip:Inspect the next Greenstone3 format statement that has been automatically converted from a Greenstone2 format statement.
1007FormatConversionDialog.Reconvert:Reconvert
1008FormatConversionDialog.Reconvert_Tooltip:Converts the text that is currently in the Greenstone2 format text area into a Greenstone3 format statement.
1009FormatConversionDialog.Tidy_Done:Tidy done.
[29009]1010FormatConversionDialog.Tidy_Failed:Tidy failed.
[29034]1011FormatConversionDialog.Title:Convert Greenstone2 format statements to Greenstone3
1012FormatConversionDialog.XHTML_Tidy:XHTML Tidy
1013FormatConversionDialog.XHTML_Tidy_Tooltip:Will run HTML Tidy over the Greenstone3 format statement to try to fix up obvious XHTML errors.
[29009]1014FormatConversionDialog.XML_Still_Invalid:XML is still invalid.
1015
[30701]1016#***** ConfigFileEditor *****
1017ConfigFileEditor.Save_Tooltip:Save changes and close.
1018ConfigFileEditor.Cancel_Tooltip:Close without saving.
[34266]1019ConfigFileEditor.Add_Element_Label:Add element to:
1020ConfigFileEditor.Add_Label:Add
1021ConfigFileEditor.Add_Element_Tooltip:Select the (security related) element to add to the collection configuration file then edit the newly added element accordingly.
1022ConfigFileEditor.Hide_Collection:Hide the collection
1023ConfigFileEditor.Secure_Collection:Secure the collection
1024ConfigFileEditor.Secure_All_Documents:Secure all documents in this collection
1025ConfigFileEditor.Secure_Certain_Documents:Secure certain documents in this collection
1026ConfigFileEditor.Add_Another_DocumentSet:Add another documentSet element
1027ConfigFileEditor.Add_Another_Exception:Add another exception element
1028ConfigFileEditor.Press_Undo_Once_More_First:Cannot add to the collection configuration as it is currently empty. Try pressing Undo (once more) first to get any earlier configuration contents back before trying to add further elements to it.
1029ConfigFileEditor.Need_Security_Element_To_Add:Since there is no <security> element in collectionConfig.xml yet, cannot add further elements to it. Try one of the Secure... options first before trying this option again.
[34330]1030ConfigFileEditor.Config_Already_Has_Security_Element:The collectionConfig.xml file already contains a <security> element, cannot add more to it. Remove the existing element in entirety first before attempting to add a new one.
[30701]1031
[29009]1032#**********************
1033#
[4345]1034#***** Options Pane inside CreatePane *****
1035OptionsPane.Cancelled: - cancelled
1036OptionsPane.LogHistory:Log history
1037OptionsPane.Successful: - successful
[16135]1038OptionsPane.Scheduled: - scheduled
[5160]1039OptionsPane.Unknown: - unknown
[4345]1040OptionsPane.Unsuccessful: - unsuccessful
[4293]1041#*******************
1042#
1043#***** Preferences *****
1044Preferences:Preferences
1045Preferences.Connection:Connection
[5462]1046Preferences.Connection_Tooltip:Set the URL to the greenstone library and configure a proxy connection if appropriate
[10545]1047Preferences.Connection.GLIServer_URL:Greenstone gliserver URL:
1048Preferences.Connection.GLIServer_URL_Tooltip:The URL of the Greenstone "gliserver" CGI script
[6150]1049Preferences.Connection.Library_Path:Library Path:
[7327]1050Preferences.Connection.Library_Path_GS3:Greenstone Web Path:
[5594]1051Preferences.Connection.Library_Path_Tooltip:The URL of the Greenstone web-server
[7327]1052Preferences.Connection.Library_Path_Tooltip_GS3:The URL of the Greenstone web-server
[16992]1053Preferences.Connection.Library_Path_Connection_Failure:Failed to connect. Check that the Greenstone server at {0} is running.
[22605]1054Preferences.Connection.CollectDirectory:Collect Directory:
1055Preferences.Connection.CollectDirectory_Tooltip:The path to the collect directory you want to work with.
[6486]1056Preferences.Connection.ProgramCommand:Preview Command:
1057Preferences.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.
[31985]1058Preferences.Connection.No_Check_Certificate: No certificate checking for HTTPS downloads
[31875]1059Preferences.Connection.No_Check_Certificate_Tooltip:Tick to download even from 'https' URLs that don't have a (valid) security certificate.
[31880]1060Preferences.Connection.HTTP_Proxy_Host:HTTP Proxy Host:
1061Preferences.Connection.HTTP_Proxy_Host_Tooltip:The address of your HTTP proxy server
1062Preferences.Connection.HTTP_Proxy_Port_Tooltip:The port number of your HTTP proxy server
1063Preferences.Connection.HTTPS_Proxy_Host:HTTPS Proxy Host:
1064Preferences.Connection.HTTPS_Proxy_Host_Tooltip:The address of your HTTPS proxy server
1065Preferences.Connection.HTTPS_Proxy_Port_Tooltip:The port number of your HTTPS proxy server
1066Preferences.Connection.FTP_Proxy_Host:FTP Proxy Host:
1067Preferences.Connection.FTP_Proxy_Host_Tooltip:The address of your FTP proxy server
1068Preferences.Connection.FTP_Proxy_Port_Tooltip:The port number of your FTP proxy server
1069Preferences.Connection.Proxy_Host_Missing:Enter a value for at least one proxy host or turn off Use Proxy Connection in the Connection tab.
1070Preferences.Connection.Proxy_Port:Port:
[7327]1071Preferences.Connection.Servlet:Servlet:
1072Preferences.Connection.Servlet_Tooltip:The servlet to use to view your site
1073Preferences.Connection.Servlet_Tooltip2:There is no servlet specified for this site, you can still build collections, but you wont be able to view them
1074Preferences.Connection.Site:Site:
1075Preferences.Connection.Site_Tooltip:The site you want to work in
[4293]1076Preferences.Connection.Use_Proxy:Use proxy connection?
[5160]1077Preferences.General:General
[5462]1078Preferences.General_Tooltip:Set some general preferences
[6150]1079Preferences.General.Email:User's Email:
[6051]1080Preferences.General.Email_Tooltip:The email address automatically used for any collection created with the GLI
[9073]1081Preferences.General.Font:Font:
1082Preferences.General.Font_Tooltip:The font used for the GLI interface.
[5160]1083Preferences.General.Interface_Language:Interface Language:
[5462]1084Preferences.General.Interface_Language_Tooltip:Select the language you wish the interface and its controls to be displayed in.
[32515]1085Preferences.General.Restart_Required:GLI will now restart in order to complete loading a new interface language.
[16992]1086Preferences.General.Manual_Restart_Required:Please restart the GLI client to take the changed connection settings into account.
[5368]1087Preferences.General.Show_File_Size:Show file sizes
[5596]1088Preferences.General.Show_File_Size_Tooltip:Show file sizes next to entries in the Workspace and Collection file trees.
[5309]1089Preferences.General.View_Extracted_Metadata:View Extracted Metadata
[5596]1090Preferences.General.View_Extracted_Metadata_Tooltip:Display metadata extracted by the greenstone plugins in the metadata list in the Enrich view.
[6064]1091Preferences.Mode:Mode
[6078]1092Preferences.Mode_Tooltip:Click on an entry to select a suitable level of operation
[6391]1093Preferences.Mode.Assistant:Library Assistant
[6078]1094Preferences.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.
1095Preferences.Mode.Librarian:Librarian
[14937]1096Preferences.Mode.Librarian_Description:This setting gives normal use of the Greenstone Librarian Interface: creating and designing new collections, adding documents and metadata to collections, and building collections.
[6064]1097Preferences.Mode.Expert:Expert
[6473]1098Preferences.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]1099Preferences.Warnings:Warnings
[5528]1100Preferences.Warnings_Tooltip:Enable or disable various warning dialogs
[4293]1101Preferences.Workflow:Workflow
[5462]1102Preferences.Workflow_Tooltip:Design the interface workflow: set which views should be enabled
[4293]1103Preferences.Workflow.Predefined.Label:Predefined Workflows
1104Preferences.Workflow.Title:Check box to enable view
[5336]1105#**********************
[4293]1106#
[6750]1107#**** PreviewCommandDialog *******
1108PreviewCommandDialog.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.
1109PreviewCommandDialog.Title:Preview Command
[12460]1110
1111ShowPreviousCollection.Title:Preview the collection previously built
1112ShowPreviousCollection.Message:An error has occurred and the collection could not be created.You are previewing the collection that was built previously.
[6750]1113#**********************
1114#
[10554]1115#***** Remote Greenstone Server *****
[10666]1116RemoteGreenstoneServer.Authentication_Message:Please enter your Greenstone username and password:
[14320]1117RemoteGreenstoneServer.Authentication_Message_gs3:Please enter your Greenstone username and password at site:
[10666]1118RemoteGreenstoneServer.Error:An error has occurred on the remote Greenstone server while performing this operation:\n{0-Error message}
[10554]1119RemoteGreenstoneServer.Error_Title:Remote Greenstone Server Error
1120RemoteGreenstoneServer.Progress:Remote Greenstone Server Progress:
[10666]1121RemoteGreenstoneServer.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]1122#**********************
1123#
[11246]1124#***** Rename Prompt *****
1125RenamePrompt.Name:Name:
1126RenamePrompt.Title:Rename file/folder
1127#**********************
1128#
[11317]1129#***** Replace Prompt *****
1130ReplacePrompt.Title:Replace file with ...
1131#**********************
1132#
[4293]1133#***** Save Collection Box *****
[4474]1134SaveCollectionBox.File_Name:File Name:
1135SaveCollectionBox.Files_Of_Type:Files of Type:
1136SaveCollectionBox.Look_In:Look In:
1137#**********************
1138#
1139#***** Save Progress Box *******
1140SaveProgressDialog.Title:Saving Collection
[4293]1141#*******************************
1142#
[4379]1143Server.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.
[19243]1144Server.QuitTimeOut:The greenstone local library has not responded to the\nautomatic close command for {0} seconds. Do you\nwish to wait for another {0} seconds?
1145Server.StartUpTimeOut:The greenstone local library has not responded to the\nstart command for {0} seconds. Do you\nwish to wait for another {0} seconds?
[22661]1146Server.Reconfigure:You just changed collecthome.\nAs GLI didn't start your webserver, it can't reconfigure this automatically.\nPlease reconfigure your server manually to work with the change to collecthome.
[4379]1147#
[4293]1148#***** Sources *****
1149Source.General:General
[6150]1150#**********************
1151#
[4293]1152#***** Trees *****
[8786]1153Tree.DownloadedFiles:Downloaded Files
[5591]1154Tree.Files:files
[5278]1155Tree.Home:Home Folder ({0})
[4293]1156Tree.Root:Local Filespace
[7231]1157Tree.World:Documents in Greenstone Collections
[4293]1158#***********************
1159#
1160#***** Warning Dialog *****
[5160]1161WarningDialog.Dont_Show_Again:Do not show this warning again
[6326]1162WarningDialog.Dont_Show_Again_Message:Do not show this message again
[5160]1163WarningDialog.Invalid_Value:The value you have entered in the value field\nis not valid for the specified property.
[5055]1164WarningDialog.Value:Enter value:
[5314]1165#
[9359]1166#****** WGet *****
[5314]1167WGet.Prompt:WGet Mirroring Client
[9372]1168#
1169#****** Workflows *****
1170Workflow.AllPanels:All panels
1171Workflow.LocalSourceCollectionBuilding:Local source collection building
1172Workflow.DocumentEnriching:Document enriching
[8384]1173
[8395]1174
[12560]1175#********GEMS******
[12573]1176
[8583]1177GEMS.Title:Greenstone Editor for Metadata Sets
[12682]1178GEMS.OpenMetadataSetPrompt.Title:Open Metadata Set
[12560]1179GEMS.OpenMetadataSetPrompt.Open_Tooltip:Open the selected metadata set
1180GEMS.Set_Description:Metadata set description
[12460]1181GEMS.OpenMetadataSetPrompt.Open:Open
[12560]1182GEMS.OpenMetadataSetPrompt.Available_Sets:Available metadata sets
[12682]1183GEMS.DeleteMetadataSetPrompt.Title:Delete Metadata Set
[12560]1184GEMS.DeleteMetadataSetPrompt.Delete_Tooltip:Delete the selected metadata set
[12460]1185GEMS.DeleteMetadataSetPrompt.Delete:Delete
[12560]1186GEMS.DeleteMetadataSetPrompt.Available_Sets:Available metadata sets
[12682]1187GEMS.DeleteMetadataSetPrompt.Confirm_Delete:Please tick the box to confirm metadata set deletion.
1188GEMS.DeleteMetadataSetPrompt.No_Set:No metadata set selected
[12573]1189GEMS.Confirm_Removal:Are you sure you wish to remove this {0}?
1190GEMS.Confirm_Removal_Title:Confirm Removal
1191GEMS.Attribute:Attribute
[12560]1192GEMS.Popup.AddElement:Add Element
[12671]1193GEMS.Popup.DeleteElement:Delete Element
[12722]1194GEMS.Popup.AddSubElement:Add Subelement
1195GEMS.Popup.DeleteSubElement:Delete Subelement
[12671]1196GEMS.NewMetadataSetPrompt.Title:New Metadata Set
[12560]1197GEMS.NewMetadataSetPrompt.Instructions:To create a new metadata set fill out the fields below:
1198GEMS.NewMetadataSetPrompt.Base_MetadataSet:Base this metadata set on:
1199GEMS.NewMetadataSetPrompt.Metadata_Title:Metadata set title:
1200GEMS.NewMetadataSetPrompt.Metadata_Namespace:Metadata set namespace:
1201GEMS.NewMetadataSetPrompt.New_Metadata:-- New Metadata Set --
[12671]1202GEMS.NewMetadataSetPrompt.Title_Error_Message:A new metadata set must have a Title
1203GEMS.NewMetadataSetPrompt.Title_Error:No Title Specified
1204GEMS.NewMetadataSetPrompt.Namespace_Error_Message:A new metadata set must have a namespace
1205GEMS.NewMetadataSetPrompt.Namespace_Error:No Namespace Specified
1206GEMS.SelectedLanguage:Add attributes for language:
1207GEMS.Language:--Choose Language--
[12560]1208GEMS.LanguageDependent:Language dependent attributes
[12671]1209GEMS.Attribute_Table:Attributes
[12560]1210GEMS.Attribute_Deletion_Error:Attribute Deletion Error
1211GEMS.Attribute_Deletion_Error_Message:This attribute is required and cannot be deleted
1212GEMS.Add_Lang_Depend_Attr_Error:Attribute Addition Error
[12573]1213GEMS.Add_Lang_Depend_Attr_Error_Message:No "language-dependent" attribute is provided, please add this attribute.
[12560]1214GEMS.Attribute_Edition_Error:Attribute Edition Error
1215GEMS.Attribute_Edition_Error_Message:This attribute is required and cannot be empty
1216GEMS.Confirm_Save:This metadata set has been changed, would you like to save it?
1217GEMS.Confirm_Save_Title:Save Metadata Set
[12671]1218GEMS.Confirm_DeleteElement:Are you sure you wish to delete element {0}?
1219GEMS.Confirm_DeleteElement_Title:Delete Element
[12560]1220GEMS.File_Deletion_Error_Message:This file cannot be deleted
1221GEMS.File_Deletion_Error:File Deletion Error
[12671]1222GEMS.Namespace_Conflict_Message:Warning: this namespace has been used by another metadata set. Continue?
[12573]1223GEMS.Namespace_Conflict:Namespace Conflict
1224GEMS.Move_Up:Move Up
1225GEMS.Move_Down:Move Down
[12671]1226GEMS.Cannot_Undo:(this action cannot be undone)
1227
1228GEMS.AttributeTable.Name:Name
1229GEMS.AttributeTable.Language:Language
1230GEMS.AttributeTable.Value:Value
1231GEMS.NewMetadataElementNamePrompt.Title:New Element
1232GEMS.NewMetadataElementNamePrompt.Name:Please enter a name for the new element
[12733]1233GEMS.NewMetadataElementNamePrompt.SubTitle:New Subelement
1234GEMS.NewMetadataElementNamePrompt.SubName:Please enter a name for the new subelement
[12843]1235GEMS.NewMetadataElementNamePrompt.Name_Error_Message:An element with this name already exists.
1236GEMS.NewMetadataElementNamePrompt.Name_Error:Element Name Error
1237GEMS.NewMetadataElementNamePrompt.EmptyName_Error_Message:A new element must have a name.
1238
1239
[12682]1240GEMS.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.