Gettext usage.
This commit is contained in:
@@ -99,7 +99,11 @@ function PMA_replication_print_status_table($type, $hidden = false, $title = tru
|
|||||||
echo '<div id="replication_' . $type . '_section" style="' . ($hidden ? 'display: none;' : '') . '"> ';
|
echo '<div id="replication_' . $type . '_section" style="' . ($hidden ? 'display: none;' : '') . '"> ';
|
||||||
|
|
||||||
if ($title) {
|
if ($title) {
|
||||||
echo '<h4><a name="replication_' . $type . '"></a>' . ${"strReplicationStatus_{$type}"} . '</h4>';
|
if ($type == 'master') {
|
||||||
|
echo '<h4><a name="replication_' . $type . '"></a>' . __('Master status') . '</h4>';
|
||||||
|
} else {
|
||||||
|
echo '<h4><a name="replication_' . $type . '"></a>' . __('Slave status') . '</h4>';
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user