| ############################################################################### |
| # Copyright (c) 2001, 2004 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| ############################################################################### |
| # ************************************************************************* |
| # * Code oriented instructions: |
| # * |
| # * In the string, you may see the following special sequences: |
| # * a) {n} where n is a number. These are replaceable parameters. |
| # * b) '' In .properties files, in order to see one apostrophe (') in the final |
| # * string, sometimes two apostrophes must be entered in the string. In the translated |
| # * string, if there is at least one {n} in the string, then to show one apostrophe |
| # * to the user, put two apostrophes in the string. If there are no {n} in the string, |
| # * then put one apostrophe. |
| # * For example, say that you want the user to read "George's file". |
| # * GEORGE=George's file was on the desk. |
| # * GEORGE2=George''s file and {0} were on the desk. |
| # * GEORGE uses one apostrophe because there are no {n} and GEORGE2 |
| # * uses two apostrophes because there is a {n}. |
| # * c) '' text '' where text can be any word(s). The text between the double |
| # * apostrophes should not be translated. |
| # * d) <text> where text can be any word(s). The text between the angle |
| # * brackets should NOT be translated. |
| # * e) "text" where text can be any word(s). The text between the quotation |
| # * marks should NOT be translated. |
| # * |
| # ************************************************************************* |
| # * Other instructions |
| # * a) Do not translate any text that is on a line which begins with a comment |
| # * symbol (#). |
| # * b) Do not translate these words: |
| # * schema, EJB, RDB, JAR, RMI, BMP, CMP, OOSQL |
| # * c) Please return the .properties files using the same directory structure. |
| # * This is necessary because two of the files have the same name. |
| # * |
| # ************************************************************************* |
| # Any other comments to the translators are on lines which start like this: # 2TC: |
| # |
| # Version 1.12 |
| # |
| # |
| # ID: |
| # VBF - Validation Builder Framework |
| # |
| |
| # |
| # Begin Validation Builder Framework UI Strings |
| # |
| # IDs: |
| # VBF_EXC=Exception or error text |
| # VBF_UI=UI label |
| # |
| PREF_BUTTON_OVERRIDE=Allow projects to override these preference settings |
| PREF_BUTTON_FULL=Run validation when you manually build a project |
| PREF_BUTTON_AUTO=Run validation automatically when you save changes to a resource |
| PREF_BUTTON_SELECTALL=Select All |
| PREF_BUTTON_DESELECTALL=Deselect All |
| PREF_VALLIST_TITLE=The selected validators will run when validation is performed: |
| PREF_LBL_MAXMSGS=Maximum number of validation messages on a project |
| PREF_ERROR_INT=IWAE0001E The number of validation messages must be a positive integer. |
| PREF_BUTTON_ASYNC=Run validation in a background thread |
| |
| PROP_BUTTON_OVERRIDE=Override validation preferences |
| PROP_BUTTON_FULL=Run validation when you manually build {0} |
| VBF_UI_LBL_AUTO_VALIDATE=Run validation automatically when you save changes to {0} resources. |
| PROP_BUTTON_SELECTALL=Select All |
| PROP_BUTTON_DESELECTALL=Deselect All |
| VBF_UI_LBL_DESC=The selected validators will run when {0} is validated: |
| PROP_LBL_MAXMSSGS=Maximum number of validation messages on {0} |
| PROP_ERROR_INT=IWAE0002E The number of validation messages must be a positive integer. |
| PROP_LBL_CANNOTOVERRIDE=To enable the "Override validation preferences" checkbox, select the "Allow projects to override these preference settings" checkbox in the workbench Preferences dialog. |
| PROP_BUTTON_ASYNC=Run validation in a background thread on {0} |
| |
| VBF_EXC_INTERNAL=IWAE0003E An unexpected error occurred during validation. Read the log file. |
| VBF_EXC_INTERNAL_PROJECT=IWAE0004E An unexpected error occurred during validation of project {0}. Read the log file. |
| VBF_EXC_INTERNAL_TITLE=IWAE0005E Internal error |
| VBF_EXC_INTERNAL_PAGE=IWAE0006E An unexpected error occured; click Cancel to close the wizard. |
| |
| VBF_EXC_INVALID_REGISTER=IWAE0007E Validators can run only on open resources. |
| |
| VBF_UI_NO_VALIDATORS_INSTALLED=No validators are installed. |
| |
| VBF_UI_LBL_NOVALIDATORS_DESC=It is not possible to run any Validators, at the project level, for this type of project. |
| |
| VBF_UI_NO_VALIDATORS_ENABLED=Enable at least one validator on {0}. To select the validators that you want to run, open this project''s Properties wizard, turn to the Validation section, and select one or more validators in the list. |
| |
| VBF_UI_CHECKBOXGROUP_TITLE=Validators |
| |
| VBF_UI_CLOSED_PROJECT=Validation cannot run on a closed project. Open project {0} and try again. |
| VBF_UI_MSSGBOX_TITLE_NONINC=Some of the Validators Do Not Support Automatic Validation |
| VBF_UI_AUTO_ON_NONINC=Although automatic validation has been selected, some of the validators will not be invoked during the automatic processing. The following validators do not support automatic validation: {0} |
| |
| VBF_UI_PRJNEEDINPUT=Project {0} and its children were not validated because none of the enabled validators validates that type of project. |
| VBF_UI_RESNEEDINPUT=Resource {0} was not validated because none of the enabled validators validates that type of resource. |
| |
| VBF_UI_MAX_REPORTED=Validation was terminated on {0} because the maximum number of messages were reported. |
| VBF_UI_PRJVALIDATED=Validation of project {0} is complete. |
| VBF_UI_RESVALIDATED=Validation of resource {0} is complete. |
| VBF_UI_CANCELLED=Validation cancelled. |
| VBF_UI_COMPLETE=Validation completed. |
| VBF_UI_CLOSE=Close |
| VBF_UI_STATUS=Status |
| VBF_UI_RESCANCELLED=Validation was cancelled on {0}. |
| # |
| # End Validation Builder Framework UI Strings |
| # |
| |