Ignore:
Timestamp:
2005-02-18T16:06:05+13:00 (19 years ago)
Author:
kjdon
Message:

NewFolderPrompt renamed to NewFileOrFolderPrompt and some file specific strings added. some strings added to FileActions, and CollectionPopupMenu - all to do with adding dummy documents from a right click option

File:
1 edited

Legend:

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

    r9100 r9111  
    399399#***** CollectionPopupMenu *****
    400400CollectionPopupMenu.Delete:Delete
    401 CollectionPopupMenu.New_Folder:New Folder
     401CollectionPopupMenu.New_Dummy_Doc:New dummy document
     402CollectionPopupMenu.New_Folder:New folder
    402403#*******************************
    403404#
     
    532533FileActions.Directory_Exists:<html>The folder<br>{0}<br>already exists within the collection. Files will be copied into it.</html>
    533534FileActions.Directory_Selected:1 folder selected
     535FileActions.File_Already_Exists_No_Create:The file '{0}' already exists.
    534536FileActions.File_Already_Exists_Message:{0}\nA file with the name shown above already exists at the\ndestination, and despite your previous choice the Librarian Interface\nis unable to overwrite it. Please check file permissions.
    535537FileActions.File_Already_Exists_Title:Error - File Already Exists.
    536538FileActions.File_And_Directories_Selected:1 file and {0} folders selected
    537539FileActions.File_And_Directory_Selected:1 file and 1 folder selected
     540FileActions.File_Create_Error:The file {0} could not be created.
     541FileActions.Folder_Create_Error:The folder {0} could not be created.
    538542FileActions.File_Exists:<html>{0} already exists in the destination folder. Overwrite it?</html>
    539543FileActions.File_Not_Found_Message:{0}\nThe file named above can not be found. Once file view\nhas refreshed, please check the file still exists.
     
    864868NewCollectionPrompt.Title_Clash:The title you have chosen for your collection is already in use. Continue?
    865869NewCollectionPrompt.Title_Error:The title field must be filled out. Please correct.
    866 #***** New Folder Prompt *****
    867 NewFolderPrompt.Default_Folder_Name:new folder
    868 NewFolderPrompt.Destination_Name:Destination Folder
    869 NewFolderPrompt.Folder_Name:Folder Name
    870 NewFolderPrompt.Folder_Name_Tooltip:Enter a name for the new folder
    871 NewFolderPrompt.Title:Create a new folder
     870#***** New Folder OrFilePrompt *****
     871NewFolderOrFilePrompt.Default_File_Name:dummy
     872NewFolderOrFilePrompt.Default_Folder_Name:new folder
     873NewFolderOrFilePrompt.Destination_Name:Destination Folder
     874NewFolderOrFilePrompt.File_Name:File Name
     875NewFolderOrFilePrompt.File_Name_Tooltip:Enter a name for the new file
     876NewFolderOrFilePrompt.Folder_Name:Folder Name
     877NewFolderOrFilePrompt.Folder_Name_Tooltip:Enter a name for the new folder
     878NewFolderOrFilePrompt.Title_Folder:Create a new folder
     879NewFolderOrFilePrompt.Title_File:Create a new dummy document
    872880#***********************
    873881#
Note: See TracChangeset for help on using the changeset viewer.