Bugzilla – Attachment 27476 Details for
Bug 11351
Add support for SIP2 media types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11351 - Add support for SIP2 media types - French file
Bug-11351---Add-support-for-SIP2-media-types---Fre.patch (text/plain), 2.49 KB, created by
Jonathan Druart
on 2014-04-23 13:28:51 UTC
(
hide
)
Description:
Bug 11351 - Add support for SIP2 media types - French file
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-04-23 13:28:51 UTC
Size:
2.49 KB
patch
obsolete
>From 9549fd795de093707ffe37ded3b7118dc662efab Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 23 Apr 2014 15:27:01 +0200 >Subject: [PATCH] Bug 11351 - Add support for SIP2 media types - French file > >This patch adds the SIP_MEDIA_TYPE AV for the fr-FR file. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../data/mysql/fr-FR/1-Obligatoire/authorised_values.sql | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >index 2a33628..c4e800f 100644 >--- a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >+++ b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >@@ -687,3 +687,16 @@ INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'qualif', '573', 'Diffuseur'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'qualif', '574', 'Présentateur'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'qualif', '575', 'Responsable'); >+ >+-- SIP2 media types >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '000', 'Autre'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '001', 'Livre'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '002', 'Magazine'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '003', 'Périodique relié'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '004', 'Cassette audio'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '005', 'Cassette vidéo'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '006', 'CD/CDROM'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '007', 'Disquette'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '008', 'Livre avec disquette'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '009', 'Livre avec CD'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '010', 'Livre avec cassette audio'); >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11351
:
23342
|
23343
|
23344
|
23354
|
23355
|
24944
|
24946
|
27453
| 27476