Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref
Marc Véron c4b9f379f3 Bug 12072: Add system preference for New dateformat dd.mm.yyyy (dmydot)
Note: This feature depends on Bug 14870 'Delete C4/Dates from system'

System preferences:
To test:
- apply the patch
- run updatedatabase.pl
- go to Admin > Sysprefs > I18N, change dateformat to dd.mm.yyyy, save
- verify that the value was saved

Date handling:
- go through the staff client and verify that dates behave as expected.
- go through Opac and verify that dates behave as expected.

  The Bugs where Bug 14870 depends on contain test plans that can be
  used for the overall testing.

Note: Make sure that you reset the dateformat to the former value after
      testing.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Works as expected

Amended to apply on top of Bug 15166 11.11.2015/mv

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-11-19 13:12:00 -03:00

60 lines
2.2 KiB
Text

I18N/L10N:
-
- Format dates like
- pref: dateformat
default: us
choices:
us: mm/dd/yyyy
metric: dd/mm/yyyy
dmydot: dd.mm.yyyy
iso: yyyy-mm-dd
- . <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!
-
- 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" )
- . <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!
-
- 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
-
- pref: opaclanguagesdisplay
default: 0
choices:
yes: Allow
no: "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
-
- "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])