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

(-)a/installer/data/mysql/de-DE/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/es-ES/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/fr-CA/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/fr-FR/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/it-IT/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/nb-NO/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/pl-PL/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/ru-RU/locale_sysprefs.yml (+122 lines)
Line 0 Link Here
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free
(-)a/installer/data/mysql/uk-UA/locale_sysprefs.yml (-1 / +122 lines)
Line 0 Link Here
0
- 
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
# Koha is free software; you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3 of the License, or
10
# (at your option) any later version.
11
#
12
# Koha is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20
# Localized Koha system preferences
21
22
tables:
23
  - systempreferences:
24
      translatable: [ value ]
25
      multiline: [ ]
26
      comments: [ variable, options, explanation ]
27
      rows:
28
        - variable: AddressFormat
29
          value: "us"
30
          options: "us|de|fr"
31
          explanation: "Choose format to display postal addresses"
32
          type: Choice
33
34
        - variable: AmazonLocale
35
          value: "US"
36
          options: "US|CA|DE|FR|IN|JP|UK"
37
          explanation: "Use to set the Locale of your Amazon.com Web Services"
38
          type: Choice
39
40
        - variable: borrowerRelationship
41
          value: "father|mother"
42
          options: ""
43
          explanation: "Define valid relationships between a guarantor & a guarantee (separated by | or ,)"
44
          type: free
45
46
        - variable: BorrowersTitles
47
          value: "Mr|Mrs|Miss|Ms"
48
          options: ""
49
          explanation: "Define appropriate Titles for patrons"
50
          type: free
51
52
        - variable: CalendarFirstDayOfWeek
53
          value: 0
54
          options: "0|1|2|3|4|5|6"
55
          explanation: "Select the first day of week to use in the calendar."
56
          type: Choice
57
58
        - variable: CurrencyFormat
59
          value: "US"
60
          options: "US|FR|CH"
61
          explanation: "Determines the display format of currencies. eg: '360000' is displayed as '360 000,00'  in 'FR' or '360,000.00' in 'US'."
62
          type: Choice
63
64
        - variable: dateformat
65
          value: "us"
66
          options: "metric|us|iso|dmydot"
67
          explanation: "Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)"
68
          type: Choice
69
70
        - variable: DefaultClassificationSource
71
          value: "ddc"
72
          options: ""
73
          explanation: "Default classification scheme used by the collection. E.g., Dewey, LCC, etc."
74
          type: ClassSources
75
76
        - variable: gist
77
          value: 0
78
          options: ""
79
          explanation: "Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST"
80
          type: Integer
81
82
        - variable: opaclanguagesdisplay
83
          value: 0
84
          options: ""
85
          explanation: "If ON, enables display of Change Language feature on OPAC"
86
          type: YesNo
87
88
        - variable: OpacMainUserBlock
89
          value: "Welcome to Koha...<hr>"
90
          options: "70|10"
91
          explanation: "A user-defined block of HTML  in the main content area of the opac main page"
92
          type: Textarea
93
94
        - variable: OpacNav
95
          value: "Important links here."
96
          options: "70|10"
97
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
98
          type: Textarea
99
100
        - variable: OpacNavBottom
101
          value: "Important links here."
102
          options: "70|10"
103
          explanation: "Use HTML tags to add navigational links to the left-hand navigational bar in OPAC"
104
          type: Textarea
105
106
        - variable: OPACSearchForTitleIn
107
          value: "<li><a href=\"https://worldcat.org/search?q={TITLE}\" target=\"_blank\">Other Libraries (WorldCat)</a></li><li><a href=\"https://scholar.google.com/scholar?q={TITLE}\" target=\"_blank\">Other Databases (Google Scholar)</a></li><li><a href=\"https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr\" target=\"_blank\">Online Stores (Bookfinder.com)</a></li><li><a href=\"https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})\" target=\"_blank\">Open Library (openlibrary.org)</a></li>"
108
          options: "70|10"
109
          explanation: "Enter the HTML that will appear in the 'Search for this title in' box on the detail page in the OPAC.  Enter {TITLE}, {AUTHOR}, or {ISBN} in place of their respective variables in the URL. Leave blank to disable 'More Searches' menu."
110
          type: Textarea
111
112
        - variable: RoutingListNote
113
          value: "To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference."
114
          options: "70|10"
115
          explanation: "Define a note to be shown on all routing lists"
116
          type: Textarea
117
118
        - variable: UniqueItemFields
119
          value: "barcode"
120
          options: ""
121
          explanation: "Pipe-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table"
122
          type: Free

Return to bug 24973