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
57f0cc3f
Commit
57f0cc3f
authored
May 31, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lang) updated gettext data
parent
ebecb761
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
controllers.php
lang/dynamic/helpers/controllers.php
+13
-0
models.php
lang/dynamic/helpers/models.php
+2
-2
No files found.
lang/dynamic/helpers/controllers.php
View file @
57f0cc3f
...
@@ -131,3 +131,16 @@ echo gettext('Dynamic queue creation by source or destination address.
...
@@ -131,3 +131,16 @@ echo gettext('Dynamic queue creation by source or destination address.
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
'
);
'
);
echo
gettext
(
'Description to identify this pipe.'
);
echo
gettext
(
'Description to identify this pipe.'
);
echo
gettext
(
'order in which the rule will be evaluated (lowest first)'
);
echo
gettext
(
'source ip or network, examples 10.0.0.0/24, 10.0.0.1'
);
echo
gettext
(
'source port number or well known name (imap,imaps, http,https,...)'
);
echo
gettext
(
'destination ip or network, examples 10.0.0.0/24, 10.0.0.1'
);
echo
gettext
(
'destination port number or well known name (imap,imaps, http,https,...)'
);
echo
gettext
(
'target pipe or queue'
);
echo
gettext
(
'connected pipe for this queue'
);
echo
gettext
(
'Weight of this queue (1..100)'
);
echo
gettext
(
'Dynamic queue creation by source or destination address.
<li> choose destination here to share the total bandwidth of this pipe among all connected clients. </li>
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
'
);
echo
gettext
(
'Description to identify this pipe.'
);
lang/dynamic/helpers/models.php
View file @
57f0cc3f
...
@@ -206,8 +206,6 @@ echo gettext('Paid Support');
...
@@ -206,8 +206,6 @@ echo gettext('Paid Support');
echo
gettext
(
'UserForum'
);
echo
gettext
(
'UserForum'
);
echo
gettext
(
'Help'
);
echo
gettext
(
'Help'
);
echo
gettext
(
'menu'
);
echo
gettext
(
'menu'
);
echo
gettext
(
'test'
);
echo
gettext
(
'you should input a valid email address'
);
echo
gettext
(
'ICP port needs to be an integer value between 1 and 65535'
);
echo
gettext
(
'ICP port needs to be an integer value between 1 and 65535'
);
echo
gettext
(
'Specify a positive cache size. (number of MB\'s)'
);
echo
gettext
(
'Specify a positive cache size. (number of MB\'s)'
);
echo
gettext
(
'Specify a positive number of first-level subdirectories.'
);
echo
gettext
(
'Specify a positive number of first-level subdirectories.'
);
...
@@ -220,6 +218,8 @@ echo gettext('Proxy port needs to be an integer value between 1 and 65535');
...
@@ -220,6 +218,8 @@ echo gettext('Proxy port needs to be an integer value between 1 and 65535');
echo
gettext
(
'FTP Proxy port needs to be an integer value between 1 and 65535'
);
echo
gettext
(
'FTP Proxy port needs to be an integer value between 1 and 65535'
);
echo
gettext
(
'Credentials TTL needs to be an integer value above 0'
);
echo
gettext
(
'Credentials TTL needs to be an integer value above 0'
);
echo
gettext
(
'Number of children needs to be an integer value above 0'
);
echo
gettext
(
'Number of children needs to be an integer value above 0'
);
echo
gettext
(
'test'
);
echo
gettext
(
'you should input a valid email address'
);
echo
gettext
(
'Pipe number must be between 1...65535'
);
echo
gettext
(
'Pipe number must be between 1...65535'
);
echo
gettext
(
'Bandwidth out of range'
);
echo
gettext
(
'Bandwidth out of range'
);
echo
gettext
(
'Bandwidth metric should be one of bit,Kbit,Mbit'
);
echo
gettext
(
'Bandwidth metric should be one of bit,Kbit,Mbit'
);
...
...
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