~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to ide/wconstse.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    $Id: wconstse.inc,v 1.4 2005/02/14 17:13:18 peter Exp $
 
3
    This file is part of the Free Pascal Integrated Development Environment
 
4
    Copyright (c) 2000 by Berczi Gabor
 
5
 
 
6
    Strings for utilities
 
7
 
 
8
    This program is distributed in the hope that it will be useful,
 
9
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
11
 
 
12
 **********************************************************************}
 
13
 
 
14
{$undef USERESSTRINGS} { this doesn't compile under FP!!! why? }
 
15
 
 
16
{$ifdef USERESSTRINGS}
 
17
    resourcestring
 
18
{$else}
 
19
    const
 
20
{$endif}
 
21
 
 
22
    btn_OK = 'O~K';
 
23
    btn_Cancel = 'Cancel';
 
24
 
 
25
    dialog_find = 'Find';
 
26
    label_find_options = 'Options';
 
27
    label_find_texttofind = '~T~ext to find';
 
28
    label_find_casesensitive = '~C~ase sensitive';
 
29
    label_find_wholewordsonly = '~W~hole words only';
 
30
    label_find_useregexp = '~U~se regular expr.';
 
31
    label_find_direction = 'Direction';
 
32
    label_find_forward = 'Forwar~d~';
 
33
    label_find_backward = '~B~ackward';
 
34
    label_find_scope = 'Scope';
 
35
    label_find_global = '~G~lobal';
 
36
    label_find_selectedtext = '~S~elected text';
 
37
    label_find_origin = 'Origin';
 
38
    label_find_fromcursor = '~F~rom cursor';
 
39
    label_find_entirescope = '~E~ntire scope';
 
40
 
 
41
    dialog_replace = 'Replace';
 
42
    label_replace_texttofind = label_find_texttofind;
 
43
    label_replace_newtext = '    ~N~ew text';
 
44
    label_replace_options = label_find_options;
 
45
    label_replace_casesensitive = label_find_casesensitive;
 
46
    label_replace_useregexp = label_find_useregexp;
 
47
    label_replace_wholewordsonly = label_find_wholewordsonly;
 
48
    label_replace_promptonreplace = '~P~rompt on replace';
 
49
    label_replace_direction = label_find_direction;
 
50
    label_replace_forward = label_find_forward;
 
51
    label_replace_backward = label_find_backward;
 
52
    label_replace_scope = label_find_scope;
 
53
    label_replace_global = label_find_global;
 
54
    label_replace_selectedtext = label_find_selectedtext;
 
55
    label_replace_origin = label_find_origin;
 
56
    label_replace_fromcursor = label_find_fromcursor;
 
57
    label_replace_entirescope = label_find_entirescope;
 
58
    btn_replace_changeall = 'Change ~a~ll';
 
59
 
 
60
    dialog_gotoline = 'Goto line';
 
61
    label_gotoline_linenumber = 'Enter new line ~n~umber';
 
62
 
 
63
    msg_invalidmarkindex = 'Invalid mark index (%d)';
 
64
    msg_marknotset = 'Mark %d not set.';
 
65
 
 
66
    msg_foldboundsarenotvalid = 'Fold bounds are not valid';
 
67
 
 
68
    msg_notenoughmemoryforthisoperation = 'Not enough memory for this operation.';
 
69
    msg_errorreadingfile = 'Error reading file %s.';
 
70
    msg_errorwritingfile = 'Error writing file %s.';
 
71
    msg_errorsavingfile = 'Error saving file %s.';
 
72
    msg_errorcreatingfile = 'Error creating file %s.';
 
73
    msg_filehasbeenmodifiedsave = '%s has been modified. Save?';
 
74
    msg_saveuntitledfile = 'Save untitled file?';
 
75
    msg_filehadtoolonglines = #3'File %s had too long lines'#13+
 
76
                              #3'first such line is %d';
 
77
    msg_filewasmodified = #3'File %s '#13+
 
78
                          #3'was modified by another program.'#13+
 
79
                          #3'Overwrite new version?';
 
80
    msg_reloaddiskmodifiedfile = #3'File %s '#13+
 
81
                          #3'was modified by another program.'#13+
 
82
                          #3'Reload new version?';
 
83
    msg_reloaddiskandidemodifiedfile = #3'File %s '#13+
 
84
                          #3'was modified by another program,'#13+
 
85
                          #3'but the IDE version wasn''t saved before.'#13+
 
86
                          #3'Reload new on disk version and loose IDE modifications?';
 
87
    dialog_savefileas = 'Save File As';
 
88
    dialog_writeblocktofile = 'Write Block to File';
 
89
    dialog_readblockfromfile = 'Read Block from File';
 
90
 
 
91
    label_name = '~N~ame';
 
92
 
 
93
    msg_searchstringnotfound = 'Search string not found.';
 
94
    msg_replacethisoccourence = 'Replace this occurence?';
 
95
    msg_fileexistsoverwrite = 'File %s already exists. Overwrite?';
 
96
    msg_readingwinclipboard = 'Reading windows clipboard';
 
97
    msg_copyingwinclipboard = 'Copying to windows clipboard';
 
98
    msg_pastingclipboard = 'Pasting clipboard';
 
99
    msg_copyingclipboard = 'Copying to clipboard';
 
100
    msg_cutting = 'Cutting';
 
101
    { Help system }
 
102
 
 
103
    msg_nohelpfilesinstalled = 'No help files installed.';
 
104
    msg_helpindex = 'Help index';
 
105
    msg_nohelpavailabelforthistopic = 'No help available for this topic.';
 
106
    msg_pagenotavailable = 'Page not available';
 
107
    msg_cantaccessurl = 'Sorry, can''t access the URL: %s ...';
 
108
 
 
109
    { WUtils }
 
110
    msg_bugcheckfailed = 'Bug check failed: %s'#13+
 
111
                         'Please report to author!';
 
112
    msg_functionnotimplemented = #3'This function is not'#13+
 
113
                                 #3+'yet implemented...'#13+
 
114
                                 #3+'Sorry';
 
115
 
 
116
{
 
117
  $Log: wconstse.inc,v $
 
118
  Revision 1.4  2005/02/14 17:13:18  peter
 
119
    * truncate log
 
120
 
 
121
}