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
02910b50
Commit
02910b50
authored
May 08, 2016
by
Fabian Franz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation fixes by @fichtner
parent
40ac776a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
services_dyndns_edit.php
src/www/services_dyndns_edit.php
+1
-2
services_ntpd.php
src/www/services_ntpd.php
+1
-1
No files found.
src/www/services_dyndns_edit.php
View file @
02910b50
...
@@ -295,8 +295,7 @@ include("head.inc");
...
@@ -295,8 +295,7 @@ include("head.inc");
<td>
<td>
<input
name=
"host"
type=
"text"
id=
"host"
value=
"
<?=
$pconfig
[
'host'
]
?>
"
/>
<input
name=
"host"
type=
"text"
id=
"host"
value=
"
<?=
$pconfig
[
'host'
]
?>
"
/>
<div
class=
"hidden"
for=
"help_for_host"
>
<div
class=
"hidden"
for=
"help_for_host"
>
<span
class=
"text-danger"
><strong>
<?=
gettext
(
"Note:"
)
?>
<br
/></strong></span>
<?=
gettext
(
"Enter the complete host/domain name. example: myhost.dyndns.org"
)
?>
<br
/>
<?=
gettext
(
"Enter the complete host/domain name. example: myhost.dyndns.org"
)
?>
<br
/>
<?=
gettext
(
"For he.net tunnelbroker, enter your tunnel ID"
)
?>
<?=
gettext
(
"For he.net tunnelbroker, enter your tunnel ID"
)
?>
</div>
</div>
</td>
</td>
...
...
src/www/services_ntpd.php
View file @
02910b50
...
@@ -321,7 +321,7 @@ include("head.inc");
...
@@ -321,7 +321,7 @@ include("head.inc");
<input
class=
"btn btn-default btn-xs"
type=
"button"
onclick=
"show_advanced('showstatisticsbox', 'showstatistics')"
value=
"
<?=
gettext
(
"Advanced"
);
?>
"
/>
-
<?=
gettext
(
"Show statistics logging options"
);
?>
<input
class=
"btn btn-default btn-xs"
type=
"button"
onclick=
"show_advanced('showstatisticsbox', 'showstatistics')"
value=
"
<?=
gettext
(
"Advanced"
);
?>
"
/>
-
<?=
gettext
(
"Show statistics logging options"
);
?>
</div>
</div>
<div
id=
"showstatistics"
style=
"display:none"
>
<div
id=
"showstatistics"
style=
"display:none"
>
<?=
sprintf
(
gettext
(
"%sWarning:%s these options will create persistant daily log files in /var/log/ntp."
),
'<strong>'
,
'</strong>'
)
?>
<?=
gettext
(
"These options will create persistent daily log files in /var/log/ntp."
)
?>
<br
/><br
/>
<br
/><br
/>
<input
name=
"clockstats"
type=
"checkbox"
id=
"clockstats"
<?=
!
empty
(
$pconfig
[
'clockstats'
])
?
" checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
name=
"clockstats"
type=
"checkbox"
id=
"clockstats"
<?=
!
empty
(
$pconfig
[
'clockstats'
])
?
" checked=
\"
checked
\"
"
:
""
;
?>
/>
<?=
gettext
(
"Enable logging of reference clock statistics (default: disabled)."
);
?>
<?=
gettext
(
"Enable logging of reference clock statistics (default: disabled)."
);
?>
...
...
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