Changeset 18350


Ignore:
Timestamp:
2009-01-12T11:00:53+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

Location:
gli/branches/rtl-gli/classes
Files:
11 edited
4 copied

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/classes

    • Property svn:ignore set to
      org

  • gli/branches/rtl-gli/classes/dictionary.properties

    r18300 r18350  
    1616AboutDialog.Item7:'Add ghosted drag images to your JTrees' - By Andrew J. Armstrong (http://www.javaworld.com/javaworld/javatips/jw-javatip114.html)
    1717AboutDialog.Item8:'Stop annoying java.prefs error when you don't have superuser access' - Thanks to Walter Schatz
    18 AboutDialog.Item9:New folder, delete and help icons from the Dropline Neu! icon set by Silvestre Herrera, from to http://art.gnome.org/
     18AboutDialog.Item9:'New folder', 'delete' and 'help' icons from the Dropline Neu! icon set by Silvestre Herrera, available from http://art.gnome.org/
    1919AboutDialog.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
    2020AboutDialog.Java_Req_One:This product includes code licensed from RSA Security, Inc.
     
    150150CDM.GUI.SuperCollection:Cross-Collection Search
    151151CDM.GUI.Translation:Translate Text
     152CDM.GUI.DepositorMetadata:Depositor Metadata
    152153CDM.HelpButton:Help for this screen
    153154CDM.HelpButton_Tooltip:Open up the GLI help for this screen
     
    181182CDM.IndexManager.Text_Source_Tooltip:Include the full text of the documents in the index
    182183CDM.IndexingManager.Accent_fold:Accent fold
     184CDM.IndexingManager.Accent_fold_Tooltip:Generate an accent-folded index, which enables searching for words ignoring accents.
    183185CDM.IndexingManager.Casefold:Casefold
     186CDM.IndexingManager.Casefold_Tooltip:Generate a case-folded index, which enables case-insensitive searching.
    184187CDM.IndexingManager.Options:Indexing options:
     188CDM.IndexingManager.Separate_cjk:CJK Text Segmentation
     189CDM.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>
    185190CDM.IndexingManager.Stem:Stem
     191CDM.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>
    186192CDM.LanguageManager.Add_Tooltip:Add an index partition based on the specified languages
    187193CDM.LanguageManager.Assigned_Languages:Assigned Language Partitions
     
    224230CDM.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.
    225231CDM.PluginManager.Plugin_List_XML_Parse_Failed:Unable to get the list of plugins using pluginfo.pl -listall.
    226 CDM.PluginManager.Plugin_Suggestion_Prompt:None of the plugins in this collection are expected to process the file "{0}". The following plugins can be used 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.)
     232CDM.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.)
    227233CDM.PlugInManager.Remove:Remove Plugin
    228234CDM.PlugInManager.Remove_Tooltip:Remove the selected plugin from the list
     
    283289CDM.TranslationManager.Translation:Translated Text
    284290CDM.TranslationManager.Translation_Tooltip:Enter the translation of the string here
     291CDM.DepositorMetadataManager.Warning:At least one metadata element should be selected.
    285292#*******************
    286293#
     
    302309#***************************
    303310#
     311#******ScheduldBuilt******
     312ScheduleBuilt.Message:The scheduling of this collection has been altered.
     313ScheduleBuilt.Title:Collection Scheduling Result
     314#***************************
     315#
    304316#***** CollectionManager *****
     317CollectionManager.Schedule_Failed:An error has occurred and the collection could not be scheduled for periodic building.
    305318CollectionManager.Build_Cancelled:Building the collection has been cancelled.
    306319CollectionManager.Cannot_Create_Collection:An error has occurred and the collection could not be created.
     
    320333CollectionManager.Preview_Ready_Failed:An error has occurred which will prevent the collection being previewed.
    321334CollectionManager.Preview_Ready_Title:Collection Preview State.
     335CollectionManager.Schedule_Ready_Title:Scheduling State.
    322336CollectionManager.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.
    323337CollectionManager.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.
     
    329343CollectionPopupMenu.New_Dummy_Doc:New dummy document
    330344CollectionPopupMenu.New_Folder:New folder
     345CollectionPopupMenu.Refresh:Refresh folder view
    331346CollectionPopupMenu.Rename:Rename
    332347CollectionPopupMenu.Replace:Replace
     
    334349#
    335350#***** CreatePane *****
     351CreatePane.Schedule_Progress:Schedule Progress
     352CreatePane.Schedule:Schedule Options
     353CreatePane.Schedule_Tooltip:Options for the scheduling of automatic collection formation
     354CreatePane.Schedule_Build:Schedule Action
     355CreatePane.Schedule_Build_Tooltip:Schedule automatic collection formation
    336356CreatePane.Build:Build Options
    337357CreatePane.Build_Tooltip:Options for the indexing and classification stage of collection formation
     
    353373CreatePane.Mode_All:all
    354374CreatePane.Options:Option Groups
    355 CreatePane.Options_Title:Collection Import & Build Options
     375CreatePane.Options_Title:Collection Import, Build, and Scheduling Options
    356376CreatePane.Preview_Collection:Preview Collection
    357377CreatePane.Preview_Collection_Tooltip:Preview the collection
     
    393413DeleteCollectionPrompt.Successful_Title:Deletion Complete!
    394414DeleteCollectionPrompt.Title:Collection Deletion
     415DeleteCollectionPrompt.Cannot_Delete_Open_Collection_Tooltip:Cannot delete collection {0}, since it is currently open
    395416#**********************
    396417#
     
    440461ExplodeMetadataPrompt.Title:Explode Metadata Database
    441462ExplodeMetadataPrompt.Plugin:Plugin to use for exploding
     463#***********************
     464#
     465#****** ReplaceSrcWithHTMLPrompt *******
     466ReplaceSrcWithHTMLPrompt.ReplaceSrc:Replace with HTML version
     467ReplaceSrcWithHTMLPrompt.ReplaceSrc_Tooltip:Replace this source document with the HTML version Greenstone generates.
     468ReplaceSrcWithHTMLPrompt.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.
     469ReplaceSrcWithHTMLPrompt.Failed_Title:Replacing with HTML Failed.
     470ReplaceSrcWithHTMLPrompt.Failed_ReplaceSrc:The document(s) {0} could not be replaced with an HTML version.
     471ReplaceSrcWithHTMLPrompt.NotSrcReplaceable:This file-type can not be replaced with an HTML version.
     472ReplaceSrcWithHTMLPrompt.Successful_ReplaceSrc:All selected documents successfully replaced with their HTML versions.
     473ReplaceSrcWithHTMLPrompt.Successful_Title:Replacing with Generated HTML Versions Complete.
     474ReplaceSrcWithHTMLPrompt.Title:Replace Source Documents with HTML Files
     475ReplaceSrcWithHTMLPrompt.Plugin:Plugin to use for exploding
    442476#***********************
    443477#
     
    462496#****** ExportAsPrompt *******
    463497ExportAsPrompt.Export_Name:Folder name
    464 ExportAsPrompt.Export_Name_Tooltip:The name of the folder in the Greenstone tmp directory where the exported collections will be saved.
    465 ExportAsPrompt.Export:Export collection(s)
    466 ExportAsPrompt.Export_Tooltip:Export the selected collections in the chosen file format into the designated directory
    467 ExportAsPrompt.Failed_ExportOne:The collection, {0}, could not be exported.
    468 ExportAsPrompt.Failed_ExportMany:The collections -- {0} -- could not be exported.
     498ExportAsPrompt.Export_Name_Tooltip:The name of the folder in the Greenstone tmp directory where the exported collection will be saved.
     499ExportAsPrompt.Export:Export collection
     500ExportAsPrompt.Export_Tooltip:Export the selected collection in the chosen file format into the designated directory
     501ExportAsPrompt.Failed_ExportOne:The collection {0} could not be exported.
    469502ExportAsPrompt.Failed_Details:See {1} for details
    470503ExportAsPrompt.Failed_Title:Export Failed
    471 ExportAsPrompt.Instructions:Export one or more collections in the chosen format to into the stipulated directory
     504ExportAsPrompt.Instructions:Export files in a collection into another format.
    472505ExportAsPrompt.Progress_Label:Exporting Files. This could take some time...
    473 ExportAsPrompt.Successful_ExportOne:The collection, {0}, has been exported.
    474 ExportAsPrompt.Successful_ExportMany:The collections -- {0} -- have been exported.
     506ExportAsPrompt.Successful_ExportOne:The collection {0} has been exported.
    475507ExportAsPrompt.Successful_Details:Files exported to: {1}
    476508ExportAsPrompt.Successful_Title:Export Complete
    477 ExportAsPrompt.Title:Export Collections
     509ExportAsPrompt.Title:Export Collection
    478510ExportAsPrompt.SaveAs:Export to
    479511ExportAsPrompt.SaveAs_Tooltip:Select the format you want to export to
     
    490522#
    491523#***** Inherited Metadata *****
    492 ExtractedMetadata.Message:The selected file or folder contains extracted metadata, but it is currently hidden. To view extracted metadata go to the "[F]ile" menu and select "[P]references". In the "General" properties sheet select "View Extracted Metadata", then click "[O]k".
     524ExtractedMetadata.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".
    493525ExtractedMetadata.Title:This File/Folder Has Hidden Extracted Metadata
    494526#
     
    525557FileActions.Write_Not_Permitted_Title:Error - Incorrect File Permissions
    526558FileActions.Yes_To_All:Yes to All
     559FileActions.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".)
     560
    527561#************************
    528562#
     
    559593Filter.2:Text Files
    560594Filter.3:Images
     595Filter.4:PDF
     596Filter.5:Office Documents
    561597Filter.All_Files:All Files
    562598Filter.Filter_Tree:Show Files
     
    614650GShell.Build.InfoDatabase:Creating information database...
    615651GShell.Build.Phind:Generating a Phind classifier. This may take some time...
     652GShell.Schedule.ScheduleBegun1:**************** Schedule Started ***************
     653GShell.Schedule.ScheduleComplete1:**************** Schedule Finished *************
     654GShell.Schedule.ScheduleDelete:*********** Deleting Existing Scheduling *****
    616655GShell.Command:Command
    617656GShell.Failure:Command failed.
     
    633672GShell.Import.ImportComplete.Failed.1:1 was rejected.
    634673GShell.Import.ImportComplete3:\n
     674GShell.Import.Warning:{0-plugin name} Warning:
    635675GShell.Parsing_Metadata_Complete:Archived metadata extraction complete.
    636676GShell.Parsing_Metadata_Start:Extracting new metadata from archive files.
     
    699739Menu.Expand:Open Folder
    700740Menu.Explode_Metadata_Database:Explode metadata database
     741Menu.Replace_SrcDoc_With_HTML:Replace with HTML version
    701742Menu.File:File
    702743Menu.File_Associations:File Associations...
     
    791832Mirroring.Invalid_URL:The URL entered is not valid. Please correct.
    792833Mirroring.Invalid_URL_Title:Invalid URL
    793 Mirroring.Preferences:Preferences...
     834Mirroring.Preferences:Configure Proxy...
    794835Mirroring.Preferences_Tooltip:Enable proxy and/or edit proxy settings
    795836#*********************
     
    799840MissingEXEC.Title:Missing Greenstone Library Address
    800841#***** Missing EXEC_GS3 *****
    801 MissingEXEC_GS3.Message:Warning! You will not be able to view your new collections within the Librarian Interface unless you specify the path to the Greenstone context in the locally running Tomcat Webserver. You can enter this now in the text field below, or later by going to Preferences and choosing the Connection tab. Remember that a valid url must start with the protocol "http://". The default address is http://localhost:8080/greenstone3.
    802 MissingEXEC_GS3.Title:Missing Greenstone 3 Library Address
     842MissingEXEC_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://".
     843MissingEXEC_GS3.Title:Greenstone 3 Library URL
    803844#***** Missing GLIServer *****
    804 MissingGLIServer.Message:Warning! You will not be able to work with collections within the Librarian Interface unless you specify the address of the remote Greenstone "gliserver" script. 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 end with "gliserver".
    805 MissingGLIServer.Title:Missing GLIServer Address
    806 #***** Missing GLIServer_GS3 *****
    807 MissingGLIServer_GS3.Message:Warning! You will not be able to work with collections within the Librarian Interface unless you specify the address of the remote Greenstone "gliserver4gs3.pl" script. 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 end with "/greenstone3/cgi-bin/gliserver4gs3.pl".
    808 MissingGLIServer_GS3.Title:Missing Greenstone 3 GLIServer Address
     845MissingGLIServer.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".
     846MissingGLIServer.Title:Specify GLI Server Address
    809847#***** Missing GSDL *****
    810848MissingGSDL.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.
     
    814852MissingPERL.Title:Missing PERL Path
    815853#******* MissingImageMagick ********
    816 MissingImageMagick.Message:Warning! The Librarian Interface failed to locate an appropriate version of ImageMagick, and consequently ImagePlug will not work. Please install ImageMagick if you wish to build image collections.
     854MissingImageMagick.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.
    817855MissingImageMagick.Title:Missing ImageMagick
    818856#*****************************
     
    846884#
    847885#******* OldWGET *******
    848 NoPluginExpectedToProcessFile.Message:None of Greenstone's plugins are expected to process the file "{0}". Check that the file has the correct extension. If it is correct then you may have to use UnknownPlug to process this file.
     886NoPluginExpectedToProcessFile.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.
    849887NoPluginExpectedToProcessFile.Title:No plugin expected to process file
    850888#***********************
     
    862900OptionsPane.LogHistory:Log history
    863901OptionsPane.Successful: - successful
     902OptionsPane.Scheduled: - scheduled
    864903OptionsPane.Unknown: - unknown
    865904OptionsPane.Unsuccessful: - unsuccessful
     
    876915Preferences.Connection.Library_Path_Tooltip:The URL of the Greenstone web-server
    877916Preferences.Connection.Library_Path_Tooltip_GS3:The URL of the Greenstone web-server
     917Preferences.Connection.Library_Path_Connection_Failure:Failed to connect. Check that the Greenstone server at {0} is running.
    878918Preferences.Connection.ProgramCommand:Preview Command:
    879919Preferences.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.
     
    897937Preferences.General.Interface_Language_Tooltip:Select the language you wish the interface and its controls to be displayed in.
    898938Preferences.General.Restart_Required:GLI should now be restarted in order to complete loading a new interface language.
     939Preferences.General.Manual_Restart_Required:Please restart the GLI client to take the changed connection settings into account.
    899940Preferences.General.Show_File_Size:Show file sizes
    900941Preferences.General.Show_File_Size_Tooltip:Show file sizes next to entries in the Workspace and Collection file trees.
     
    906947Preferences.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.
    907948Preferences.Mode.Librarian:Librarian
    908 Preferences.Mode.Librarian_Description:This setting gives normal use of the Greenstone Librarian Interface: creating and designing new collections, adding documents and metadata to collections, designing new collections, and building collections.
     949Preferences.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.
    909950Preferences.Mode.Systems:Library Systems Specialist
    910951Preferences.Mode.Systems_Description: This setting enables full use of the Greenstone Librarian Interface. To take advantage of all the features available, you will need to be able to formulate regular expressions.
  • gli/branches/rtl-gli/classes/dictionary_ar.properties

    r18300 r18350  
    1616AboutDialog.Item7:'Add ghosted drag images to your JTrees' - By Andrew J. Armstrong (http://www.javaworld.com/javaworld/javatips/jw-javatip114.html)
    1717AboutDialog.Item8:'Stop annoying java.prefs error when you don't have superuser access' - Thanks to Walter Schatz
     18AboutDialog.Item9:Ù
     19جلد جديد، زري الحذف والÙ
     20ساعدة Ù
     21ن Ù
     22جÙ
     23وعة أزرار Dropline Neu! تصÙ
     24يÙ
     25 Silvestre Herrera Ù
     26ن Ù
     27وقع http://art.gnome.org # Updated 20-Nov-2007 by Usama Salama
    1828AboutDialog.Java_Req:Java علاÙ
    1929Ø© تجارية Ù
     
    16041614FileActions.Yes_To_All:نعÙ
    16051615 Ù„لكل
     1616FileActions.File_Permission_Detail:\n\nÙ
     1617لاح؞ة : ؚصفة عاÙ
     1618Ø© ، واجهة الÙ
     1619كتؚي في ؚرناÙ
     1620ج Greenstone تحتاج إلى إذن للسÙ
     1621اح ؚالكتاؚة في الÙ
     1622جلد الأساسي، \nwhich يكون {0}. \nPlease تÙ
     1623كن Ù
     1624ن تحكÙ
     1625 ÙƒØ§Ù
     1626ل في هذا الÙ
     1627جلد (وكل الÙ
     1628جلدات الفرعية Ù
     1629نه) للÙ
     1630ستخدÙ
     1631 Ø§Ù„حالي ({1}) Ø«Ù
     1632 Ø­Ø§ÙˆÙ„ Ù
     1633رة أخرى. \n\n (أو قÙ
     1634 ØšØªØ«ØšÙŠØª ؚرناÙ
     1635ج Greenstone في Ù
     1636كان يكون لك كاÙ
     1637ل التحكÙ
     1638 Ø¹Ù„يه Ù
     1639ن الأساس، \n Ù
     1640ثل Ù
     1641جلد "My Documents".) # Updated 20-Nov-2007 by Usama Salama
    16061642#************************
    16071643#
  • gli/branches/rtl-gli/classes/dictionary_fa.properties

    r18299 r18350  
    55#***Advanced Information & Communication Technology Research Center of Sharif University ***
    66#***last update 2008/12/15
    7 
    87#*******************
    9 #** Language Orientation Property
     8#
     9#***** AboutDialog *****
    1010Component.Orientation:RTL
    11 
    12 #*******************
    13 #
    14 #***** AboutDialog *****
    1511AboutDialog.Acknowledgement:تاییدیه های ؚرناÙ
    1612ه ها , ٟکیج ها و کلاس های اختصاصی
  • gli/branches/rtl-gli/classes/dictionary_fr.properties

    • Property svn:mime-type changed from application/octet-stream to text/plain
  • gli/branches/rtl-gli/classes/dictionary_ro.properties

    r18300 r18350  
    77#***** AboutDialog *****
    88AboutDialog.Acknowledgement:Recunoaşteri pentru programele proprietare, pachetele sau clasele...  # Updated 22-Feb-2007 by constantinescu
    9 AboutDialog.Date:(Iulie 2007)  # Updated 22-Feb-2007 by constantinescu
     9AboutDialog.Date:(Decembrie 2006)  # Updated 22-Feb-2007 by constantinescu
    1010AboutDialog.Item0:'Xerces Java 1' de la The Apache Software Foundation (http://www.apache.org/)  # Updated 22-Feb-2007 by constantinescu
    1111AboutDialog.Item2:'WGet' de la Free Software Foundation, Inc. (http://www.gnu.org/software/wget/wget.html)  # Updated 22-Feb-2007 by constantinescu
     
    1616AboutDialog.Item7:'Add ghosted drag images to your JTrees' - de Andrew J. Armstrong (http://www.javaworld.com/javaworld/javatips/jw-javatip114.html)  # Updated 22-Feb-2007 by constantinescu
    1717AboutDialog.Item8:'Stop annoying java.prefs error when you don't have superuser access' - MulÅ£umiri lui Walter Schatz  # Updated 22-Feb-2007 by constantinescu
     18AboutDialog.Item9:Director nou, pictogramele şterge şi asistenţă din Linie nouă! set de pictograme de Silvestre Herrera, de la http://art.gnome.org/  # Updated 21-Nov-2007 by constantinescu
    1819AboutDialog.Java_Req:Java este o marcă înregistrată al Sun Microsystems Inc. JRE este redistribuit ca Supplemental License Terms, de la http://java.sun.com/j2se/1.4.1/j2re-1_4_1_02-license.html  # Updated 22-Feb-2007 by constantinescu
    1920AboutDialog.Java_Req_One:Acest produs include cod licenÅ£iat de la RSA Security, Inc.  # Updated 28-Feb-2007 by constantinescu
     
    3435Autofilter.AND:ŞI(AND)  # Updated 24-Feb-2007 by constantinescu
    3536Autofilter.Ascending:Ascendent  # Updated 22-Feb-2007 by constantinescu
    36 Autofilter.Case_Sensitive:Potriveşte la mărimea caracterelor  # Updated 22-Feb-2007 by constantinescu
     37Autofilter.Case_Sensitive:Potriveşte mărimea caracterelor  # Updated 21-Aug-2007 by constantinescu
    3738Autofilter.Custom_Filter:Avansat  # Updated 28-Feb-2007 by constantinescu
    3839Autofilter.Descending:Descrescător  # Updated 28-Feb-2007 by constantinescu
     
    9091CDM.ClassifierManager.Add_Tooltip:Utilizează clasificatorul specificat cu această colecÅ£ie  # Updated 28-Feb-2007 by constantinescu
    9192CDM.ClassifierManager.Assigned:Clasificatorii puşi  # Updated 22-Feb-2007 by constantinescu
    92 CDM.ClassifierManager.Classifier:Selectează indecşii de clasificare pentru a fi adăugaÅ£i  # Updated 22-Feb-2007 by constantinescu
     93CDM.ClassifierManager.Classifier:Selectează indicii de clasificare pentru a fi adăugaÅ£i  # Updated 21-Aug-2007 by constantinescu
    9394CDM.ClassifierManager.Classifier_Str:clasificator  # Updated 24-Feb-2007 by constantinescu
    9495CDM.ClassifierManager.Classifier_List_XML_Parse_Failed:Nu pot obÅ£ine o listă a indecşilor de clasificare folosind classinfo.pl -listall.  # Updated 22-Feb-2007 by constantinescu
     
    120121CDM.FormatManager.Remove_Tooltip:Elimină comanda pentru formatul selectat  # Updated 28-Feb-2007 by constantinescu
    121122CDM.FormatManager.Variable_Tooltip:Introdu una din variabilele predefinite în formatul de comandă selectat  # Updated 22-Feb-2007 by constantinescu
     123CDM.FormatManager.MessageBox:Validare XML  # Updated 21-Aug-2007 by constantinescu
     124CDM.FormatManager.MessageBox_Tooltip:Msajul de validare a Template-ului XML  # Updated 21-Aug-2007 by constantinescu
    122125CDM.General.Access:Această colecÅ£ie trebuie să fie accesibilă public  # Updated 24-Feb-2007 by constantinescu
    123126CDM.General.Browser_Title:Selectează o imagine  # Updated 24-Feb-2007 by constantinescu
     
    317320CollectionManager.Preview_Ready_Failed:A apărut o eroare care a împiedicat colecÅ£ia să fie previzualizată.  # Updated 28-Feb-2007 by constantinescu
    318321CollectionManager.Preview_Ready_Title:Previzualizarea ColecÅ£iei.  # Updated 28-Feb-2007 by constantinescu
    319 CollectionManager.Build_Not_Moved:Directorul de construcÅ£ie nu a putut fi mutat.  # Updated 22-Feb-2007 by constantinescu
    320 CollectionManager.Index_Not_Deleted:Directorul de index nu a putut fi şters.  # Updated 22-Feb-2007 by constantinescu
     322CollectionManager.Build_Not_Moved:Directorul de construcÅ£ie nu a putut fi mutat. Încearcă să-l construieşti din nou sau ieşiÅ£i din GLI şi din server; reporniÅ£i GLI şi încercaÅ£i construcÅ£ia din nou - această procedură ar trebui să rezolve problema.  # Updated 5-Nov-2007 by constantinescu
     323CollectionManager.Index_Not_Deleted:Directorul de index nu a putut fi şters. Încearcă să ieşi din GLI şi să inchizi serverul. Încearcă repornirea GLI şi încearcă din nou construcÅ£ia colecÅ£iei - ar trebui ca această procedură să rezolve problema.  # Updated 5-Nov-2007 by constantinescu
    321324CollectionManager.Install_Exception:A fost detectată o excepÅ£ie în timpul instalării colecÅ£iei:\n{0}\nCel mai probabil a fost cauzată de Windows sau de existenÅ£a unor blocări asupra dosarelor/fişierelor la nivelul Bibliotecii locale.\nVă rugăm, asiguraÅ£i-vă că nici unul din fişierele sursă ale colecÅ£iei \nnu sunt deschise într-o aplicaÅ£ie externă şi apoi reconstruiÅ£i.  # Updated 22-Feb-2007 by constantinescu
    322325#*****************************
     
    401404DOWNLOAD.MODE.Root:Download_Root  # Updated 21-Feb-2007 by constantinescu
    402405DOWNLOAD.MODE.WebDownload:Web  # Updated 22-Feb-2007 by constantinescu
     406DOWNLOAD.MODE.MediaWikiDownload:MediaWiki  # Updated 21-Aug-2007 by constantinescu
    403407DOWNLOAD.MODE.OAIDownload:OAI  # Updated 22-Feb-2007 by constantinescu
    404408DOWNLOAD.MODE.ZDownload:Z39.50  # Updated 21-Feb-2007 by constantinescu
     
    521525FileActions.Write_Not_Permitted_Title:Eroare - Permisiuni asupra dosarului/fişierului setate incorect  # Updated 22-Feb-2007 by constantinescu
    522526FileActions.Yes_To_All:Da la Toate  # Updated 22-Feb-2007 by constantinescu
     527FileActions.File_Permission_Detail:\n\nNotă: În general, InterfaÅ£a Bibliotecarului Greenstone are nevoie de permisiuni de scriere pentru directorul de bază al Greenstone (home directory), \ncare este {0}\nAcordaÅ£i, vă rog „Control Deplin” utilizatorului curent {1} asupra acestui director şi tuturor subdirectoarelor şi fişierelor şi încercaÅ£i din nou.\n(Alternativ, se poate reinstala Greenstone într-o locaÅ£ie precum directorul de bază (home directory) sau în „My Documents”\n acolo unde aveÅ£i control deplin).  # Updated 21-Nov-2007 by constantinescu
     528
    523529#************************
    524530#
     
    800806MissingGLIServer.Message:Avertisment ! Nu veÅ£i putea lucra cu, colecÅ£iile în cadrul InterfeÅ£ei Bibliotecarului decât dacă specifici adresa scriptului la distanţă „gliserver”. PoÅ£i introduce adresa acum în câmpul de mai jos sau mai târziu prin intermediul PreferinÅ£elor de unde alegi secÅ£iunea Conexiune. AtenÅ£ie, un URL valid începe cu protocolul  "http://" şi se încheie cu "gliserver".  # Updated 28-Feb-2007 by constantinescu
    801807MissingGLIServer.Title:Lipseşte Adresa GLIServer  # Updated 28-Feb-2007 by constantinescu
     808#***** Missing GLIServer_GS3 *****
     809MissingGLIServer_GS3.Message:AtenÅ£ie ! Nu veÅ£i putea lucra pe colecÅ£ii utilizând InterfaÅ£a Bibliotecarului decât dacă specificaÅ£i adresa scriptului extern „gliserver4gs3.pl”. PuteÅ£i face asta introducând adresa în câmpul de mai jos sau mai târziu din PreferinÅ£e, de unde selectaÅ£i opÅ£iunea Conexiune. Å¢ineÅ£i minte că un URL valid trebuie să înceapă specificând protocolul „http://” şi se încheie cu „/greenstone3/cgi-bin/gliserver4gs3.pl”.  # Updated 5-Nov-2007 by constantinescu
     810MissingGLIServer_GS3.Title:Adresa Greenstone 3 pentru GLIServer lipseşte  # Updated 5-Nov-2007 by constantinescu
    802811#***** Missing GSDL *****
    803812MissingGSDL.Message:Avertisment ! Nu veÅ£i putea accesa toate caracteristicile InterfeÅ£ei Bibliotecarului fără a avea o instalare locală a Bibliotecii Digitale Greenstone. Dacă consideraÅ£i că acest mesaj este returnat ca unu de eroare, vă rugăm să verificaÅ£i instalarea şi căile specificate în scripturile şi instrucÅ£iunile de instalare ale InterfeÅ£ei Bibliotecarului.  # Updated 23-Feb-2007 by constantinescu
     
    817826NewCollectionPrompt.Collection_Name:Dosarul colecÅ£iei:  # Updated 22-Feb-2007 by constantinescu
    818827NewCollectionPrompt.Collection_Scope_Personal:Aceasta este o colecÅ£ie personală  # Updated 22-Feb-2007 by constantinescu
     828NewCollectionPrompt.Collection_Scope_Personal_Tooltip:ColecÅ£ia poate fi editată de persoana care a creat-o şi de utilizatorii din grupul „editor-al-tuturor-colecÅ£iilor”.  # Updated 5-Nov-2007 by constantinescu
    819829NewCollectionPrompt.Collection_Scope_Shared:Aceasta nu este o colecÅ£ie personală  # Updated 21-Feb-2007 by constantinescu
     830NewCollectionPrompt.Collection_Scope_Shared_Tooltip:ColecÅ£ia poate fi editată de utilizatorii din grupul „editor-al-tuturor-colecÅ£iilor”.  # Updated 5-Nov-2007 by constantinescu
    820831NewCollectionPrompt.Error:Eroare în noua colecÅ£ie  # Updated 22-Feb-2007 by constantinescu
    821832NewCollectionPrompt.Instructions:Pentru a crea o nouă colecÅ£ie, vă rugăm să completaÅ£i câmpurile de mai jos.  # Updated 22-Feb-2007 by constantinescu
     
    920931#***** Remote Greenstone Server *****
    921932RemoteGreenstoneServer.Authentication_Message:Vă rugăm, introduceÅ£i numele şi parola:  # Updated 22-Feb-2007 by constantinescu
     933RemoteGreenstoneServer.Authentication_Message_gs3:Vă rugăm să introduceÅ£i numele de utilizator şi parola:  # Updated 5-Nov-2007 by constantinescu
    922934RemoteGreenstoneServer.Error:O eroare a apărut pe serverul Greenstone la distanţă în timpul desfăşurării operaÅ£iunii:\n{0-Mesaj de eroare}  # Updated 22-Feb-2007 by constantinescu
    923935RemoteGreenstoneServer.Error_Title:Eroare la distanţă a Serverului Greenstone  # Updated 22-Feb-2007 by constantinescu
  • gli/branches/rtl-gli/classes/dictionary_zh.properties

    r18300 r18350  
    88AboutDialog.Acknowledgement:接受皋序åŒ
    99或类的所有权
    10 AboutDialog.Date:(7月 2007)
     10AboutDialog.Date:(12月 2006)
    1111AboutDialog.Item0:'Xerces Java 1' 阿垕奇蜯件组织 (http://www.apache.org/)
    1212AboutDialog.Item2:'WGet' å
     
    1919AboutDialog.Item8:'停止java.prefs 错误圓䜠没有è¶
    2020级甚户权限时' - Thanks to Walter Schatz
     21AboutDialog.Item9:从Dropline Neu获取新文件倹,删陀和垮助囟标! 囟标由Silvestre Herrera讟计 http://art.gnome.org/  # Updated 5-Dec-2007 by Quan Qiu
    2122AboutDialog.Java_Req:Java是sunå
    2223¬åžçš„商标. JRE是重新发垃的讞可证术语, found at http://java.sun.com/j2se/1.4.1/j2re-1_4_1_02-license.html
     
    2930AboutDialog.Title_One:绿宝石管理员界面
    3031AboutDialog.Title_Two:绿宝石数字囟乊銆 Waikato倧孊
    31 AboutDialog.Copyright:Copyright (C) 2006 新西å
    32 °æ•°å­—囟乊銆项目
     32AboutDialog.Copyright:Copyright (C) 2003 新西å
     33°æ•°å­—囟乊銆项目  # Updated 5-Dec-2007 by Quan Qiu
    3334AboutDialog.Copyright_Two:圚GPL䞋发行.诊细信息请查看license.txt文件
    3435#***********************
     
    4142Autofilter.AND:侎
    4243Autofilter.Ascending:向䞊
    43 Autofilter.Case_Sensitive:区分倧小写
     44Autofilter.Case_Sensitive:区分倧小写  # Updated 5-Dec-2007 by Quan Qiu
    4445Autofilter.Custom_Filter:高级
    4546Autofilter.Descending:向䞋
     
    8182#     * html formatting.                                     *
    8283#     ********************************************************
    83 CDM.ArgumentConfiguration.Add:添加
    8484CDM.ArgumentConfiguration.Bad_Integer:<html>歀参数 '{0}' 需芁䞀䞪敎倌,<br>䜆是无法从 {1}䞭解析出敎倌.</html>
    85 CDM.ArgumentConfiguration.Custom_Header:自定义
    86 CDM.ArgumentConfiguration.Custom:自定义参数:
    8785CDM.ArgumentConfiguration.Error_Title:错误参数
    8886CDM.ArgumentConfiguration.Header:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>请䞺 {0}é
    8987çœ®å‚æ•°.</CENTER></FONT></STRONG></HTML>
    9088CDM.ArgumentConfiguration.No_Value:参数 '{0}' 需芁䞀䞪倌, 䜆是歀倌没有确定.
    91 CDM.ArgumentConfiguration.Remove移陀
    9289CDM.ArgumentConfiguration.Required_Argument:参数'{0}' å¿
    9390须赋倌.
    9491CDM.ArgumentConfiguration.Title:é
    9592çœ®å‚æ•°
     93CDM.BuildTypeManager.Title:选择玢匕方法  # Updated 5-Dec-2007 by Quan Qiu
     94CDM.BuildTypeManager.mg:MG  # Updated 5-Dec-2007 by Quan Qiu
     95CDM.BuildTypeManager.mg_Description:这是Greenstone最å
     96ˆäœ¿ç”šçš„玢匕方法䞻芁由Alistair Moffat匀发研制实现方法圚《管理海量数据》䞀乊䞭有诊描述。它胜借对章节级别进行检玢并䞔实现垃林查询和对查询结果进行排序䜆是䞍胜同时进行。圚銆藏䞭需芁䞺每䞀䞪特定的玢匕建立䞀䞪玢匕项。圚短语搜玢时Greenstone䜿甚逻蟑䞎对组成短语的每䞀䞪字进行查询然后扫描结果从䞭扟出åŒ
     97含短语的查询结果。这种玢匕方法曟经圚倧型銆藏文本䞺几GB䞊经过倧量测试。  # Updated 5-Dec-2007 by Quan Qiu
     98CDM.BuildTypeManager.mgpp:MGPP  # Updated 5-Dec-2007 by Quan Qiu
     99CDM.BuildTypeManager.mgpp_Description:这是䞀䞪新的MG版本它是由新西å
     100°æ•°å­—囟乊銆项目组研发。这种检玢方法对文字级别进行玢匕所以胜借实现倌域短语和暡糊查询。胜借对垃林查询结果进行排序。䞀䞪Greenstone的銆藏只需芁建䞀䞪玢匕:文档/章节级别和文本/å
     101ƒæ•°æ®å€ŒåŸŸéƒœç”±äž€äžªçŽ¢åŒ•æ“äœœã€‚对于存圚倚䞪玢匕项的銆藏䜿甚MGPP将埗到䞀䞪比䜿甚MG蟃小的銆藏。对于倧型的銆藏MGPP查询䌚æ
     102¢äž€ç‚¹ïŒŒè¿™æ˜¯å› äžºçŽ¢åŒ•æ˜¯å»ºç«‹åœšæ–‡å­—级别䞊而䞍是圚章节级别䞊。  # Updated 5-Dec-2007 by Quan Qiu
     103CDM.BuildTypeManager.lucene:Lucene  # Updated 5-Dec-2007 by Quan Qiu
     104CDM.BuildTypeManager.lucene_Description:Lucene是由阿垕奇蜯件机构匀发。它胜借实现域倌和暡糊查询䜆是只胜圚䞀种文件级别里查询䟋劂敎䞪文档或è€
     105单䞪章节䜆是䞍胜同时工䜜圚䞀䞪文件级别䞊。所以䞀䞪銆藏需芁䞀䞪䞍同的玢匕项分别实现对敎䞪文档和章节进行玢匕。䞎MGPP盞比圚䜿甚单䞪é
     106åˆé€šé
     107ç¬Šè¿›è¡ŒæŸ¥è¯¢æ—¶ïŒŒLucene对搜玢结果计算排序的方法曎加简单它是通过å
     108ƒæ•°æ®å€Œå¯¹æŸ¥è¯¢ç»“果进行计算并排序。Greenstone采甹Lucene实现銆藏增量重建圚这䞀点䞊MG和MGPP华无胜䞺力。  # Updated 5-Dec-2007 by Quan Qiu
     109CDM.BuildTypeManager.Current_Type:䜿甚的玢匕:{0}  # Updated 5-Dec-2007 by Quan Qiu
     110CDM.BuildTypeManager.Change:修改...  # Updated 5-Dec-2007 by Quan Qiu
     111CDM.BuildTypeManager.Change_Tooltip:修改歀銆藏的玢匕方法  # Updated 5-Dec-2007 by Quan Qiu
    96112CDM.ClassifierManager.Add:添加分类噚
    97113CDM.ClassifierManager.Add_Tooltip:对歀集合应甚特定分类噚
    98 CDM.ClassifierManager.Assigned:目前指定的分类噚
    99 CDM.ClassifierManager.Classifier:选择添加的分类噚
    100 CDM.ClassifierManager.Classifier_Tooltip:集合䞭可甚的分类噚
    101 CDM.ClassifierManager.Classifier_Exists:歀分类噚已经被指定
     114CDM.ClassifierManager.Assigned:目前指定的分类噚  # Updated 5-Dec-2007 by Quan Qiu
     115CDM.ClassifierManager.Classifier:选择添加的分类噚  # Updated 5-Dec-2007 by Quan Qiu
    102116CDM.ClassifierManager.Classifier_Str:分类噚
     117CDM.ClassifierManager.Classifier_List_XML_Parse_Failed:䞍胜䜿甚classinfo.pl -listall埗到䞀䞪分类列衚  # Updated 5-Dec-2007 by Quan Qiu
    103118CDM.ClassifierManager.Classifier_XML_Parse_Failed:䞍胜确定歀分类噚的参数 {0}\n. 请确定有问题的分类噚\n请通过运行 classinfo.pl 脚本来提䟛xml标志\n 侎GreenStone匀发手册2.1郚分䞭的pluginfo.pl脚本盞䌌。\n
    104119CDM.ClassifierManager.Configure:é
    105120çœ®åˆ†ç±»å™š
    106121CDM.ClassifierManager.Configure_Tooltip:䞺选择的分类噚曎改选项
    107 CDM.ClassifierManager.Controls:猖蟑控制
    108 CDM.ClassifierManager.Instructions:甚歀视囟圚歀集合䞭添加é
    109 çœ®æˆ–移陀分类噚。 若芁添加䞀䞪分类噚从䞋拉框䞭选择然后点击添加分类噚。\n若芁移陀分类噚从列衚䞭选䞭然后点击移陀分类噚。\n 若芁é
    110 çœ®åˆ†ç±»å™šïŒŒä»Žåˆ—衚䞭选䞭然后点击é
    111 çœ®åˆ†ç±»å™šã€‚\n 圓䜠é
    112 çœ®åˆ†ç±»å™šçš„时候它的参数衚䌚星瀺出来。䜿参数有效并䞔蟓å
    113 ¥æˆ–è€
    114 é€‰æ‹©å¿
    115 é¡»çš„倌。
    116122CDM.ClassifierManager.Remove:移陀分类噚
    117123CDM.ClassifierManager.Remove_Tooltip:从列衚䞭移陀选䞭的分类噚。
    118 CDM.ClassifierManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>分类噚选择&é
    119 çœ®</CENTER></FONT></STRONG></HTML>
    120 CDM.ClassifierManager.Parsing.Message:讟计工å
    121 ·æ­£åœšåŠ èœœåˆ†ç±»å™šä¿¡æ¯ã€‚
    122 CDM.ClassifierManager.Parsing.Title:加蜜分类噚
    123124CDM.FormatManager.Add:添加栌匏。
    124 CDM.FormatManager.Add_Tooltip:对集合应甚特定的栌匏呜什。
    125 CDM.FormatManager.Assigned_Formats:目前指定的栌匏呜什
     125CDM.FormatManager.Add_Tooltip:对集合加蜜特定的栌匏呜什。  # Updated 5-Dec-2007 by Quan Qiu
     126CDM.FormatManager.AllFeatures:所有功胜  # Updated 5-Dec-2007 by Quan Qiu
     127CDM.FormatManager.AllParts:所有组件  # Updated 5-Dec-2007 by Quan Qiu
     128CDM.FormatManager.Default:Reset to Default
     129CDM.FormatManager.Default_Tooltip:Reset the selected format command to its default value
    126130CDM.FormatManager.Editor:HTML 栌匏䞲
    127131CDM.FormatManager.Editor_Tooltip:圚歀蟓å
    128 ¥æ ŒåŒå‘œä»€
    129 CDM.FormatManager.Editing_Controls:猖蟑控件
     132¥æˆ–猖蟑栌匏呜什  # Updated 5-Dec-2007 by Quan Qiu
     133CDM.FormatManager.Editor_Disabled_Tooltip:点击‘Add Format’将这䞪栌匏呜什加到䜠的文件集䞊  # Updated 5-Dec-2007 by Quan Qiu
    130134CDM.FormatManager.Enabled:激掻
    131135CDM.FormatManager.Feature:选择特埁
     
    133137CDM.FormatManager.Insert:插å
    134138¥
    135 CDM.FormatManager.Insert_Tooltip: æ’å
     139CDM.FormatManager.Insert_Tooltip:插å
    136140¥äžºæ ŒåŒå‘œä»€é€‰æ‹©çš„变量。
    137 CDM.FormatManager.Instructions:䜠所看到的眑页并䞍是事å
    138 ˆå­˜å¥œçš„而是圚需芁的时候生成的。. 栌匏呜什甚来改变这些生成的眑页的倖观. 䞀些是甚来控制文件星瀺的匀å
    139 ³ïŒ›åŠå€–的䞀些比蟃倍杂需芁html代码䜜䞺参数\n芁添加栌匏呜什, 从特埁列衚䞭选䞭它. 劂果真/假面板星瀺出来, 通过点击合适的按钮来选䞭状态.劂果面板䞭åŒ
    140 å«å—圱响的特埁并䞔猖蟑栌匏䞲控件出现的话䜠需芁蟓å
    141 ¥html文本。䜠可以通过从列衚䞭选取来åŒ
    142 å«è¿›é¢„å
    143 ˆè®Ÿçœ®çš„变量\n䞀旊䜠对曎改满意, 点击"添加栌匏"将å
    144 ¶æ·»åŠ åˆ°é
    145 çœ®æ–‡ä»¶äž­ã€‚\n可以通过圚列衚䞭选䞭然后点击"移陀栌匏"按钮来删陀栌匏。
     141CDM.FormatManager.Default:恢倍到猺省讟眮  # Updated 5-Dec-2007 by Quan Qiu
     142CDM.FormatManager.Default_Tooltip:将所选变量恢倍到它的猺省倌  # Updated 5-Dec-2007 by Quan Qiu
     143CDM.FormatManager.Insert_Variable:插å
     144¥å˜é‡...  # Updated 5-Dec-2007 by Quan Qiu
    146145CDM.FormatManager.Part:受圱响的组件
    147146CDM.FormatManager.Part_Tooltip:栌匏化选䞭的特埁
    148147CDM.FormatManager.Remove:移陀栌匏
    149 CDM.FormatManager.Remove_Tooltip:移陀列衚䞭选䞭的栌匏呜什
    150 CDM.FormatManager.Replace:替换栌匏
    151 CDM.FormatManager.Replace_Tooltip:曎新选䞭的栌匏呜什
    152 CDM.FormatManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>栌匏呜什/CENTER></FONT></STRONG></HTML>
    153 CDM.FormatManager.Variable:变量
    154 CDM.FormatManager.Variable_Tooltip:胜借应甚栌匏呜什的变量
     148CDM.FormatManager.Remove_Tooltip:移陀列衚䞭选䞭的栌匏呜什  # Updated 5-Dec-2007 by Quan Qiu
     149CDM.FormatManager.Variable_Tooltip:圚所选的栌匏呜什䞊插å
     150¥äž€äžªé¢„å
     151ˆå®šä¹‰çš„变量倌  # Updated 5-Dec-2007 by Quan Qiu
     152CDM.FormatManager.MessageBox:XML校验  # Updated 5-Dec-2007 by Quan Qiu
     153CDM.FormatManager.MessageBox_Tooltip:XML 暡匏校验信息  # Updated 5-Dec-2007 by Quan Qiu
    155154CDM.General.Access:歀集合应圓可以被å
    156155Œ
     
    158157CDM.General.Browser_Title:选择䞀匠囟片
    159158CDM.General.Collection_Extra:集合描述
    160 CDM.General.Collection_Extra_Tooltip: å¯¹äºŽé›†åˆç›®çš„å’Œå†
     159CDM.General.Collection_Extra_Tooltip:对于集合目的和å†
    161160容的描述。
    162161CDM.General.Collection_Name:集合
    163162CDM.General.Collection_Name_Tooltip:集合名字
    164 CDM.General.Copy_Image:䞺了胜对集合䜿甚这些囟片\n文件å¿
    165 é¡»è¢«æ‹·èŽè¿›å›Ÿç‰‡æ–‡ä»¶å€¹. 继续吗
    166163CDM.General.Email.Creator:创建è€
    167164的email
     
    172169CDM.General.Email.Maintainer_Tooltip:集合绎技è€
    173170的email地址
    174 CDM.General.Icon_Collection:指向"about page"囟标的URL:
     171CDM.General.Icon_Collection:指向"about page"囟标的URL:  # Updated 5-Dec-2007 by Quan Qiu
    175172CDM.General.Icon_Collection_Tooltip:星瀺"about"页面的囟象的URL
    176 CDM.General.Icon_Collection_Small:指向"䞻页"囟标的URL:
    177 CDM.General.Icon_Collection_Small_Tooltip:星瀺䞻页面的囟象的URL
     173CDM.General.Icon_Collection_Small:指向"䞻页"囟标的URL:  # Updated 5-Dec-2007 by Quan Qiu
     174CDM.General.Icon_Collection_Small_Tooltip:星瀺䞻页面的囟象的URL  # Updated 5-Dec-2007 by Quan Qiu
    178175CDM.General.Image_Copy_Failed:䞀䞪错误富臎䜠所选䞭的囟象䞍胜借被倍制\n请手劚倍制䜠的囟象到囟象文件倹。
    179176CDM.General.Image_Filter:囟像(gifs, jpgs and pngs)
    180 CDM.General.Instructions:囟乊管理员的讟计界面å
    181 è®žäœ èƒœè®Ÿè®¡æ˜Ÿç€ºçš„各䞪方面。讟计被分成几䞪郚分这䞀郚分åŒ
    182 æ‹¬æ™®é€šé€‰é¡¹äžŽè®Ÿè®¡ã€‚点击巊蟹列衚䞭的名字来选择䞍同的郚分。
    183 CDM.General.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>普通选项</CENTER></FONT></STRONG></HTML>
    184177CDM.GUI.Classifiers:浏览分类噚
    185 CDM.GUI.Design_Topics:讟计郚分
    186178CDM.GUI.Formats:栌匏特埁
    187179CDM.GUI.General:普通
    188180CDM.GUI.Indexes:搜玢玢匕
    189 CDM.GUI.MetadataSets:原数据集
     181CDM.GUI.Macros:銆藏的特定宏  # Updated 5-Dec-2007 by Quan Qiu
    190182CDM.GUI.Plugins:文件插件
    191183CDM.GUI.Root:CDM_ROOT
    192 CDM.GUI.SearchTypes:搜玢类型
     184CDM.GUI.SearchMetadata:查询  # Updated 5-Dec-2007 by Quan Qiu
    193185CDM.GUI.Subcollections:分区玢匕
    194186CDM.GUI.SuperCollection:跚集合搜玢
    195187CDM.GUI.Translation:翻译文本
     188CDM.HelpButton:这䞪屏幕的垮助  # Updated 5-Dec-2007 by Quan Qiu
     189CDM.HelpButton_Tooltip:打匀这䞪屏幕的GLI垮助  # Updated 5-Dec-2007 by Quan Qiu
    196190CDM.IndexManager.Add_Index:添加玢匕
    197 CDM.IndexManager.Add_Index_Tooltip:䞺集合创建特定玢匕
     191CDM.IndexManager.Add_Index_Tooltip:加蜜特定玢匕  # Updated 5-Dec-2007 by Quan Qiu
     192CDM.IndexManager.Allfields_Index:圚所有指定的玢匕䞊增加组合查询所有倌域  # Updated 5-Dec-2007 by Quan Qiu
    198193CDM.IndexManager.Default_Index_Indicator:[默讀玢匕]
    199 CDM.IndexManager.Document:文件
    200194CDM.IndexManager.Index_Exists:歀玢匕已经被指定给这䞪集合.
    201 CDM.IndexManager.Index_Name:玢匕名称:
    202 CDM.IndexManager.Index_Name_Tooltip:对新玢匕的唯䞀的名字
    203195CDM.IndexManager.Indexes:指定的玢匕
    204 CDM.IndexManager.Instructions:圚这里选择集合所有的可搜玢的玢匕\n芁添加玢匕, 选择芁被玢匕的资料, 选择玢匕级别, 点击"添加玢匕".\n移陀玢匕, 从指定的玢匕列衚䞭选䞭它然后点击移陀玢匕.\n讟眮默讀玢匕, 从指定的玢匕列衚䞭选䞭它 然后点击"讟眮成默讀"
    205 CDM.IndexManager.Level:圚歀级别:
    206 CDM.IndexManager.Level_Exists:歀级别已经被指定给歀集合
    207 CDM.IndexManager.Level_Tooltip:建立玢匕的文件级别
    208 CDM.IndexManager.MGPP.Add_All_Metadata:添加所有
    209 CDM.IndexManager.MGPP.Add_All_Metadata_Tooltip:䞺每䞀䞪可甚的源建立文件玢匕䜿甚源䜜䞺玢匕名字。
    210 CDM.IndexManager.MGPP.Add_Level:添加级别
    211 CDM.IndexManager.MGPP.Add_Level_Tooltip:䞺特定级别建立玢匕
    212 CDM.IndexManager.MGPP.Current_Indexes:目前指定的级别
    213 CDM.IndexManager.MGPP.Current_Levels:目前指定的级别
    214 CDM.IndexManager.MGPP.Index:玢匕源:
    215 CDM.IndexManager.MGPP.Index_Tooltip:建立玢匕的源数据å
    216 ƒçŽ 
    217 CDM.IndexManager.MGPP.Indexes:管理玢匕
    218 CDM.IndexManager.MGPP.Instructions:圚歀选择集合所有的可搜玢的玢匕\n添加新的玢匕, 䞺玢匕蟓å
    219 ¥äž€äžªå”¯äž€çš„名字, 选择将被玢匕的å
    220 ƒæ•°æ®, 点击添加玢匕.\n劂果䜠想䞺所有的成员添加玢匕, 点击"添加所有" (玢匕的名字默讀是源的名字). 泚意这是䞎添加'AllFields' 源的细埮的䞍同,玢匕的顺序非垞重芁.\n劂果䜠垌望猖蟑某䞀玢匕, 从玢匕列衚䞭选䞭它进行猖蟑, 然后选择替换玢匕来替换旧的玢匕.\n移陀玢匕, 从指定列衚䞭选䞭 然后点击"移陀玢匕".
    221 CDM.IndexManager.MGPP.Level:级别源:
    222 CDM.IndexManager.MGPP.Level_Name:级别名称:
    223 CDM.IndexManager.MGPP.Level_Name_Tooltip:䞺新的玢匕指定唯䞀的名字
    224 CDM.IndexManager.MGPP.Levels:管理级别
    225 CDM.IndexManager.MGPP.Remove_Level:移陀解别
    226 CDM.IndexManager.MGPP.Remove_Level_Tooltip:移陀选䞭的级别玢匕
    227 CDM.IndexManager.MGPP.Replace_Index:替换玢匕
    228 CDM.IndexManager.MGPP.Replace_Index_Tooltip:曎新选䞭的玢匕
    229 CDM.IndexManager.MGPP.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>选䞭玢匕和级别</CENTER></FONT></STRONG></HTML>
    230 CDM.IndexManager.Paragraph:段萜
     196CDM.IndexManager.Level:玢匕级别:  # Updated 5-Dec-2007 by Quan Qiu
     197CDM.IndexManager.Level_Tooltip:建立玢匕的文件级别  # Updated 5-Dec-2007 by Quan Qiu
     198CDM.IndexManager.Add_All:加蜜å
     199šéƒš  # Updated 5-Dec-2007 by Quan Qiu
     200CDM.IndexManager.Add_All_Tooltip:䞺每䞀䞪源增加䞀䞪独立玢匕  # Updated 5-Dec-2007 by Quan Qiu
     201CDM.IndexManager.Edit_Index:猖蟑玢匕  # Updated 5-Dec-2007 by Quan Qiu
     202CDM.IndexManager.Edit_Index_Tooltip:修改所选玢匕  # Updated 5-Dec-2007 by Quan Qiu
     203CDM.IndexManager.New_Index:新玢匕  # Updated 5-Dec-2007 by Quan Qiu
     204CDM.IndexManager.New_Index_Tooltip:增加䞀䞪新玢匕  # Updated 5-Dec-2007 by Quan Qiu
    231205CDM.IndexManager.Remove_Index:移陀玢匕
    232 CDM.IndexManager.Remove_Index_Tooltip移陀选䞭的玢匕
    233 CDM.IndexManager.Section:郚分
     206CDM.IndexManager.Remove_Index_Tooltip:删陀所选玢匕  # Updated 5-Dec-2007 by Quan Qiu
     207CDM.IndexManager.Replace_Index:替换玢匕  # Updated 5-Dec-2007 by Quan Qiu
     208CDM.IndexManager.Replace_Index_Tooltip:曎新所选玢匕  # Updated 5-Dec-2007 by Quan Qiu
     209CDM.IndexManager.Select_All:选择å
     210šéƒš  # Updated 5-Dec-2007 by Quan Qiu
     211CDM.IndexManager.Select_All_Tooltip:选择å
     212šéƒšçŽ¢åŒ•æº  # Updated 5-Dec-2007 by Quan Qiu
     213CDM.IndexManager.Select_None:侍选  # Updated 5-Dec-2007 by Quan Qiu
     214CDM.IndexManager.Select_None_Tooltip:去陀所选玢匕源  # Updated 5-Dec-2007 by Quan Qiu
    234215CDM.IndexManager.Set_Default:讟眮默讀的玢匕
    235216CDM.IndexManager.Set_Default_Tooltip:䜿选䞭的玢匕成䞺默讀默讀玢匕
    236 CDM.IndexManager.Source:建立玢匕圚:
     217CDM.IndexManager.Source:玢匕åŒ
     218含:  # Updated 5-Dec-2007 by Quan Qiu
    237219CDM.IndexManager.Source_Tooltip:建立玢匕的å
    238220ƒæ•°æ®å
    239221ƒçŽ 
    240 CDM.IndexManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>玢匕的选择</CENTER></FONT></STRONG></HTML>
    241 CDM.LanguageManager.Add:添加语蚀
    242 CDM.LanguageManager.Add_Tooltip:䞺列衚添加特定的语蚀
    243 CDM.LanguageManager.Assigned_Languages:指定语蚀
     222CDM.IndexManager.Text_Source:å
     223šæ–‡æœ¬  # Updated 5-Dec-2007 by Quan Qiu
     224CDM.IndexManager.Text_Source_Tooltip:圚玢匕䞭åŒ
     225含文档的å
     226šéƒšæ–‡æœ¬  # Updated 5-Dec-2007 by Quan Qiu
     227CDM.IndexingManager.Accent_fold:䜿甚区调笊号  # Updated 5-Dec-2007 by Quan Qiu
     228CDM.IndexingManager.Casefold:区别倧小写  # Updated 5-Dec-2007 by Quan Qiu
     229CDM.IndexingManager.Options:玢匕选项  # Updated 5-Dec-2007 by Quan Qiu
     230CDM.IndexingManager.Stem:词根  # Updated 5-Dec-2007 by Quan Qiu
     231CDM.LanguageManager.Add_Tooltip:圚特定的语蚀䞊添加䞀䞪玢匕分区  # Updated 5-Dec-2007 by Quan Qiu
     232CDM.LanguageManager.Assigned_Languages:指定语蚀分区  # Updated 5-Dec-2007 by Quan Qiu
    244233CDM.LanguageManager.Default_Language:默讀语蚀
    245 CDM.LanguageManager.Remove:移陀语蚀
    246 CDM.LanguageManager.Remove_Tooltip:移陀列衚䞭选䞭的语蚀
    247 CDM.LanguageManager.Selector:添加语蚀到:
    248 CDM.LanguageManager.Selector_Tooltip:建立分区玢匕的语蚀
     234CDM.LanguageManager.LanguageMetadata:语种å
     235ƒæ•°æ®  # Updated 5-Dec-2007 by Quan Qiu
     236CDM.LanguageManager.LanguageMetadata_Tooltip:䜿甚å
     237ƒæ•°æ®å
     238ƒçŽ æ¥åŒºåˆ«æ–‡æ¡£è¯­èš€  # Updated 5-Dec-2007 by Quan Qiu
     239CDM.LanguageManager.Remove_Tooltip:从列衚䞭移陀所选语蚀分区  # Updated 5-Dec-2007 by Quan Qiu
     240CDM.LanguageManager.Replace_Tooltip:甚䞀䞪新的所选语蚀来替换所选分区  # Updated 5-Dec-2007 by Quan Qiu
     241CDM.LanguageManager.Selector:添加语蚀到:  # Updated 5-Dec-2007 by Quan Qiu
     242CDM.LanguageManager.Selector_Tooltip:建立玢匕分区的语蚀  # Updated 5-Dec-2007 by Quan Qiu
    249243CDM.LanguageManager.Set_Default:讟眮成默讀
    250 CDM.LanguageManager.Set_Default_Tooltip:䜿选䞭的语蚀成䞺默讀
    251 CDM.MetadataSetManager.Add:添加å
    252 ƒæ•°æ®é›†
    253 CDM.MetadataSetManager.Add_Tooltip:䞺集合添加新的å
    254 ƒæ•°æ®é›†
    255 CDM.MetadataSetManager.Edit:猖蟑å
    256 ƒæ•°æ®é›†
    257 CDM.MetadataSetManager.Edit_Message:å
    258 ƒæ•°æ®é›†å¯ä»¥é€šè¿‡GEMS来进行猖蟑(Greenstone 对å
    259 ƒæ•°æ®çš„猖蟑噚).\n通过运行安è£
    260 ç›®åœ•gli文件倹䞋的gems.bat来启劚猖蟑噚 (Windows) 或è€
    261  gems.sh (Linux)
    262 CDM.MetadataSetManager.Edit_Message_Title:猖蟑å
    263 ƒæ•°æ®é›†
    264 CDM.MetadataSetManager.Edit_Tooltip:猖蟑选䞭的å
    265 ƒæ•°æ®é›†.
    266 CDM.MetadataSetManager.Elements:选侭å
    267 ƒæ•°æ®é›†äž­çš„å
    268 ƒçŽ 
    269 CDM.MetadataSetManager.Instructions:圚讟计视囟䞋䜠可以添加é
    270 çœ®ç§»é™€é›†åˆäž­çš„å
    271 ƒæ•°æ®é›†ä»¥åŠå®ƒä»¬æ‰€åŒ
    272 å«çš„å
    273 ƒçŽ .
    274 CDM.MetadataSetManager.Remove:移陀å
    275 ƒæ•°æ®é›†
    276 CDM.MetadataSetManager.Remove_Tooltip:从集合䞊移陀选䞭的å
    277 ƒæ•°æ®é›†
    278 CDM.MetadataSetManager.Sets:可甚的å
    279 ƒæ•°æ®é›†
    280 CDM.MetadataSetManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>å
    281 ƒæ•°æ®é›†</CENTER></FONT></STRONG></HTML>
     244CDM.LanguageManager.Set_Default_Tooltip:䜿选䞭的语蚀分区成䞺猺省  # Updated 5-Dec-2007 by Quan Qiu
     245CDM.LevelManager.Document:文档  # Updated 5-Dec-2007 by Quan Qiu
     246CDM.LevelManager.Section:章节  # Updated 5-Dec-2007 by Quan Qiu
     247CDM.LevelManager.Paragraph:段萜  # Updated 5-Dec-2007 by Quan Qiu
     248CDM.LevelManager.Level_Title:玢匕级别  # Updated 5-Dec-2007 by Quan Qiu
     249CDM.LevelManager.Default:默讀  # Updated 5-Dec-2007 by Quan Qiu
     250CDM.LevelManager.Default_Tooltip:读è€
     251界面的默讀级别  # Updated 5-Dec-2007 by Quan Qiu
     252CDM.MacrosManager.Editor_Tooltip:圚这里猖蟑宏  # Updated 5-Dec-2007 by Quan Qiu
    282253CDM.Move.At_Bottom:䞍胜移劚{0} {1} 曎䜎因䞺它已经圚列衚的最底郚
    283254CDM.Move.At_Top:䞍胜移劚 {0} {1} 曎高因䞺它以圚列衚的最顶郚
     
    292263CDM.Move.Title:错误 - 䞍胜移劚
    293264CDM.PlugInManager.Add:添加插件
     265CDM.PlugInManager.QuickAdd:增加插件  # Updated 5-Dec-2007 by Quan Qiu
    294266CDM.PlugInManager.Add_Tooltip:䜿甚这䞪集合特定的插件
    295267CDM.PlugInManager.Assigned:圓前分é
    296 æ’件
     268æ’件  # Updated 5-Dec-2007 by Quan Qiu
    297269CDM.PlugInManager.Configure:é
    298270çœ®æ’件
    299271CDM.PlugInManager.Configure_Tooltip:改变所选插件的选项
    300 CDM.PlugInManager.Controls:猖蟑控件
    301272CDM.PlugInManager.Ignore:䞍芁添加插件
    302273CDM.PlugInManager.Ignore_Tooltip:䞍芁向该集合䞭添加任䜕插件.
    303 CDM.PlugInManager.Instructions:䜿甚该视囟从䜠的集合䞭增加、é
    304 çœ®æˆ–è€
    305 ç§»é™€æ’件. 添加从组合框䞭选择点击“添加插件”.\né
    306 çœ®å’Œç§»é™€äž€äžªæ’件从已分é
    307 çš„插件æž
    308 å•äž­é€‰æ‹©ïŒŒç„¶åŽ\ni)通过箭倎按钮改变插件䜍眮顺序泚意RecPlug和ArcPlug的䜍眮是固定的.\nii)点击“移陀插件”按钮移陀.\n\n插件通é
    309 è¿‡äž€äžªåŒ¹å‡ºçš„垊滚劚条的参数æž
    310 å•è®Ÿè®¡åŒºåŸŸïŒŒæ¿€æŽ»å‚数和键å
    311 ¥æˆ–选择倌.
    312274CDM.PlugInManager.PlugIn:选择添加的插件:
    313275CDM.PlugInManager.PlugIn_Tooltip:该集合䞭可以䜿甚的插件
    314 CDM.PlugInManager.PlugIn_Exists:该插件已经分é
    315 ç»™è¯¥é›†åˆäº†.
    316276CDM.PlugInManager.PlugIn_Str:插件
    317277CDM.PlugInManager.PlugIn_XML_Parse_Failed:䞍胜䞺{0}\n插件确定参数. 请确讀可疑插件提䟛\n运行pluginfo.pl脚本的XML标志\n歀脚本圚Greenstone匀发向富2.1节䞭描述
     278CDM.PluginManager.Plugin_List_XML_Parse_Failed:䞍胜䜿甚pluginfo.pl -listall来埗到䞀䞪插件列衚  # Updated 5-Dec-2007 by Quan Qiu
    318279CDM.PluginManager.Plugin_Suggestion_Prompt:该集合䞭没有任䜕䞀䞪插件可以倄理文件 "{0}". 䞋列插件可以甚来倄理这䞪文件.䜠现圚可以通过" 添加插件" 按钮将å
    319280¶åŠ å
     
    323284CDM.PlugInManager.Remove_Tooltip:从列衚䞭移陀所选择的插件
    324285CDM.PluginManager.SuggestedPluginListTitle:该文件掚荐的插件
    325 CDM.PlugInManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>插件选择 & é
    326 çœ®</CENTER></FONT></STRONG></HTML>
    327 CDM.PlugInManager.Parsing.Message:讟计工å
    328 ·æ­£åœšèœœå
    329 ¥æ’件信息.
    330 CDM.PlugInManager.Parsing.Title:蜜å
    331 ¥æ’件
    332 CDM.SearchTypeManager.Add:添加搜玢类型
    333 CDM.SearchTypeManager.Add_Tooltip:å
    334 è®žåœšè¯¥é›†åˆäž­æœçŽ¢ç‰¹å®šçš„类型
    335 CDM.SearchTypeManager.Assigned:圓前分é
    336 æœçŽ¢ç±»åž‹
    337 CDM.SearchTypeManager.BuildType_Selection:玢匕噚:
    338 CDM.SearchTypeManager.BuildType_Selection_Tooltip:选择该集合所甚的玢匕噚.
    339 CDM.SearchTypeManager.Enable:是高级搜玢有效
    340 CDM.SearchTypeManager.Instructions:定义搜玢类型是䞀䞪高级特埁ä»
    341 åœšé€‰æ‹©æ˜¯é«˜çº§æœçŽ¢æœ‰æ•ˆæ—¶å¯ç”š. (通过选择"激掻高级搜玢"倍选框)䞀旊选择和改变搜玢类型的顺序的控制被激掻.从组合框选择䞀䞪搜玢类型和"添加类型",激掻则添加类型.从列衚䞭选择䞀䞪已存圚搜玢类型,䜿甚"䞊移"和"䞋移"来改变顺序.或"移陀"来删陀类型.\n\n搜玢类型指定了搜玢提䟛界面:衚栌对应field搜玢文本对应䞀般搜玢.顺序埈重芁第䞀䞪默讀初始化搜玢页面.\n\n泚意到激掻搜玢类型也改变了玢匕视囟也埈重芁.Field搜玢是Greenstone的新特色因歀需芁䞍同的玢匕信息.圓搜玢类型被激掻所有圚这䞪新计划䞋被改变䞺有效的圓前玢匕然而是搜玢类型倱效将䌚匕起GLI最倧胜力将将新玢匕蜬换䞺旧的栌匏䜆也䞍䌚总是成功䞍成功时玢匕将䌚被删陀.圚每䞀种æƒ
    342 å†µäž‹ïŒŒå¯¹åŽŸçŽ¢åŒ•çš„倇仜䜜䞺é
    343 çœ®æ–‡ä»¶çš„泚释非垞有效.
    344 CDM.SearchTypeManager.Remove:移陀搜玢类型
    345 CDM.SearchTypeManager.Remove_Tooltip:䞍å
    346 è®žè¯¥é€‰æ‹©ç±»åž‹æœçŽ¢è¯¥é›†åˆ
    347 CDM.SearchTypeManager.SearchType:搜玢类型
    348 CDM.SearchTypeManager.SearchType_Selection:搜玢类型:
    349 CDM.SearchTypeManager.SearchType_Selection_Tooltip:该集合可甚的的搜玢类型
    350 CDM.SearchTypeManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>选择搜玢类型 & 排序</CENTER></FONT></STRONG></HTML>
     286CDM.SearchMetadataManager.Component:查询菜单的项  # Updated 5-Dec-2007 by Quan Qiu
     287CDM.SearchMetadataManager.Component_Name:星瀺文本  # Updated 5-Dec-2007 by Quan Qiu
     288CDM.SearchMetadataManager.Type_index:玢匕  # Updated 5-Dec-2007 by Quan Qiu
     289CDM.SearchMetadataManager.Type_level:级别  # Updated 5-Dec-2007 by Quan Qiu
     290CDM.SearchMetadataManager.Type_partition:分区  # Updated 5-Dec-2007 by Quan Qiu
     291CDM.SearchMetadataManager.Type_language:语种分区  # Updated 5-Dec-2007 by Quan Qiu
    351292CDM.SubcollectionManager.Add:增加过滀噚
    352293CDM.SubcollectionManager.Add_Tooltip:增加该集合的特定过滀噚
     
    363304CDM.SubcollectionManager.Inclusive:我们对匹é
    364305çš„文件做什么?
    365 CDM.SubcollectionManager.Instructions:䜿甚该面板提炌玢匕.\ni) 定义子集合过滀噚监视基于特定å
    366 ƒæ•°æ®å€Œçš„集合文档.䞀旊定义䜠可以圚基于䞀䞪或è€
    367 å€šäžªè¿™æ ·çš„过滀噚的以前任意的特定玢匕䞊产生划分.\nii)基于语蚀的玢匕划分只有该语蚀的集合文件才胜被选择.\n泚意到产生的总的划分数目是所有玢匕子集合和语蚀选择的的组合.䞀䞪玢匕䞀䞪子集合和䞀种语蚀可以产生å
    368 «ç§åˆ†åŒºåˆ’分.
    369306CDM.SubcollectionManager.Language_Controls:分é
    370307è¯­èš€
    371308CDM.SubcollectionManager.Match:匹é
    372 çš„规则衚蟟匏: 
     309çš„规则衚蟟匏:
    373310CDM.SubcollectionManager.Match_Tooltip:定义子集合文件的规则衚蟟匏
    374311CDM.SubcollectionManager.Name:子集合过滀噚名:
     
    384321CDM.SubcollectionManager.Subcollection_Controls:定义过滀噚
    385322CDM.SubcollectionManager.Subindex_Controls:分区
    386 CDM.SubcollectionManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>分区玢匕</CENTER></FONT></STRONG></HTML>
    387323CDM.SubcollectionIndexManager.Add_Subindex:添加分区
    388324CDM.SubcollectionIndexManager.Add_Subindex_Tooltip:向该集合添加特定的分区
    389325CDM.SubcollectionIndexManager.Default_Partition_Indicator:[默讀分区]
    390 CDM.SubcollectionIndexManager.PartitionName:分区名:
    391 CDM.SubcollectionIndexManager.PartitionName_Tooltip:新分区名
    392326CDM.SubcollectionIndexManager.Remove_Subindex:移陀分区
    393327CDM.SubcollectionIndexManager.Remove_Subindex_Tooltip:从集合䞭移陀所选分区
     
    401335CDM.SubcollectionIndexManager.Subindexes:分é
    402336å­é›†åˆåˆ†åŒº
    403 CDM.SuperCollectionManager.Instructions:亀叉集合搜玢圚几䞪集合䞭运行奜像只有䞀䞪集合.通过点击列衚䞋面的合适的集合名来指定䞀䞪集合被åŒ
    404 å«äºŽäž€äžªæœçŽ¢.圓前集合䌚自劚被åŒ
    405 å«.\n譊告劂果䞪人集合盞互没有盞同的玢匕åŒ
    406 æ‹¬å­é›†åˆåˆ’分和语蚀划分那么亀叉集合搜玢将䞍䌚正垞工䜜.甚户只胜䜿甚所有集合的䞀般玢匕来搜玢.
    407 CDM.SuperCollectionManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>亀叉集合搜玢é
    408 çœ®</CENTER></FONT></STRONG></HTML>
    409337CDM.TranslationManager.Add:添加翻译
    410338CDM.TranslationManager.Add_Tooltip:䞺该集合添加特定翻译
     
    414342CDM.TranslationManager.Default_Text:初始化文本碎片
    415343CDM.TranslationManager.Fragment_Column:文本碎片
    416 CDM.TranslationManager.Instructions:䜿甚该视囟䞺䜠的集合观察和分é
    417 æ–‡æœ¬ç¢Žç‰‡çš„翻译.驖å
    418 ˆ,从特埁列衚䞭选择䞀䞪实䜓䟋劂集合级别å
    419 ƒæ•°æ®å’Œåˆ†ç±»å™šåïŒ‰.䞋䞀步选择和猖蟑䞀段文本,或è€
    420 ä»Žç»„合框䞭选择䞀种语蚀来添加䞀段新文本.圚空癜文本区域键å
    421 ¥æ–‡æœ¬,尜可胜和初始文本盞å
    422 ³.任䜕改变圚集合䞭立即出现.
    423344CDM.TranslationManager.Language:翻译的语蚀:
    424345CDM.TranslationManager.Language_Column:语蚀
     
    428349CDM.TranslationManager.Replace:替换翻译
    429350CDM.TranslationManager.Replace_Tooltip:曎新所选择的翻译
    430 CDM.TranslationManager.Title:<HTML><STRONG><FONT FACE={FONT} COLOR=Black SIZE=5><CENTER>文本翻译</CENTER></FONT></STRONG></HTML>
    431351CDM.TranslationManager.Translation:翻译文本
    432352CDM.TranslationManager.Translation_Tooltip:圚歀倄键å
     
    440360Collection.New_Folder_Tooltip:新建文件倹
    441361Collection.No_Collection:没有藏乊
     362Collection.No_Collection_Loaded:没有加蜜任䜕銆藏  # Updated 5-Dec-2007 by Quan Qiu
    442363Collection.Stop:停止
    443364Collection.Stop_Tooltip:停止倍制文件
     
    452373#***** CollectionManager *****
    453374CollectionManager.Build_Cancelled:藏乊创建被取消
    454 CollectionManager.<input type="image" src="">Cannot_Create_Collection:发生错误藏乊䞍胜被创建
     375CollectionManager.Cannot_Create_Collection:因䞺发现䞀䞪错误所以銆藏䞍胜被创建  # Updated 5-Dec-2007 by Quan Qiu
    455376CollectionManager.Cannot_Create_Collection_With_Reason:藏乊䞍胜被创建因䞺:\n{0-Error message}
    456377CollectionManager.Cannot_Delete_Index:藏乊䞍胜被重建因䞺䞍胜删陀旧的玢匕文件\n请确保Greenstone或è€
     
    461382CollectionManager.Cannot_Open:{0-Collection file path}\n䞊的藏乊䞍胜打匀
    462383CollectionManager.Cannot_Open_With_Reason:{0-Collection file path}\n䞊的藏乊䞍胜打匀因䞺:\n{1-Error message}
    463 CollectionManager.Creating_New:创建䞀本新藏乊
    464 CollectionManager.Log_Created:日志文件倹创建
     384CollectionManager.Creating_Collection:创建銆藏  # Updated 5-Dec-2007 by Quan Qiu
     385CollectionManager.Creating_Collection_Please_Wait:正圚创建銆藏请皍后...  # Updated 5-Dec-2007 by Quan Qiu
    465386CollectionManager.Loading_Collection:蜜å
    466387¥è—ä¹Š
     
    469390CollectionManager.Loading_Successful:已蜜å
    470391¥ {0}.
    471 CollectionManager.Missing_Config:藏乊猺少有效的collect.cfg文件 
     392CollectionManager.Missing_Config:藏乊猺少有效的collect.cfg文件
    472393CollectionManager.Not_Col_File:'{0}' 䞍是䞀䞪囟乊銆员界面藏乊文件(.col)
    473394CollectionManager.No_Config_File:collect.cfg还没有被mkcol.pl创建.
    474395CollectionManager.Preview_Ready_Failed:发生错误藏乊䞍胜预览
    475396CollectionManager.Preview_Ready_Title:藏乊预览状态
    476 CollectionManager.Session_Ready:藏乊 {0} 可以䜿甚
    477 CollectionManager.Build_Not_Moved:目圕䞍胜移劚
    478 CollectionManager.Index_Not_Deleted:玢匕目圕䞍胜删陀
     397CollectionManager.Build_Not_Moved:building目圕䞍胜删陀。重新建立銆藏或è€
     398退出GLI和server然后重新启劚GLI并䞔重建銆藏---将修倍歀问题。  # Updated 5-Dec-2007 by Quan Qiu
     399CollectionManager.Index_Not_Deleted:玢匕目圕䞍胜删陀。退出GLI和server然后重新启劚GLI并䞔重建銆藏---将修倍歀问题。  # Updated 5-Dec-2007 by Quan Qiu
    479400CollectionManager.Install_Exception:安è£
    480401䞭发现匂垞:\n{0}\n可胜由于Windows或本地囟乊銆锁定了文件\n请确保所有源文件郜没有被倖郚皋序打匀然后重建
     
    485406CollectionPopupMenu.New_Dummy_Doc:新的虚拟文件
    486407CollectionPopupMenu.New_Folder:新文件倹
     408CollectionPopupMenu.Rename:重呜名  # Updated 5-Dec-2007 by Quan Qiu
     409CollectionPopupMenu.Replace:替换  # Updated 5-Dec-2007 by Quan Qiu
    487410#*******************************
    488411#
     
    504427CreatePane.Import_Progress:富å
    505428¥è¿›åºŠ
    506 CreatePane.Incremental_Build:增量重建
    507 CreatePane.Incremental_Build_Tooltip:曎快只有创建过皋å¿
    508 éœ€çš„步骀被运行
     429CreatePane.Minimal_Build:最小重建  # Updated 5-Dec-2007 by Quan Qiu
     430CreatePane.Minimal_Build_Tooltip:曎快因䞺只执行了郚分å¿
     431芁的建立銆藏的步骀  # Updated 5-Dec-2007 by Quan Qiu
     432CreatePane.Minimal_Build_Not_Required:䞍需芁重新建立銆藏因䞺䜠没有圚銆藏里增加任䜕文件猖蟑å
     433ƒæ•°æ®ïŒŒæˆ–è€
     434圚讟计版面修改选项。选择‘完å
     435šé‡å»ºâ€™å¹¶äž”按䞋‘建立銆藏’按钮将区制重建敎䞪銆藏  # Updated 5-Dec-2007 by Quan Qiu
    509436CreatePane.Log:消息日志
    510437CreatePane.Log_Tooltip:圚以前的创建尝试䞭查看蟓出
     
    514441¥å’Œåˆ›å»ºé€‰é¡¹
    515442CreatePane.Preview_Collection:预览藏乊
    516 CreatePane.Preview_Collection_Tooltip:预览新创建的藏乊
     443CreatePane.Preview_Collection_Tooltip:预览銆藏  # Updated 5-Dec-2007 by Quan Qiu
    517444#**********************
    518445#
     
    567494³äºŽæ·»åŠ æ–‡ä»¶å€¹çº§åˆ«å
    568495ƒæ•°æ®
     496
     497#*******************
     498#
     499#***** Download *****
     500DOWNLOAD.MODE.Root:䞋蜜根目圕  # Updated 5-Dec-2007 by Quan Qiu
     501DOWNLOAD.MODE.WebDownload:眑  # Updated 5-Dec-2007 by Quan Qiu
     502DOWNLOAD.MODE.MediaWikiDownload:MediaWiki  # Updated 5-Dec-2007 by Quan Qiu
     503DOWNLOAD.MODE.OAIDownload:OAI  # Updated 5-Dec-2007 by Quan Qiu
     504DOWNLOAD.MODE.ZDownload:Z39.50  # Updated 5-Dec-2007 by Quan Qiu
     505DOWNLOAD.MODE.SRWDownload:SRW  # Updated 5-Dec-2007 by Quan Qiu
     506
     507Download.ServerInformation:服务信息  # Updated 5-Dec-2007 by Quan Qiu
     508Download.ServerInformation_Tooltip:䞋蜜䞀些有å
     509³æœåŠ¡å™šç«¯çš„信息并检查是吊可以建立连接  # Updated 5-Dec-2007 by Quan Qiu
     510
    569511#********************
    570512#
    571513#***** EnrichPane *****
    572514EnrichPane.AutoMessage:这䞪成分, {0}, 属于Greenstoneå
    573 ƒæ•°æ®é›†. 
     515ƒæ•°æ®é›†.
    574516EnrichPane.ExistingValues:现有倌 {0}
    575 EnrichPane.Expand:...
    576 EnrichPane.Expand_Tooltip:圚䞀䞪倧文本框䞭猖蟑该倌
    577517EnrichPane.InheritedMetadataSelected:该å
    578518ƒæ•°æ®ç»§æ‰¿äžŠçº§æ–‡ä»¶å€¹å¹¶äž”䞍胜猖蟑.
     519EnrichPane.InheritedMetadata_Tooltip:点击这䞪囟标来访问文件倹文件倹已经继承了䞀些å
     520ƒæ•°æ®  # Updated 5-Dec-2007 by Quan Qiu
     521EnrichPane.ManageMetadataSets:管理å
     522ƒæ•°æ®é›†...  # Updated 5-Dec-2007 by Quan Qiu
     523EnrichPane.ManageMetadataSets_Tooltip:修改銆藏䜿甚的å
     524ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
    579525EnrichPane.No_File:没有文件被选择
    580526EnrichPane.No_Metadata:没有可甚的å
     
    582528EnrichPane.No_Metadata_Element:<HTML><STRONG><FONT FACE={FONT} COLOR=Black>没有å
    583529ƒæ•°æ®æˆåˆ†è¢«é€‰æ‹©</FONT></STRONG></HTML>
     530EnrichPane.NotOneFileOnlyMetadataSelected:这䞪å
     531ƒæ•°æ®äžé€‚甚于这䞪文件所以䞍胜被猖蟑  # Updated 5-Dec-2007 by Quan Qiu
    584532EnrichPane.Value_Field_Tooltip:将分é
    585533ç»™é€‰æ‹©çš„å
     
    596544ExplodeMetadataPrompt.Instructions:展匀该å
    597545ƒæ•°æ®æ–‡ä»¶å°†äº§ç”Ÿå¯çŒ–蟑的å
    598 ƒæ•°æ®çš„䞪别记圕. 
     546ƒæ•°æ®çš„䞪别记圕.
    599547ExplodeMetadataPrompt.Failed_Title:展匀倱莥.
    600548ExplodeMetadataPrompt.Failed_Explode:数据库 {0} 䞍胜展匀.
     
    605553ExplodeMetadataPrompt.Title:展匀å
    606554ƒæ•°æ®åº“
     555ExplodeMetadataPrompt.Plugin:甚于展匀的插件  # Updated 5-Dec-2007 by Quan Qiu
    607556#***********************
    608557#
     
    614563WriteCDImagePrompt.Failed_Export:集合 ({0}) 䞍胜富出.
    615564WriteCDImagePrompt.Failed_Title:富出倱莥
     565WriteCDImagePrompt.Install:CD/DVD将圚䜿甚时安è£
     566䞀些文件快速  # Updated 5-Dec-2007 by Quan Qiu
     567WriteCDImagePrompt.Install_Tooltip:创建䞀䞪自安è£
     568CD-ROM它将圚宿䞻机噚䞊安è£
     569囟乊銆和所选銆藏文件  # Updated 5-Dec-2007 by Quan Qiu
     570WriteCDImagePrompt.NoInstall:䜿甚时CD/DVD将䞍䌚安è£
     571任䜕文件  # Updated 5-Dec-2007 by Quan Qiu
     572WriteCDImagePrompt.NoInstall_Tooltip:创建的CD-ROM可以盎接圚CD-ROM䞊运行囟乊銆䞍需芁圚宿䞻机噚䞊安è£
     573任䜕皋序  # Updated 5-Dec-2007 by Quan Qiu
    616574WriteCDImagePrompt.Instructions:向自安è£
    617575的Windows CD/DVD富出䞀䞪或曎倚集合.(尜管这圚任意平台䞊郜胜运行,䜆是CD/DVD创建䞺只胜圚Windows䞊运行.
    618576WriteCDImagePrompt.Progress_Label:倍制文件这可胜需芁䞀定时闎...
    619 WriteCDImagePrompt.Size_Label:䌰计倧小: 
     577WriteCDImagePrompt.Size_Label:䌰计倧小:
    620578WriteCDImagePrompt.Successful_Export:集合 ({0}) 被富出.
    621579WriteCDImagePrompt.Successful_Title:富出完å
     
    625583#
    626584#****** ExportAsPrompt *******
    627 ExportAsPrompt.Export_Name:富出路埄名称
     585ExportAsPrompt.Export_Name:文件倹名  # Updated 5-Dec-2007 by Quan Qiu
     586ExportAsPrompt.Export_Name_Tooltip:蟓出的銆藏的文件倹名歀文件倹将保存圚Greenstone的tmp目圕䞋  # Updated 5-Dec-2007 by Quan Qiu
    628587ExportAsPrompt.Export:富出集合
    629588ExportAsPrompt.Export_Tooltip:富出圚选䞭的栌匏䞭的集合
     
    641600ExportAsPrompt.SaveAs:富出到
    642601ExportAsPrompt.SaveAs_Tooltip:选择䜠想富出的栌匏
    643 #************************
    644 #
    645 #*****ExternalCollectionPrompt********
    646 ExternalCollectionPrompt.NewMDS:创建䞀䞪新的空的å
    647 ƒæ•°æ®é›†
    648 ExternalCollectionPrompt.ExistingMDS:选择䞀䞪或倚䞪å
    649 ƒæ•°æ®é›†
    650 ExternalCollectionPrompt.Title:加蜜倖郚集合
    651 ExternalCollectionPrompt.Instructions_1:䜠将芁加蜜䞀䞪还没有被GLI创建的集合. 䜠䌚被芁求选择䞀䞪或倚䞪å
    652 ƒæ•°æ®é›†ã€‚已存圚的å
    653 ƒæ•°æ®äŒšè¢«å¯Œå
    654 ¥åˆ°é›†åˆäž­. 初始的å
    655 ƒæ•°æ®æ–‡ä»¶äŒšè¢«ä¿å­˜åˆ°import.bak.
    656 ExternalCollectionPrompt.Instructions_2:䜠将芁加蜜䞀䞪还没有被GLI创建的集合. 䜠䌚被芁求选择䞀䞪或倚䞪å
    657 ƒæ•°æ®é›†. 䜠可以创建䞀䞪空的数据集里面新的å
    658 ƒæ•°æ®å°†äŒšè¢«è‡ªåŠšå¯Œå
    659 ¥. 歀倖,䜠也可以选择已经存圚的数据集,然后䞎已经存圚的集合合并.初始的å
    660 ƒæ•°æ®æ–‡ä»¶äŒšè¢«ä¿å­˜åœš import.bak.
    661 #****************************************
     602ExportAsPrompt.Cancel:取消  # Updated 5-Dec-2007 by Quan Qiu
     603ExportAsPrompt.Cancel_Tooltip:取消蟓出过皋  # Updated 5-Dec-2007 by Quan Qiu
     604ExportAsPrompt.Browse:浏览  # Updated 5-Dec-2007 by Quan Qiu
     605ExportAsPrompt.Browse_Tooltip:选择䞀䞪xsl文件  # Updated 5-Dec-2007 by Quan Qiu
     606ExportAsPrompt.ApplyXSL:加蜜XSL文件到{0}  # Updated 5-Dec-2007 by Quan Qiu
     607ExportAsPrompt.ApplyXSL_Tooltip:䜿甚䞀䞪xsl文件来蜬换蟓出的文件  # Updated 5-Dec-2007 by Quan Qiu
     608ExportAsPrompt.MARCXMLGroup:集合marc记圕  # Updated 5-Dec-2007 by Quan Qiu
     609ExportAsPrompt.MARCXMLGroup_Tooltip:将所有的marc记圕蟓出到䞀䞪文件  # Updated 5-Dec-2007 by Quan Qiu
     610ExportAsPrompt.MappingXML:运甚映像文件  # Updated 5-Dec-2007 by Quan Qiu
     611ExportAsPrompt.MappingXML_Tooltip:䜿甚䞀䞪映像文件蜬换蟓出的文件  # Updated 5-Dec-2007 by Quan Qiu
    662612#
    663613#***** Inherited Metadata *****
     
    671621FileActions.Calculating_Size:计算选䞭的文件的倧小
    672622FileActions.Copying:倍制 {0}
     623FileActions.Could_Not_Delete:䞍胜删陀{0}  # Updated 5-Dec-2007 by Quan Qiu
     624FileActions.Cyclic_Path:䞍胜拷莝{0}目标文件倹是䞀䞪源文件倹的子文件倹  # Updated 5-Dec-2007 by Quan Qiu
    673625FileActions.Deleting:删陀 {0}
    674626FileActions.Directories_Selected:{0} 文件倹被选择
    675 FileActions.Directory_Exists:<html>文件倹<br>{0}<br>已经存圚. 文件将䌚被倍制进去.</html>
    676627FileActions.Directory_Selected:1䞪文件倹被选䞭
    677 FileActions.File_Already_Exists_No_Create:文件 '{0}' 已经存圚.
    678 FileActions.File_Already_Exists_Message:{0}\n以歀呜名的文件已经存圚, 管理员接口没有办法芆盖它.请检查文件权限.
    679 FileActions.File_Already_Exists_Title:错误 - 文件已经存圚.
     628FileActions.File_Already_Exists_No_Create:文件 '{0}' 已经存圚.
    680629FileActions.File_And_Directories_Selected:1䞪文件和{0} 文件倹被选䞭
    681630FileActions.File_And_Directory_Selected:䞀䞪文件和䞀䞪文件倹被选䞭
     
    683632FileActions.Folder_Create_Error:文件{0}䞍胜被创建
    684633FileActions.File_Exists:<html>{0} 已经存圚. 芁芆盖吗?</html>
    685 FileActions.File_Not_Deleted_Message:{0}\n文件的名字䞍胜被删陀 \n请检查歀文件是吊被打匀, 然后重试.
    686 FileActions.File_Not_Deleted_Title:错误 - 文件䞍胜被删陀.
     634FileActions.File_Move_Error_Message:䞍胜从{0}移劚到\n{1}.  # Updated 5-Dec-2007 by Quan Qiu
     635FileActions.File_Not_Deleted_Message:{0}\n文件的名字䞍胜被删陀 \n请检查歀文件是吊被打匀, 然后重试.
    687636FileActions.File_Not_Found_Message:{0}\n扟䞍到文件的名字. 䞀旊文件视囟被刷新, 请检查文件是吊还存圚.
    688 FileActions.File_Not_Found_Title:错误 - 没有扟到文件.
    689637FileActions.File_Selected:选䞭䞀䞪文件
    690638FileActions.Files_And_Directory_Selected:{0} 文件和文件倹被选䞭
    691639FileActions.Files_Selected:{0} 文件被选䞭
    692640FileActions.Folder_Already_Exists:文件倹的名字 '{0}' 已经被䜿甚 无法创建.
    693 FileActions.Increase_Depth:增加深床1。
    694641FileActions.Insufficient_Space_Message:文件操䜜倱莥因䞺没有足借的空闎.䞺䜿操䜜成功䜠还需芁: {0}
    695 FileActions.Insufficient_Space_Title:错误 - 无足借的空闎
    696642FileActions.Moving:移劚{0}
    697643FileActions.No_Activity:无操䜜
    698 FileActions.Possible_Cyclic_Path:{1} 是{0} 目圕深床并䞔是递園路埄芁继续吗
     644FileActions.Read_Not_Permitted_Message:䞍胜读取{0}  # Updated 5-Dec-2007 by Quan Qiu
    699645FileActions.Read_Only:文件只胜读取䞍胜删陀。
     646FileActions.Replacing:替换{0}  # Updated 5-Dec-2007 by Quan Qiu
    700647FileActions.Selected:{0} 文件和 {1} 文件倹选䞭
    701648FileActions.Unknown_File_Error_Message:尜管没有错误信息最终的检查星瀺源文件和目的文件䞍同. 原因未知. 请检查䜠的媒䜓和曎新JVM.
    702 FileActions.Unknown_File_Error_Title:错误 -未知的文件错误
    703649FileActions.Write_Not_Permitted_Message:T管理员没有权限写å
    704650¥\n{0}\n请检查文件权限。
     
    706652FileActions.Yes_To_All:应甚到å
    707653šéƒš
     654FileActions.File_Permission_Detail:泚意总之Greenstone管理员界面需芁对Greenstone的根目圕有可写权路埄䞺{0}。圚继续操䜜以前请赋予圓前甚户({1})对于这䞪目圕以及它的子目圕的‘完å
     655šæŽ§åˆ¶â€™æƒã€‚或è€
     656将Greenstone安è£
     657到䞀䞪䜠拥有‘完å
     658šæŽ§åˆ¶â€™æƒçš„目圕䞋䟋劂䜠的根目圕或è€
     659‘My Documents’  # Updated 5-Dec-2007 by Quan Qiu
     660
    708661#************************
    709662#
     
    726679FileAssociationDialog.Details:新的文件集合的细节
    727680FileAssociationDialog.Executable_File:可执行文件
    728 FileAssociationDialog.Existing_Associations:目前的文件集合
    729681FileAssociationDialog.Extension:文件结尟:
    730682FileAssociationDialog.Extension_Tooltip:查看文件扩展名
     
    737689FileAssociationDialog.Title:猖蟑文件集合
    738690FileAssociationDialog.Remove:移陀
    739 FileAssociationDialog.Remove_Tooltip:从现有的文件集合䞭移陀选䞭的集合
     691FileAssociationDialog.Remove_Tooltip:从现有的集合䞭移陀选䞭的集合  # Updated 5-Dec-2007 by Quan Qiu
    740692FileAssociationDialog.Replace:替换
    741 FileAssociationDialog.Replace_Tooltip:甚新的集合替换选䞭的集合
     693FileAssociationDialog.Replace_Tooltip:甚新的集合替换选䞭的集合  # Updated 5-Dec-2007 by Quan Qiu
    742694#*******************
    743695#
     
    778730General.Error:错误
    779731General.No:No
    780 General.NotSunJava:Java vendor: {0}\n泚意到数字囟乊銆界面已经被匀发出来并圚Java系统䞊埗到测试. 
     732General.NotSunJava:Java vendor: {0}\n泚意到数字囟乊銆界面已经被匀发出来并圚Java系统䞊埗到测试.
    781733General.OK:OK
    782734General.OK_Tooltip:接受圓前讟眮并退出对话框
    783 General.Open:打匀
    784735General.Outstanding_Processes:<html>数字囟乊銆界面䞍䌚完å
    785736šå
     
    789740General.Pure_Cancel_Tooltip:䞭断操䜜
    790741General.Review_Output:请检查䞋面蟓出:
     742General.Redo:重做  # Updated 5-Dec-2007 by Quan Qiu
     743General.Redo_Tooltip:恢倍到䞊䞀次撀消  # Updated 5-Dec-2007 by Quan Qiu
     744General.Undo:撀消  # Updated 5-Dec-2007 by Quan Qiu
     745General.Undo_Tooltip:撀消䞊次猖蟑  # Updated 5-Dec-2007 by Quan Qiu
    791746General.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
    792747General.View:察看倌
     
    823778GShell.Import.ImportComplete2.1:䞀䞪可以倄理的文档:
    824779GShell.Import.ImportComplete.Processed:{0-number processed} 倄理过的文档并䞔åŒ
    825 å«åœšé›†åˆäž­. 
    826 GShell.Import.ImportComplete.Processed.1:䞀䞪倄理过的文档并䞔圚集合䞭. 
     780含圚集合䞭.
     781GShell.Import.ImportComplete.Processed.1:䞀䞪倄理过的文档并䞔圚集合䞭.
    827782GShell.Import.ImportComplete.Blocked:{0-number blocked} 被插件阻止加å
    828 ¥ 
     783¥
    829784GShell.Import.ImportComplete.Blocked.1:䞀䞪被插件阻止加å
    830785¥
     
    847802GUI.Create_Tooltip:甹Greenstone创建䜠的集合
    848803GUI.Design:讟计
    849 GUI.Design_Tooltip:讟计䜠的集合的功胜和倖观
     804GUI.Design_Tooltip:讟计䜠的銆藏的功胜  # Updated 5-Dec-2007 by Quan Qiu
    850805GUI.Download:䞋蜜
    851806GUI.Download_Tooltip:䞺䜠的集合从互联眑䞊面䞋蜜资源
     
    855810å
    856811ƒæ•°æ®
     812GUI.Format:栌匏  # Updated 5-Dec-2007 by Quan Qiu
     813GUI.Format_Tooltip:讟计䜠的銆藏倖观  # Updated 5-Dec-2007 by Quan Qiu
    857814GUI.Gather:收集
    858815GUI.Gather_Tooltip:选择文件åŒ
     
    865822容
    866823Help.Title:管理员界面垮助页面
     824#****************************
     825#
     826#***** Invalid Metadata ******
     827InvalidMetadata.Message:这䞪å
     828ƒæ•°æ®é›†å
     829ƒçŽ å€Œå·²ç»è¢«é™åˆ¶åœšäž€äžªé¢„å
     830ˆå®šä¹‰çš„倌集䞭。请从已有的倌䞭选择䞀䞪。  # Updated 5-Dec-2007 by Quan Qiu
     831InvalidMetadata.Title:无效å
     832ƒæ•°æ®  # Updated 5-Dec-2007 by Quan Qiu
     833#***************************
     834#
     835#***** LegacyCollection
     836LegacyCollection.Message:䜠将加蜜䞀䞪由GLI创建的銆藏。现有的å
     837ƒæ•°æ®å°†è¢«åŒ•å
     838¥åˆ°Dublin Coreå
     839ƒæ•°æ®é›†ã€‚原有的å
     840ƒæ•°æ®æ–‡ä»¶å°†è¢«å­˜å‚šåˆ°äž€äžªåäžºimport.bak的文件倹  # Updated 5-Dec-2007 by Quan Qiu
     841LegacyCollection.Title:加蜜倖郚銆藏  # Updated 5-Dec-2007 by Quan Qiu
     842#***************************
    867843#
    868844#***** LockFileDialog *****
     
    935911MetadataSet.Files:å
    936912ƒæ•°æ®é›†æ–‡ä»¶
     913#**********************************
     914#
     915#***** MetadataSetDialog**********
     916MetadataSetDialog.Title:管理å
     917ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     918MetadataSetDialog.Add_Title:加蜜å
     919ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     920MetadataSetDialog.Current_Sets:已分é
     921çš„å
     922ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     923MetadataSetDialog.Available_Sets:有效的å
     924ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     925MetadataSetDialog.Add:加蜜   # Updated 5-Dec-2007 by Quan Qiu
     926MetadataSetDialog.Add_Tooltip:加蜜䞀䞪新的å
     927ƒæ•°æ®é›†åˆ°éŠ†è—äžŠ  # Updated 5-Dec-2007 by Quan Qiu
     928MetadataSetDialog.New_Set:新的   # Updated 5-Dec-2007 by Quan Qiu
     929MetadataSetDialog.New_Set_Tooltip:创建䞀䞪新的å
     930ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     931MetadataSetDialog.Add_Set:加蜜  # Updated 5-Dec-2007 by Quan Qiu
     932MetadataSetDialog.Add_Set_Tooltip:将所选å
     933ƒæ•°æ®é›†åŠ åˆ°éŠ†è—äžŠ  # Updated 5-Dec-2007 by Quan Qiu
     934MetadataSetDialog.Browse:浏览   # Updated 5-Dec-2007 by Quan Qiu
     935MetadataSetDialog.Browse_Tooltip:加蜜䞀䞪新的å
     936ƒæ•°æ®é›†åˆ°éŠ†è—äžŠ  # Updated 5-Dec-2007 by Quan Qiu
     937MetadataSetDialog.Edit:猖蟑   # Updated 5-Dec-2007 by Quan Qiu
     938MetadataSetDialog.Edit_Tooltip:猖蟑所选å
     939ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     940MetadataSetDialog.Remove:去陀  # Updated 5-Dec-2007 by Quan Qiu
     941MetadataSetDialog.Remove_Tooltip:从銆藏䞊去陀所选å
     942ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     943MetadataSetDialog.Elements:所选å
     944ƒæ•°æ®é›†çš„å
     945ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     946
     947#****************************************
     948#
     949#***** MetadataSetNamespaceClash warning***
     950MetadataSetNamespaceClash.Title:å
     951ƒæ•°æ®é›†Namespace冲突  # Updated 5-Dec-2007 by Quan Qiu
     952MetadataSetNamespaceClash.Message:䜠所选的加蜜到({0})侊的å
     953ƒæ•°æ®é›†äžŽéŠ†è—äžŠ({1})已有的å
     954ƒæ•°æ®é›†å­˜åœšäž€äžªç›žåŒçš„namespace。劂果䜠芁加蜜这䞪新的集新的å
     955ƒæ•°æ®é›†å°†äŒšæ›¿ä»£æ—§é›†ã€‚劂果存圚合适的å
     956ƒçŽ ïŒŒæ‰€æœ‰èµ‹äº†å€Œçš„å
     957ƒæ•°æ®å°†äŒšèœ¬ç§»åˆ°æ–°çš„集䞊。  # Updated 5-Dec-2007 by Quan Qiu
    937958#*********************************************
    938959#
     
    946967MIMP.Instructions:å
    947968ƒæ•°æ®æˆåˆ† {0} 䞍胜自劚富å
    948 ¥è¯¥é›†åˆ. 
     969¥è¯¥é›†åˆ.
    949970MIMP.Merge:合并
    950971MIMP.Merge_Tooltip:将å
     
    965986Mirroring.Download:䞋蜜
    966987Mirroring.Download_Tooltip:匀始䞀䞪新的䞋蜜任务
    967 Mirroring.Download_Controls:䞋蜜讟眮
    968 Mirroring.Download_Depth:䞋蜜深床
    969 Mirroring.Download_Depth.Zero:零
    970 Mirroring.Download_Depth.Unlimited:无纊束的
    971 Mirroring.Download_Depth_Tooltip:䞋蜜时的è¶
    972 é“ŸæŽ¥çš„深床
    973 Mirroring.Download_Embedded:ä»
    974 äž‹èœœæ–‡æœ¬ïŒˆäžåŒ
    975 æ‹¬å›Ÿè±¡ïŒŒæ ·åŒè¡šç­‰ïŒ‰
    976988Mirroring.DownloadJob.Close:å
    977989³é—­
     
    984996Mirroring.DownloadJob.Log_Tooltip:查看该䞋蜜的诊细å†
    985997容
     998Mirroring.DownloadJob.Log_Title:䞋蜜日志  # Updated 5-Dec-2007 by Quan Qiu
    986999Mirroring.DownloadJob.Pause:暂停
    9871000Mirroring.DownloadJob.Pause_Tooltip:暂停该䞋蜜
     
    9931006Mirroring.DownloadJob.Waiting_User:等åŸ
    9941007甚户的劚䜜
    995 Mirroring.Higher_Directories:只å
    996 è®žURL䞋的镜像文件
    9971008Mirroring.Invalid_URL:蟓å
    9981009¥çš„URL无效请曎正
     
    10021013è®žä»£ç†ïŒŒå¹¶äž”/或è€
    10031014猖蟑代理讟眮
    1004 Mirroring.Same_Host:ä»
    1005 å
    1006 è®žåŒäž€åœ°å€çš„镜像文件
    1007 Mirroring.Source_URL:源URL
    1008 Mirroring.Source_URL_Tooltip:䞋蜜目的地址的URL
    10091015#*********************
    10101016#
     
    10241030随后讟定参数和选择连接衚.泚意䞀䞪有效的URL是以协议“http;//”匀始的并䞔以 "gliserver"结束.
    10251031MissingGLIServer.Title:猺少 GLIServer 地址
     1032#***** Missing GLIServer_GS3 *****
     1033MissingGLIServer_GS3.Message:譊告劂果䜠没有指定了远皋Greenstone的"gliserver4gs3.pl"文件地址将䞍胜䜿甚囟乊管理员界面䞊操䜜銆藏䜠可以圚䞋面的文本框å†
     1034蟓å
     1035¥è¿™äžªåœ°å€ïŒŒæˆ–è€
     1036皍后圚菜单参数选择的连接标筟䞭修改。记䜏䞀䞪有效的URLå¿
     1037须以"http://"匀始并䞔以"/greenstone3/cgi-bin/gliserver4gs3.pl"结束。  # Updated 5-Dec-2007 by Quan Qiu
     1038MissingGLIServer_GS3.Title:Greenstone3的GLI服务噚地址猺倱  # Updated 5-Dec-2007 by Quan Qiu
    10261039#***** Missing GSDL *****
    10271040MissingGSDL.Message:è­Šå‘Š! 䜠没有安è£
     
    10391052和指定的路埄或脚本文件
    10401053MissingPERL.Title:Missing PERL Path
    1041 #******* MissingWGET ********
    1042 MissingWGET.Message:è­Šå‘Š!由于囟乊銆接口䞍胜定䜍合适的WGet版本所以䞍胜䜿甚Web镜像 劂果䜠讀䞺误接受了这䞪消息请检查䜠的安è£
    1043 å’ŒæŒ‡å®šçš„路埄或脚本文件
    1044 MissingWGET.Title:Missing WGet
    10451054#******* MissingImageMagick ********
    10461055MissingImageMagick.Message:è­Šå‘Š! 囟乊銆接口䞍胜垝囜隟䞺合适的ImageMagick版本,å› æ­€ImagePlug将无法工䜜。劂果䜠想建立囟象å†
    10471056容请安è£
    1048  ImageMagick 
     1057 ImageMagick
    10491058MissingImageMagick.Title:猺少 ImageMagick
    10501059#*****************************
     
    10551064NewCollectionPrompt.Collection_Description:å†
    10561065容描述
    1057 #NewCollectionPrompt.Collection_Email:䜜è€
    1058 Email:
    10591066NewCollectionPrompt.Collection_Name:銆藏文件倹
    1060 #NewCollectionPrompt.Collection_Name_Tooltip:銆藏短名å†
    1061 éƒšäœ¿ç”šïŒˆ8䞪以䞋字笊
     1067NewCollectionPrompt.Collection_Scope_Personal:这是䞀䞪䞪人銆藏  # Updated 5-Dec-2007 by Quan Qiu
     1068NewCollectionPrompt.Collection_Scope_Personal_Tooltip:这䞪銆藏胜被创建è€
     1069和属于"all-collections-editor"组的甚户猖蟑  # Updated 5-Dec-2007 by Quan Qiu
     1070NewCollectionPrompt.Collection_Scope_Shared:这䞍是䞀䞪䞪人銆藏  # Updated 5-Dec-2007 by Quan Qiu
     1071NewCollectionPrompt.Collection_Scope_Shared_Tooltip:这䞪銆藏胜被属于"all-collections-editor"组的甚户猖蟑  # Updated 5-Dec-2007 by Quan Qiu
    10621072NewCollectionPrompt.Error:新銆藏错误
    10631073NewCollectionPrompt.Instructions:创建䞀䞪新銆藏填写以䞋区域。
    1064 NewCollectionPrompt.Metadata_Elements:所选集合䞭的å
    1065 ƒçŽ ã€‚
    1066 NewCollectionPrompt.Metadata_Instructions1:选侭å
    1067 ƒæ•°æ®é›†åˆæ—èŸ¹çš„框加å
    1068 ¥æ‚šçš„銆藏。
    1069 NewCollectionPrompt.Metadata_Instructions2:泚意皍候悚可添加新銆藏
    1070 NewCollectionPrompt.Metadata_Title_Existing:选择å
    1071 ƒæ•°æ®é›†åˆ
    1072 #NewCollectionPrompt.Name_Error:悚未胜䞺这䞪銆藏蟓å
    1073 ¥åç§°ïŒŒæˆ–è€
    1074 æ‚šé€‰æ‹©çš„名称已经被䜿甚。请曎正。
    10751074NewCollectionPrompt.NewCollection:-- 新銆藏 --
    1076 NewCollectionPrompt.Select_MDS:可甚的å
    1077 ƒæ•°æ®é›†åˆïŒš
    10781075NewCollectionPrompt.Title:创建䞀䞪新銆藏。
    10791076NewCollectionPrompt.Title_Clash:悚䞺銆藏选择的名称已经被䜿甚。是吊继续
     
    10921089NewFolderOrFilePrompt.Title_Folder:新建文件倹
    10931090NewFolderOrFilePrompt.Title_File:新建䞀䞪dummy文件
    1094 #***********************
    1095 #
    1096 NoMetadataSetsSelected.Message:劂果䜠现圚创建銆藏将没有原始的å
    1097 ƒæ•°æ®é›†ã€‚陀非圚䜠的銆藏䞭插å
    1098 ¥æˆ–增加䞀䞪集合吊则䜠䞍胜插å
    1099 ¥æˆ–分é
    1100 ä»»äœ•å
    1101 ƒæ•°æ®ã€‚是吊芁继续
    1102 NoMetadataSetsSelected.Title:没有选䞭任䜕å
    1103 ƒæ•°æ®é›†ã€‚
    11041091#**********************
    11051092#
     
    11071094NoPluginExpectedToProcessFile.Message:Greenstone的插件郜䞍甚来倄理文件 "{0}". 确讀文件是吊有正确的扩展名。劂果是正确的䜠可以䜿甚未知插件来倄理这䞪文件。
    11081095NoPluginExpectedToProcessFile.Title:没有插件甚来倄理文件。
    1109 #**********************
    1110 #
    1111 #******* OldWGET *******
    1112 OldWGET.Message:譊告圓映射åŒ
    1113 å«ç‰¹åŸçš„文件䟋劂URL䞭的空闎信息和发音笊号时䜠安è£
    1114 çš„WGet版本有䞀䞪已知的错误。 这䞍是䞀䞪隟以解决的问题掚荐安è£
    1115 WGet 1.9或曎高版本。
    1116 OldWGET.Title:老的WGet
    11171096#***********************
    11181097#
    11191098#***** OpenCollectionDialog *****
    11201099OpenCollectionDialog.Available_Collections:可甚的銆藏
    1121 OpenCollectionDialog.Browse:浏览
    1122 OpenCollectionDialog.Browse_Tooltip从䜠的文件空闎䞭选择䞀䞪銆藏
    1123 OpenCollectionDialog.Collection:Greenstone的銆藏(".col")
    11241100OpenCollectionDialog.Description:銆藏描述
    1125 OpenCollectionDialog.Locked_Collection:已经䜿甚的Greenstone銆藏
    1126 OpenCollectionDialog.No_Description:请选择䞀䞪greenstone的銆藏(".col" file)查看描述信息
    1127 OpenCollectionDialog.Normal_Collection:Greenstone的銆藏
    11281101OpenCollectionDialog.Open:打匀
    11291102OpenCollectionDialog.Open_Tooltip:把选䞭的銆藏è£
     
    11331106#
    11341107#***** Options Pane inside CreatePane *****
    1135 OptionsPane.Cancelled: - 取消
     1108OptionsPane.Cancelled:- 取消
    11361109OptionsPane.LogHistory:历史日志
    1137 OptionsPane.Successful: - 成功
    1138 OptionsPane.Unknown: - 未知
    1139 OptionsPane.Unsuccessful: - 䞍成功
     1110OptionsPane.Successful:- 成功
     1111OptionsPane.Unknown:- 未知
     1112OptionsPane.Unsuccessful:- 䞍成功
    11401113#*******************
    11411114#
     
    11711144Preferences.General.Interface_Language:界面语蚀
    11721145Preferences.General.Interface_Language_Tooltip:选择语蚀
    1173 Preferences.General.Restart_Required:重启GLI完成界面曎新
     1146Preferences.General.Restart_Required:å¿
     1147须重启GLI来完成加蜜新的语蚀界面
     1148  # Updated 5-Dec-2007 by Quan Qiu
    11741149Preferences.General.Show_File_Size:星瀺文件倧小
    11751150Preferences.General.Show_File_Size_Tooltip:圚workspace和文件树后星瀺文件倧小S
     
    11971172Preferences.Workflow:工序
    11981173Preferences.Workflow_Tooltip:讟计界面工序
    1199 Preferences.Workflow.Create:创建 - 䜿甚Greenstone创建藏乊
    1200 Preferences.Workflow.Design:讟计 - 曎改藏乊倖观
    1201 Preferences.Workflow.Download:䞋蜜 - 䞋蜜眑络资源
    1202 Preferences.Workflow.Enrich:添加 - 泚释和å
    1203 ƒæ•°æ®
    1204 Preferences.Workflow.Gather:集合 - 䞺藏乊选择文件
    12051174Preferences.Workflow.Predefined.Label:预确定的工序。
    12061175Preferences.Workflow.Title:启甚查看的倍选框
     
    12091178#**** PreviewCommandDialog *******
    12101179PreviewCommandDialog.Instructions:键å
    1211 ¥æ‰“匀预览集合的呜什. 
     1180¥æ‰“匀预览集合的呜什.
    12121181PreviewCommandDialog.Title:预览呜什
     1182
     1183ShowPreviousCollection.Title:预览以前创建的銆藏  # Updated 5-Dec-2007 by Quan Qiu
     1184ShowPreviousCollection.Message:发现䞀䞪错误这䞪銆藏䞍胜被创建。䜠正圚预览以前创建的銆藏  # Updated 5-Dec-2007 by Quan Qiu
    12131185#**********************
    12141186#
     
    12161188RemoteGreenstoneServer.Authentication_Message:请蟓å
    12171189¥äœ çš„Greenstone甚户名和密码:
     1190RemoteGreenstoneServer.Authentication_Message_gs3:请蟓å
     1191¥äœ çš„Greenstone的甚户名和密码  # Updated 5-Dec-2007 by Quan Qiu
    12181192RemoteGreenstoneServer.Error:圓运行这䞪操䜜䞀䞪错误发生圚远皋Greenstone服务噚䞊面
    12191193RemoteGreenstoneServer.Error_Title:远皋Greenstone服务噚错误
    1220 RemoteGreenstoneServer.Progress:远皋Greenstone服务噚进皋: 
     1194RemoteGreenstoneServer.Progress:远皋Greenstone服务噚进皋:
    12211195RemoteGreenstoneServer.Steal_Lock_Message:这䞪集合被甚户 '{0-User name}'锁定.
     1196#**********************
     1197#
     1198#***** Rename Prompt *****
     1199RenamePrompt.Name:名称  # Updated 5-Dec-2007 by Quan Qiu
     1200RenamePrompt.Title:重新呜名文件/文件倹  # Updated 5-Dec-2007 by Quan Qiu
     1201#**********************
     1202#
     1203#***** Replace Prompt *****
     1204ReplacePrompt.Title:替换圓前文件䞺   # Updated 5-Dec-2007 by Quan Qiu
    12221205#**********************
    12231206#
     
    12341217Server.QuitManual:界面无法自劚å
    12351218³é—­æœåŠ¡
    1236 Server.QuitTimeOut: greenstone 本地库䞀分钟å†
     1219Server.QuitTimeOut:greenstone 本地库䞀分钟å†
    12371220没有响应.䜠愿意再等䞀分钟吗?
    12381221#
    12391222#***** Sources *****
    12401223Source.General:抂芁
    1241 #*******************
    1242 #
    1243 #***** TitleClash *****
    1244 TitleClashes.Message:䜠䞺集合选择的䞻题已经圚䜿甚䞭.继续?
    1245 TitleClashes.Title:键å
    1246 ¥å†²çªäž»é¢˜
    12471224#**********************
    12481225#
     
    12561233#
    12571234#***** Warning Dialog *****
    1258 WarningDialog.Dont_Show_Again:䜠想再次星瀺这䞪譊告吗? 
     1235WarningDialog.Dont_Show_Again:䜠想再次星瀺这䞪譊告吗?
    12591236WarningDialog.Dont_Show_Again_Message:䞍芁星瀺这䞪消息
    12601237WarningDialog.Invalid_Value:䜠键å
     
    12711248Workflow.DocumentEnriching:文档䞰富化
    12721249
    1273 GEMS.Already_Loaded_Set_Error: 圓前䜠选择的å
    1274 ƒæ•°æ®é›†æ˜¯æ‰“匀的
    1275 GEMS.Element_Already_Exists:䞀䞪å
    1276 ·æœ‰æ­€åç§°çš„å
    1277 ƒçŽ å·²ç»å­˜åœš
    1278 GEMS.Set_Already_Exists:䞀䞪å
    1279 ·æœ‰æ­€å‘œåç©ºé—Žçš„集合已经存圚
    1280 GEMS.Cannot_Delete_Core_Sets_Error:䜠䞍胜删陀䞀䞪栞心GLIå
    1281 ƒæ•°æ®é›†
    12821250
    1283 GEMS.Preferences.Selected_Languages_Tooltip: 选䞭的星瀺语蚀:
     1251#********GEMS******
    12841252
    1285 GEMS.Add_Attribute:增加属性
    1286 GEMS.Add_Attribute_Tooltip:增加䞀䞪新的属性到选䞭的项目䞭
    1287 GEMS.Add_Element:增加å
    1288 ƒçŽ 
    1289 GEMS.Add_Element_Tooltip:增加䞀䞪新的å
    1290 ƒçŽ åˆ°é€‰äž­çš„集合䞭
    1291 GEMS.Add_Subelement:增加子å
    1292 ƒçŽ 
    1293 GEMS.Add_Subelement_Tooltip:增加䞀䞪新的子å
    1294 ƒçŽ åˆ°é€‰äž­çš„å
    1295 ƒçŽ äž­
    1296 GEMS.Add_Set:增加集合
    1297 GEMS.Attribute:属性
    1298 GEMS.Attribute_Already_Exists:歀属性已经存圚
    1299 GEMS.Attribute_Name_Tooltip:新属性的名称
    1300 GEMS.Attribute_Language_Tooltip:新属性的语蚀
    1301 GEMS.Attribute_Value_Tooltip:新属性的倌
    1302 GEMS.Attributes:属性
    1303 GEMS.Cannot_Undo:(该行䞺䞍胜撀销)
    1304 GEMS.Cannot_Add_Elements_To_Greenstone_MDS:䜠䞍胜手工向GreenStoneå
    1305 ƒæ•°æ®æ·»åŠ å
    1306 ƒçŽ . 劂果需芁创建䞀䞪新的集合那么将䜠的新å
    1307 ƒçŽ æ·»åŠ è¿›åŽ»
    1308 GEMS.Confirm_Exit_Save: 退出之前䜠想保存吗?
    1309 GEMS.Confirm_Exit_Save_Title: 退出之前保存?
    1310 GEMS.Confirm_Removal:䜠确定䜠想删陀这䞪{0}?
    1311 GEMS.Confirm_Removal_Title:确讀删陀
    1312 GEMS.Edit_Attribute:猖蟑属性
    1313 GEMS.Edit_Value:猖蟑倌
    1314 GEMS.Edit_Value_Tooltip:改变选䞭的倌
    1315 GEMS.Element:å
    1316 ƒçŽ 
    1317 GEMS.Element_Name_Tooltip:新å
    1318 ƒçŽ çš„名称
    1319 GEMS.Element_Details:å
    1320 ƒæ•°æ®å
    1321 ƒçŽ è¯Šæƒ
     1253GEMS.Title:å
     1254ƒæ•°æ®é›†çš„Greenstone 猖蟑噚
     1255GEMS.OpenMetadataSetPrompt.Title:打匀å
     1256ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1257GEMS.OpenMetadataSetPrompt.Open_Tooltip:打匀所选å
     1258ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1259GEMS.Set_Description:å
     1260ƒæ•°æ®é›†æè¿°  # Updated 5-Dec-2007 by Quan Qiu
     1261GEMS.OpenMetadataSetPrompt.Open:打匀  # Updated 5-Dec-2007 by Quan Qiu
     1262GEMS.OpenMetadataSetPrompt.Available_Sets:有效的å
     1263ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1264GEMS.DeleteMetadataSetPrompt.Title:删陀数据集  # Updated 5-Dec-2007 by Quan Qiu
     1265GEMS.DeleteMetadataSetPrompt.Delete_Tooltip:删陀所选å
     1266ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1267GEMS.DeleteMetadataSetPrompt.Delete:删陀  # Updated 5-Dec-2007 by Quan Qiu
     1268GEMS.DeleteMetadataSetPrompt.Available_Sets:可利甚的å
     1269ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1270GEMS.DeleteMetadataSetPrompt.Confirm_Delete:请圚方框里打募来确定需芁删陀的å
     1271ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1272GEMS.DeleteMetadataSetPrompt.No_Set:没甚选䞭任䜕数据集  # Updated 5-Dec-2007 by Quan Qiu
     1273GEMS.Confirm_Removal:䜠确定䜠想删陀这䞪{0}?  # Updated 5-Dec-2007 by Quan Qiu
     1274GEMS.Confirm_Removal_Title:确讀删陀  # Updated 5-Dec-2007 by Quan Qiu
     1275GEMS.Attribute:属性  # Updated 5-Dec-2007 by Quan Qiu
     1276GEMS.Popup.AddElement:增加å
     1277ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1278GEMS.Popup.DeleteElement:删陀å
     1279ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1280GEMS.Popup.AddSubElement:增加子å
     1281ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1282GEMS.Popup.DeleteSubElement:删陀子å
     1283ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1284GEMS.NewMetadataSetPrompt.Title:新å
     1285ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1286GEMS.NewMetadataSetPrompt.Instructions:填写䞋列文本框来创建䞀䞪新的å
     1287ƒæ•°æ®é›†ïŒš  # Updated 5-Dec-2007 by Quan Qiu
     1288GEMS.NewMetadataSetPrompt.Base_MetadataSet:这䞪å
     1289ƒæ•°æ®é›†åŸºäºŽ:  # Updated 5-Dec-2007 by Quan Qiu
     1290GEMS.NewMetadataSetPrompt.Metadata_Title:å
     1291ƒæ•°æ®é›†æ ‡é¢˜  # Updated 5-Dec-2007 by Quan Qiu
     1292GEMS.NewMetadataSetPrompt.Metadata_Namespace:å
     1293ƒæ•°æ®é›†namespace  # Updated 5-Dec-2007 by Quan Qiu
     1294GEMS.NewMetadataSetPrompt.New_Metadata:新å
     1295ƒæ•°æ®é›†   # Updated 5-Dec-2007 by Quan Qiu
     1296GEMS.NewMetadataSetPrompt.Title_Error_Message:䞀䞪新的å
     1297ƒæ•°æ®é›†å¿
     1298须拥有䞀䞪标题  # Updated 5-Dec-2007 by Quan Qiu
     1299GEMS.NewMetadataSetPrompt.Title_Error:没甚指定标题  # Updated 5-Dec-2007 by Quan Qiu
     1300GEMS.NewMetadataSetPrompt.Namespace_Error_Message:䞀䞪新的å
     1301ƒæ•°æ®é›†å¿
     1302须拥有䞀䞪namespace  # Updated 5-Dec-2007 by Quan Qiu
     1303GEMS.NewMetadataSetPrompt.Namespace_Error:没有指定Namespace  # Updated 5-Dec-2007 by Quan Qiu
     1304GEMS.SelectedLanguage:增加语蚀属性  # Updated 5-Dec-2007 by Quan Qiu
     1305GEMS.Language:语蚀  # Updated 5-Dec-2007 by Quan Qiu
     1306GEMS.LanguageDependent:从属语蚀属性  # Updated 5-Dec-2007 by Quan Qiu
     1307GEMS.Attribute_Table:属性  # Updated 5-Dec-2007 by Quan Qiu
     1308GEMS.Attribute_Deletion_Error:属性删陀错误  # Updated 5-Dec-2007 by Quan Qiu
     1309GEMS.Attribute_Deletion_Error_Message:这䞪属性是å¿
     1310须的䞍胜被删陀  # Updated 5-Dec-2007 by Quan Qiu
     1311GEMS.Add_Lang_Depend_Attr_Error:属性错误  # Updated 5-Dec-2007 by Quan Qiu
     1312GEMS.Add_Lang_Depend_Attr_Error_Message:没有提䟛'language-dependent'属性请加䞊这䞪属性  # Updated 5-Dec-2007 by Quan Qiu
     1313GEMS.Attribute_Edition_Error:属性猖蟑错误  # Updated 5-Dec-2007 by Quan Qiu
     1314GEMS.Attribute_Edition_Error_Message:这䞪属性是å¿
     1315须的䞍胜䞺空  # Updated 5-Dec-2007 by Quan Qiu
     1316GEMS.Confirm_Save:这䞪å
     1317ƒæ•°æ®é›†å·²ç»è¢«ä¿®æ”¹ïŒŒäœ æƒ³ä¿å­˜å—  # Updated 5-Dec-2007 by Quan Qiu
     1318GEMS.Confirm_Save_Title:保存å
     1319ƒæ•°æ®é›†  # Updated 5-Dec-2007 by Quan Qiu
     1320GEMS.Confirm_DeleteElement:䜠确定垌望删陀这䞪å
     1321ƒçŽ {0}吗  # Updated 5-Dec-2007 by Quan Qiu
     1322GEMS.Confirm_DeleteElement_Title:删陀å
     1323ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1324GEMS.File_Deletion_Error_Message:这䞪文件䞍胜被删陀  # Updated 5-Dec-2007 by Quan Qiu
     1325GEMS.File_Deletion_Error:文件删陀错误  # Updated 5-Dec-2007 by Quan Qiu
     1326GEMS.Namespace_Conflict_Message:譊告这䞪Namespace已经被å
     1327¶ä»–å
     1328ƒæ•°æ®é›†äœ¿ç”šã€‚继续  # Updated 5-Dec-2007 by Quan Qiu
     1329GEMS.Namespace_Conflict:Namespace冲突  # Updated 5-Dec-2007 by Quan Qiu
     1330GEMS.Move_Up:䞊移  # Updated 5-Dec-2007 by Quan Qiu
     1331GEMS.Move_Down:䞋移  # Updated 5-Dec-2007 by Quan Qiu
     1332GEMS.Cannot_Undo:(该行䞺䞍胜撀销)  # Updated 5-Dec-2007 by Quan Qiu
    13221333
    1323 GEMS.Language:语蚀
    1324 GEMS.Language_Code:语蚀
    1325 GEMS.Name:名称
    1326 GEMS.Namespace:呜名空闎
    1327 GEMS.New_Name:新名称
    1328 GEMS.No_Description:未发现描述信息.
    1329 GEMS.No_Name:未发现名称.
    1330 GEMS.Open_Set:打匀的集合
    1331 GEMS.Remove_Attribute:删陀属性
    1332 GEMS.Remove_Attribute_Tooltip:删陀选䞭的属性
    1333 GEMS.Remove_Element:删陀å
    1334 ƒçŽ 
    1335 GEMS.Remove_Element_Tooltip:从集合䞭删陀选䞭的å
    1336 ƒçŽ 
    1337 GEMS.Remove_Set:删陀集合
    1338 GEMS.Remove_Set_Tooltip:删陀选䞭的集合
    1339 GEMS.Rename_Element:重呜名å
    1340 ƒçŽ 
    1341 GEMS.Rename_Element_Tooltip:å
    1342 ƒçŽ çš„新名称
    1343 GEMS.Rename_Name_Tooltip:å
    1344 ƒæ•°æ®é›†çš„新名称
    1345 GEMS.Rename_Namespace_Tooltip:å
    1346 ƒæ•°æ®é›†å”¯äž€çš„呜名空闎
    1347 GEMS.Rename_Set:重呜名集合
    1348 GEMS.Rename_Set_Tooltip:重呜名å
    1349 ƒæ•°æ®é›†
    1350 GEMS.Set:集合
    1351 GEMS.Set_Details:Metadata Set 集合诊æƒ
     1334GEMS.AttributeTable.Name:名称  # Updated 5-Dec-2007 by Quan Qiu
     1335GEMS.AttributeTable.Language:语蚀  # Updated 5-Dec-2007 by Quan Qiu
     1336GEMS.AttributeTable.Value:倌  # Updated 5-Dec-2007 by Quan Qiu
     1337GEMS.NewMetadataElementNamePrompt.Title:新å
     1338ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1339GEMS.NewMetadataElementNamePrompt.Name:请䞺新å
     1340ƒçŽ å‘œå  # Updated 5-Dec-2007 by Quan Qiu
     1341GEMS.NewMetadataElementNamePrompt.SubTitle:新的子å
     1342ƒçŽ   # Updated 5-Dec-2007 by Quan Qiu
     1343GEMS.NewMetadataElementNamePrompt.SubName:请䞺新的子å
     1344ƒçŽ å‘œå  # Updated 5-Dec-2007 by Quan Qiu
     1345GEMS.NewMetadataElementNamePrompt.Name_Error_Message:这䞪å
     1346ƒçŽ çš„名字已经存圚  # Updated 5-Dec-2007 by Quan Qiu
     1347GEMS.NewMetadataElementNamePrompt.Name_Error:å
     1348ƒçŽ å‘œåé”™è¯¯  # Updated 5-Dec-2007 by Quan Qiu
     1349GEMS.NewMetadataElementNamePrompt.EmptyName_Error_Message:䞀䞪新的å
     1350ƒçŽ å¿
     1351须拥有䞀䞪名称  # Updated 5-Dec-2007 by Quan Qiu
    13521352
    1353 GEMS.Set_Name_Tooltip:新的å
    1354 ƒæ•°æ®é›†åç§°
    1355 GEMS.Set_Namespace_Tooltip:新å
    1356 ƒæ•°æ®é›†çš„䞀䞪唯䞀的呜名空闎
    1357 GEMS.Subelement_Name_Tooltip:新子å
    1358 ƒçŽ çš„名称
    1359 GEMS.Subelement_Already_Exists:䞀䞪å
    1360 ·æœ‰æ­€åç§°çš„子å
    1361 ƒçŽ å·²ç»å­˜åœš
    1362 GEMS.Target:å
    1363 ƒçŽ 
    1364 GEMS.Title:å
    1365 ƒæ•°æ®é›†çš„Greenstone 猖蟑噚
    1366 GEMS.Value:倌
    1367 GEMS.Values:倌
    1368 GEMS.inheritMetadataSet:从å
    1369 ƒæ•°æ®é›†ç»§æ‰¿:
    1370 GEMS.Add_Set.No_Inherit:䞍继承
     1353
     1354GEMS.No_Set_Loaded:没有加蜜å
     1355ƒæ•°æ®é›†ã€‚请䜿甚菜单 文件->新建 来创建䞀䞪新集或è€
     1356 æ–‡ä»¶->打匀 来打匀䞀䞪已存圚的集。  # Updated 5-Dec-2007 by Quan Qiu
  • gli/branches/rtl-gli/classes/xml/config.xml

    r14257 r18350  
    2828]>
    2929
    30 <Configuration version="2.74">
     30<Configuration version="svn-trunk">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the GLI execution. ***** -->
     
    3838    <!-- The standard font used in the Gatherer. [Verdana, BOLD, 12] -->
    3939    <Argument name="general.font">Verdana, BOLD, 12</Argument>
    40     <Argument name="general.library_url"/>
     40    <Argument name="general.library_url_gs2"/>
     41    <Argument name="general.library_url_gs3"/>
    4142    <Argument name="general.locale">en_NZ</Argument>
    4243    <!-- How many folders deep should we recurse before suspecting a cyclic path? [40] -->
     
    4445    <!-- The mode controls what level a detail is presented to the user - ranging from a basic, no regex, no perl experience up to complete details for all processes. The values, ranging from lowest to highest detail, are: 1 = Assistant, 2 = Librarian, 3 = Systems, 4 = Expert [default 2]-->
    4546    <Argument name="general.mode">2</Argument>
    46     <Argument name="general.open_collection"></Argument>
     47    <Argument name="general.open_collection_gs2"></Argument>
     48    <Argument name="general.open_collection_gs3"></Argument>
    4749    <!-- The application launching command used when previewing the collection. [default -blank-] -->
    4850    <Argument name="general.preview_program"></Argument>
     
    5355    <Argument name="general.use_proxy">false</Argument>
    5456    <Argument name="general.view_extracted_metadata">true</Argument>
     57
     58    <!-- Greenstone 3-specific --> 
     59    <Argument name="general.site_name">localsite</Argument>
     60    <Argument name="general.servlet_path">/library</Argument>
    5561
    5662    <!-- Colouring -->
     
    94100    <!-- Warnings can be disabled by the user. -->
    95101    <Argument name="warning.CollectionBuilt">true</Argument>
     102    <Argument name="warning.ScheduleBuilt">true</Argument>
    96103    <Argument name="warning.DirectoryLevelMetadata">true</Argument>
    97104    <Argument name="warning.ExtractedMetadata">true</Argument>
     
    115122    <Argument name="workflow.format">true</Argument>
    116123
    117     <Argument name="GEMS.Preferences.Selected_Languages">en</Argument>
     124    <Argument name="GEMS.Preferences.Selected_Languages">en</Argument>   
    118125  </GathererConfig>
    119126
  • gli/branches/rtl-gli/classes/xml/configRemote.xml

    r14257 r18350  
    2828]>
    2929
    30 <Configuration version="2.74">
     30<Configuration version="svn-trunk">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the GLI execution. ***** -->
     
    5353    <Argument name="general.use_proxy">false</Argument>
    5454    <Argument name="general.view_extracted_metadata">true</Argument>
     55
     56    <!-- Greenstone 3-specific -->
     57    <Argument name="general.site_name">localsite</Argument>
     58    <Argument name="general.servlet_path">/library</Argument>   
    5559
    5660    <!-- Colouring -->
     
    9498    <!-- Warnings can be disabled by the user. -->
    9599    <Argument name="warning.CollectionBuilt">true</Argument>
     100    <Argument name="warning.ScheduleBuilt">true</Argument>
    96101    <Argument name="warning.DirectoryLevelMetadata">true</Argument>
    97102    <Argument name="warning.ExtractedMetadata">true</Argument>
  • gli/branches/rtl-gli/classes/xml/languages.xml

    r18298 r18350  
    110110   <Language name="QUECHUA"             code="QU">AMERINDIAN</Language>
    111111   <Language name="RHAETO-ROMANCE"      code="RM">ROMANCE</Language>
    112    <Language name="ROMANIAN"            code="RO">ROMANCE</Language>
     112   <Language name="ROMANIAN"            code="RO" gs="true" gli="true">ROMANCE</Language>
    113113   <Language name="RUSSIAN"             code="RU" gs="true" gli="true" mds="true">SLAVIC</Language>
    114114   <Language name="SAMOAN"              code="SM">OCEANIC/INDONESIAN</Language>
  • gli/branches/rtl-gli/classes/xml/template.col

    r13821 r18350  
    66  <!ELEMENT Build             (Arguments*)>
    77  <!ELEMENT Import            (Arguments*)>
     8  <!ELEMENT Schedule          (Arguments*)>
    89  <!ELEMENT Argument          (#PCDATA)>
    910  <!ATTLIST Argument
     
    1920  <BuildConfig>
    2021    <Build/>
    21      <Import/>
     22    <Import/>
     23    <Schedule/>
    2224  </BuildConfig>
    2325</GathererCollection>
Note: See TracChangeset for help on using the changeset viewer.