Bug 5646: Translated sql files break messaging
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 15 Mar 2011 14:03:30 +0000 (15:03 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 17 Mar 2011 20:18:57 +0000 (09:18 +1300)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql
installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql
installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql

index b019a3d..627b617 100644 (file)
@@ -1,9 +1,8 @@
 insert into `message_attributes`
 (`message_attribute_id`, message_name, `takes_days`)
 values
-(1, 'Fälligkeitsbenachrichtigung', 0),
-(2, 'Erinnerungsbenachrichtigung', 1),
-(4, 'Vormerkbenachrichtigung', 0),
-(5, 'Rückgabequittung', 0),
-(6, 'Ausleihquittung', 0);
-
+(1, 'Item DUE', 0),
+(2, 'Advance Notice', 1),
+(4, 'Hold Filled', 0),
+(5, 'Item Check-in', 0),
+(6, 'Item Checkout', 0);
\ No newline at end of file
index aec38b5..231af9c 100644 (file)
@@ -3,10 +3,10 @@ SET FOREIGN_KEY_CHECKS=0;
 insert into `message_attributes`
 (`message_attribute_id`, message_name, `takes_days`)
 values
-(1, 'Copia scaduta', 0),
-(2, 'Avviso preventivo', 1),
-(4, 'Prenotazione compilata', 0),
-(5, 'Check In', 0),
-(6, 'Check Out', 0);
+(1, 'Item DUE', 0),
+(2, 'Advance Notice', 1),
+(4, 'Hold Filled', 0),
+(5, 'Item Check-in', 0),
+(6, 'Item Checkout', 0);
 
 SET FOREIGN_KEY_CHECKS=1;
index 8ec1d69..7cf9a7a 100644 (file)
@@ -3,8 +3,8 @@ truncate message_attributes;
 insert into `message_attributes`
 (`message_attribute_id`, message_name, `takes_days`)
 values
-(1, 'Единица задолжена',           0),
-(2, 'Предварительное уведомление', 1),
+(1, 'Item DUE',                    0),
+(2, 'Advance Notice',              1),
 (4, 'Hold Filled',                 0),
 (5, 'Item Check-in',               0),
 (6, 'Item Checkout',               0);
index fabdc00..dd12938 100644 (file)
@@ -3,8 +3,8 @@ truncate message_attributes;
 insert into `message_attributes`
 (`message_attribute_id`, `message_name`, `takes_days`)
 values
-(1, 'Одиниця заборгована'   , 0),
-(2, 'Попереднє повідомлення', 1),
+(1, 'Item DUE'              , 0),
+(2, 'Advance Notice'        , 1),
 (4, 'Hold Filled'           , 0),
 (5, 'Item Check-in'         , 0),
 (6, 'Item Checkout'         , 0);