wok annotate thunderbird/stuff/distribution.ini @ rev 16949

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