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 118-123 Vielen Dank, Link Here
118
Ihr Bibliotheksteam'
118
Ihr Bibliotheksteam'
119
);
119
);
120
120
121
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
122
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
123
'Dear moderator,
124
125
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
126
127
--- BEGIN COMMENT ---
128
<<reviews.review>>
129
--- END COMMENT ---
130
131
To approve:
132
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
133
134
To delete:
135
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
136
137
Or to review all comments:
138
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
139
140
Check it out!
141
142
Your library.',
143
'email'
144
);
145
121
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
146
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
122
VALUES ('members', 'SHARE_INVITE', '', 'Einladung zum Teilen einer Liste', '0', 'Teilen der Liste <<listname>>', 'Lieber Benutzer,
147
VALUES ('members', 'SHARE_INVITE', '', 'Einladung zum Teilen einer Liste', '0', 'Teilen der Liste <<listname>>', 'Lieber Benutzer,
123
148
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (+24 lines)
Lines 120-125 Your library account has been created. Please verify your email address by click Link Here
120
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
120
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
121
);
121
);
122
122
123
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
124
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
125
'Dear moderator,
126
127
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
128
129
--- BEGIN COMMENT ---
130
<<reviews.review>>
131
--- END COMMENT ---
132
133
To approve:
134
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
135
136
To delete:
137
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
138
139
Or to review all comments:
140
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
141
142
Check it out!
143
144
Your library.',
145
'email'
146
);
123
147
124
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>>.');
148
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>>.');
125
149
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (+25 lines)
Lines 123-128 Votre compte de bibliothèque a été créé. Veuillez valider votre adresse ema Link Here
123
Si vous n''êtes pas à l''origine de cette inscription, vous pouvez ignorer ce message.'
123
Si vous n''êtes pas à l''origine de cette inscription, vous pouvez ignorer ce message.'
124
);
124
);
125
125
126
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
127
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
128
'Dear moderator,
129
130
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
131
132
--- BEGIN COMMENT ---
133
<<reviews.review>>
134
--- END COMMENT ---
135
136
To approve:
137
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
138
139
To delete:
140
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
141
142
Or to review all comments:
143
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
144
145
Check it out!
146
147
Your library.',
148
'email'
149
);
150
126
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>>.');
151
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>>.');
127
152
128
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
153
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (+25 lines)
Lines 127-132 Sei stato registrato tra gli utenti della biblioteca. Per favore verifica il tuo Link Here
127
Se non hai fatto tu la richiesta, puoi ignorare questo messaggio. La richciesta scadrà in posco tempo.'
127
Se non hai fatto tu la richiesta, puoi ignorare questo messaggio. La richciesta scadrà in posco tempo.'
128
);
128
);
129
129
130
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
131
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
132
'Dear moderator,
133
134
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
135
136
--- BEGIN COMMENT ---
137
<<reviews.review>>
138
--- END COMMENT ---
139
140
To approve:
141
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
142
143
To delete:
144
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
145
146
Or to review all comments:
147
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
148
149
Check it out!
150
151
Your library.',
152
'email'
153
);
154
130
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
155
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
131
VALUES ('members', 'SHARE_INVITE', '', 'Invito per condividere una lista', '0', 'Condivisione lista <<listname>>', 'Salve,
156
VALUES ('members', 'SHARE_INVITE', '', 'Invito per condividere una lista', '0', 'Condivisione lista <<listname>>', 'Salve,
132
157
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (+25 lines)
Lines 144-149 D har blitt registrert som bruker av biblioteket. Verifiser epostadressen din ve Link Here
144
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.'
144
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.'
145
);
145
);
146
146
147
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
148
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
149
'Dear moderator,
150
151
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
152
153
--- BEGIN COMMENT ---
154
<<reviews.review>>
155
--- END COMMENT ---
156
157
To approve:
158
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
159
160
To delete:
161
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
162
163
Or to review all comments:
164
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
165
166
Check it out!
167
168
Your library.',
169
'email'
170
);
171
147
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
172
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
148
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
173
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
149
174
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (+25 lines)
Lines 122-127 Your library account has been created. Please verify your email address by click Link Here
122
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
122
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
123
);
123
);
124
124
125
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
126
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
127
'Dear moderator,
128
129
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
130
131
--- BEGIN COMMENT ---
132
<<reviews.review>>
133
--- END COMMENT ---
134
135
To approve:
136
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
137
138
To delete:
139
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
140
141
Or to review all comments:
142
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
143
144
Check it out!
145
146
Your library.',
147
'email'
148
);
149
125
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
150
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
126
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
151
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron,
127
152
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (+25 lines)
Lines 122-127 Your library account has been created. Please verify your email address by click Link Here
122
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
122
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.'
123
);
123
);
124
124
125
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
126
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
127
'Dear moderator,
128
129
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
130
131
--- BEGIN COMMENT ---
132
<<reviews.review>>
133
--- END COMMENT ---
134
135
To approve:
136
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
137
138
To delete:
139
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
140
141
Or to review all comments:
142
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
143
144
Check it out!
145
146
Your library.',
147
'email'
148
);
149
125
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>>.');
150
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>>.');
126
151
127
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content)
152
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 217-222 INSERT INTO letter (module, code, branchcode, name, is_html, title, content) VA Link Here
217
 Ваша бібліотека.');
217
 Ваша бібліотека.');
218
218
219
219
220
INSERT INTO  letter (module, code, branchcode, name, is_html, title, content, message_transport_type)
221
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation',
222
'Dear moderator,
223
224
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>.
225
226
--- BEGIN COMMENT ---
227
<<reviews.review>>
228
--- END COMMENT ---
229
230
To approve:
231
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>>
232
233
To delete:
234
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>>
235
236
Or to review all comments:
237
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
238
239
Check it out!
240
241
Your library.',
242
'email'
243
);
244
245
220
INSERT INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES
246
INSERT INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES
221
('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'повідомлення про отримання', '0', 'Замовлення отримано',
247
('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'повідомлення про отримання', '0', 'Замовлення отримано',
222
 'Дорог(ий/а) <<borrowers.firstname>> <<borrowers.surname>>,\n\n Замовлення „<<aqorders.ordernumber>>“ (<<biblio.title>>) Отримано.\n\nВаша бібліотека.',
248
 'Дорог(ий/а) <<borrowers.firstname>> <<borrowers.surname>>,\n\n Замовлення „<<aqorders.ordernumber>>“ (<<biblio.title>>) Отримано.\n\nВаша бібліотека.',
223
- 

Return to bug 1985