diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index e75831c54..b4cef8a53 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1239,3 +1239,5 @@ de: text_login_required_html: Ohne erforderliche Authentifizierung sind öffentlichen Projekte und deren Inhalte ohne Anmeldung frei zugänglich. Sie können die <a href="%{anonymous_role_path}">verwendeten Berechtigungen anpassen</a>. label_login_required_yes: "Ja" label_login_required_no: "Nein, anonymen Zugriff auf öffentliche Projekte erlauben" + text_project_is_public_non_member: Öffentliche Projekte und deren Inhalte sind für alle angemeldeten Benutzer zugänglich. + text_project_is_public_anonymous: Öffentliche Projekte und deren Inhalte sind ohne Anmeldung frei zugänglich. diff --git a/config/locales/en.yml b/config/locales/en.yml index 246968f16..225fc2bed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1219,3 +1219,5 @@ en: text_login_required_html: When not requiring authentication, public projects and their contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit the applicable permissions</a>. label_login_required_yes: "Yes" label_login_required_no: "No, allow anonymous access to public projects" + text_project_is_public_non_member: Public projects and their contents are available to all logged-in users. + text_project_is_public_anonymous: Public projects and their contents are openly available on the network. |