-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Externalize i18n Strings, Replace jQuery.
- Loading branch information
Showing
45 changed files
with
1,181 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Gulp app:package-win32", | ||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js", | ||
"args": [ | ||
"app:package-win32" | ||
], | ||
"skipFiles": [ | ||
"<node_internals>/**" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/common/libSieve/RFC5228/templates/SieveAddressPartDomain.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div> | ||
<div class="dropdown-item" href="#" data-value=":domain"> | ||
<h5 data-i18n="addresspart.domain.text"></h5> | ||
<h5 data-i18n="addresspart.domain.title"></h5> | ||
<small data-i18n="addresspart.domain.text" class="form-text text-muted" style="white-space: pre-line"></small> | ||
</div> | ||
</div> |
14 changes: 14 additions & 0 deletions
14
src/common/libSieve/RFC5228/templates/SieveDiscardActionUI.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div> | ||
<ul id="template-tabs"> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-toggle="tab" href="#sieve-widget-help" data-i18n="discard.tab.help" role="tab"></a> | ||
</li> | ||
</ul> | ||
|
||
<div id="template-content"> | ||
<div class="tab-content m-2"> | ||
<div data-i18n="fileinto.help" style="white-space: pre-line" class="tab-pane fade" id="sieve-widget-help" role="tabpanel"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
14 changes: 14 additions & 0 deletions
14
src/common/libSieve/RFC5228/templates/SieveKeepActionUI.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div> | ||
<ul id="template-tabs"> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-toggle="tab" href="#sieve-widget-help" data-i18n="keep.tab.help" role="tab"></a> | ||
</li> | ||
</ul> | ||
|
||
<div id="template-content"> | ||
<div class="tab-content m-2"> | ||
<div data-i18n="keep.help" style="white-space: pre-line" class="tab-pane fade" id="sieve-widget-help" role="tabpanel"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
15 changes: 15 additions & 0 deletions
15
src/common/libSieve/RFC5228/templates/SieveStopActionUI.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div> | ||
<ul id="template-tabs"> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-toggle="tab" href="#sieve-widget-help" data-i18n="stop.tab.help" role="tab"></a> | ||
</li> | ||
</ul> | ||
|
||
<div id="template-content"> | ||
<div class="tab-content m-2"> | ||
<div data-i18n="stop.help" style="white-space: pre-line" class="tab-pane fade" id="sieve-widget-help" | ||
role="tabpanel"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.