<!DOCTYPE html>
<html lang="en" dir="ltr">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>New comment in phpMyAdmin/Documentation</title>
<style type="text/css">
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
}
*,
*:before,
*:after {
        box-sizing: inherit;
}
body {
        font-family: 'Source Sans Pro', Arial, sans-serif;
        color: #2A3744;
        font-size: 16px;
        letter-spacing: normal;
        font-weight: 400;
        transition: all .5s cubic-bezier(.645, .045, .355, 1);
        overflow-x: hidden;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
}
a {
        transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        text-decoration: none;
}
p, pre {margin: 0;}
.container {
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.content {
        padding: 30px 0;
}
h1 img {
    padding: 0 5px 0 0;
}
h1 {
        font-size: 30px;
    font-weight: normal;
        letter-spacing: -0.5px;
        line-height: 48px;
        margin: 20px 0;
        color: #2A3744;
}
h2 {
        font-size: 26px;
    font-weight: normal;
        letter-spacing: -0.5px;
        line-height: 31px;
        color: #2A3744;
}
code, pre {
        word-wrap: break-word;
    white-space: pre-wrap;
}
.buttons {
    padding-top: 18px;
}
.head {
        font-size: 28px;
        letter-spacing: -0.5px;
        line-height: 36px;
}
a {
        color: #1FA385;
        text-decoration: underline;
}
a.button {
        background: #2ECCAA;
        height: 50px;
        min-width: 180px;
        color: #fff;
        font-size: 18px;
        line-height: 48px;
        border: 1px solid transparent;
        padding: 10px 25px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.4px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px !important;
        text-decoration: none;
    text-shadow: none;
    display: inline;
}
a.button:hover {
        background-color: #fff;
        color: #2ECCAA;
        border-color: #2ECCAA;
}
.translatetext {
    background-color: #eee;
}
ins {
    background-color: lightgreen;
}
del {
    background-color: #fc7979;
}
.avatar{
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
}
.history-row > div {
    padding: 10px 0;
}
.history-row + .history-row > div {
    border-top: 1px solid #E9EAEC;
}
.history-event, .history-data .text-muted {
    font-size: 14px;
}
.history-event p {
    margin-left: 34px;
}
.comment-content {
    border-radius: 0 5px 5px 5px;
    background-color: #E5F0F2;
    padding: 8px 10px;
}
.comment-source {
    background-color: #F2E5EA;
}
.footer {
    background-color: #2A3744;
    font-size: 14px;
    line-height: 20px;
    color: #E9EAEC;
    padding: 20px 20px 30px 20px;
    margin-top: 20px
}
.footer p:first-child {
    margin-bottom: 20px;
}
.footer img {
    padding-bottom: 20px;
}
.footer a {
    color: #00D2E6;
    color: #E9EAEC;

}
tr td {
    text-align: right;
    padding-left: 20px;
}
tr td:first-child {
    text-align: left;
    padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}
.text-muted {
  color: #bfc3c7;
}
.pull-right {
  float: right !important;
}
img {
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
  </style>
 </head>

 <body>
 <html><body>
<div class="content">
    <div class="container">
        <div class="box">
            
            <h1>
                <img src="cid:email-logo.png@cid.weblate.org">
                Comment added
            </h1>
            <div class="nav">
                <a href="https://hosted.weblate.org/user/mfuji09/" title="Masahiro Fujimoto"><img src="https://hosted.weblate.org/avatar/32/mfuji09.png" class="avatar w32" alt="User avatar"> mfuji09</a>: 
                <a href="https://hosted.weblate.org">Hosted Weblate</a>
                / <a href="https://hosted.weblate.org/projects/phpmyadmin/">phpMyAdmin</a>
                / <a href="https://hosted.weblate.org/projects/phpmyadmin/documentation/">Documentation</a>
                / <a href="https://hosted.weblate.org/projects/phpmyadmin/documentation/en/">English</a>
            </div>
            
            





<h2>Source string</h2>





<div class="list-group">
  
  <div class="list-group-item">
    
    <div class="list-group-item-text" lang="en" dir="ltr">
      
      Defines the initial behavior for Options > Relational. ``K``, which is the default, displays the key while ``D`` shows the display column.</div>
  </div>
  
</div>






<h2>Comment</h2>

<p>
</p>
<p>Where is this function, "Options > Relational"? I didn't find it.</p>



<div class="line buttons">
<a class="button" href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?checksum=3bb033a9c45efd95#comments">Edit this string</a>
</div>









        </div>

        <h2>
            Translation Info
        </h2>
        <table>
            


<tr>
    <td>All strings</td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/">
      2,777
      </a>
    </td>
    <td></td>
</tr>
<tr>
    <td>Translated strings</td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:>=translated">
      2,777
      </a>
    </td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:>=translated">
      100%
      </a>
    </td>
</tr>
<tr>
    <td>Not translated strings</td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:empty">
      0
      </a>
    </td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:empty">
      0%
      </a>
    </td>
</tr>
<tr>
    <td>Strings needing action</td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:<translated">
      0
      </a>
    </td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:<translated">
      0%
      </a>
    </td>
</tr>
<tr>
    <td>Strings marked for edit</td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:needs-editing">
      0
      </a>
    </td>
    <td>
      <a href="https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?q=state:needs-editing">
      0%
      </a>
    </td>
</tr>

        </table>
        <div class="buttons">
            <a class="button" href="https://hosted.weblate.org/projects/phpmyadmin/documentation/en/">View</a>
        </div>

        <div class="footer" style="clear:both">
                        <p>
                <img src="cid:email-logo-footer.png@cid.weblate.org"><br>
                <a href="https://weblate.org/">Weblate, the libre continuous localization system.</a>
            </p>
            
        </div>
        
        
        <p style="opacity: 0" class="text-muted">Generated on Jan. 11, 2021, 4:07 a.m..</p>
    </div>
    </div>
</body></html>

 </body>
</html>