wok view thunderbird/stuff/distribution.ini @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line source
1 # Partner Distribution Configuration File
2 # Mozilla Thunderbird with Example Dist settings
4 # NOTE! These three are required.
5 # id: short string unique to this distribution
6 # about: a short descriptive (ui-visible) string for this
7 # distribution
8 # version: version of the extra distribution pieces (not the version
9 # of Thunderbird)
11 [Global]
12 id=SliTaz GNU/Linux
13 version=5.0
14 about=Distribution Edition
15 about.fr=Édition pour la distribution
17 # This section contains the global js prefs. You do should not list
18 # here the localized preferences (see below)
20 # Boolean preferences should be 'true' or 'false', w/o quotes. e.g.:
21 # my.bool.preference=true
22 #
23 # Integer preferences should be unquoted numbers. e.g.:
24 # my.int.preference=123
25 #
26 # String preferences should be in quotes. e.g.:
27 # my.string.preference="foo"
29 [Preferences]
30 # Use LANG environment variable to choose locale
31 intl.locale.matchOS=true
32 # Disable default mailer checking
33 mail.shell.checkDefaultMail=false
34 app.distributor="SliTaz"
35 app.distributor.channel=""
36 # Forbid application updates
37 app.update.enabled=false
39 # This section is used as a template for locale-specific properties
40 # files. They work similarly to the GlobalPrefs section, except that
41 # the %LOCALE% string gets substituted with the language string.
43 [LocalizablePreferences]
44 #app.releaseNotesURL="http://example.org/%LOCALE%/%LOCALE%/"
45 #mailnews.start_page.welcome_url="http://example.com/%APP%/firstrun?locale=%LOCALE%version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"
47 # This section is an example of an override for a particular locale.
48 # The override sections do not interpolate %LOCALE% into strings.
49 # Preferences set in override sections are *merged* with the
50 # localizable defaults. That is, if you want a pref in
51 # [LocalizablePreferences] to not be set in a particular locale,
52 # you'll need to unset it explicitly ("pref.name=" on a line of its
53 # own).
55 [LocalizablePreferences-en-US]
56 #app.releaseNotesURL="http://example.com/relnotes/"
57 #mailnews.start_page.welcome_url="http://example.com/firstrun/"