Skip to content

Commit

Permalink
Add text for features #1462, #1463, #1464
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Nov 3, 2015
1 parent 765a001 commit 126bd91
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 4 deletions.
2 changes: 0 additions & 2 deletions client/app/data/txt/comment_mail_template.txt
Expand Up @@ -2,8 +2,6 @@ Dear %RecipientName%,

This is an email to notify you that %CommentSource% has commented on a previous submission.

This happened in context %ContextName% at %EventTime%.

The submission can be accessed:
via Tor at: %TipTorURL%
via Tor2web at: %TipT2WURL%
Expand Down
10 changes: 10 additions & 0 deletions client/app/data/txt/identity_mail_template.txt
@@ -0,0 +1,10 @@
Dear %RecipientName%,

This is an email to notify you that a whistleblower has provided their identity

The submission can be accessed:
via Tor at: %IdentyRequestsTorURL%
via Tor2web at: %IdentityRequestsT2WURL%

Kind regards,
%NodeName%
1 change: 1 addition & 0 deletions client/app/data/txt/identity_mail_title.txt
@@ -0,0 +1 @@
New attachment of identity information
10 changes: 10 additions & 0 deletions client/app/data/txt/identityrequest_mail_template.txt
@@ -0,0 +1,10 @@
Dear %RecipientName%,

This is an email to notify you that a recipient has requested access to a whistleblower's identity.

The request can be accessed:
via Tor at: %IdentyRequestsTorURL%
via Tor2web at: %IdentityRequestsT2WURL%

Kind regards,
%NodeName%
1 change: 1 addition & 0 deletions client/app/data/txt/identityrequest_mail_title.txt
@@ -0,0 +1 @@
New request of access to a whistleblower's identity
2 changes: 0 additions & 2 deletions client/app/data/txt/message_mail_template.txt
Expand Up @@ -2,8 +2,6 @@ Dear %RecipientName%,

This is an email to notify you about a new message from the whisleblower.

This happened in context %ContextName% at %EventTime%.

The submission can be accessed:
via Tor at: %TipTorURL%
via Tor2web at: %TipT2WURL%
Expand Down
3 changes: 3 additions & 0 deletions client/app/translations.html
Expand Up @@ -329,3 +329,6 @@
<span data-translate>You are still not allowed to write comments.</span>
<span data-translate>You are still not allowed to write messages.</span>
<span data-translate>You are still not allowed to attach new files.</span>

<span data-translate>Update date</span>
<span data-translate></span>
7 changes: 7 additions & 0 deletions client/app/views/admin/advanced/tab1.html
Expand Up @@ -154,6 +154,13 @@
</label>
</div>

<div class="form-group">
<label>
<input data-ng-model="admin.node.disable_donation_panel" type="checkbox" />
<span data-translate>Disable the donation panel</span>
</label>
</div>

<div class="form-group">
<label>
<input data-ng-model="admin.node.enable_captcha" type="checkbox" />
Expand Down

0 comments on commit 126bd91

Please sign in to comment.