File tree Expand file tree Collapse file tree 27 files changed +27
-1
lines changed
web/themes/default/templates Expand file tree Collapse file tree 27 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ public function tpl_defaults() {
283283 $ this ->tpl ->setVar ('datalog_changes_end_txt ' , $ this ->lng ('datalog_changes_end_txt ' ));
284284 $ this ->tpl ->setVar ('datalog_changes_count ' , $ datalog ['count ' ]);
285285 $ this ->tpl ->setLoop ('datalog_changes ' , $ datalog ['entries ' ]);
286+ $ this ->tpl ->setVar ('datalog_changes_close_txt ' , $ this ->lng ('datalog_changes_close_txt ' ));
286287 } else {
287288 $ this ->tpl ->setVar ('app_version ' , '' );
288289 }
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['security_check1_txt'] = 'Sicherheitsüberprüfung für:';
158158$wb['security_check2_txt'] = 'fehlgeschlagen.';
159159$wb['select_directive_snippet_txt'] = 'Direktiven Schnipsel';
160160$wb['select_master_directive_snippet_txt'] = 'Master Direktiven Schnipsel';
161+ $wb['datalog_changes_close_txt'] = 'Schließen';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -158,4 +158,5 @@ $wb['datalog_status_d_xmpp_domain'] = 'Delete XMPP domain';
158158$wb['datalog_status_i_xmpp_user'] = 'Create XMPP user';
159159$wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161+ $wb['datalog_changes_close_txt'] = 'Close';
161162?>
Original file line number Diff line number Diff line change @@ -162,4 +162,5 @@ $wb['security_check1_txt'] = 'Check for security permission:';
162162$wb['security_check2_txt'] = 'failed.';
163163$wb['select_directive_snippet_txt'] = 'Directive Snippets';
164164$wb['select_master_directive_snippet_txt'] = 'Master Directive Snippets';
165+ $wb['datalog_changes_close_txt'] = 'Close';
165166?>
You can’t perform that action at this time.
0 commit comments