From 1b92895847206d9dd789b3ee3af9a496b7d23a88 Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Sun, 22 Nov 2015 01:32:26 +0100
Subject: [PATCH] Bug 9184: Rename 'Reserve slip' to 'Hold slip'
This patch changes all occurrences of 'Reserve slip'
to 'Hold slip' in the sample notices files and
in one of the system preferences.
To test:
- Make sure the sample_notices.sql are correctly
changed.
- Verify the description of the SlipCSS system
preference has been changed correctly.
http://bugs.koha-community.org/show_bug.cgi?id=8085
---
installer/data/mysql/en/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/es-ES/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/it-IT/necessari/notices.sql | 2 +-
installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 2 +-
.../intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql
index 50bee6b..ec07c94 100644
--- a/installer/data/mysql/en/mandatory/sample_notices.sql
+++ b/installer/data/mysql/en/mandatory/sample_notices.sql
@@ -77,7 +77,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql
index 6f1d6fe..e2141a6 100644
--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql
+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql
@@ -69,7 +69,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql
index 7ba1b83..e6cc9f4 100644
--- a/installer/data/mysql/it-IT/necessari/notices.sql
+++ b/installer/data/mysql/it-IT/necessari/notices.sql
@@ -71,7 +71,7 @@ Codice a barre: <>
Data di scadenza: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Ricevuta (prenotazione)', 'Data: <>
+('circulation','RESERVESLIP','Hold Slip','Ricevuta (prenotazione)', 'Data: <>
Trasferita a/Prenotata in <>
diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
index 5fef900..be95f0d 100644
--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
@@ -70,7 +70,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
index fbd53d9..b51660d 100644
--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
@@ -70,7 +70,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
index 8b0963a..cd4da03 100644
--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
@@ -69,7 +69,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
index 992f412..75dfe0e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
@@ -90,7 +90,7 @@ Staff Client:
- Include the stylesheet at
- pref: SlipCSS
class: url
- - on Issue and Reserve Slips. (This should be a complete URL, starting with http://
.)
+ - on Issue and Hold Slips. (This should be a complete URL, starting with http://
.)
Options:
-
- pref: viewMARC
--
1.9.1