Bug 14072: Update German web installer for 3.20
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 14 May 2015 15:28:29 +0000 (17:28 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 20 May 2015 15:10:19 +0000 (12:10 -0300)
- 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>
installer/data/mysql/de-DE/mandatory/sample_notices.sql
installer/data/mysql/de-DE/mandatory/userflags.sql
installer/data/mysql/de-DE/mandatory/userpermissions.sql

index eb77212..bde030c 100644 (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')
index b97bf5e..cd080fc 100644 (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');
index 18447f3..6e58bc7 100644 (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')
 ;