Bug 14072: Update German web installer for 3.20

- translates new notice ACQ_NOTIF_ON_RECEIV
- translates new permissions

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tested German install till "Gratulation, die Installation ist abgeschlossen"
No errors

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Same results noted as above.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Tested installation, checked new translations in Koha and deleted an extra
space in the ACQ_NOTIF_ON_RECEIV notice

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Katrin Fischer 2015-05-14 17:28:29 +02:00 committed by Tomas Cohen Arazi
parent cc393df50f
commit b23557d9d8
3 changed files with 4 additions and 4 deletions

View file

@ -134,4 +134,4 @@ Ihr Biblioheksteam'
);
INSERT INTO letter(module, code, branchcode, name, title, content, message_transport_type)
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Notification on receiving', 'Order received', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\n The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received.\n\nYour library.', 'email')
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Benachrichtigung bei Zugang', 'Bestelltes Medium ist eingetroffen', 'Liebe/r <<borrowers.firstname>> <<borrowers.surname>>,\n\n Die Bestellung <<aqorders.ordernumber>> (<<biblio.title>>) ist eingetroffen und wird bearbeitet.\n\nIhr Bibliotheksteam', 'email')

View file

@ -17,4 +17,4 @@ INSERT INTO `userflags` VALUES(16,'reports','Zugriff auf Reports',0);
INSERT INTO `userflags` VALUES(17,'staffaccess','Berechtigungen/Logins für Bibliotheksmitarbeiter vergeben',0);
INSERT INTO `userflags` VALUES(18,'coursereserves','Semesterapparate',0);
INSERT INTO `userflags` VALUES(19,'plugins', 'Koha Plugins', '0');
INSERT INTO `userflags` VALUES(20,'lists', 'Lists', '0');
INSERT INTO `userflags` VALUES(20,'lists', 'Listen', '0');

View file

@ -54,7 +54,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
(13, 'manage_patron_lists', 'Benutzerlisten anlegen, bearbeiten und löschen'),
(13, 'marc_modification_templates', 'Templates für MARC-Modifikationen verwalten'),
(13, 'records_batchdel', 'Stapellöschung von Datensätzen (Titel und Normdaten)'),
(13, 'records_batchmod', 'Perform batch modification of records (biblios or authorities)'),
(13, 'records_batchmod', 'Stapelbearbeitung von Datensätzen (Titel und Normdaten)'),
(15, 'check_expiration', 'Ablauf eines Abonnements prüfen'),
(15, 'claim_serials', 'Fehlende Hefte reklamieren'),
(15, 'create_subscription', 'Neue Abonnements anlegen'),
@ -73,5 +73,5 @@ INSERT INTO permissions (module_bit, code, description) VALUES
(19, 'tool', 'Werkzeug-Plugins verwenden'),
(19, 'report', 'Report-Plugins verwenden'),
(19, 'configure', 'Plugins konfigurieren'),
(20, 'delete_public_lists', 'Delete public lists')
(20, 'delete_public_lists', 'Öffentliche Listen löschen')
;