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

Last change on this file since 17115 was 17115, checked in by kjdon, 16 years ago

added separate_cjk strings, and tooltips for stem, casefold and accentfold

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