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
2c8c4666
Commit
2c8c4666
authored
Apr 18, 2017
by
Fabian Franz
Committed by
Franco Fichtner
Apr 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translation (#1548)
* fix translations in traffic shaper * translation IDS and Proxy
parent
25f89aad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
index.volt
src/opnsense/mvc/app/views/OPNsense/IDS/index.volt
+4
-4
index.volt
src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt
+1
-1
index.volt
src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
+6
-6
No files found.
src/opnsense/mvc/app/views/OPNsense/IDS/index.volt
View file @
2c8c4666
...
...
@@ -752,7 +752,7 @@ POSSIBILITY OF SUCH DAMAGE.
{{ partial("layout_partials/base_dialog_processing") }}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':
'Rule details'
,'hasSaveBtn':'true','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogAlert,'id':'DialogAlert','label':
'Alert details'
,'hasSaveBtn':'false','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRuleset,'id':'DialogRuleset','label':
'Ruleset details'
,'hasSaveBtn':'true','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogUserDefined,'id':'DialogUserDefined','label':
'Rule details'
,'hasSaveBtn':'true'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':
lang._('Rule details')
,'hasSaveBtn':'true','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogAlert,'id':'DialogAlert','label':
lang._('Alert details')
,'hasSaveBtn':'false','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRuleset,'id':'DialogRuleset','label':
lang._('Ruleset details')
,'hasSaveBtn':'true','msgzone_width':1])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogUserDefined,'id':'DialogUserDefined','label':
lang._('Rule details')
,'hasSaveBtn':'true'])}}
src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt
View file @
2c8c4666
...
...
@@ -317,4 +317,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
</div>
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBlacklist,'id':'DialogEditBlacklist','label':
'Edit Blacklist'
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBlacklist,'id':'DialogEditBlacklist','label':
lang._('Edit Blacklist')
])}}
src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
View file @
2c8c4666
...
...
@@ -97,10 +97,10 @@ POSSIBILITY OF SUCH DAMAGE.
// Ask user if it's ok to flush all of ipfw
BootstrapDialog.show({
type:BootstrapDialog.TYPE_WARNING,
title: '
Flush
',
title: '
{{ lang._('Flush') }}
',
message: "{{ lang._('Are you sure you want to flush and reload all? this might have impact on other services using the same technology underneath (such as Captive portal)') }}",
buttons: [{
label: '
Yes
',
label: '
{{ lang._('Yes') }}
',
action: function(dialogRef){
dialogRef.close();
$("#flushAct_progress").addClass("fa fa-spinner fa-pulse");
...
...
@@ -111,7 +111,7 @@ POSSIBILITY OF SUCH DAMAGE.
}
},{
label: '
No
',
label: '
{{ lang._('No') }}
',
action: function(dialogRef){
dialogRef.close();
}
...
...
@@ -235,6 +235,6 @@ POSSIBILITY OF SUCH DAMAGE.
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':
'Edit pipe'
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogQueue,'id':'DialogQueue','label':
'Edit queue'
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':
'Edit rule'
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':
lang._('Edit pipe')
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogQueue,'id':'DialogQueue','label':
lang._('Edit queue')
])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':
lang._('Edit rule')
])}}
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