Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7bcf39f0
Commit
7bcf39f0
authored
Feb 04, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #737 from fabianfrz/translation
translation fix
parents
6374e846
a8962f5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
firewall_rules.php
src/www/firewall_rules.php
+3
-5
No files found.
src/www/firewall_rules.php
View file @
7bcf39f0
...
@@ -659,11 +659,9 @@ $( document ).ready(function() {
...
@@ -659,11 +659,9 @@ $( document ).ready(function() {
<?=
gettext
(
"No rules are currently defined for this interface"
);
?>
<br
/>
<?=
gettext
(
"No rules are currently defined for this interface"
);
?>
<br
/>
<?=
gettext
(
"All incoming connections on this interface will be blocked until you add pass rules."
);
?>
<br
/><br
/>
<?=
gettext
(
"All incoming connections on this interface will be blocked until you add pass rules."
);
?>
<br
/><br
/>
<?php
endif
;
?>
<?php
endif
;
?>
<?=
gettext
(
"Click the"
);
?>
<?=
sprintf
(
gettext
(
"Click the %s button to add a new rule."
),
<a
href=
"firewall_rules_edit.php?if=
<?=
$selected_if
;
?>
"
class=
"btn btn-default btn-xs"
>
'<a href="firewall_rules_edit.php?if='
.
$selected_if
.
'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>'
)
<span
class=
"glyphicon glyphicon-plus"
></span>
?>
</span>
</a>
<?=
gettext
(
" button to add a new rule."
);
?>
</span>
</td>
</td>
</tr>
</tr>
<?php
else
:
?>
<?php
else
:
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment