Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lang
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
Administrator
lang
Commits
88456899
Commit
88456899
authored
8 years ago
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: regenerate
parent
a973a330
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
2 deletions
+92
-2
controllers.php
src/controllers.php
+86
-2
models.php
src/models.php
+6
-0
No files found.
src/controllers.php
View file @
88456899
This diff is collapsed.
Click to expand it.
src/models.php
View file @
88456899
...
...
@@ -39,6 +39,7 @@ echo gettext('ACLs');
echo
gettext
(
'ARP Table'
);
echo
gettext
(
'Access'
);
echo
gettext
(
'Access Lists'
);
echo
gettext
(
'Accounts'
);
echo
gettext
(
'Actions'
);
echo
gettext
(
'Administration'
);
echo
gettext
(
'Advanced'
);
...
...
@@ -132,6 +133,7 @@ echo gettext('L2TP');
echo
gettext
(
'LAGG'
);
echo
gettext
(
'Lease Status'
);
echo
gettext
(
'Leases'
);
echo
gettext
(
'Let\'s Encrypt'
);
echo
gettext
(
'License'
);
echo
gettext
(
'Listen address must be a valid IPv4 address'
);
echo
gettext
(
'Listen port needs to be an integer value between 1 and 65535'
);
...
...
@@ -173,6 +175,7 @@ echo gettext('Packages');
echo
gettext
(
'Packet Capture'
);
echo
gettext
(
'Password'
);
echo
gettext
(
'Ping'
);
echo
gettext
(
'Ping timeout must be between 1...65535'
);
echo
gettext
(
'Pipe number must be between 1...65535'
);
echo
gettext
(
'Pipes'
);
echo
gettext
(
'Plain View'
);
...
...
@@ -183,6 +186,7 @@ echo gettext('Please enter ip addresses or domain names here');
echo
gettext
(
'Please enter valid addresses'
);
echo
gettext
(
'Please enter valid mac addresses'
);
echo
gettext
(
'Please enter valid targets (e.g. 192.168.0.1:2055).'
);
echo
gettext
(
'Please provide a valid FQDN, i.e. www.example.com or mail.example.com.'
);
echo
gettext
(
'Please provide a valid listen address, i.e. 10.0.0.1:8080 or haproxy.example.com:8999.'
);
echo
gettext
(
'Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443. Port range as start-end, i.e. 127.0.0.1:1220-1240.'
);
echo
gettext
(
'Please provide a valid user and password, i.e. user:secret123.'
);
...
...
@@ -214,6 +218,7 @@ echo gettext('Point-to-Point');
echo
gettext
(
'Pool Setup'
);
echo
gettext
(
'Pool Status'
);
echo
gettext
(
'Port Forward'
);
echo
gettext
(
'Port number must be between 1...65535'
);
echo
gettext
(
'Power'
);
echo
gettext
(
'Power Off'
);
echo
gettext
(
'Pre-Shared Keys'
);
...
...
@@ -299,6 +304,7 @@ echo gettext('User Forum');
echo
gettext
(
'Users'
);
echo
gettext
(
'VLAN'
);
echo
gettext
(
'VPN'
);
echo
gettext
(
'Validation Methods'
);
echo
gettext
(
'Value needs to be between 0 and 23; multiple values, ranges, steps and asterisk are supported (ex. 1,2,8 or 0-8).'
);
echo
gettext
(
'Value needs to be between 0 and 59; multiple values, ranges, steps and asterisk are supported (ex. 1,10,20,30 or 1-30).'
);
echo
gettext
(
'Value needs to be between 0 and 7 (Sunday to Sunday), multiple values, ranges, steps and asterisk are supported (ex. 1,2,4 or 0-4).'
);
...
...
This diff is collapsed.
Click to expand it.
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