Bug 19036: Add ability to auto generate a number for account credits
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / i18n_l10n.pref
blob75e4ba289ce0fb5507f5b360a0ae3a39125fde4d
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         - "This list can be sorted to modify the order of the languages on the interface."
38     -
39         - pref: opaclanguagesdisplay
40           default: 0
41           choices:
42               yes: Allow
43               no: "Don't allow"
44         - patrons to change the language they see on the OPAC.
45     -
46         - "Enable the following languages on the OPAC:"
47         - pref: opaclanguages
48           type: opac-languages
49         - "This list can be sorted to modify the order of the languages on the interface."
50     -
51         - "Use the alphabet"
52         - pref: alphabet
53           class: long
54         - "for lists of browsable letters. This should be a space separated list of uppercase letters."
55         - "<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"
56     -
57         - Format postal addresses using
58         - pref: AddressFormat
59           default: us
60           choices:
61               us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
62               de: German style ([Address] [Street number] - [ZIP/Postal Code] [City] - [Country])
63               fr: French style ([Street number] [Address] - [ZIP/Postal Code] [City] - [Country])
64     -
65         - pref: TranslateNotices
66           choices:
67               yes: Allow
68               no: "Don't allow"
69         - notices to be translated.
70         - If set, notices will be translatable from the "Notices and Slips" interface. The language used to send a notice to a patron will be the one defined for the patron.