forked from wallabag/wallabag
Translations
This commit is contained in:
@ -142,7 +142,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label>
|
||||
<input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}" required>
|
||||
<input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans 'Password' %}" required>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label>
|
||||
@ -167,5 +167,5 @@
|
||||
</div>
|
||||
</form>
|
||||
{% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br />
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %}
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
@ -116,6 +116,6 @@
|
||||
</div>
|
||||
</form>
|
||||
{% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br />
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %}
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
@ -162,5 +162,5 @@
|
||||
</div>
|
||||
</form>
|
||||
{% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br />
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %}
|
||||
{% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user