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

(-)a/installer/data/mysql/it-IT/necessari/auth_val.sql (-1 / +1 lines)
Lines 36-42 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('LOC','P Link Here
36
-- collection codes for an item
36
-- collection codes for an item
37
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction');
37
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction');
38
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','REF','Strumenti di reference');
38
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','REF','Strumenti di reference');
39
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non Fiction');
39
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non-fiction');
40
40
41
-- withdrawn status of an item, linked to items.withdrawn
41
-- withdrawn status of an item, linked to items.withdrawn
42
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('WITHDRAWN','0','Non ritirata');
42
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('WITHDRAWN','0','Non ritirata');
(-)a/installer/data/mysql/pl-PL/optional/auth_val.sql (-1 / +1 lines)
Lines 28-34 INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('LOC', Link Here
28
-- collection codes for an item
28
-- collection codes for an item
29
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction');
29
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction');
30
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','REF','Reference');
30
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','REF','Reference');
31
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non Fiction');
31
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non-fiction');
32
32
33
-- withdrawn status of an item, linked to items.withdrawn
33
-- withdrawn status of an item, linked to items.withdrawn
34
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('WITHDRAWN','1','Wycofany');
34
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('WITHDRAWN','1','Wycofany');
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt (-3 / +2 lines)
Lines 32-38 Link Here
32
<p>There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:</p>
32
<p>There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:</p>
33
33
34
<ul><li>fic:1 Fiction</li>
34
<ul><li>fic:1 Fiction</li>
35
<li>fic:0 Non fiction</li>
35
<li>fic:0 Non-fiction</li>
36
<li>bio:b Biography</li>
36
<li>bio:b Biography</li>
37
<li>mus:j Musical recording</li>
37
<li>mus:j Musical recording</li>
38
<li>mus:i Non-musical recording</li></ul>
38
<li>mus:i Non-musical recording</li></ul>
Lines 80-83 Link Here
80
80
81
<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/searching.html">manual</a> (online).</strong></p>
81
<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/searching.html">manual</a> (online).</strong></p>
82
82
83
[% INCLUDE 'help-bottom.inc' %]
83
[% INCLUDE 'help-bottom.inc' %]
84
- 

Return to bug 15411