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

Last change on this file since 23433 was 23433, checked in by ak19, 13 years ago

GLI now has a gs.FilenameEncoding metadata field which appears like all the others in GLI's EnrichPane, but is unique in that this metadata (once set, changed or removed) must be applied to the affected filenames in the Collection Tree. More importantly, the changes made for this are to allow GLI's java code to interact with the recent changes to Perl where strings were made unicode-aware (for proper regex matching) but which required other changes elsewhere. To still support filenames with different encodings Perl used URL encoded versions of filenames representing characters' code point values in URL encoding. This required that GLI write out URL encoded filenames to the metadata.xml files that are associated with each folder level of a collection, so that Perl can read them. In this way, they can both speak of the same filenames. Only works on unicode 16 (such as latin-1), non-UTF8 systems. The latter is a requirement since Java uses the filesystem encoding from startup. If it is UTF8, non-recognised characters are replaced by the invalid char for UTF8. This process being destructive, we can't get the original filenames' bytecodes back. The changes made to GLI will work on Windows which is UTF-16 (windows codepage 1252), presumably also Macs (some kind of UTF-16) and also works on Native Latin 1 Linux systems. UTF-8 Linux systems need to be reconfigured to Native Latin-1, or if not installed, an administrator can install it easily.

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