Bug 14920: Remove C4::Dates from circ/reserveratios.pl
[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               iso: yyyy-mm-dd
10         - . <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!
11     -
12         - Format times in
13         - pref: TimeFormat
14           default: 24hr
15           choices:
16               24hr: 24 hour format ( e.g. "14:18" )
17               12hr: 12 hour format ( e.g. "02:18 PM" )
18         - . <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!
19     -
20         - Use
21         - pref: CalendarFirstDayOfWeek
22           default: 0
23           choices:
24               0: Sunday
25               1: Monday
26               2: Tuesday
27               3: Wednesday
28               4: Thursday
29               5: Friday
30               6: Saturday
31         - as the first day of week in the calendar.
32     -
33         - "Enable the following languages on the staff interface:"
34         - pref: language
35           type: staff-languages
36     -
37         - pref: opaclanguagesdisplay
38           default: 0
39           choices:
40               yes: Allow
41               no: "Don't allow"
42         - patrons to change the language they see on the OPAC.
43     -
44         - "Enable the following languages on the OPAC:"
45         - pref: opaclanguages
46           type: opac-languages
47     -
48         - "Use the alphabet"
49         - pref: alphabet
50           class: long
51         - "for lists of browsable letters. This should be a space separated list of uppercase letters."
52         - "<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"
53     -
54         - Format postal addresses using
55         - pref: AddressFormat
56           default: us
57           choices:
58               us: US style ([Street number], [Address] - [City], [Zip/Postal Code], [Country])
59               de: German style ([Address] [Street number] - [Zip/Postal Code] [City] - [Country])