Bug 18026: Correct URL to database columns from .pref files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / i18n_l10n.pref
index 9d409ba..6f7e60a 100644 (file)
@@ -6,8 +6,30 @@ I18N/L10N:
           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
@@ -23,3 +45,16 @@ I18N/L10N:
         - "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])