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

(-)a/installer/data/mysql/de-DE/mandatory/sample_notices.sql (+3 lines)
Lines 131-133 Wir möchten Sie darüber informieren, dass der Benutzer <<borrowers.firstname>> Link Here
131
Vielen Dank,
131
Vielen Dank,
132
Ihr Biblioheksteam'
132
Ihr Biblioheksteam'
133
);
133
);
134
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
135
VALUES (
136
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/en/mandatory/sample_notices.sql (-2 / +2 lines)
Lines 144-149 Thank you. Link Here
144
Your library.'
144
Your library.'
145
);
145
);
146
146
147
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`)
147
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
148
VALUES (
148
VALUES (
149
'members','MEMEXP','Account expiration','Account expiration','Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
149
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (+3 lines)
Lines 143-145 Thank you. Link Here
143
143
144
Your library.'
144
Your library.'
145
);
145
);
146
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
147
VALUES (
148
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (+3 lines)
Lines 145-147 Thank you. Link Here
145
145
146
Your library.'
146
Your library.'
147
);
147
);
148
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
149
VALUES (
150
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (+3 lines)
Lines 142-144 Grazie di tutto Link Here
142
142
143
Lo staff della biblioteca.'
143
Lo staff della biblioteca.'
144
);
144
);
145
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
146
VALUES (
147
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (+3 lines)
Lines 163-165 Thank you. Link Here
163
163
164
Your library.'
164
Your library.'
165
);
165
);
166
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
167
VALUES (
168
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (+3 lines)
Lines 145-147 Thank you. Link Here
145
145
146
Your library.'
146
Your library.'
147
);
147
);
148
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
149
VALUES (
150
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (+3 lines)
Lines 145-147 Thank you. Link Here
145
145
146
Your library.'
146
Your library.'
147
);
147
);
148
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
149
VALUES (
150
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql (-1 / +3 lines)
Lines 144-146 Thank you. Link Here
144
144
145
Your library.'
145
Your library.'
146
);
146
);
147
- 
147
INSERT INTO letter (module, code, branchcode, name, is_html, title, content)
148
VALUES (
149
'members','MEMEXP','','Account expiration','Account expiration', '0', 'Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian');

Return to bug 6810