/usr/lib/lazarus/0.9.30.4/ideintf/objinspstrconsts.pas is in lazarus-src-0.9.30.4 0.9.30.4-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 | {
*****************************************************************************
* *
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
unit ObjInspStrConsts;
{$mode objfpc}{$H+}
interface
resourcestring
// Object Inspector
oisObjectInspector = 'Object Inspector';
oisAll = 'All';
oisError = 'Error';
oisItemsSelected = '%u items selected';
oiscAdd = '&Add';
oiscDelete = '&Delete';
oisDeleteSelectedFieldS = 'Delete selected field(s)';
oisNew = '&New';
oisCreateNewFieldAndAddItAtCurrentPosition = 'Create new field and add it '
+'at current position';
oisMoveUp = 'Move &Up';
oisMoveDown = 'Move &Down';
oisSelectAll = '&Select all';
oisUnselectAll = '&Unselect all';
oisConfirmDelete = 'Confirm delete';
oisDeleteItem = 'Delete item %s%s%s?';
oisUnknown = 'Unknown';
oisObject = 'Object';
oisClass = 'Class';
oisWord = 'Word';
oisString = 'String';
oisFloat = 'Float';
oisSet = 'Set';
oisMethod = 'Method';
oisVariant = 'Variant';
oisArray = 'Array';
oisRecord = 'Record';
oisInterface = 'Interface';
oisProperties='Properties';
oisEvents='Events';
oisFavorites = 'Favorites';
oisRestricted = 'Restricted';
oisWidgetSetRestrictions = 'General widget set restrictions: ';
oisComponentRestrictions = 'Component restrictions: ';
//Object Inspector Popup Menu
oisZOrder = 'Z-order';
oisOrderMoveToFront = 'Move to Front';
oisOrderMoveToBack = 'Move to Back';
oisOrderForwardOne = 'Forward One';
oisOrderBackOne = 'Back One';
oisSetToDefault = 'Set to default: %s';
oisSetToDefaultValue = 'Set to default value';
oisAddToFavorites = 'Add to Favorites';
oisViewRestrictedProperties = 'View restricted properties';
oisRemoveFromFavorites = 'Remove from Favorites';
oisUndo = 'Undo';
oisFinddeclaration = 'Jump to declaration';
oisJumpToDeclarationOf = 'Jump to declaration of %s';
oisCutComponents = 'Cu&t';
oisCopyComponents = '&Copy';
oisPasteComponents = '&Paste';
oisDeleteComponents = '&Delete';
oisDelete = 'Delete';
rscdMoveUp = 'Move up';
rscdMoveDown = 'Move down';
rscdOK = 'OK';
oisShowHints = 'Show Hints';
oisShowComponentTree = 'Show Component Tree';
oisOptions = 'Options';
// typeinfo
oisValue = 'Value:';
oisInteger = 'Integer';
oisInt64 = 'Int64';
oisBoolean = 'Boolean';
oisEnumeration = 'Enumeration';
oisChar = 'Char';
// TreeView Items Editor
sccsTrEdtCaption = 'TreeView Items Editor';
sccsTrEdt = 'Edit Items...';
sccsTrEdtGrpLCaption = 'Items';
sccsTrEdtGrpRCaption = 'Item Properties';
sccsTrEdtNewItem = 'New Item';
sccsTrEdtNewSubItem = 'New SubItem';
sccsTrEdtDelete = 'Delete';
sccsTrEdtApply = 'Apply';
sccsTrEdtLoad = 'Load';
sccsTrEdtSave = 'Save';
sccsTrEdtLabelText = 'Text:';
sccsTrEdtLabelImageIndex = 'Image Index:';
sccsTrEdtLabelSelIndex = 'Selected Index:';
sccsTrEdtLabelStateIndex = 'State Index:';
sccsTrEdtItem = 'Item';
sccsTrEdtOpenDialog = 'Open';
sccsTrEdtSaveDialog = 'Save';
// ListView Items Editor
sccsLvEdtCaption = 'ListView Items Editor';
sccsLvEdt = 'Edit Items...';
sccsLvColEdt = 'Edit Columns ...';
sccsLvEdtGrpLCaption = 'Items';
sccsLvEdtGrpRCaption = 'Item Properties';
sccsLvEdtNewItem = 'New Item';
sccsLvEdtNewSubItem = 'New SubItem';
sccsLvEdtApply = 'Apply';
sccsLvEdtDelete = 'Delete';
sccsLvEdtLabelCaption = 'Caption:';
sccsLvEdtLabelImageIndex = 'Image Index:';
sccsLvEdtLabelStateIndex = 'State Index:';
sccsLvEdtItem = 'Item';
// Image editor strings
oisImageListComponentEditor = 'I&mageList Editor...';
sccsILEdtCaption = 'ImageList Editor';
sccsILEdtGrpLCaption = 'Images';
sccsILEdtGrpRCaption = 'Selected Image';
sccsILEdtAdd = 'Add...';
sccsILEdtDelete = 'Delete';
sccsILEdtApply = 'Apply';
sccsILEdtClear = 'Clear';
sccsILEdtMoveUp = 'Move Up';
sccsILEdtMoveDown = 'Move Down';
sccsILEdtSave = 'Save...';
sccsILEdtSaveAll = 'Save All...';
sccsILEdtransparentColor = 'Transparent Color:';
sccsILEdtAdjustment = 'Adjustment';
sccsILEdtNone = 'None';
liisIf = 'If';
liisIfDef = 'IfDef';
liisIfNDef = 'IfNDef';
liisElseIf = 'ElseIf';
liisElse = 'Else';
liisAddValue = 'Add value';
liisSetValue = 'Set value';
sccsILEdtStretch = 'Stretch';
sccsILEdtCrop = 'Crop';
sccsILEdtCenter = 'Center';
rscdRight = 'Right';
rscdVisible = 'Visible';
rscdAutoSize = 'Auto Size';
sccsILEdtOpenDialog = 'Add Images';
sccsILEdtSaveDialog = 'Save Image';
// StringGrid Editor
sccsSGEdt = 'Edit StringGrid...';
sccsSGEdtCaption = 'StringGrid Editor';
sccsSGEdtGrp = 'String Grid';
sccsSGEdtApply = 'Apply';
sccsSGEdtClean = 'Clean';
sccsSGEdtLoad = 'Load...';
sccsSGEdtSave = 'Save...';
sccsSGEdtOpenDialog = 'Open';
sccsSGEdtSaveDialog = 'Save';
sccsSGEdtMoveRowsCols = 'Move Rows/Cols';
// HeaderControl Editor
sccsHCEditSections = 'Sections Editor ...';
// StatusBar Editor
sccsSBEditPanels = 'Panels Editor ...';
// component editors
nbcesAddPage = 'Add page';
nbcesInsertPage = 'Insert page';
nbcesDeletePage = 'Delete page';
nbcesMovePageLeft = 'Move page left';
nbcesMovePageRight = 'Move page right';
nbcesShowPage = 'Show page ...';
oisCreateDefaultEvent = 'Create default event';
tccesAddTab = 'Add tab';
tccesInsertTab = 'Insert tab';
tccesDeleteTab = 'Delete tab';
tccesMoveTabLeft = 'Move tab left';
tccesMoveTabRight = 'Move tab right';
tbceNewButton = 'New Button';
tbceNewCheckbutton = 'New CheckButton';
tbceNewSeparator = 'New Separator';
tbceNewDivider = 'New Divider';
//checklistbox editor
clbCheckListBoxEditor = 'CheckListBox Editor';
clbUp = 'Up';
clbDown = 'Down';
clbModify = 'Modify the Item';
clbAdd = 'Add new Item';
clbDeleteHint = 'Delete the Item';
clbDeleteQuest = 'Delete the Item %d "%s"?';
//checkgroup editor
cgCheckGroupEditor = 'CheckGroup Editor';
cgDisable = 'Popup to disable/enable items';
cgColumns = 'Columns:';
cgCheckDuplicate = 'On Add, Check for Duplicate in Items';
cgCheckDuplicateMsg = 'The "%s" Item is already listed. Add it anyway?';
// Collection Editor
oiColEditAdd = 'Add';
oiColEditDelete = 'Delete';
oiColEditUp = 'Up';
oiColEditDown = 'Down';
oiColEditEditing = 'Editing';
// Actions Editor
cActionListEditorUnknownCategory = '(Unknown)';
cActionListEditorAllCategory = '(All)';
cActionListEditorEditCategory = 'Edit';
cActionListEditorSearchCategory = 'Search';
cActionListEditorHelpCategory = 'Help';
oisCategory = 'Category';
oisAction = 'Action';
// Mask Editor
sccsMaskEditor = 'Edit Mask Editor...';
oisMasks = 'Masks...';
oisSaveLiteralCharacters = 'Save Literal Characters';
oisInputMask = 'Input Mask:';
oisSampleMasks = 'Sample Masks:';
oisCharactersForBlanks = 'Characters for Blanks';
oisTestInput = 'Test Input';
oisOpenMaskFile = 'Open masks file (*.dem)';
cActionListEditorDialogCategory = 'Dialog';
cActionListEditorFileCategory = 'File';
cActionListEditorDatabaseCategory = 'Database';
oisActionListComponentEditor = 'Action&List Editor...';
oisActionListEditor = 'ActionList Editor';
oisErrorDeletingAction = 'Error deleting action';
oisErrorWhileDeletingAction = 'Error while deleting action:%s%s';
cActionListEditorNewAction = 'New Action';
cActionListEditorNewStdAction = 'New Standard Action';
cActionListEditorMoveDownAction = 'Move Down';
ilesAdd = 'Add';
cActionListEditorMoveUpAction = 'Move Up';
cActionListEditorDeleteActionHint = 'Delete Action';
cActionListEditorDeleteAction = 'Delete';
cActionListEditorPanelDescrriptions = 'Panel Descriptions';
cActionListEditorPanelToolBar = 'Toolbar';
oiStdActEditCutHeadLine = 'Cu&t';
oiStdActEditCopyHeadLine = '&Copy';
oiStdActEditPasteHeadLine = '&Paste';
oiStdActEditSelectAllHeadLine = 'Select &All';
oiStdActEditUndoHeadLine = '&Undo';
oiStdActEditDeleteHeadLine = '&Delete';
oiStdActSearchFindHeadLine = '&Find...';
oiStdActSearchFindFirstHeadLine = 'F&ind First';
oiStdActSearchFindNextHeadLine = 'Find &Next';
oiStdActSearchReplaceHeadLine = '&Replace';
oiStdActHelpContentsHeadLine = '&Contents';
oiStdActHelpTopicSearchHeadLine = '&Topic Search';
oiStdActHelpHelpHelpHeadLine = '&Help on Help';
oiStdActFileOpenHeadLine = '&Open...';
oiStdActFileOpenWithHeadLine = 'Open with...';
oiStdActFileSaveAsHeadLine = 'Save &As...';
oiStdActFileExitHeadLine = 'E&xit';
oiStdActColorSelect1HeadLine = 'Select &Color...';
oiStdActFontEditHeadLine = 'Select &Font...';
oiStdActDataSetFirstHeadLine = '&First';
oiStdActDataSetPriorHeadLine = '&Prior';
oiStdActDataSetNextHeadLine = '&Next';
oiStdActDataSetLastHeadLine = '&Last';
oiStdActDataSetInsertHeadLine = '&Insert';
oiStdActDataSetDeleteHeadLine = '&Delete';
oiStdActDataSetEditHeadLine = '&Edit';
oiStdActDataSetPostHeadLine = 'P&ost';
oiStdActDataSetCancelHeadLine = '&Cancel';
oiStdActDataSetRefreshHeadLine = '&Refresh';
oiStdActEditCutShortCut = 'Ctrl+X';
oiStdActEditCopyShortCut = 'Ctrl+C';
oiStdActEditPasteShortCut = 'Ctrl+V';
oiStdActEditSelectAllShortCut = 'Ctrl+A';
oiStdActEditUndoShortCut = 'Ctrl+Z';
oiStdActEditDeleteShortCut = 'Del';
oiStdActSearchFindShortCut = 'Ctrl+F';
oiStdActSearchFindNextShortCut = 'F3';
oiStdActFileOpenShortCut = 'Ctrl+O';
oiStdActEditCutShortHint = 'Cut';
oiStdActEditCopyShortHint = 'Copy';
oiStdActEditPasteShortHint = 'Paste';
oiStdActEditSelectAllShortHint = 'Select All';
oiStdActEditUndoShortHint = 'Undo';
oiStdActEditDeleteShortHint = 'Delete';
oiStdActSearchFindHint = 'Find';
oiStdActSearchFindFirstHint = 'Find first';
oiStdActSearchFindNextHint = 'Find next';
oiStdActSearchReplaceHint = 'Replace';
oiStdActHelpContentsHint = 'Help Contents';
oiStdActHelpTopicSearchHint = 'Topic Search';
oiStdActHelpHelpHelpHint = 'Help on help';
oiStdActFileOpenHint = 'Open';
oiStdActFileOpenWithHint = 'Open with';
oiStdActFileSaveAsHint = 'Save As';
oiStdActFileExitHint = 'Exit';
oiStdActColorSelectHint = 'Color Select';
oiStdActFontEditHint = 'Font Select';
oiStdActDataSetFirstHint = 'First';
oiStdActDataSetPriorHint = 'Prior';
oiStdActDataSetNextHint = 'Next';
oiStdActDataSetLastHint = 'Last';
oiStdActDataSetInsertHint = 'Insert';
oiStdActDataSetDeleteHint = 'Delete';
oiStdActDataSetEditHint = 'Edit';
oiStdActDataSetPostHint = 'Post';
oiStdActDataSetCancel1Hint = 'Cancel';
oisComponents = 'Components';
oiStdActDataSetRefreshHint = 'Refresh';
oisStdActionListEditor = 'Standard Action Classes';
oisStdActionListEditorClass = 'Available Action Classes:';
// TFileNamePropertyEditor
oisSelectAFile = 'Select a file';
oisPropertiesOf = 'Properties of %s';
oisAllFiles = 'All files';
// TCommonDialogComponentEditor
oisTestDialog = 'Test dialog...';
// property editors
oisSort = 'Sort';
oisDLinesDChars = '%d lines, %d chars';
ois1LineDChars = '1 line, %d chars';
oisStringsEditorDialog = 'Strings Editor Dialog';
ois0Lines0Chars = '0 lines, 0 chars';
oisInvalidPropertyValue = 'Invalid property value';
oisNone = '(none)';
oisSelectShortCut = 'Select short cut';
srGrabKey = 'Grab key';
oisComponentNameIsNotAValidIdentifier = 'Component name %s%s%s is not a '
+'valid identifier';
oisLoadImageDialog = 'Load Image Dialog';
oisOK = '&OK';
oisPEPicture = 'Picture';
oisCancel = '&Cancel';
oisLoadPicture = 'Load picture';
oisSavePicture = 'Save picture';
oisClearPicture = 'Clear picture';
oisLoad = '&Load';
oisSave = '&Save';
oisClear = 'C&lear';
oisPEOpenImageFile = 'Open image file';
oisPESaveImageAs = 'Save image as';
oisErrorLoadingImage = 'Error loading image';
oisErrorLoadingImage2 = 'Error loading image %s%s%s:%s%s';
oisOk2 = 'Ok';
oisCreateANewPascalUnit = 'Create a new pascal unit.';
rscdColumnEditor = 'Column Editor';
rscdCaption = 'Caption';
rscdInvalidNumericValue = 'Invalid numeric Value';
rscdWidth = 'Width';
rscdAlignment = 'Alignment';
rscdLeft = 'Left';
// image list editor
s_SuggestSplitImage = 'Do you want to split the image?';
s_AddAsSingle = 'Add as single';
s_SplitImage = 'Split image';
// Fields Editor
fesFeTitle = 'Edit Fields...';
oisAddFields = '&Add fields';
oisAddFieldsFromFieldDefs = 'Add fields from FieldDefs';
fesNoFields = 'It was not possible to get the dataset field''s list';
fesCheckDset = 'Check dataset settings';
fesFlTitle = 'FieldDefs';
fesNoFieldsNote = 'Field''s list is not available, can''t check for duplicates';
oisIncompatibleIdentifier = 'Incompatible Identifier';
oisIsNotAValidMethodName = '%s%s%s is not a valid method name.';
oisTheIdentifierIsNotAMethodPressCancelToUndoPressIgn = 'The identifier %s%'
+'s%s is not a method.%sPress Cancel to undo,%spress Ignore to force it.';
oisIncompatibleMethod = 'Incompatible Method';
oisTheMethodIsNotPublishedPressCancelToUndoPressIgnor = 'The method %s%s%s '
+'is not published.%sPress Cancel to undo,%spress Ignore to force it.';
oisTheMethodIsIncompatibleToThisEventPressCancelToUnd = 'The method %s%s%s '
+'is incompatible to this event (%s).%sPress Cancel to undo,%spress '
+'Ignore to force it.';
peFilterEditor = 'Filter editor';
peFilterName = 'Filter name';
peFilter = 'Filter';
fesFormCaption = 'New field';
fesFieldType = 'Field Type';
fesData = '&Data';
fesCalculated = '&Calculated';
fesLookup = '&Lookup';
fesFieldProps = 'Field properties';
fesName = '&Name:';
fesType = '&Type:';
fesSize = '&Size:';
fesLookupDef = 'Lookup definition';
fesKeyfield = '&Key fields:';
fesDataset = '&Dataset:';
fesLookupKeys = 'L&ookup keys:';
fesResultField = '&Result Fields:';
fesOkBtn = 'OK';
fesCancelBtn = 'Cancel';
fesFieldCanTBeC = 'Field %s cannot be created!';
fesPersistentCompName = 'Co&mponent Name:';
oisMoveUpHint = 'Move field up';
oisMoveDownHint = 'Move field down';
oisSelectAllHint = 'Select All Fields';
oisUnselectAllHint = 'Unselect All';
//Key strings
srVK_UNKNOWN = 'Unknown';
srVK_LBUTTON = 'Mouse Button Left';
srVK_RBUTTON = 'Mouse Button Right';
srVK_CANCEL = 'Cancel'; //= dlgCancel
srVK_MBUTTON = 'Mouse Button Middle';
srVK_BACK = 'Backspace';
srVK_TAB = 'Tab';
srVK_CLEAR = 'Clear';
srVK_RETURN = 'Return';
srVK_SHIFT = 'Shift';
srVK_CONTROL = 'Control';
srVK_SUPER = 'Super';
srVK_META = 'Meta';
srVK_CMD = 'Cmd';
srVK_MENU = 'Menu';
srVK_PAUSE = 'Pause key';
srVK_CAPITAL = 'Capital';
srVK_KANA = 'Kana';
srVK_JUNJA = 'Junja';
srVK_FINAL = 'Final';
srVK_HANJA = 'Hanja';
srVK_ESCAPE = 'Escape';
srVK_CONVERT = 'Convert';
srVK_NONCONVERT = 'Nonconvert';
srVK_ACCEPT = 'Accept';
srVK_MODECHANGE = 'Mode Change';
srVK_SPACE = 'Space key';
srVK_PRIOR = 'Prior';
srVK_NEXT = 'Next';
srVK_END = 'End';
srVK_HOME = 'Home';
srVK_LEFT = 'Left';
srVK_UP = 'Up';
srVK_RIGHT = 'Right';
srVK_DOWN = 'Down'; //= dlgdownword
srVK_SELECT = 'Select'; //= lismenuselect
srVK_PRINT = 'Print';
srVK_EXECUTE = 'Execute';
srVK_SNAPSHOT = 'Snapshot';
srVK_INSERT = 'Insert';
srVK_DELETE = 'Delete'; //dlgeddelete
srVK_HELP = 'Help';
srVK_LWIN = 'Left Windows Key';
srVK_RWIN = 'Right Windows Key';
srVK_APPS = 'Application Key';
srVK_NUMPAD = 'Numpad %d';
srVK_NUMLOCK = 'Numlock';
srVK_SCROLL = 'Scroll';
lisOEMPlus = 'OEM plus';
lisOEM1 = 'OEM 1';
lisOEMComma = 'OEM comma';
lisOEMMinus = 'OEM minus';
lisOEMPeriod = 'OEM period';
lisOEM2 = 'OEM 2';
lisOEM3 = 'OEM 3';
lisOEM4 = 'OEM 4';
lisOEM5 = 'OEM 5';
lisOEM6 = 'OEM 6';
lisOEM7 = 'OEM 7';
lisOEM8 = 'OEM 8';
srVK_IRREGULAR = 'Irregular';
srVK_NONE = 'none';
srkm_Alt = 'Alt';
srkm_Ctrl = 'Ctrl';
pirsUnit = 'Pascal unit';
oisIndexOutOfBounds = 'Index out of bounds';
oisNotSupported = 'not supported';
oisUnableToChangeParentOfControlToNewParent = 'Unable to change parent of '
+'control %s%s%s to new parent %s%s%s.%s%s';
oisAddCollectionItem = '&Add Item';
implementation
end.
|