Bug 5646: Translated sql files break messaging
[koha.git] / installer / data / mysql / ru-RU / optional / sample_notices_message_attributes.sql
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);