Bugzilla – Attachment 16266 Details for
Bug 9837
Fix Norwegian authorized values for the web installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9837 - Fix Norwegian authorized values for the web installer
Bug-9837---Fix-Norwegian-authorized-values-for-the.patch (text/plain), 2.54 KB, created by
Magnus Enger
on 2013-03-18 15:27:36 UTC
(
hide
)
Description:
Bug 9837 - Fix Norwegian authorized values for the web installer
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2013-03-18 15:27:36 UTC
Size:
2.54 KB
patch
obsolete
>From a1af0a454f1544ff4210e9a2938689e2d8684d5f Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Mon, 18 Mar 2013 16:18:52 +0100 >Subject: [PATCH] Bug 9837 - Fix Norwegian authorized values for the web > installer >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch fixes the file of authorized values that is used when >the web installer is run in Norwegian: > >Not translated: BOR_NOTES >Missing: REPORT_GROUP > >To test: >- Install the Norwegian translation >- Run through the web installer in Norwegian >- Make sure the auth_val.sql file is included >- Check that there are no errors in the web installer >- Check that the BOR_NOTES and REPORT_GROUPS values are present > in Home ⺠Administration ⺠Authorized values >--- > .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql b/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql >index 3deeae2..e37ae73 100644 >--- a/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql >+++ b/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql >@@ -66,8 +66,15 @@ INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('RESTR > INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUAL_INV','Kopiavgift','0,25'); > > -- custom borrower notes >-INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes'); >+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Addresse-noter'); > > -- OPAC Suggestions reasons > INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('OPAC_SUG','damaged','Eksemplaret på hylla er skadet','Eksemplaret på hylla er skadet'); > INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('OPAC_SUG','bestseller','Kommende tittel av populær forfatter','Kommende tittel av populær forfatter'); >+ >+-- Report groups >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'CIRC', 'Sirkulasjon'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'CAT', 'Katalog'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'PAT', 'Lånere'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'ACQ', 'Innkjøp'); >+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'ACC', 'Gebyrer'); >-- >1.7.9.5
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 9837
:
16266
|
17020
|
17054