View | Details | Raw Unified | Return to bug 5646
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql (-6 / +5 lines)
Lines 1-9 Link Here
1
insert into `message_attributes`
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
3
values
4
(1, 'Fälligkeitsbenachrichtigung', 0),
4
(1, 'Item DUE', 0),
5
(2, 'Erinnerungsbenachrichtigung', 1),
5
(2, 'Advance Notice', 1),
6
(4, 'Vormerkbenachrichtigung', 0),
6
(4, 'Hold Filled', 0),
7
(5, 'Rückgabequittung', 0),
7
(5, 'Item Check-in', 0),
8
(6, 'Ausleihquittung', 0);
8
(6, 'Item Checkout', 0);
9
(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql (-5 / +5 lines)
Lines 3-12 SET FOREIGN_KEY_CHECKS=0; Link Here
3
insert into `message_attributes`
3
insert into `message_attributes`
4
(`message_attribute_id`, message_name, `takes_days`)
4
(`message_attribute_id`, message_name, `takes_days`)
5
values
5
values
6
(1, 'Copia scaduta', 0),
6
(1, 'Item DUE', 0),
7
(2, 'Avviso preventivo', 1),
7
(2, 'Advance Notice', 1),
8
(4, 'Prenotazione compilata', 0),
8
(4, 'Hold Filled', 0),
9
(5, 'Check In', 0),
9
(5, 'Item Check-in', 0),
10
(6, 'Check Out', 0);
10
(6, 'Item Checkout', 0);
11
11
12
SET FOREIGN_KEY_CHECKS=1;
12
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql (-2 / +2 lines)
Lines 3-10 truncate message_attributes; Link Here
3
insert into `message_attributes`
3
insert into `message_attributes`
4
(`message_attribute_id`, message_name, `takes_days`)
4
(`message_attribute_id`, message_name, `takes_days`)
5
values
5
values
6
(1, 'Единица задолжена',           0),
6
(1, 'Item DUE',                    0),
7
(2, 'Предварительное уведомление', 1),
7
(2, 'Advance Notice',              1),
8
(4, 'Hold Filled',                 0),
8
(4, 'Hold Filled',                 0),
9
(5, 'Item Check-in',               0),
9
(5, 'Item Check-in',               0),
10
(6, 'Item Checkout',               0);
10
(6, 'Item Checkout',               0);
(-)a/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql (-3 / +2 lines)
Lines 3-10 truncate message_attributes; Link Here
3
insert into `message_attributes`
3
insert into `message_attributes`
4
(`message_attribute_id`, `message_name`, `takes_days`)
4
(`message_attribute_id`, `message_name`, `takes_days`)
5
values
5
values
6
(1, 'Одиниця заборгована'   , 0),
6
(1, 'Item DUE'              , 0),
7
(2, 'Попереднє повідомлення', 1),
7
(2, 'Advance Notice'        , 1),
8
(4, 'Hold Filled'           , 0),
8
(4, 'Hold Filled'           , 0),
9
(5, 'Item Check-in'         , 0),
9
(5, 'Item Check-in'         , 0),
10
(6, 'Item Checkout'         , 0);
10
(6, 'Item Checkout'         , 0);
11
- 

Return to bug 5646