t.index["custom_project_templates_group_id","type"],name: "index_namespaces_on_custom_project_templates_group_id_and_type",where: "(custom_project_templates_group_id IS NOT NULL)"
ProjectTemplate.new('nfplainhtml','Netlify/Plain HTML',_('A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfplain-html','illustrations/logos/netlify.svg'),
ProjectTemplate.new('nfgitbook','Netlify/GitBook',_('A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfgitbook','illustrations/logos/netlify.svg'),
ProjectTemplate.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo','illustrations/logos/netlify.svg'),
ProjectTemplate.new('salesforcedx','SalesforceDX',_('A project boilerplate for Salesforce App development with Salesforce Developer tools.'),'https://gitlab.com/gitlab-org/project-templates/salesforcedx'),
ProjectTemplate.new('serverless_framework','Serverless Framework/JS',_('A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages'),'https://gitlab.com/gitlab-org/project-templates/serverless-framework','illustrations/logos/serverless_framework.svg')
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
msgstr ""
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
...
...
@@ -8860,6 +8863,9 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
msgstr ""
...
...
@@ -8908,6 +8914,9 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
@@ -23,6 +23,7 @@ describe Gitlab::ProjectTemplate do
described_class.new('nfplainhtml','Netlify/Plain HTML',_('A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfplain-html'),
described_class.new('nfgitbook','Netlify/GitBook',_('A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfgitbook'),
described_class.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo'),
described_class.new('salesforcedx','SalesforceDX',_('A project boilerplate for Salesforce App development with Salesforce Developer tools.'),'https://gitlab.com/gitlab-org/project-templates/salesforcedx'),
described_class.new('serverless_framework','Serverless Framework/JS',_('A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages'),'https://gitlab.com/gitlab-org/project-templates/serverless-framework','illustrations/logos/serverless_framework.svg')