X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fconsole%2Ftranslations%2Fen%2Fgenerate.metatag.tag.yml;fp=web%2Fmodules%2Fcontrib%2Fmetatag%2Fconsole%2Ftranslations%2Fen%2Fgenerate.metatag.tag.yml;h=5cf4a938f655089fc811e4fdbd9829a5656539d4;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/metatag/console/translations/en/generate.metatag.tag.yml b/web/modules/contrib/metatag/console/translations/en/generate.metatag.tag.yml new file mode 100644 index 000000000..5cf4a938f --- /dev/null +++ b/web/modules/contrib/metatag/console/translations/en/generate.metatag.tag.yml @@ -0,0 +1,29 @@ +description: Generate a meta tag. +help: The generate:plugin:metatag:tag command helps generate a new meta tag for use with the Metatag module. +welcome: Welcome to the Metatag tag generator +options: + base_class: The base meta tag class to use. + module: common.options.module + name: Meta tag's HTML "name". + label: The user-friendly name for this meta tag. + description: A long explanation of this meta tag. + plugin_id: Internal (machine) name for the meta tag. + class_name: Internal camel-case version of the meta tag's name. + group: The meta tag's group. + weight: The sort order for this meta tag. + type: Type of the data included in this meta tag value. + secure: Whether this meta tag requires URLs be secure. + multiple: Whether this meta tag allows multiple values. +questions: + base_class: Enter the base class to use + module: common.questions.module + name: Enter the meta tag's formal name, e.g. for the Open Graph "Title" tag use "og:title" + label: Enter a user-friendly version of the meta tag's name + description: Enter a longer explanation of what the meta tag is and how to use it + plugin_id: Enter the internal (machine) name for the meta tag plugin + class_name: Enter a camel-case version of the meta tag's name + group: Select the group the meta tag will use + weight: Enter the sort order for the meta tag + type: Which value type does this meta tag allow? + secure: Must this meta tag for URLs be secure? + multiple: Does this meta tag will allow multiple values?