[Web] Add missing lang strings for edit
This commit is contained in:
parent
13ef9dd113
commit
e17359bdf4
@ -1320,11 +1320,11 @@ if (isset($_SESSION['mailcow_cc_role'])) {
|
|||||||
$result = app_passwd('details', $id);
|
$result = app_passwd('details', $id);
|
||||||
if (!empty($result)) {
|
if (!empty($result)) {
|
||||||
?>
|
?>
|
||||||
<h4>App</h4>
|
<h4><?=$lang['edit']['app_passwd'];?></h4>
|
||||||
<form class="form-horizontal" data-id="editapp" role="form" method="post">
|
<form class="form-horizontal" data-id="editapp" role="form" method="post">
|
||||||
<input type="hidden" value="0" name="active">
|
<input type="hidden" value="0" name="active">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="app_name">App</label>
|
<label class="control-label col-sm-2" for="app_name"><?=$lang['edit']['app_name'];?></label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" class="form-control" name="app_name" id="app_name" value="<?=htmlspecialchars($result['name'], ENT_QUOTES, 'UTF-8');?>" required maxlength="255">
|
<input type="text" class="form-control" name="app_name" id="app_name" value="<?=htmlspecialchars($result['name'], ENT_QUOTES, 'UTF-8');?>" required maxlength="255">
|
||||||
</div>
|
</div>
|
||||||
|
@ -666,6 +666,8 @@
|
|||||||
"sieve_preset_2": "E-Mail eines bestimmten Absenders immer als gelesen markieren"
|
"sieve_preset_2": "E-Mail eines bestimmten Absenders immer als gelesen markieren"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
|
"app_name": "App Name",
|
||||||
|
"app_passwd": "App Passwörter",
|
||||||
"sogo_visible": "Alias in SOGo sichtbar",
|
"sogo_visible": "Alias in SOGo sichtbar",
|
||||||
"sogo_visible_info": "Diese Option hat lediglich Einfluss auf Objekte, die in SOGo darstellbar sind (geteilte oder nicht-geteilte Alias-Adressen mit dem Ziel mindestens einer lokalen Mailbox).",
|
"sogo_visible_info": "Diese Option hat lediglich Einfluss auf Objekte, die in SOGo darstellbar sind (geteilte oder nicht-geteilte Alias-Adressen mit dem Ziel mindestens einer lokalen Mailbox).",
|
||||||
"syncjob": "Sync-Job bearbeiten",
|
"syncjob": "Sync-Job bearbeiten",
|
||||||
|
@ -665,6 +665,8 @@
|
|||||||
"sieve_preset_2": "Always mark the e-mail of a specific sender as seen"
|
"sieve_preset_2": "Always mark the e-mail of a specific sender as seen"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
|
"app_name": "App name",
|
||||||
|
"app_passwd": "App password",
|
||||||
"sogo_visible": "Alias is visible in SOGo",
|
"sogo_visible": "Alias is visible in SOGo",
|
||||||
"sogo_visible_info": "This option only affects objects, that can be displayed in SOGo (shared or non-shared alias addresses pointing to at least one local mailbox). If hidden, an alias will not appear as selectable sender in SOGo.",
|
"sogo_visible_info": "This option only affects objects, that can be displayed in SOGo (shared or non-shared alias addresses pointing to at least one local mailbox). If hidden, an alias will not appear as selectable sender in SOGo.",
|
||||||
"syncjob": "Edit sync job",
|
"syncjob": "Edit sync job",
|
||||||
|
Loading…
Reference in New Issue
Block a user