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
3634dc09
Commit
3634dc09
authored
Mar 14, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Mar 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing gettext()
(cherry picked from commit
a352d3a8
)
parent
b4612758
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
diag_sockets.php
src/www/diag_sockets.php
+2
-2
No files found.
src/www/diag_sockets.php
View file @
3634dc09
...
@@ -99,7 +99,7 @@ $showAllOption = $showAll ? "" : "?showAll";
...
@@ -99,7 +99,7 @@ $showAllOption = $showAll ? "" : "?showAll";
<section
class=
"col-xs-12"
>
<section
class=
"col-xs-12"
>
<div
class=
"content-box"
>
<div
class=
"content-box"
>
<header
class=
"content-box-head container-fluid"
>
<header
class=
"content-box-head container-fluid"
>
<h3><a
name=
"about"
></a>
Socket information explanation
</h3>
<h3><a
name=
"about"
></a>
<?=
gettext
(
"Socket information explanation"
);
?>
</h3>
</header>
</header>
<div
class=
"content-box-main col-xs-12"
>
<div
class=
"content-box-main col-xs-12"
>
<p>
<?=
sprintf
(
gettext
(
'This page show the output for the commands: "sockstat -4lL" and "sockstat -6lL".%s'
.
<p>
<?=
sprintf
(
gettext
(
'This page show the output for the commands: "sockstat -4lL" and "sockstat -6lL".%s'
.
...
@@ -107,7 +107,7 @@ $showAllOption = $showAll ? "" : "?showAll";
...
@@ -107,7 +107,7 @@ $showAllOption = $showAll ? "" : "?showAll";
'The information listed for each socket is:'
),
'<br />'
,
'<br />'
,
'<br />'
)
?>
</p>
'The information listed for each socket is:'
),
'<br />'
,
'<br />'
,
'<br />'
)
?>
</p>
</div>
</div>
<table
class=
"table table-striped
table-sort sortable __nomb
"
id=
"IPv4"
summary=
"ipv4 routes"
>
<table
class=
"table table-striped"
id=
"IPv4"
summary=
"ipv4 routes"
>
<tr><td>
USER
</td><td>
<?=
gettext
(
'The user who owns the socket.'
)
?>
</td></tr>
<tr><td>
USER
</td><td>
<?=
gettext
(
'The user who owns the socket.'
)
?>
</td></tr>
<tr><td>
COMMAND
</td><td>
<?=
gettext
(
'The command which holds the socket.'
)
?>
</td></tr>
<tr><td>
COMMAND
</td><td>
<?=
gettext
(
'The command which holds the socket.'
)
?>
</td></tr>
<tr><td>
PID
</td><td>
<?=
gettext
(
'The process ID of the command which holds the socket.'
)
?>
</td></tr>
<tr><td>
PID
</td><td>
<?=
gettext
(
'The process ID of the command which holds the socket.'
)
?>
</td></tr>
...
...
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