diff --git a/templates/_account_bar.html b/templates/_account_bar.html
index 5b55d9a..45c4c35 100644
--- a/templates/_account_bar.html
+++ b/templates/_account_bar.html
@@ -13,6 +13,8 @@
{% if request.user.is_authenticated %}
{% trans 'Profile' %}
{% trans 'Preferences' %}
+ {% trans 'Import photo via mail address' %}
+ {% trans 'Import libravatar XML export' %}
{% trans 'Logout' %}
{% else %}
{% trans 'Local' %}