Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref
Lucas Gass 0d2f1aeaf9
Bug 31886: Fix no sidebar problem in system pref search
To test:
1. Go to Adminstration and click on 'Global system preferences'
2. From the left side bar click 'I18N/L10N' and notice no sidebar.
3. Also try 'Serials', no sidebar
4. Apply patch, restart_all
5. Try 1 & 2 again and the sidebar should be restored
6. Try clicking through each of the system preference groups (Accounting, Acquisitions, etc ) and make sure the sidebar is always present.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-10-24 10:37:31 -03:00

72 lines
2.5 KiB
Text

I18N/L10N:
Global:
-
- Format dates like
- pref: dateformat
default: us
choices:
us: mm/dd/yyyy
metric: dd/mm/yyyy
dmydot: dd.mm.yyyy
iso: yyyy-mm-dd
- .
-
- Format times in
- pref: TimeFormat
default: 24hr
choices:
24hr: 24 hour format ( e.g. "14:18" )
12hr: 12 hour format ( e.g. "02:18 PM" )
- .
-
- Use
- pref: CalendarFirstDayOfWeek
default: 0
choices:
0: Sunday
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday
- as the first day of week in the calendar.
-
- "Enable the following languages on the staff interface:"
- pref: language
type: staff-languages
- "This list can be sorted to modify the order of the languages on the interface."
-
- pref: opaclanguagesdisplay
default: 0
choices:
1: Allow
0: "Don't allow"
- patrons to change the language they see on the OPAC.
-
- "Enable the following languages on the OPAC:"
- pref: OPACLanguages
type: opac-languages
- "This list can be sorted to modify the order of the languages on the interface."
-
- "Use the alphabet"
- pref: alphabet
class: long
- "for lists of browsable letters. This should be a space separated list of uppercase letters."
- "<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."
-
- Format postal addresses using
- pref: AddressFormat
default: us
choices:
us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
de: German style ([Address] [Street number] - [ZIP/Postal Code] [City] - [Country])
fr: French style ([Street number] [Address] - [ZIP/Postal Code] [City] - [Country])
- "."
-
- pref: TranslateNotices
choices:
1: Allow
0: "Don't allow"
- notices to be translated.
- 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.