Bug 15373: More changes of Zip to ZIP on intranet
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / i18n_l10n.pref
1 I18N/L10N:
2     -
3         - Format dates like
4         - pref: dateformat
5           default: us
6           choices:
7               us: mm/dd/yyyy
8               metric: dd/mm/yyyy
9               dmydot: dd.mm.yyyy
10               iso: yyyy-mm-dd
11         - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
12     -
13         - Format times in
14         - pref: TimeFormat
15           default: 24hr
16           choices:
17               24hr: 24 hour format ( e.g. "14:18" )
18               12hr: 12 hour format ( e.g. "02:18 PM" )
19         - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
20     -
21         - Use
22         - pref: CalendarFirstDayOfWeek
23           default: 0
24           choices:
25               0: Sunday
26               1: Monday
27               2: Tuesday
28               3: Wednesday
29               4: Thursday
30               5: Friday
31               6: Saturday
32         - as the first day of week in the calendar.
33     -
34         - "Enable the following languages on the staff interface:"
35         - pref: language
36           type: staff-languages
37     -
38         - pref: opaclanguagesdisplay
39           default: 0
40           choices:
41               yes: Allow
42               no: "Don't allow"
43         - patrons to change the language they see on the OPAC.
44     -
45         - "Enable the following languages on the OPAC:"
46         - pref: opaclanguages
47           type: opac-languages
48     -
49         - "Use the alphabet"
50         - pref: alphabet
51           class: long
52         - "for lists of browsable letters. This should be a space separated list of uppercase letters."
53         - "<br/> Hint: Changing collation in the database for the 'surname' column of the 'borrowers' table is helpful to make browsing by last name work in members-home.pl when using an alphabet outside of A-Z"
54     -
55         - Format postal addresses using
56         - pref: AddressFormat
57           default: us
58           choices:
59               us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
60               de: German style ([Address] [Street number] - [ZIP/Postal Code] [City] - [Country])