added Translation for Filtering On
这个提交包含在:
父节点
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) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用