mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 05:19:42 -05:00
MediaCMS frontend, initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}You cannot remove your primary e-mail address ({{email}}).{% endblocktrans %}
|
||||
2
templates/account/messages/email_confirmation_sent.txt
Normal file
2
templates/account/messages/email_confirmation_sent.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Confirmation e-mail sent to {{email}}.{% endblocktrans %}
|
||||
2
templates/account/messages/email_confirmed.txt
Normal file
2
templates/account/messages/email_confirmed.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}You have confirmed {{email}}.{% endblocktrans %}
|
||||
2
templates/account/messages/email_deleted.txt
Normal file
2
templates/account/messages/email_deleted.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Removed e-mail address {{email}}.{% endblocktrans %}
|
||||
4
templates/account/messages/logged_in.txt
Normal file
4
templates/account/messages/logged_in.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{% load account %}
|
||||
{% load i18n %}
|
||||
{% user_display user as name %}
|
||||
{% blocktrans %}Successfully signed in as {{name}}.{% endblocktrans %}
|
||||
2
templates/account/messages/logged_out.txt
Normal file
2
templates/account/messages/logged_out.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}You have signed out.{% endblocktrans %}
|
||||
2
templates/account/messages/password_changed.txt
Normal file
2
templates/account/messages/password_changed.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Password successfully changed.{% endblocktrans %}
|
||||
2
templates/account/messages/password_set.txt
Normal file
2
templates/account/messages/password_set.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Password successfully set.{% endblocktrans %}
|
||||
2
templates/account/messages/primary_email_set.txt
Normal file
2
templates/account/messages/primary_email_set.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Primary e-mail address set.{% endblocktrans %}
|
||||
2
templates/account/messages/unverified_primary_email.txt
Normal file
2
templates/account/messages/unverified_primary_email.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Your primary e-mail address must be verified.{% endblocktrans %}
|
||||
Reference in New Issue
Block a user