zulip/templates/zerver/emails/followup_day1.txt

40 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-11-14 12:46:56 +01:00
{{ _('Welcome to Zulip!') }}
2018-11-14 12:46:56 +01:00
{% if realm_creation %}
{% if is_demo_org %}
{% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %} Congratulations, you have created a new demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here: {{ demo_organizations_help_link }}!{% endtrans %}
{% else %}
{% trans %}Congratulations, you have created a new Zulip organization: {{ realm_name }}.{% endtrans %}
{% endif %}
2018-11-14 12:46:56 +01:00
{% else %}
{% trans %}You've joined the Zulip organization {{ realm_name }}.{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
{% trans apps_page_link="https://zulip.com/apps/" %}You will use the following info to log into the Zulip web, mobile and desktop apps ({{ apps_page_link}}):{% endtrans %}
* {% trans organization_url=realm_uri %}Organization URL: {{ organization_url }}{% endtrans %}
{% if ldap %}
2018-11-14 12:46:56 +01:00
{% if ldap_username %}
* {% trans %}Your username: {{ ldap_username }}{% endtrans %}
{% else %}
* {{ _('Use your LDAP account to log in') }}
{% endif %}
2018-11-14 12:46:56 +01:00
{% else %}
* {% trans %}Your account email: {{ email }}{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
2018-04-24 23:02:01 +02:00
{% trans %}If you are new to Zulip, check out our Getting started guide ({{ getting_user_started_link }})!{% endtrans %}
2018-11-14 12:46:56 +01:00
{% if is_realm_admin %}
{% trans %} We also have a guide for Setting up your organization ({{ getting_organization_started_link }}).{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
{% if corporate_enabled %}
{% trans %}Questions? Contact us at {{ support_email }} — we'd love to help!{% endtrans %}
{% else %}
{% trans %}If you have any questions, please contact this Zulip server's administrators at {{ support_email }}.{% endtrans %}
{% endif %}