1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
! Plugin properties
pluginName = Eclipse Base UI extensions
pluginProvider = Eclipse.org
! SelectSingleFilePage and SelectMultiFilePage
_UI_LABEL_SOURCE_FILES = Workspace Files
_UI_LABEL_SELECTED_FILES = Selected Files
_UI_POPUP_EXPAND_ALL = Expand All
_UI_POPUP_COLLAPSE_ALL = Collapse All
_UI_IMPORT_BUTTON = Import Files...
_UI_IMPORT_BUTTON_TOOL_TIP = Import files from file system
! SelectMultiFilePage
! NOTE TO TRANSLATOR: the following three lines refers to _UI_LABEL_SELECTED_FILES label above
_UI_ADD_BUTTON_TOOL_TIP = Add files to Selected Files list.
_UI_REMOVE_BUTTON_TOOL_TIP = Remove files from Selected Files list.
_UI_REMOVE_ALL_BUTTON_TOOL_TIP = Remove all files from Selected Files list.
! NOTE TO TRANSLATOR: No translation needed of following three lines
_UI_ADD_BUTTON = >
_UI_REMOVE_BUTTON = <
_UI_REMOVE_ALL_BUTTON = <<
! SelectJavaProjectView
_UI_LABEL_CHOOSE_FOLDER = Select a project or folder:
! SelectJavaProjectDialog
_UI_LABEL_FOLDER_SELECTION = Container Selection
! TextViewerOperationAction
_UI_MENU_COPY = &Copy
_UI_MENU_CUT = Cu&t
_UI_MENU_DELETE = Delete
_UI_MENU_PASTE = &Paste
_UI_MENU_PREFIX = Prefix
_UI_MENU_REDO = Redo
_UI_MENU_SELECT_ALL = Select All
_UI_MENU_SHIFT_LEFT = Shift Left
_UI_MENU_SHIFT_RIGHT = Shift Right
_UI_MENU_STRIP_PREFIX = Strip Prefix
_UI_MENU_UNDO = Undo
! SourceViewerGotoLineAction
_UI_MENU_GOTO_LINE = Go To Line...
_UI_GOTO_LINE_DIALOG_TITLE = Go To Line
_UI_GOTO_LINE_DIALOG_TEXT = Enter Line Number
_UI_FILE_CHANGED_TITLE = File Changed
_UI_FILE_DELETED_SAVE_CHANGES = The file has been deleted from the file system. Do you want to save your changes or close the editor without saving?
_UI_FILE_DELETED_EDITOR_CLOSED = The file has been deleted from the file system. This editor will be closed.
_UI_FILE_CHANGED_LOAD_CHANGES = The file has been changed on the file system. Do you want to load the changes?
_UI_SAVE_BUTTON = Save
_UI_CLOSE_BUTTON = Close
! XSL Prefererence
_UI_XSLT_SELECT = Select which element to use for your stylesheet
_UI_XSLT_STYLESHEET = &Use <xsl:stylesheet>
_UI_XSLT_TRANSFORM = U&se <xsl:transform>
! XSL Debug Prefererence
_UI_XSL_DEBUG_SELECT_LAUNCHER = Set the default XSL launcher for the XSL Debugging and Transformation tool
_UI_XSL_DEBUG_LOCAL = &XSL application
_UI_XSL_DEBUG_REMOTE = XS&L remote application
_UI_XSL_TILE_EDITOR = &Show all debugging files in a tile editor
_UI_XSL_DEBUG_AND_TRANSFORM = &Run transformation and open a debugging session
_UI_XSL_CONTEXT_URI = Context Path
_UI_XSL_CONTEXT = Specify a &context path for resolving URIs in xsl:import, xsl:include or document()
_UI_OVERRIDE_FILE = Overwrite existing files
_UI_JAVA_EXIST_FILE1 = The following Java classes already exist.
_UI_JAVA_EXIST_FILE2 = Do you want to overwrite the existing file?
! some options strings common to several plugins
_UI_ERROR_CREATING_FILE_TITLE = Error Creating File
_UI_ERROR_CREATING_FILE_SHORT_DESC = Error creating file "{0}"
_UI_ERROR_CREATING_FILE_LONG_DESC = An error occured while attempting to create the file "{0}".
_UI_PARENT_FOLDER_IS_READ_ONLY = The parent directory "{0}" is read only.
_UI_UNKNOWN_ERROR_WITH_HINT = Unknown error. Ensure that the parent directory "{0}" is writeable.
_UI_UNKNOWN_ERROR = Unknown error. Ensure that the parent directory "{0}" is writeable.
! usage - this label is followed by two radio button options for the file location
_UI_LABEL_INCLUDE_URL_FILE = Select file location
_UI_RADIO_FILE = Workspace projects
_UI_RADIO_URL = HTTP
_UI_LABEL_COMPONENTS = Components:
_UI_LABEL_QUALIFIER = Qualifier:
!- component selection dialogs
_UI_LABEL_COMPONENT_NAME = Component Name:
_UI_LABEL_MATCHING_COMPONENTS = Matching Components:
_UI_LABEL_SPECIFIED_FILE = Specified File
_UI_LABEL_ENCLOSING_PROJECT = Enclosing Project
_UI_LABEL_WORKSPACE = Workspace
_UI_LABEL_CURRENT_RESOURCE = Current Resource
_UI_LABEL_SEARCH_SCOPE = Search Scope
_UI_LABEL_NARROW_SEARCH_SCOPE_RESOURCE = Use resource view to narrow search scope
_UI_LABEL_AVAILABLE_TYPES = Available Types
_UI_LABEL_WORKING_SETS = Working Sets
_UI_LABEL_New=New...
_UI_LABEL_DECLARATION_LOCATION=Declaration Location:
_UI_LABEL_CHOOSE=Choose...
!======================================================================================
!
! Here is the list of Error string that have message IDs - make sure they are unique
! Range for b2bgui messageIDs: IWAX1201 - IWAX1400
!
!======================================================================================
_ERROR_THE_CONTAINER_NAME = The specified container must exist in the workspace and its path must start at the workspace root.
_ERROR_LOCAL_LOCATION = The local location of this container cannot be resolved.
_ERROR_NOT_JAVA_PROJECT = The specified project is not a Java project.
!NOTE TO TRANSLATOR: this error message text is followed by a message from another plugin
_ERROR_INVALID_JAVA_PACKAGE = IWAX1201E Invalid package name error:
!NOTE TO TRANSLATOR: (_ERROR_BAD_FILENAME_EXTENSION + string + _UI_LABEL_OR + string) or (_ERROR_BAD_FILENAME_EXTENSION)
_ERROR_BAD_FILENAME_EXTENSION = The file name must end with
_ERROR_FILE_ALREADY_EXISTS = The same name already exists.
_ERROR_CONTAINER_NOT_JAVA_BUILDPATH = The container is not a Java source folder for this project
_ERROR_USE_PROJECT_JAVA_SOURCE_FOLDER = The project is not on the build path. Select a Java source folder for the project.
_UI_ERROR = Error
!NOTE TO TRANSLATOR: this warning message text is followed by a message from another plugin
_WARN_INVALID_JAVA_PACKAGE = Invalid package name warning:
_ERROR_ROOT_ELEMENT = The XML schema does not contain any global elements that can be used as a root element.
_ERROR_SAVING_FILE = Error saving file "{0}"
! File Validator
_UI_ERROR_VALIDATE_FAIL_TITLE = Failed to check out necessary files
_UI_ERROR_VALIDATE_FAIL_MESSAGE = Generation failed. Necessary files could not be checked out.
! PropertyDirtyChangeListener and PropertyResourceChangeListener
_UI_ERROR_VALIDATE_EDIT_FAIL_ONE_FILE = Error
ExampleProjectCreationWizard.title=New Example Project
ExampleProjectCreationWizard.op_error.title=Project Creation Failed
ExampleProjectCreationWizard.op_error.message=Project could not be created.
ExampleProjectCreationWizard.overwritequery.title=Overwrite
ExampleProjectCreationWizard.overwritequery.message=Do you want to overwrite {0}?
ExampleProjectCreationOperation.op_desc=Creating example projects...
ExampleProjectCreationOperation.op_desc_proj=Configuring project...
ExampleProjectCreationWizardPage.error.alreadyexists=Project already exists.
SaveFilesDialog_save_all_resources=Save All Modified Resources
SaveFilesDialog_must_save=All modified resources must be saved before this operation.
|