@@ -, +, @@ --- installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql | 3 ++- installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql | 3 ++- installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql | 3 ++- .../data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql | 3 ++- installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) --- a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql +++ a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql @@ -3,7 +3,8 @@ -- Refer to http://www.niso.org/standards/index.html -- General Holdings: Type of Unit Designator -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable');INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes'); --- a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql +++ a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql @@ -3,7 +3,8 @@ -- Refer to http://www.niso.org/standards/index.html -- General Holdings: Type of Unit Designator -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable');INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes'); --- a/installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql +++ a/installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql @@ -3,7 +3,8 @@ -- Voir to http://www.niso.org/standards/index.html -- Fonds général : Désignateur de type d'unité -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information non disponible; Non applicable');INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Unité bibliographique de base'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information non disponible; Non applicable'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Unité bibliographique de base'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Unité bibliographique secondaire : suppléments, numéros spéciaux, matériel d\'accompagnement, autres unités bibliographiques secondaires'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Index'); --- a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql +++ a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql @@ -3,7 +3,8 @@ -- Refer to http://www.niso.org/standards/index.html -- General Holdings: Type of Unit Designator -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable');INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes'); --- a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql +++ a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql @@ -3,7 +3,8 @@ -- Refer to http://www.niso.org/standards/index.html -- General Holdings: Type of Unit Designator -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable');INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes'); --