Skip to content

Commit

Permalink
Fix template; add de strings (#170)
Browse files Browse the repository at this point in the history
* Update layout-audit.tpl

* translate missing de strings
  • Loading branch information
vmario89 authored Aug 23, 2024
1 parent 9b52e0d commit f5b141e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions webui/language/de/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,16 +490,15 @@
$_['text_folder_rules'] = "Verzeichnisregeln";
$_['text_private'] = "Privat";

$_['text_delete_reason'] = "Reason of removal";
$_['text_need_to_approve_removal'] = "Need to approve removal";
$_['text_deleted'] = "Deleted";
$_['text_reason_of_rejection'] = "Reason of rejection";
$_['text_reject'] = "Reject";
$_['text_user_data_officer'] = "Data officer";

$_['text_no_selected_message'] = "no selected message";
$_['text_create_note'] = "Create note";

$_['text_wildcard_domains'] = "Wildcard domains";
$_['text_remove_request'] = "remove request";
$_['text_rejected_removal'] = "rejected removal";
$_['text_delete_reason'] = "Grund für die Löschung";
$_['text_need_to_approve_removal'] = "Löschen muss bestätigt werden";
$_['text_deleted'] = "Gelöscht";
$_['text_reason_of_rejection'] = "Grund für die Ablehnung";
$_['text_reject'] = "Ablehnen";
$_['text_user_data_officer'] = "Datenbeauftragter";

$_['text_no_selected_message'] = "keine Nachricht ausgewählt";
$_['text_create_note'] = "Erstelle Notiz";

$_['text_wildcard_domains'] = "Wildcard Domains";
$_['text_remove_request'] = "Anfrage löschen";
2 changes: 1 addition & 1 deletion webui/templates/common/layout-audit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<input type="hidden" name="searchtype" id="searchtype" value="expert" />
<input type="hidden" name="sort" id="sort" value="date" />
<input type="hidden" name="order" id="order" value="0" />
<input type="text" class="form-control" id="_search" name="_search" placeholder="Enter your search terms" />
<input type="text" class="form-control" id="_search" name="_search" placeholder="<?php print $text_enter_search_terms; ?>" />
</div>
</div>
<div class="col<?php if(!FULL_GUI) { ?>-2<?php } ?> me-0 pe-0">
Expand Down

0 comments on commit f5b141e

Please sign in to comment.