Bugzilla – Attachment 134553 Details for
Bug 27619
Remove fr-FR installer data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27619: Add custom for fr-FR
Bug-27619-Add-custom-for-fr-FR.patch (text/plain), 3.51 KB, created by
Biblibre Sandboxes
on 2022-05-03 16:21:58 UTC
(
hide
)
Description:
Bug 27619: Add custom for fr-FR
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2022-05-03 16:21:58 UTC
Size:
3.51 KB
patch
obsolete
>From 80efb5d74b35df1019c8e2c3eaba0cdc88a9f256 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Jun 2021 11:56:18 +0200 >Subject: [PATCH] Bug 27619: Add custom for fr-FR > >Signed-off-by: liliputech <arthur.suzuki@biblibre.com> >--- > .../data/mysql/localization/fr-FR/custom.sql | 26 +++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 installer/data/mysql/localization/fr-FR/custom.sql > >diff --git a/installer/data/mysql/localization/fr-FR/custom.sql b/installer/data/mysql/localization/fr-FR/custom.sql >new file mode 100644 >index 0000000000..518aa51df4 >--- /dev/null >+++ b/installer/data/mysql/localization/fr-FR/custom.sql >@@ -0,0 +1,26 @@ >+UPDATE systempreferences SET value = 'Père|Mère|grand-parent|Tuteur légal|Autre' WHERE variable = 'borrowerRelationship'; >+UPDATE systempreferences SET value = 'M|Mme|Mlle' WHERE variable = 'BorrowersTitles'; >+UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber'; >+UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'LibraryName'; >+UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'OPACLanguages'; >+UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay'; >+UPDATE systempreferences SET value = 'bibtex,dc,marcxml,marc8,utf8,marcstd,ris' WHERE variable = 'OpacExportOptions'; >+ >+INSERT IGNORE INTO `z3950servers` >+(`host`, `port`, `db`, `userid`, `password`, `servername`, `id`, `checked`, `rank`, `syntax`, `servertype`, `encoding`) VALUES >+('z3950.bnf.fr', 2211, 'TOUT-UTF8', 'Z3950', 'Z3950_BNF', 'BNF2', 2, 1, 2, 'UNIMARC', 'zed', 'utf8'); >+ >+DELETE FROM `itemtypes`; >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('LIVR', ' Livre', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('BD', 'BD', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('LOC', 'Fonds Local', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('PERI', 'Périodique', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('USUE', 'Usuel', 0.0000, 1, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('ARTI', 'Article', 0.0000, 1, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('CD', 'CD musique', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('CDR', 'CD-ROM', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('DVD', 'DVD', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('WEB', 'Ressource Web', 0.0000, 1, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('ADAP', 'Document Adapté', 0.0000, 0, '', ''); >+INSERT INTO `itemtypes` (`itemtype`, `description`, `rentalcharge`, `notforloan`, `imageurl`, `summary`) VALUES ('VHS', 'VHS', 0.0000, 0, '', ''); >-- >2.30.2
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 27619
:
121625
|
134213
|
134553
|
134554
|
134861