From b86a3cde5d88962ff197a2494aaab4db2b9036c7 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 18 May 2016 22:59:27 -0300 Subject: [PATCH] Bug 16554: Fix I18N sample files Needs Bug 13669 This patch fix web installer for de-DE, es-ES, fr-CA, nb-NO and pl-PL To test: 1) Apply patch 2) Try web installer for any/all listed languages. a) de-DE, es-ES, fr-CA and pl-PL There must be no problems for marc21 + all sample files b) nb-NO There must be no problems for normarc + all sample files Signed-off-by: Mark Tompsett --- 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(-) diff --git a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql index adc3ea7..d630b8e 100644 --- a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql +++ b/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'); diff --git a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql index adc3ea7..d630b8e 100644 --- a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql +++ b/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'); diff --git a/installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql b/installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql index b6a3afe..1e629df 100644 --- a/installer/data/mysql/fr-CA/facultatif/marc21_holdings_coded_values.sql +++ b/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'); diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql b/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql index adc3ea7..d630b8e 100644 --- a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql +++ b/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'); diff --git a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql index eb74f46..b2c9168 100644 --- a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql +++ b/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'); -- 2.7.4