mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
adjusted translations
This commit is contained in:
@@ -140,7 +140,7 @@ class Radio extends CI_Controller {
|
||||
echo "<thead><tr>";
|
||||
echo "<td colspan=\"6\"><div class=\"alert alert-info text-center\">";
|
||||
echo __("No CAT interfaced radios found.");
|
||||
echo "<p>" . __("You can still set a default radio using the WebSocket option.") . "</p>";
|
||||
echo "<p>" . __("You can still set the WebSocket option as your default radio.") . "</p>";
|
||||
echo $websocket_button;
|
||||
echo "</div></td>";
|
||||
echo "</tr></thead>";
|
||||
@@ -329,7 +329,7 @@ class Radio extends CI_Controller {
|
||||
$this->release_default_radio();
|
||||
}
|
||||
|
||||
$this->session->set_flashdata('message', __("Radio Profile Deleted"));
|
||||
$this->session->set_flashdata('message', __("Radio removed successfully"));
|
||||
|
||||
session_write_close();
|
||||
redirect('radio');
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<p class="card-text"><?= __("As a normal user, you can set a default radio for yourself. This allows you to have a default radio that is automatically selected when you log in, while still being able to use other radios if you want."); ?></p>
|
||||
<?php } ?>
|
||||
<p class="card-text">
|
||||
<span class="badge text-bg-info"><?= __("Info"); ?></span> <?= sprintf(__("You can find out how to use the %s in the wiki."), '<a href="https://github.com/wavelog/wavelog/wiki/Radio-Interface" target="_blank">' . __("radio functions") . '</a>'); ?>
|
||||
<span class="badge text-bg-info"><?= __("Info"); ?></span> <?= sprintf(__("You can find out how to use the %sradio functions%s in the wiki."), '<a href="https://github.com/wavelog/wavelog/wiki/Radio-Interface" target="_blank">', '</a>'); ?>
|
||||
</p>
|
||||
<div class="table-responsive">
|
||||
<!-- Display Radio Statuses -->
|
||||
|
||||
Reference in New Issue
Block a user