diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 2d2f11d80c..225adf6724 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -426,6 +426,9 @@ "send_first_message": "", "sending": "", "server_error": "", + "server_pro_license_entitlement_line_1": "", + "server_pro_license_entitlement_line_2": "", + "server_pro_license_entitlement_line_3": "", "session_error": "", "session_expired_redirecting_to_login": "", "sessions": "", diff --git a/services/web/frontend/stylesheets/core/type.less b/services/web/frontend/stylesheets/core/type.less index 83534f98ea..cfc96953b8 100755 --- a/services/web/frontend/stylesheets/core/type.less +++ b/services/web/frontend/stylesheets/core/type.less @@ -142,6 +142,9 @@ cite { .text-justify { text-align: justify; } +.text-right-to-left { + direction: rtl; +} @media (min-width: @screen-md-min) { .text-md-right { text-align: right; diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 4c842b2e2c..c54d5cbb21 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1798,5 +1798,8 @@ "show_your_support": "Show your support", "approaching_compile_timeout_limit_upgrade_for_more_compile_time": "You are approaching your compile timeout limit. Upgrade to Overleaf Premium for <0>4x more compile time.", "access_denied": "Access Denied", - "the_project_that_contains_this_file_is_not_shared_with_you": "The project that contains this file is not shared with you" + "the_project_that_contains_this_file_is_not_shared_with_you": "The project that contains this file is not shared with you", + "server_pro_license_entitlement_line_1": "<0>__appName__ Server Pro license", + "server_pro_license_entitlement_line_2": "You currently have <0>__count__ active users. If you need to increase your license entitlement, please <1>contact Overleaf.", + "server_pro_license_entitlement_line_3": "An active user is one who has opened a project in this Server Pro instance in the last 12 months." }