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

« back to all changes in this revision

Viewing changes to components/synedit/syneditstrconst.pp

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-02-22 10:25:57 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140222102557-ors9d31r84nz31jq
Tags: 1.2~rc2+dfsg-1
[ Abou Al Montacir ]
* New upstream pre-release.
  + Moved ideintf to components directory.
  + Added new package cairocanvas.
* Remove usage of depreciated parameters form of find. (Closes: Bug#724776)
* Bumped standard version to 3.9.5.
* Clean the way handling make files generation and removal.

[ Paul Gevers ]
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Update d/copyright for newly added dir in examples and components
* Update Vcs-* fields with new packaging location
* Update d/watch file to properly (Debian way) change upstreams versions
* Prevent 46MB of package size by sym linking duplicate files
* Patches
  - refresh to remove fuzz
  - add more Lintian found spelling errors
  - new patch to add shbang to two scripts in lazarus-src
* Drop lcl-# from Provides list of lcl-units-#
* Make lazarus-ide-qt4-# an arch all until it really contains stuff
* Make all metapackages arch all as the usecase for arch any doesn't
  seem to warrant the addition archive hit
* Fix permissions of non-scripts in lazarus-src-#

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
If you do not delete the provisions above, a recipient may use your version
27
27
of this file under either the MPL or the GPL.
28
28
 
29
 
$Id: syneditstrconst.pp 34300 2011-12-19 23:37:41Z martin $
 
29
$Id: syneditstrconst.pp 42488 2013-08-24 23:44:34Z martin $
30
30
 
31
31
You may retrieve the latest version of this file at the SynEdit home page,
32
32
located at http://SynEdit.SourceForge.net
54
54
  SYNS_Untitled                 =  'Untitled';
55
55
  // names for highlighter attributes
56
56
  SYNS_AttrASP                  =  'Asp';
 
57
  SYNS_AttrCDATA                =  'CDATA';
 
58
  SYNS_AttrDOCTYPE              =  'DOCTYPE';
 
59
  SYNS_AttrAnnotation           =  'Annotation';
57
60
  SYNS_AttrAssembler            =  'Assembler';
58
61
  SYNS_AttrAttributeName        =  'Attribute Name';
59
62
  SYNS_AttrAttributeValue       =  'Attribute Value';
166
169
  (* Stored Attribute Names *)
167
170
  SYNS_XML_Untitled                 =  'Untitled';
168
171
  SYNS_XML_AttrASP                  =  'Asp';
 
172
  SYNS_XML_AttrCDATA                =  'CDATA';
 
173
  SYNS_XML_AttrDOCTYPE              =  'DOCTYPE';
 
174
  SYNS_XML_AttrAnnotation           =  'Annotation';
169
175
  SYNS_XML_AttrAssembler            =  'Assembler';
170
176
  SYNS_XML_AttrAttributeName        =  'Attribute Name';
171
177
  SYNS_XML_AttrAttributeValue       =  'Attribute Value';
332
338
  SYNS_FilterTeX                =  'TeX Files (*.tex)|*.tex';
333
339
  SYNS_FilterPo                 =  'Po Files (*.po)|*.po';
334
340
 
335
 
{$IFDEF SYN_LAZARUS}
336
341
// Currently the language names are used to identify the language
337
342
// ToDo: create translation table
338
343
const
339
 
{$ENDIF}
340
344
  // Language names. Maybe somebody wants them translated / more detailed...
341
345
  SYNS_LangHP48                 =  'HP48';
342
346
  SYNS_LangCAClipper            =  'CA-Clipper';
419
423
  SYNS_emcWheelZoomOut             = 'Wheel zoom out';
420
424
  SYNS_emcWheelZoomIn              = 'Wheel zoom in';
421
425
  SYNS_emcWheelZoomNorm            = 'Wheel zoom default';
 
426
  SYNS_emcStartSelectTokens        = 'Selection (tokens) ';
 
427
  SYNS_emcStartSelectWords         = 'Selection (words)';
 
428
  SYNS_emcStartSelectLines         = 'Selection (lines)';
422
429
 
423
430
  SYNS_emcContextMenuCaretMove_opt = '"Move caret, when selection exists", Never, "Click outside", Always';
424
431
  SYNS_emcWheelScroll_opt          = 'Speed,"System settings",Lines,Pages,"Pages (less one line)"';