~ubuntu-branches/ubuntu/vivid/lazarus/vivid-proposed

« back to all changes in this revision

Viewing changes to ide/lazarusidestrconsts.pas

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2014-07-14 20:16:50 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140714201650-ossm36rrsdomp379
Tags: 1.2.4+dfsg-1
* New upstream release with few fixes and official support of FPC 2.6.4.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.2_fixes_branch#Fixes_for_1.2.4_.28Merged.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
4579
4579
  lisOpenSymlink = 'Open symlink';
4580
4580
  lisFileLinkError = 'File link error';
4581
4581
  lisWriteErrorFile = 'Write error: %s%sFile: %s%s%s';
4582
 
  lisTheCodetoolsFoundAnError = 'The codetools found an error:%s%s%s';
 
4582
  lisTheCodetoolsFoundAnError = 'The Codetools found an error:%s%s%s';
4583
4583
  lisIgnoreAndContinue = 'Ignore and continue';
4584
4584
  lisNotImplemented = 'Not implemented';
4585
4585
  lisNotImplementedYet = 'Not implemented yet:%s%s';
4898
4898
    +'a unit. Please use the File - Save as function to rename a unit.';
4899
4899
  lisRemoveSelectedUnits = 'Remove selected units';
4900
4900
  lisRemoveAllUnits = 'Remove all units';
4901
 
  lisCEShowCodeObserver = 'Show observerations about';
 
4901
  lisCEShowCodeObserver = 'Show observations about';
4902
4902
  lisCELongProcedures = 'Long procedures';
4903
4903
  lisCEManyParameters = 'Many parameters';
4904
4904
  lisCEUnnamedConstants = 'Unnamed constants';