~ubuntu-branches/ubuntu/karmic/localization-config/karmic

« back to all changes in this revision

Viewing changes to conffiles.d/sarge/lang_X_map.pl

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Hess
  • Date: 2008-10-13 19:31:08 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081013193108-7rzduh4eggzp1l3q
Tags: 1.05
* Fix selecting wrong language by ripping the encoding part from
  '%lang_locale_map' so the algorithm does not for example prefer
  de_BE over de_DE when locale is set to de_DE.UTF-8. Closes: #498095
* Fix unnecessary appearance of kpersonlizer by not creating
  '/etc/kde3/system.kdeglobals'. KDE now choses the correct
  settings automatically and a manual intervention is no longer
  necessary. (New file 'conffiles.d/lenny/kde' is a modified copy
  of the etch version) Closes: #499694
* debian/control:
  - Set "Debian Edu Developers <debian-edu@lists.debian.org>" as
    maintainer with permission by Christian Perrier. Remove
    Christian Perrier from Uploaders and add myself.
    Thanks to Christian and Konstantinos for their work on this
    package.
* Debconf translation updates:
  - Swedish updated. Closes: #491773
* Remove patch.tar.gz file that includes an older copy of some
  file in debian directory and is not used nor included in the
  binary packages.
* Merge changes from NMU, thanks to Ben Hutchings.
  Keep country version for some languages
  (e.g. de_DE to "German (DE)") to be consistent with other forms
  of that languages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
my %lang_X_map = (
10
10
    # entries sorted alphabetically
 
11
    'Albanian'           => { XkbLayout => 'al', XkbModel => 'pc105'},
11
12
    'American (US)'      => { XkbLayout => 'us', XkbModel => 'pc104'},
12
13
    'Australian'         => { XkbLayout => 'us', XkbModel => 'pc104' },
13
14
    'Belarussian'        => { XkbLayout => 'us,ru', XkbOptions => 'grp:ctrl_shift_toggle,grp_led:scroll', XkbModel => 'pc105', XkbVariant => 'winkeys' },
14
 
    'Belgian'            => { XkbLayout => 'be', XkbModel => 'pc105' },
 
15
    'French (BE)'        => { XkbLayout => 'be', XkbModel => 'pc105' },
 
16
    'Dutch (BE)'         => { XkbLayout => 'be', XkbModel => 'pc105' },
15
17
    'Bosnian'            => { XkbLayout => 'us,bs', XkbOptions => 'grp:alt_shift_toggle', XkbModel => 'pc105' },
16
18
    'Brazilian'          => { XkbLayout => 'br', XkbModel => 'abnt2', XkbVariant => 'abnt2' },
17
 
    'Brazilian (latin1)' => { XkbLayout => 'br', XkbModel => 'pc105', XkbVariant => 'us_intl' },
 
19
    'Brazilian (latin1)' => { XkbLayout => 'us_intl', XkbModel => 'pc105' },
18
20
    'British'            => { XkbLayout => 'gb', XkbModel => 'pc105' },
19
21
    'Bulgarian'          => { XkbLayout => 'us,bg', XkbVariant => ',bds', XkbOptions => 'grp:alt_shift_toggle,grp_led:scroll' },
20
22
    'Catalan'            => { XkbLayout => 'es', XkbModel => 'pc105' },
33
35
    'German (BE)'        => { XkbLayout => 'de', XkbModel => 'pc105' },
34
36
    'German'             => { XkbLayout => 'de', XkbModel => 'pc105' },
35
37
    'German (ndk)'       => { XkbLayout => 'de', XkbVariant => 'nodeadkeys', XkbModel => 'pc105' },
36
 
    'Greek'              => { XkbLayout => 'us,el', XkbOptions => 'grp:alt_shift_toggle', XkbModel => 'pc105' },
37
 
    'Hebrew'             => { XkbLayout => 'us,il', XkbOptions => 'grp:alt_shift_toggle' },
 
38
    'Greek'              => { XkbLayout => 'us,el', XkbOptions => 'grp:alt_shift_toggle', XkbModel => 'pc105', XkbVariant => ',extended' },
 
39
    'Hebrew'             => { XkbLayout => 'us,il', XkbOptions => 'grp:alt_shift_toggle,grp_led:scroll', XkbModel => 'pc104' },
38
40
    'Hungarian'          => { XkbLayout => 'hu', XkbModel => 'pc105' },
39
41
    'Icelandic'          => { XkbLayout => 'is', XkbModel => 'pc105' },
40
42
    'Irish'              => { XkbLayout => 'gb', XkbModel => 'pc105' },
67
69
    'Swiss (DE)'         => { XkbLayout => 'ch', XkbVariant => 'de', XkbModel => 'pc105' },
68
70
    'Swiss (FR)'         => { XkbLayout => 'ch', XkbVariant => 'fr', XkbModel => 'pc105' }, 
69
71
    'Tagalog'            => { XkbLayout => 'us', XkbModel => 'pc105' },
 
72
    'Thai'               => { XkbLayout => 'us,th', XkbOptions => 'grp:alt_shift_toggle', XkbModel => 'pc105' },
70
73
    'Turkish (Q layout)' => { XkbLayout => 'tr', XkbOptions => 'caps:shift', XkbModel => 'pc105' },
71
74
    'Turkish (F layout)' => { XkbLayout => 'tr', XkbVariant => 'tr_f', XkbOptions => 'caps:shift', XkbModel => 'pc105' },
72
75
    'Ukrainian'          => { XkbLayout => 'us,ua', XkbOptions => 'grp_led:num,grp:ctrl_shift_toggle', XkbModel => 'pc105' },