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

« back to all changes in this revision

Viewing changes to tools/jsonviewer/msgjsonviewer.pp

  • 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:
24
24
  SDuplicateMemberName = 'Duplicate member name "%s".';
25
25
  SErrinvalidValue = 'Invalid value or wrong type: "%s"';
26
26
  SErrNoValidJSONClipBoard = 'The clipboard does not contain valid JSON data';
27
 
  SErrCreatingConfigDir = 'Could not create the configuration files directory "s"';
 
27
  SErrCreatingConfigDir = 'Could not create the configuration files directory "%s"';
28
28
  SNoMoreMatches = 'No nodes match the criterium';
29
29
 
30
30
  SDiscard = 'Discard changes';