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

(-)a/installer/data/mysql/de-DE/mandatory/sample_notices.sql (+25 lines)
Lines 159-164 Vielen Dank, Link Here
159
Ihr Bibliotheksteam'
159
Ihr Bibliotheksteam'
160
);
160
);
161
161
162
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
163
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
164
'Dear moderator,
165
166
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
167
168
--- BEGIN COMMENT ---
169
<<reviews.review>>
170
--- END COMMENT ---
171
172
To approve:
173
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
174
175
To delete:
176
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
177
178
Or to review all comments:
179
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
180
181
Check it out!
182
183
Your library.',
184
'email'
185
);
186
162
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
187
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
163
VALUES ('members', 'SHARE_INVITE', '', 'Einladung zum Teilen einer Liste', '0', 'Teilen der Liste <<listname>>', 'Lieber Benutzer,
188
VALUES ('members', 'SHARE_INVITE', '', 'Einladung zum Teilen einer Liste', '0', 'Teilen der Liste <<listname>>', 'Lieber Benutzer,
164
189
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (+24 lines)
Lines 147-152 Your library account has been created. Please verify your email address by click Link Here
147
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
147
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
148
);
148
);
149
149
150
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
151
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
152
'Dear moderator,
153
154
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
155
156
--- BEGIN COMMENT ---
157
<<reviews.review>>
158
--- END COMMENT ---
159
160
To approve:
161
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
162
163
To delete:
164
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
165
166
Or to review all comments:
167
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
168
169
Check it out!
170
171
Your library.',
172
'email'
173
);
150
174
151
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Item Renewal','Renewals','The following items have been renew:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.');
175
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Item Renewal','Renewals','The following items have been renew:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.');
152
176
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (+25 lines)
Lines 150-155 Votre compte de bibliothèque a été créé. Veuillez valider votre adresse ema Link Here
150
Si vous n''êtes pas à l''origine de cette inscription, vous pouvez ignorer ce message.'
150
Si vous n''êtes pas à l''origine de cette inscription, vous pouvez ignorer ce message.'
151
);
151
);
152
152
153
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
154
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
155
'Dear moderator,
156
157
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
158
159
--- BEGIN COMMENT ---
160
<<reviews.review>>
161
--- END COMMENT ---
162
163
To approve:
164
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
165
166
To delete:
167
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
168
169
Or to review all comments:
170
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
171
172
Check it out!
173
174
Your library.',
175
'email'
176
);
177
153
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Renouvellements','Renouvellements','Les documents suivants ont été renouvelés\r\n----\r\n<<biblio.title>>\r\n----\r\nMerci, <<branches.branchname>>.');
178
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Renouvellements','Renouvellements','Les documents suivants ont été renouvelés\r\n----\r\n<<biblio.title>>\r\n----\r\nMerci, <<branches.branchname>>.');
154
179
155
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
180
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (+25 lines)
Lines 154-159 Sei stato registrato tra gli utenti della biblioteca. Per favore verifica il tuo Link Here
154
Se non hai fatto tu la richiesta, puoi ignorare questo messaggio. La richciesta scadrà in posco tempo.'
154
Se non hai fatto tu la richiesta, puoi ignorare questo messaggio. La richciesta scadrà in posco tempo.'
155
);
155
);
156
156
157
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
158
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
159
'Dear moderator,
160
161
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
162
163
--- BEGIN COMMENT ---
164
<<reviews.review>>
165
--- END COMMENT ---
166
167
To approve:
168
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
169
170
To delete:
171
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
172
173
Or to review all comments:
174
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
175
176
Check it out!
177
178
Your library.',
179
'email'
180
);
181
157
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
182
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
158
VALUES ('members', 'SHARE_INVITE', '', 'Invito per condividere una lista', '0', 'Condivisione lista <<listname>>', 'Salve,
183
VALUES ('members', 'SHARE_INVITE', '', 'Invito per condividere una lista', '0', 'Condivisione lista <<listname>>', 'Salve,
159
184
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (+25 lines)
Lines 171-176 D har blitt registrert som bruker av biblioteket. Verifiser epostadressen din ve Link Here
171
Dersom du ikke har bedt om å bli registret som bruker av biblioteket kan du se bort fra denne engangsmeldingen. Forespørselen vil snart gå ut på dato.'
171
Dersom du ikke har bedt om å bli registret som bruker av biblioteket kan du se bort fra denne engangsmeldingen. Forespørselen vil snart gå ut på dato.'
172
);
172
);
173
173
174
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
175
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
176
'Dear moderator,
177
178
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
179
180
--- BEGIN COMMENT ---
181
<<reviews.review>>
182
--- END COMMENT ---
183
184
To approve:
185
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
186
187
To delete:
188
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
189
190
Or to review all comments:
191
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
192
193
Check it out!
194
195
Your library.',
196
'email'
197
);
198
174
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
199
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
175
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
200
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
176
201
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (+25 lines)
Lines 149-154 Your library account has been created. Please verify your email address by click Link Here
149
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
149
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
150
);
150
);
151
151
152
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
153
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
154
'Dear moderator,
155
156
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
157
158
--- BEGIN COMMENT ---
159
<<reviews.review>>
160
--- END COMMENT ---
161
162
To approve:
163
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
164
165
To delete:
166
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
167
168
Or to review all comments:
169
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
170
171
Check it out!
172
173
Your library.',
174
'email'
175
);
176
152
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
177
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
153
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
178
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
154
179
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (+25 lines)
Lines 149-154 Your library account has been created. Please verify your email address by click Link Here
149
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
149
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
150
);
150
);
151
151
152
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
153
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
154
'Dear moderator,
155
156
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
157
158
--- BEGIN COMMENT ---
159
<<reviews.review>>
160
--- END COMMENT ---
161
162
To approve:
163
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
164
165
To delete:
166
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
167
168
Or to review all comments:
169
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
170
171
Check it out!
172
173
Your library.',
174
'email'
175
);
176
152
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Item Renewal','Renewals','The following items have been renew:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.');
177
INSERT INTO `letter` (module, code, name, title, content) VALUES ('circulation','RENEWAL','Item Renewal','Renewals','The following items have been renew:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.');
153
178
154
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
179
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql (-1 / +26 lines)
Lines 243-248 INSERT INTO letter (module, code, branchcode, name, is_html, title, content) VA Link Here
243
 Ваша бібліотека.');
243
 Ваша бібліотека.');
244
244
245
245
246
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
247
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
248
'Dear moderator,
249
250
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
251
252
--- BEGIN COMMENT ---
253
<<reviews.review>>
254
--- END COMMENT ---
255
256
To approve:
257
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
258
259
To delete:
260
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
261
262
Or to review all comments:
263
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
264
265
Check it out!
266
267
Your library.',
268
'email'
269
);
270
271
246
INSERT INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES
272
INSERT INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES
247
('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'повідомлення про отримання', '0', 'Замовлення отримано',
273
('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'повідомлення про отримання', '0', 'Замовлення отримано',
248
 'Дорог(ий/а) <<borrowers.firstname>> <<borrowers.surname>>,\n\n Замовлення „<<aqorders.ordernumber>>“ (<<biblio.title>>) Отримано.\n\nВаша бібліотека.',
274
 'Дорог(ий/а) <<borrowers.firstname>> <<borrowers.surname>>,\n\n Замовлення „<<aqorders.ordernumber>>“ (<<biblio.title>>) Отримано.\n\nВаша бібліотека.',
249
- 

Return to bug 1985