{% if unreadNotificationCount > 0 %} {{ t('file_manager_mark_all_read', 'Mark all Read') }} {% endif %} {{ unreadNotificationCount != 1 ? (t('file_manager_you_have_x_new_notifications', 'You have [[[UNREAD]]] new notifications.', {'UNREAD': unreadNotificationCount})|raw) : (t('file_manager_you_have_x_new_notification', 'You have [[[UNREAD]]] new notification.', {'UNREAD': unreadNotificationCount})|raw) }}
{{ t('temp_account_left_nav_text_part1', 'This is a temp account not linked to any email address. All uploads are publicly available.') }} {% if UserHelper.getDaysToKeepAccountOpen(0) > 0 %} {{ t('temp_account_left_nav_text_part2', 'Temp accounts are removed after [[[NON_ACCOUNT_REMOVAL_DAYS]]] days unless you register.', {'NON_ACCOUNT_REMOVAL_DAYS': UserHelper.getDaysToKeepAccountOpen(0)}) }} {% endif %}
{{ t("register_page_name_temp_account", "Convert Temp Account") }}