added Translation for Filtering On

这个提交包含在:
HB9HIL 2023-11-05 19:31:07 +01:00
父节点 61e3313355
当前提交 f98ee999ed
共有 4 个文件被更改,包括 4 次插入4 次删除

查看文件

@ -1,4 +1,4 @@
<div class="container">
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>

查看文件

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($counties_array) {

查看文件

@ -1,3 +1,3 @@
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>

查看文件

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($vucc_array) {