wok diff thunderbird/stuff/distribution.ini @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird/stuff/distribution.ini	Thu May 12 17:03:36 2022 +0100
     1.3 @@ -0,0 +1,59 @@
     1.4 +# Partner Distribution Configuration File
     1.5 +# Mozilla Thunderbird with Example Dist settings
     1.6 +
     1.7 +# NOTE! These three are required.
     1.8 +# id: short string unique to this distribution
     1.9 +# about: a short descriptive (ui-visible) string for this
    1.10 +#        distribution
    1.11 +# version: version of the extra distribution pieces (not the version
    1.12 +#          of Thunderbird)
    1.13 +
    1.14 +[Global]
    1.15 +id=SliTaz GNU/Linux
    1.16 +version=5.0
    1.17 +about=Distribution Edition
    1.18 +about.fr=Édition pour la distribution
    1.19 +
    1.20 +# This section contains the global js prefs. You do should not list
    1.21 +# here the localized preferences (see below)
    1.22 +
    1.23 +# Boolean preferences should be 'true' or 'false', w/o quotes.  e.g.:
    1.24 +# my.bool.preference=true
    1.25 +#
    1.26 +# Integer preferences should be unquoted numbers.  e.g.:
    1.27 +# my.int.preference=123
    1.28 +#
    1.29 +# String preferences should be in quotes.  e.g.:
    1.30 +# my.string.preference="foo"
    1.31 +
    1.32 +[Preferences]
    1.33 +# Use LANG environment variable to choose locale
    1.34 +intl.locale.matchOS=true
    1.35 +# Disable default mailer checking
    1.36 +mail.shell.checkDefaultMail=false
    1.37 +app.distributor="SliTaz"
    1.38 +app.distributor.channel=""
    1.39 +# Forbid application updates
    1.40 +app.update.enabled=false
    1.41 +
    1.42 +# This section is used as a template for locale-specific properties
    1.43 +# files. They work similarly to the GlobalPrefs section, except that
    1.44 +# the %LOCALE% string gets substituted with the language string.
    1.45 +
    1.46 +[LocalizablePreferences]
    1.47 +#app.releaseNotesURL="http://example.org/%LOCALE%/%LOCALE%/"
    1.48 +#mailnews.start_page.welcome_url="http://example.com/%APP%/firstrun?locale=%LOCALE%version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"
    1.49 +
    1.50 +# This section is an example of an override for a particular locale.
    1.51 +# The override sections do not interpolate %LOCALE% into strings.
    1.52 +# Preferences set in override sections are *merged* with the
    1.53 +# localizable defaults. That is, if you want a pref in
    1.54 +# [LocalizablePreferences] to not be set in a particular locale,
    1.55 +# you'll need to unset it explicitly ("pref.name=" on a line of its
    1.56 +# own).
    1.57 +
    1.58 +[LocalizablePreferences-en-US]
    1.59 +#app.releaseNotesURL="http://example.com/relnotes/"
    1.60 +#mailnews.start_page.welcome_url="http://example.com/firstrun/"
    1.61 +
    1.62 +