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

Last change on this file since 34283 was 34283, checked in by ak19, 4 years ago

Incorporating Kathy & Dr Bainbridge's improvements to the recently added export to meta CSV features: 1. Move meta to CSV now called Convert meta to CSV launch. 2. Launch Export Meta JChooser dialog in collection dir not import dir, but Convert Meta still launched in importDir as before. Also upload any metadata.csv created in collection dir to remote server if client-GLI, not just if meta.csv was created in importDir. 3. Labels of JChooser confirm button and dialog title corrected. 4. Updates to dictionary string names and values.

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