summaryrefslogtreecommitdiff
path: root/debian/fp-compiler.templates.in
blob: 327c9859631d98d8ef831d7a258e87f8a74ca012 (plain)
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
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: fp-compiler/rename_cfg
Type: boolean
Default: true
_Description: Rename "/etc/fpc.cfg" to "/etc/fpc.cfg.bak"?
 FPC now supports having multiple versions installed on the same system.
 The update-alternatives command can be used to set a default version for
  * fpc (the compiler);
  * fpc.cfg (the configuration file);
  * fp-utils (the helper tools).
 .
 Whatever version you may choose as default, the configuration files are
 always backward compatible, so it should always be safe to use the latest
 version.
 .
 In order to use the alternatives system on the system wide FPC configuration
 file you must accept renaming "/etc/fpc.cfg"; otherwise you will need to
 manage this manually by yourself.

Template: fp-compiler/windres-select
Type: select
Choices: ${choices}
Default: Select manually
_Description: Default MS Windows .rc resource compiler:
 FPC supports compiling programs that embed resources as MS Windows
 .rc-format files on all platforms where the MinGW windres tool is available.
 .
 In order to be able to compile projects using .rc files, you need first to
 manually install the package mingw32-binutils. mingw32-binutils is suggested
 by fp-compiler but not pulled in automatically.
 .
 If you want to enter a custom .rc file compiler that does not appear in this
 list or if you simply want to disable this feature, please select
 "Select manually".

Template: fp-compiler/windres
Type: string
Default:
_Description: Default MS Windows .rc resource compiler:
 FPC supports compiling programs that embed resources as MS Windows
 .rc-format files on all platforms where the MinGW windres tool is available.
 .
 In order to be able to compile projects using .rc files, you need first to
 manually install the package mingw32-binutils. mingw32-binutils is suggested
 by fp-compiler but not pulled in automatically.
 .
 If you don't want to use a default .rc file compiler, leave this blank.