View | Details | Raw Unified | Return to bug 25630
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref (-2 / +3 lines)
Lines 52-58 I18N/L10N: Link Here
52
        - pref: alphabet
52
        - pref: alphabet
53
          class: long
53
          class: long
54
        - "for lists of browsable letters. This should be a space separated list of uppercase letters."
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"
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
    -
56
    -
57
        - Format postal addresses using
57
        - Format postal addresses using
58
        - pref: AddressFormat
58
        - pref: AddressFormat
Lines 61-70 I18N/L10N: Link Here
61
              us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
61
              us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
62
              de: German style ([Address] [Street number] - [ZIP/Postal Code] [City] - [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])
63
              fr: French style ([Street number] [Address] - [ZIP/Postal Code] [City] - [Country])
64
        - "."
64
    -
65
    -
65
        - pref: TranslateNotices
66
        - pref: TranslateNotices
66
          choices:
67
          choices:
67
              yes: Allow
68
              yes: Allow
68
              no: "Don't allow"
69
              no: "Don't allow"
69
        - notices to be translated.
70
        - 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.
71
        - 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.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref (-5 / +4 lines)
Lines 41-47 Logging: Link Here
41
              choices:
41
              choices:
42
                  on: Log
42
                  on: Log
43
                  off: "Don't log"
43
                  off: "Don't log"
44
            - when changes to ILL requests take place
44
            - when changes to ILL requests take place.
45
        -
45
        -
46
            - pref: IssueLog
46
            - pref: IssueLog
47
              choices:
47
              choices:
Lines 53-59 Logging: Link Here
53
              choices:
53
              choices:
54
                  on: Log
54
                  on: Log
55
                  off: "Don't log"
55
                  off: "Don't log"
56
            - when items are returned.
56
            - when items are checked in.
57
        -
57
        -
58
            - pref: RenewalLog
58
            - pref: RenewalLog
59
              choices:
59
              choices:
Lines 97-109 Logging: Link Here
97
              choices:
97
              choices:
98
                  on: Do
98
                  on: Do
99
                  off: "Don't"
99
                  off: "Don't"
100
            - dump all Template Toolkit variable to a comment in the html source for the staff intranet.
100
            - dump all Template Toolkit variable to a comment in the HTML source for the staff intranet.
101
        -
101
        -
102
            - pref: DumpTemplateVarsOpac
102
            - pref: DumpTemplateVarsOpac
103
              choices:
103
              choices:
104
                  on: Do
104
                  on: Do
105
                  off: "Don't"
105
                  off: "Don't"
106
            - dump all Template Toolkit variable to a comment in the html source for the OPAC.
106
            - dump all Template Toolkit variable to a comment in the HTML source for the OPAC.
107
        -
107
        -
108
            - pref: DumpSearchQueryTemplate
108
            - pref: DumpSearchQueryTemplate
109
              choices:
109
              choices:
110
- 

Return to bug 25630