Changeset 5336


Ignore:
Timestamp:
2003-08-28T16:56:52+12:00 (21 years ago)
Author:
mdewsnip
Message:

Initial trim of dictionary. Removed about 100 strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/dictionary.properties

    r5314 r5336  
    8282#
    8383#***** Browser *****
    84 Browser.Address:{33}Address{34}
    8584Browser.Back:Back
    8685Browser.Bookmarks:Bookmarks
    8786Browser.CannotConnect:Cannot connect to {0}
    88 Browser.Download_Begun:Downloading {0}
    89 Browser.Download_Complete:Download of {0} complete
    9087Browser.Follow:Follow hyperlink to {0}
    9188Browser.Forward:Forward
     
    168165CDM.IndexManager.Add:Add Index
    169166CDM.IndexManager.Clear_Default:Clear Default
    170 CDM.IndexManager.Default_Index:Default Index:
    171167CDM.IndexManager.Default_Index_Indicator:[Default Index]
    172168CDM.IndexManager.Document:document
     
    198194CDM.IndexManager.Set_Default:Set Default
    199195CDM.IndexManager.Source:Build index on:
    200 CDM.IndexManager.Text_Only:'text' only.
    201196CDM.IndexManager.Title:{39}{46}Index Selection{47}{34}
    202197CDM.LanguageManager.Add:Add Language
     
    208203CDM.LanguageManager.Selector:Language to add:
    209204CDM.LanguageManager.Set_Default:Set Default
    210 CDM.LanguageManager.Translate:Translate Assigned Text Fragments
    211205CDM.MetadataSetManager.Elements:Elements in selected Metadata Set
    212206CDM.MetadataSetManager.Instructions:In this read-only design view you can review the Metadata Sets in your collection, what Elements they contain, and how they will appear in the collection configuration file.
     
    273267CDM.TranslationManager.Assigned:Ready
    274268CDM.TranslationManager.Assigned_Fragments:Assigned Translations
    275 CDM.TranslationManager.Column_Name_0:Language
    276 CDM.TranslationManager.Column_Name_1:Text Fragment
    277269CDM.TranslationManager.Default_Text:Initial Text Fragment
    278270CDM.TranslationManager.Instructions:Use this view to review and assign translations of text fragments in your collection. First, select an entry from the list of features (e.g. collection level metadata and classifier names). Next, select and edit a text fragment, or select a language from the combobox in order to add a new fragment. Type the text into the white text area, referring to the initial text fragment as necessary. Any changes will appear immediately in the collection.
     
    285277#
    286278#***** Collection *****
    287 Collection.Cancel_Action:Cancel
    288279Collection.Collection:{32}Collection: {0}{34}
    289280Collection.No_Collection:No Collection
    290 Collection.Selection_Information:Selection Information
    291281Collection.Workspace:{32}Workspace{34}
    292 Collection.Workspace_View:{32}View:{34}
    293282#**********************
    294283#
    295284#***** CollectionManager *****
    296285CollectionManager.Cannot_Open:The collection at {0} cannot be opened.
    297 CollectionManager.Collection_Saved:The collection '{0}' has been saved.
    298286CollectionManager.Creating_New:Creating a new collection {0}.
    299 CollectionManager.Creation_Failed_Already_Exists:Collection cannot be created because a collection with the filename '{0}' already exists.
    300287CollectionManager.File_Not_Found:{0}\nThe collection above cannot be opened as it no longer exists.
    301288CollectionManager.Gcache_Created:The Librarian Interface cache folder created.
    302 CollectionManager.Gimport_Created:The Librarian Interface import folder created.
    303289CollectionManager.Log_Created:The log folder created.
    304290CollectionManager.Loading_Successful:Loaded collection {0}.
    305 CollectionManager.Locked:<html>A lock file already exists for the collection '{0}'.<br>Do you wish to ignore this lock?<br>(Doing so may have dire conquences if you intend to save)</html>
    306291CollectionManager.Not_Col_File:'{0}' is not a Librarian Interface Collection File (.col)
    307292CollectionManager.Old_Collection:GLI has detected that this is an older version Greenstone collection.\nCurrently these cannot be opened directly.   To build this collection\ninstead start a new collection  based on this collection, then import\nall of the files from the old  collection. This will insure the necessary\nGLI files are created,  and makes the collection ready for editing\nand building.
     
    309294CollectionManager.Preview_Ready_Failed:An error has occured which will prevent the collection being previewed.
    310295CollectionManager.Preview_Ready_Title:Collection Preview State.
    311 CollectionManager.Save_Error:Cannot save collection {0}.
    312296CollectionManager.Session_Ready:Collection {0} ready for use.
    313297#*****************************
     
    320304#***** CreatePane *****
    321305CreatePane.All:All
    322 CreatePane.AllClassifications:allclassifications
    323 CreatePane.AllClassifications_Tip:Prevent the build process from removing classifications that include no documents (for example, the "X" classification in title if there are no documents whose titles start with the letter <i>X</i>).
    324 CreatePane.ArchiveDir:archivedir
    325 CreatePane.ArchiveDir_Tip:Specify where the Greenstone archive files are stored - that is, where <i>import.pl</i> puts them and where <i>buildcol.col</i> finds them. Defaults to <i>GSDLHOME/collect/col_name/archives</i>
    326306CreatePane.Build:Build
    327307CreatePane.Build_Collection:Build Collection
    328 CreatePane.BuildDir:builddir
    329 CreatePane.BuildDir_Tip:Specify where the result of building is to be stored (defaults to <i>GSDLHOME/collect/col_name/building</i>).
    330308CreatePane.Build_Progress:Build Progress
    331309CreatePane.Cancel_Build:Cancel Build
    332 CreatePane.CollectDir:collectdir
    333 CreatePane.CollectDir_Tip:Specify where the collection can be found. Defaults to <i>GSDLHOME/collect</i>
    334310CreatePane.Copy_Progress:Copy Progress
    335 CreatePane.CreateImages:create_images
    336 CreatePane.CreateImages_Tip:Create colleciton icons automatically (to use this, GIMP, and the Gimp Perl module, must be installed).
    337 CreatePane.Debug:debug
    338 CreatePane.Debug_Tip:Print plugin output to standard output.
    339311CreatePane.Document_Count:Collection contains {0} files.
    340312CreatePane.General:General
    341 CreatePane.GroupSize:groupsize
    342 CreatePane.GroupSize_Tip:Number of documents to group together into one Greenstone archive file, defaults 1 (that is, one document per file).
    343 CreatePane.GZip:gzip
    344 CreatePane.GZip_Tip:Zip up the Greenstone archive documents produced by <i>import</i> (ZIPPlug must be included in the plugin list, and <i>gzip</i> must be installed on your machine).
    345313CreatePane.Import:Import
    346314CreatePane.Import_Progress:Import Progress
    347 CreatePane.Index:index
    348 CreatePane.Index_Tip:Specify which indexes to build. This defaults to all the indexes indicated in the collection configuration file.
    349 CreatePane.KeepOld:keepold
    350 CreatePane.KeepOld_Tip:Do not remove the result of the previous import or build operation. In the case of import, do not remove the contents of the <i>archives</i> folder; when building, do not remove the content of the <i>building</i> folder.
    351 CreatePane.ImportDir:importdir
    352 CreatePane.ImportDir_Tip:Where material to be imported is found. Defaults to <i>GSDLHOME/collection/col_name/gimport</i>
    353315CreatePane.Log:Message Log
    354 CreatePane.MaxDocs:maxdocs
    355 CreatePane.MaxDocs_Tip:Indicates the maximum number of documents to be imported or built. Useful when testing a new collection configuration file, or new plugins.
    356 CreatePane.Mode:mode
    357316CreatePane.Mode_All:all
    358 CreatePane.Mode_Build_Index:build index
    359 CreatePane.Mode_Compress_Text:compress text
    360 CreatePane.Mode_InfoDB:infodb
    361 CreatePane.Mode_Tip:Determine what the build process is to do (defaults to <i>all</i>). <i>All</i> does a full build, <i>compress_text</i> only compresses the document text, <i>infodb</i> creates a database of information pertaining the to collection and <i>build_index</i> builds the indexes specified in the collection configuration file or on the command line.
    362 CreatePane.NoText:no_text
    363 CreatePane.NoText_Tip:Don't store compressed text. This options is useful for minimizing the size of the built indexes if you intend to always display the original documents at run-time.
    364 CreatePane.OIDType:OIDtype
    365 CreatePane.OIDType_Hash:hash
    366 CreatePane.OIDType_Incremental:incremental
    367 CreatePane.OIDType_Tip:Method of creatings OIDs for documents: <i>hash</i> hashes the content but is slow; <i>incremental</i> simply assigns document numbers sequentially, and is faster.
    368317CreatePane.Options:Option Groups
    369318CreatePane.Options_Title:Collection Import & Build Options
    370 CreatePane.Out:out
    371 CreatePane.Out_Tip:Specify a file to which to write all output messages, which defaults to standard error (the screen). Useful when working with debugging statements.
    372 CreatePane.RemoveOld:removeold
    373 CreatePane.RemoveOld_Tip:Remove the contents of the <i>archives</i> folder before importing.
    374319CreatePane.Statistics_Title:Collection Statistics
    375 CreatePane.SortMeta:sortmeta
    376 CreatePane.SortMeta_Tip:Sort the documents alphabetically by the named metadata tag. However, if the collection has more than one group in the collection (i.e. <i>groupsize</i> > 1), this functionality is disabled.
    377 CreatePane.Verbosity:verbosity
    378 CreatePane.Verbosity_Tip: A number between zero and three that controls how much information about the process is printed to the standard error stream; 0 gives a little, 3 gives lots.
    379320#**********************
    380321#
     
    408349#***** FileActions *****
    409350FileActions.Calculating_Size:Calculating total size of selected files.
    410 FileActions.Cannot_Copy:Files cannot be copied. Please check disk space.
    411 FileActions.Cannot_Delete:Files cannot be deleted. Please check permissions.
    412 FileActions.Cannot_Move:Files cannot be moved. Please check disk space and permissions.
    413 FileActions.Copied_Files:Copied {0} files to {1}.
    414351FileActions.Copying:Copying {0}.
    415 FileActions.Deleted: Deleted {0} files.
    416352FileActions.Deleting:Deleting {0}.
    417353FileActions.Directories_Selected:{0} folders selected
     
    433369FileActions.InvalidTarget:The selected files cannot be copied or moved to this location.
    434370FileActions.Jobs:{0} file actions remaining.
    435 FileActions.Moved_Files:Moved {0} files to {1}.
    436371FileActions.Moving:Moving {0}.
    437372FileActions.No_Activity:No action requested.
    438373FileActions.No_Parent_For_New_Folder:To create a new folder you must first select a single destination folder in the collection tree.
    439374FileActions.No_Selection:No files selected.
    440 FileActions.No_To_All:No to All
    441 FileActions.Pre_Action:Select destination for these {0} files.
    442375FileActions.Read_Only:Files from the workspace are read only and cannot be deleted.
    443376FileActions.ReadOnlyTarget:Files and folders in the workspace are read only and cannot be added to.
    444 FileActions.Reading_Metadata:Reading existing metadata. Please be patient.
    445 FileActions.Recalculating:Folder found. Recalculating total file size.
    446377FileActions.Selected:{0} files and {1} folders selected
    447378FileActions.Unknown:unknown
     
    487418# 0 - A String representing the name and method of the class in question.
    488419General.Apply:Apply
    489 General.Apply_Tooltip:Click here to immediately apply any changes made.
    490420General.Browse:Browse
    491421General.Cancel:Cancel
    492 General.Cancel_Tooltip:Click here to cancel the prompt and ignore changes.
    493422General.Close:Close
    494423General.Edit:Edit Value
     
    497426General.File_Description:Librarian Interface Collection (*.col)
    498427General.No:No
    499 General.OFF:Off
    500428General.OK:OK
    501 General.OK_Tooltip:Click here to accept the changes then remove the prompt.
    502 General.ON:On
    503429General.Open:Open
    504430General.Outstanding_Processes:<html>The Librarian Interface cannot close completely until all programs<br>started within The Librarian Interface have also exited.</html>
    505431General.Outstanding_Processes_Title:Waiting To Exit
    506 General.Proxy_Set_Error:Warning. Proxy not available.
    507432General.Usage:Usage: Gathaen <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
    508433General.Warning:Warning
     
    526451#***** GStartBox *****
    527452GStartBox.Exit:{32}Exit{34}
    528 GStartBox.Load:{32}Load{34}
    529453GStartBox.New:{32}New{34}
    530454#*********************
     
    668592#***** MetaAudit *****
    669593MetaAudit.Close:Close
    670 MetaAudit.Hide_Columns:View/Hide Empty Columns
    671594MetaAudit.Title:All Metadata
    672595#*********************
     
    688611MetaEdit.No_Metadata:No Metadata Available
    689612MetaEdit.No_Metadata_Element:{32}No Metadata Element Selected{34}
    690 MetaEdit.No_Type:{38}(Any value){34}
    691 MetaEdit.Not_Applicable:Not Applicable
    692613MetaEdit.Ready:Ready
    693614MetaEdit.Remove:Remove
    694 MetaEdit.Restore:Restore Tree
    695615MetaEdit.Search:Search
    696 MetaEdit.Thumbnail:{32}Thumbnails for selection{34}
    697616MetaEdit.Tree:All Previous Values
    698617MetaEdit.Value:Value
    699618MetaEdit.View:View
    700 MetaEdit.View_Assigned:View Assigned Metadata
    701 MetaEdit.View_Unassigned:View Unassigned Metadata
    702619#********************
    703620#
     
    728645Mirroring.Download_Depth:Download Depth:
    729646Mirroring.Download_Hidden:Download embedded objects (images etc)?
    730 Mirroring.Download_List:Download List
    731 Mirroring.Download_List_Configuration:Download List Options
    732647Mirroring.Further_Options:For further options see File->Preferences...
    733648Mirroring.Higher_Directories:Mirror files from folders above the url given?
    734649Mirroring.Invalid_URL:The URL entered is not valid. Please correct.
    735 Mirroring.Invalid_URL_Title:Malformed URL
    736650Mirroring.Overwrite_Existing:Overwrite files if they already exist locally?
    737651Mirroring.Remove_Failed:Automatically remove failed downloads from the list?
     
    769683MSMPrompt.Cancel:Cancel
    770684MSMPrompt.Current_Details:Details of existing Metadata Element
    771 MSMPrompt.Current_Element:Current Element
    772685MSMPrompt.Current_Values:Current Values
    773686MSMPrompt.Element_Name:Element Name
     
    782695MSMPrompt.File_Filter_Description:Metadata Sets (.mds)
    783696MSMPrompt.File_Import:Import
    784 MSMPrompt.GDMParser.Parsing:Parsing the file at:
    785697MSMPrompt.GDMParser.Title:Parsing Greenstone Metadata File
    786698MSMPrompt.Import_Title:Import Metadata Set
     
    789701MSMPrompt.Merge_MDE:Merging Metadata Elements
    790702MSMPrompt.Merge_MDS:Merging Action Required.
    791 MSMPrompt.Merge_Progress:Metadata Set Merging Progress.
    792703MSMPrompt.Name_Exists:Name already in use.
    793704MSMPrompt.New_Details:Details of new Metadata Element
    794 MSMPrompt.New_Element:Imported Element
    795705MSMPrompt.New_Name:New Name
    796706MSMPrompt.New_Value:Imported Value
     
    828738NewCollectionPrompt.Collection_Name:Short Name:
    829739NewCollectionPrompt.Collection_Title:Title:
    830 NewCollectionPrompt.Default_Description:A Greenstone Digital Collection built with The Librarian Interface.
    831740NewCollectionPrompt.Description_Error:The description field must be filled out. Please correct.
    832 NewCollectionPrompt.DLS:DLS
    833 NewCollectionPrompt.Dublin_Core:Dublin Core
    834741NewCollectionPrompt.Email_Error:You have either failed to enter an email, or the email as typed is not a valid. Please correct.
    835742NewCollectionPrompt.Error:Error in new collection.
     
    867774#
    868775#***** Options *****
    869 Options.Automatic_Metadata_Extraction:Automatic Metadata Extraction
    870776Options.Connection:Connection
    871777Options.Download:Download
     
    898804Preferences.General.Interface_Language:Interface Language:
    899805Preferences.General.Restart_Required:GLI should now be restarted in order to complete loading a new interface language.
    900 Preferences.General.Restart_Required_Title:Restart Required
    901806Preferences.General.Show_File_Size:Show file size
    902807Preferences.General.View_Extracted_Metadata:View Extracted Metadata
     
    913818Preferences.Workflow.Preview:Preview - Browse built collection
    914819Preferences.Workflow.Title:Check box to enable view
    915 #***********************
    916 #
    917 #***** POLLO *****
    918 Pollo.Message:Pollo Message
    919 Pollo.Well_Formedness_Error:This edited xml contains well formedness errors. Do you wish to discard changes and close editor?
    920 #*****************
     820#**********************
    921821#
    922822#***** Save Collection Box *****
     
    958858#*******************************
    959859#
    960 Server.QuitFailure:The Librarian Interface is unable to restore the original\nsettings in the greenstone local libraries gsdlsite.cfg\nfile. Please edit this file so that:\nautoenter={0}\nstart_browser={1}
    961860Server.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.
    962861Server.QuitTimeOut:The greenstone local library has not responded to the\nautomatic close command for sixty seconds. Do you\nwish to wait for another minute?
     
    977876#***** Trees *****
    978877Tree.Home:Home Folder ({0})
    979 Tree.Multiple_Items:files.
    980878Tree.New_Folder:New Folder
    981879Tree.Private:Private WebCache
    982880Tree.Public:Public WebCache
    983881Tree.Root:Local Filespace
    984 Tree.Unnamed:Unnamed
    985882Tree.World:Greenstone Collections
    986883#*****************
Note: See TracChangeset for help on using the changeset viewer.